/*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;
	text-decoration: line-through;
}
.product-clisting-container{color:black;}

.product-clisting-container .normalprice,
.product-clisting-container .productSpecialPrice,
.productSpecialPriceSale {
 display:inline;
	
}

.productSpecialPrice, 
.productSalePrice, 
.productSpecialPriceSale, 
.productPriceDiscount {
	color:#d00000;
}

.product-clisting-container .itemTitle{
 white-space: nowrap;
 text-overflow:ellipsis;
}

div.product-clisting-container a span.button_buy_now1,
div.product-clisting-container a span.button_detail1
{
 position: absolute;
 top: 300px;
}
div.centerBoxContentsNew a span.button_detail1,
div.centerBoxContentsSpecials a span.button_detail1,
div.specialsListBoxContents a span.button_detail1,
div.centerBoxContentsFeatured a span.button_detail1{
 position: absolute;
 top: 210px;
 left:80px !important;
}

div.product-clisting-container a span.button_buy_now1
{
 left:145px;
}
div.product-clisting-container a span.button_detail1
{
 left:5px;
}
.product-clisting-container .always-free-shipping{
 background-color: #EA5300;
 position: absolute;
 top: 176px;
 left:0px;
 width:100%;
 
}

.product-clisting-container .listingDetailButton{
 position: absolute;
 top: 310px;
 left:125px;
}
.specialsListBoxContents .product-clisting-container .listingDetailButton,
.centerBoxContentsSpecials .product-clisting-container .listingDetailButton,
.centerBoxContentsNew .product-clisting-container .listingDetailButton{
 position: absolute;
 top: 220px;
 left:65px;
}

.ProductsListingImage{
 color:black;
 margin-top:15px;
}

.product-clisting-container .ProductsListingImage{
 position: relative;
 
}
.specialsListBoxContents .ProductsListingImage,
.centerBoxContentsSpecials .ProductsListingImage,
.centerBoxContentsNew .ProductsListingImage{
 height:120px;
}

.centerBoxContentsProducts .ProductsListingImage{
 height:167px;
}
.specialsListBoxContents h3,
.centerBoxContentsSpecials h3,
.centerBoxContentsNew h3,
.centerBoxContentsProducts h3,
.centerBoxContentsFeatured h3{
 clear:both;

height:21px;
 overflow: hidden;
 background-color: silver;
 color:white;

 text-align:left;
 margin:0;

 font-size:12px;

 background-image: url(../images/bg-h2.gif);
 background-repeat: repeat-x;
 padding-top:5px;
 padding-left:5px;

}

.specialsListBoxContents h3 a,
.centerBoxContentsSpecials h3 a,
.centerBoxContentsNew h3 a,
.centerBoxContentsProducts h3 a,
.centerBoxContentsFeatured h3 a{
 color:#101010;
 text-decoration: none;
 font-weight: bold;
}

.specialsListBoxContents h3 a:hover,
.centerBoxContentsSpecials h3 a:hover,
.centerBoxContentsNew h3 a:hover,
.centerBoxContentsProducts h3 a:hover
.centerBoxContentsFeatured h3 a:hover{
 text-decoration: underline;
 color:#970713;
}


.centerBoxContentsProducts h3.price{
border-bottom:1px solid #D3D3D3;
color:#585858;
margin:0px;
margin-bottom:5px;
padding-bottom:5px;
}

.specialsListBoxContents .product-clisting-container,
.centerBoxContentsSpecials .product-clisting-container,
.centerBoxContentsNew .product-clisting-container,
.centerBoxContentsProducts .product-clisting-container,
.centerBoxContentsFeatured .product-clisting-container {
 position: relative;
 padding:0;
 margin:3px;

border:1px solid #DFDFDF;
height:338px;
width:97%;
background-color: white;
}

.specialsListBoxContents .product-clisting-container,
.centerBoxContentsSpecials .product-clisting-container,
.centerBoxContentsNew .product-clisting-container,
.centerBoxContentsFeatured .product-clisting-container{
 height:250px;
}

.ProductsListingPrice{
 color:black;
 margin-top:5px;
}


#freeShippingIcon{
text-align: center;
}
