/**
 * right.css
 *
 * CSS-file with styles for right sidebar
 *
 * @since 18.12.2006
 * @author Denis Barushev <barushev@gmail.com>
 * @version $Id$
 */

#right-sidebar {
    width: 160px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
}

#right-sidebar div.block {
    background: #e5e5e5 url(/media/images/backgrounds/block-bottom.gif) no-repeat bottom;
    padding: 8px 13px 10px 13px;
    color: #333;
    margin-bottom: 10px;
}

#right-sidebar div.white {
    background: transparent;
    padding: 8px 0 10px 13px;
}

#right-sidebar h3.block {
    background: url(/media/images/backgrounds/block-h3.gif) no-repeat top;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    color: white;
    font-size: 11px;
}

#right-sidebar h3.cart {
    background: url(/media/images/backgrounds/block-h3-cart.gif) no-repeat top;
}

#right-sidebar h3.white {
    background: url(/media/images/backgrounds/block-h3-white.gif) no-repeat top;
}

#right-sidebar div.block p {
    padding: 4px 0;
}

#right-sidebar div.white p {
    padding: 6px 0 0 3px;
}

#right-sidebar div.white p.all {
    padding: 10px 0 0 3px;
    font-weight: bold;
}

#right-sidebar div.block p.warning {
    font-weight: bold;
    font-size: 11px;
}

#right-sidebar div.block a {
    color: #333;
}

#right-sidebar table.cart {
    border-collapse: collapse;
    width: 100%;
}

#right-sidebar table.cart td {
    padding-bottom: 10px;
    vertical-align: bottom;
}

#right-sidebar table.cart .right {
    padding-left: 3px;
}

#right-sidebar table.last-child td {
    padding-bottom: 5px;
}

.pricelist {
    padding: 15px 0 0 55px;
    margin: 10px 0 0 3px;
    height: 50px;
    background: url(/media/images/markers/xls.gif) no-repeat left;
}

.pricelist a {
    color: #333;
}

.credit-icon {
    background: url(/media/images/markers/credit.gif) no-repeat left;
}