/* Special style for block cart*/
#cart_block {
 float: right; 
 text-align: left; 
 width: auto; 
 text-transform: uppercase; 
 margin: 10px 0 0 0;
 height: 16px; 
 padding: 6px 20px 0 20px; 
 background: url('../../../img/basket_icon.gif') left center no-repeat; 
 font-size: 10px;
}