#cart_link {
    position:absolute;
    right:96px;
    top:10px;
    width:110px;
}
#cart_summary {
    position: absolute;
    top: 20px;
    right: -90px;
    background: white;
    width: 300px;
    /*height: 400px;*/
    border: 1px solid #dcd7d3;
    z-index: 99;
    text-align: left;
}
#cs_container {
    margin: 10px 25px;
}
#cs_emptymsg {
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}
.cs_item {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
}
.cs_item .image {
    float: left;
    clear: left;
}
.cs_item .info {
    margin-left: 90px;
}
.cs_item .info .name {
    margin-bottom: 5px;
}
.cs_item .info .price {
    float: right;
    padding-right: 10px;
}
#cs_subtotal {
    text-align: right;
    font-weight: bold;
    padding: 5px 0;
}
#keytext_cart-summary-notes {
    color: #4d4d4d;
    border: 1px solid #dcd7d3;
    background: #f0f0f0;
    padding: 10px;
    display: block;
}
#keytext_cart-summary-notes.default {
    color: #4d4d4d;
    border: none;
    background: transparent;
    padding: 0px;
}
#cs_links {
    height: 30px;
    margin-top: 10px;
}
#cs_editcart {
    height: 30px;
    display: block;
}
#cart_link #cs_editcart a {
    vertical-align: middle;
    line-height:30px;
    color: #755E51;
    text-decoration: underline;
}
#cs_checkoutbtn {
    float: right;
}
#cart_image {
    padding-right: 10px;
    border-right: 1px solid #755e51;
}
#cart_image a, #cart_count a {
    color: #755e51;
    font-size: 11px;
}
