/* kosik */
.ProductsListCartPreview {float:left; display:inline-block; }
.cartPreviewTitle {padding:10px 0 0 55px; width:213px; text-align:center; font-weight:bold;font-size:12px;}
.cartPreviewItem {padding:1px 0 0 55px; width:213px; text-align:center;font-size:10px; }
.cartPreviewCount {padding:1px 0 0 55px; width:213px; text-align:center;font-size:10px; }
.cartPreviewPrice {padding:1px 0 0 55px; width:213px; text-align:center;font-size:10px; }
.cartPreviewOrder {padding:1px 0 0 0; width:255px; text-align:right;font-size:10px; margin-top:10px;} 
.cartPreviewOrder a {text-decoration:none; font-weight:bold; color:white; }
.cartPreviewOrder a:hover {text-decoration:none; color:yellow;}

.cartListOrder {padding:10px 5px 9px 0 ; width:230px; text-align:right; margin:-15px 0 15px 0; float:right;} 
.cartListOrder a {text-decoration:none; font-weight:bold; color:white; background-image:url(../images/smallKosik.png); background-repeat:no-repeat; background-position: bottom right; padding:10px 45px 10px 0; height:30px;}
.cartListOrder a:hover {text-decoration:none; background-image:url(../images/smallKosik_hover.png); background-repeat:no-repeat; color:yellow;}

.cartDetailOrder {padding:10px 5px 9px 0 ; width:230px; text-align:right; margin:-15px 0 15px 0; float:right;} 
.cartDetailOrder a {text-decoration:none; font-weight:bold; color:white; background-image:url(../images/smallKosik.png); background-repeat:no-repeat; background-position: bottom right; padding:10px 45px 10px 0; height:30px;}
.cartDetailOrder a:hover {text-decoration:none; background-image:url(../images/smallKosik_hover.png); background-repeat:no-repeat; color:yellow;}

