/*vypis kategorii*/
.category-links{
display: block;
}

/*výpis produktu*/

#listCell0-0{
width:15%;
}

#listCell0-1{
width:60%;
}

#listCell0-2{
width:25%;
}

.productImages{
display: inline;
padding-right: 10px;
}

.productImagesContainer{
overflow: auto;
height:195px;
white-space: nowrap;
text-align: center;
}

.productListing-data{
padding-top: 7px;
padding-bottom: 7px;
padding-left: 2px;
}

/*detail produktu*/
#productAvailability{
text-align:center;
}

/*ceny*/

#productPrices{
text-align: center;
font-size: 14px;
}

.normalprice, .productSpecialPriceSale {
 display:block !important;
	text-decoration: line-through;
}
.productSpecialPrice, 
.productSalePrice, 
.productSpecialPriceSale, 
.productPriceDiscount {
	color:red;
}

#freeShippingIcon{
text-align: center;
}