

/* pre zobrazovanie kosika */
.simpleCart_items {
 font-family: Helvetica Narrow, Arial Narrow, sans-serif;
 font-size: 13px;
 background-color: #eee;
 width:100%;
 float:left;
 /*border: 1px solid #eee;*/
}

.cartHeaders, .itemContainer{
 border: 1px solid #ddd;
 width:100%;
 float:left;
}

.itemName, .itemSize, .itemPrice, .itemQuantity, .itemTotal {
 margin: 1px 5px 3px 5px;
 /*display: inline-block;*/
}

.itemName, .itemSize {
 float: left;
}

.itemPrice, .itemQuantity, .itemTotal {
 font-family: Helvetica, Arial, sans-serif;
}

.itemPrice {
 position: absolute;
 margin-left: 410px;
 width: 50px;
}

.itemdecrement a, .itemincrement a, .itemremove a {
 display:block;
 position: absolute;
 width:16px;
 height:16px;
 text-indent:-9999px;
 overflow:hidden;
}
.itemdecrement a {
 margin-left: 480px;
 background: url(/fw/pub/System/DocumentGraphics/minus.gif);
}
.itemincrement a {
 margin-left: 525px;
 background: url(/fw/pub/System/DocumentGraphics/plus.gif);
}
.itemremove a {
 margin-left: 650px;
 background: url(/fw/pub/System/DocumentGraphics/trash.gif);
}

.itemQuantity {
 position: absolute;
 margin-left: 500px;
 margin-right: 0px;
 width: 25px;
 text-align: center;
}

.itemTotal {
 position: absolute;
 margin-left: 570px;
 width: 60px;
}

	
.itemContainer a{
 text-decoration:none;
}

/*pre police = pridavanie*/
.item_add {
 background:url(addcart.gif);
 width:150px;
 height: 25px;
 border-size: 0px;
 border-style: none;
 margin: 1px 5px 3px 5px ;
}

.simpleCart_shelfItem {
 font-family: Arial Narrow,sans-serif;
 width:100%;
 float:left;
 border-bottom: 1px solid blue;
}

