/* BASKET */
#basket {
        background: #EEF9F9 url(../images/rs_item_bg_top.gif) no-repeat center top;
        position: relative;
        width: 209px;
        margin: 0 auto;
        padding-top: 5px;
        margin-bottom: 25px;
}
#basket .bg {
        background: #EEF9F9 url(../images/rs_item_bg_bot.gif) no-repeat center bottom;
        height: 100%;
        width: 100%;
}
#basket h3 {
        color: #0092C8;
        font-size: 170%;
        font-weight: normal;
        display: block;
        background: #fff;
        line-height: 150%;
        padding-left: 10px;
        margin-bottom: 2px;
}
#basket table {
        width: 90%;
        margin: 0 auto;
        font-size: 90%;
        vertical-align: middle;
}
#basket table td {
        padding: 6px 0 0 0;
        border-bottom: 1px dotted #A9ABC0;
}
#basket table td.col1 {
        width: 5%;
}
#basket table td.col2 {
}
#basket table td.col3 {
        width: 25%;
        text-align: center;
}
#basket table tr.total {
        font-weight: bold;
}
#basket b.total {
        font-size: 110%;
}
#basket table tr.total td {
        padding-top: 20px;
}
#basket a.can {
        display: block;
        width: 16px;
        height: 0;
        padding-top: 13px;
        background: #EDECFF url(../images/can.gif) no-repeat;
        background-repeat: no-repeat;
        background-position: 0 0;
        overflow: hidden;
}
#basket a:hover.can {
        background-position: 0 -13px;
}
#basket a.title {
        text-decoration: none;
        font-weight: normal;
        font-size: 100%;
}
#basket a:hover.title {
        text-decoration: none;
}
#basket span.qty {
        padding: 0 2px;
        font-weight: normal;
        height: 1.7em;
}
#basket span.price {
        padding: 0 2px;
        font-weight: bold;
        font-size: 110%;
}
#basket p.order {
        width: 90%;
        margin: 0 auto;
        line-height: 260%;
        margin-top: 10px;
}
#basket p.order a {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
}
#basket p.order a:hover {
        text-decoration: underline;
}
