/*  */
.cpt_shopping_cart_info{
	display:none;	
}
#cart_block {
    border: 0px solid #2D364F;
    padding: 10px 4px;
}
#cart_block h4  {
    border-bottom: 1px solid #2D364F;
}
#cart_block h4 a {
    color: #F5A353;
    font-family: georgia;
    font-size: 21px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -0.5px;
    text-decoration: none;
}
#cart_block dl dt {
    clear: both;
    height: auto;
    padding: 6px 0 0;
}

#cart_block span.quantity-formated {
    float: none;
}
#cart_block dl dt a {
    float: none;
    font-size: 11px;
    margin: 0;
    color: #CD9255;
}
#cart_block dl dt span.price {
    clear: none;
    color: #CD9255;
    float: right;
    font-weight: bold;
    padding: 0 2px;
}
#cart_block dl dt {
    clear: both;
    height: auto;
    padding: 6px 14px 0 0;
	position:relative;
}

#cart_block span.quantity-formated span.quantity {
    font-size: 9px;
    color: #aaa;
}
#cart_block a.ajax_cart_block_remove_link {
    background: url("/aditional24/x015/delete.gif") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    display: block;
    float: right;
    font-size: 0;
    height: 13px;
    margin: 0 0 0 5px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 11px;
}
#cart_block div.cart-prices {
    border: 1px solid #2D364F;
    clear: both;
    color: #A2AAC1;
    margin: 10px 0;
    padding: 3px 7px;
    position: relative;
    top: 10px;
}
#cart_block div.cart-prices span {
    float: left;
}
#cart_block div.cart-prices span#cart_block_total {
    float: right;
}
#cart-buttons {
    color: #2D364F;
}
#cart-buttons a{
    color: #A2AAC1;
}


