/* CSS Document */

table.ProductListing tr td div.SpecialLayer {
	padding-left: 135px;
}

table.ProductListing tr td {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 150%;
}


table.ProductListing tr td h3 {
	font-size: 14pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	color: #0F5DDF;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

table.ProductListing tr td h3 a { text-decoration: none; }
table.ProductListing tr td h3 a:hover { text-decoration: underline; }

table.ProductListing tr td p.SKU {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

table.ProductListing tr td img {
	float:left;
}

table.ProductListing tr td p.PriceTag {
	font-size: 14pt;
	line-height: 150%;
/*	color: #444444;*/
	margin: 0px ;
/*	margin-bottom: 3px;*/
	padding: 0px;
}


table.ProductListing tr td p.PriceTag span.PriceTag{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}

table.ProductListing tr td a { /* color: #0F5DDF; */}
table.ProductListing tr td a.AddToCart {
	font-weight: bold;
/*	font-size: 10pt;*/
/*	padding: 5px;
	border: 1px outset darkorange;
	background-color: orange;
	display: compact;*/
 }

table.ProductListing tr td p.PriceTagVATex	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	}

table.ProductListing tr td p.PriceTagVATex a { text-decoration: none; }

ul.ProductListingBullets { 
	list-style-type: square;
	color: #AAAAAA;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	}

table.ProductListing tr td div.PriceTag {
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: left;
}

ul.ProductListingBullets li {
	font-size: 1pt;
	}


ul.ProductListingBullets li p {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	}

ul.ProductListingBullets li p b,
ul.ProductListingBullets li p strong {
	font-size: 9pt;
	font-weight: normal;
}


table.ProductListing table.ProductProperties {
/*	border-bottom: 1px solid #DDDDDD;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
}

table.ProductListing table.ProductProperties tr td b,
table.ProductListing table.ProductProperties tr td strong {
	font-size: 10pt;
	font-weight: normal;
	margin-left: 10px;
	
}



/* TRANSPARENCY EFEKTY */

.VariantSummary {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #333333;
	margin: 0px 0px;
	padding: 5px;
	/*FILTER: Shadow(Color=#666666, Direction=-45);*/
}

.VariantSummary ul {
	padding: 0px;
	margin: 0px 0px 5px 15px;
	list-style-type: none;
}

.transparent {
/*	background-color: #FF0000;*/
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	}
	
.transparent px { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	color: #000000;
}

span.Sleva {
	color: #006600;
}

span.Doplatek {
	color: #0F5DDF;
}



/*---------------------------------------------- */

div.ProductDetail div.LargeImage { float: left; padding: 3px; width: 150px; text-align: center; margin-top: 10px; }
div.ProductDetail div.LargeImage img { }

div.ProductDetail div.InfoPanel { margin-left: 160px; }
div.ProductDetail p.SKU { font-size: 10pt; margin-top: 5px; padding: 0px 15px; line-height: 180%;}
div.ProductDetail p.SKU b { color: #CC0000; font-size: 10pt; }
div.ProductDetail h1 { /*font-size: 196%;*/ margin-bottom: 0px; padding-bottom: 0px;}



div.ProductDetail table.ProductProperties { margin-bottom: 10px; padding-bottom: 10px; margin-left: 15px; color: #333333; margin-top: 0px; padding-top: 0px;  }
div.ProductDetail table.ProductProperties tr td { font-size: 8pt; }
div.ProductDetail table.ProductProperties tr td b,
div.ProductDetail table.ProductProperties tr td strong { font-size: 11pt; font-weight: normal; /*margin-left: 10px;*/ }
div.ProductDetail table.ProductProperties tr td b { 	color: #C00;
	font-weight: bold; font-size: 10pt;}

.blueHeader, 
.blueTabHeader { background-color: #69c; font-size: 11pt; color:#FFFFFF; padding: 0px; }
.blueTabHeader td { font-size: 8pt; font-weight: bold; padding: 0px; border-bottom: 4px solid #99CCFF; }
.blueTabHeader div {float: right; padding: 5px 6px 3px 6px; font-weight: normal; color: #248}
.blueTabHeader div.VatActive { background-color: #99CCFF;}
.blueTabHeader div a { color: #FFFFFF; text-decoration: underline; }
.blueTabHeader div a:hover { color: #248; }		
.blueHeader p { padding: 0px 0px 0px 8px; margin: 0px; color: #FFFFFF; position: relative; top: 9px;}

.blue { background-color: #9cf; }
.blue td { font-size: 11pt; color:#000000; padding: 6px; }
		
option.SelectedVariant { background-color: #FFFFDD; }

div.ProductDetail div.PriceTag table { margin: 0px; padding: 0px; }
		
div.ProductDetail p.PriceTag { font-size: 10pt; line-height: 150%; color: #333333; margin: 0px;  padding: 0px; }
div.ProductDetail p.PriceTag { font-size: 12pt; }
div.ProductDetail p.PriceTag span.PriceTag{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 22pt; color: #CC0000; margin: 0px; padding: 0px; }		
div.ProductDetail p.PriceTagVATex	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	}


div.PageCounter { font-size: 10pt; text-align: center; margin-bottom: 20px; position: relative; top: 10px;}
div.PageCounter b {font-size: 10pt;  padding: 0px 3px; color: #048}
div.PageCounter a {font-size: 10pt; font-weight: normal; padding: 0px 3px;}
div.PageCounter a.FirstLast {font-size: 10pt; }


/* Small Product display */
div.SmallProductDisplay { clear: both; margin: 0px; /*background-color: #99FF33;*/}
div.SmallProductDisplay a { text-decoration: none; }
div.SmallProductDisplay a:hover { text-decoration: underline }
div.SmallProductDisplay h3 { padding: 0px; margin: 0px; }

/* PriceTag in SmallProductDisplay*/
div.SmallProductDisplay div.SmallPriceTag { padding: 0px; margin: 3px 0px 15px 15px; font-size: 8pt; color: #333333; }
div.SmallProductDisplay div.SmallPriceTag p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; padding: 0px; margin: 0px; line-height: 150%; }
div.SmallProductDisplay div.SmallPriceTag p.PriceTag { font-size: 8pt; line-height: 150%; color: #333333; margin: 0px; padding: 0px; }
div.SmallProductDisplay div.SmallPriceTag p.Separated { border-top: 1px solid #CCC; }
div.SmallProductDisplay div.SmallPriceTag span.MainVATMode { font-size: 8pt; }
div.SmallProductDisplay div.SmallPriceTag a.AddToCart { font-size: 8pt;font-weight: bold; }
div.SmallProductDisplay div.SmallPriceTag span.DefaultConfiguration { font-size: 8pt; font-weight: normal; font-style: italic; }
div.SmallProductDisplay div.SmallPriceTag p.PriceTag span.PriceTag{	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #CC0000; margin: 0px; padding: 0px; }
div.SmallProductDisplay div.SmallPriceTag p.PriceTagVATex { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333; margin-top: 0px; padding: 0px; margin-bottom: 0px; line-height: 150%; }
	
/*	
div.SmallProductDisplay div.SmallPriceTag a { text-decoration: none; }
div.SmallProductDisplay div.SmallPriceTag a:hover { text-decoration: underline; }
*/


table.ShoppingCartListing tr td { border-bottom: 2px solid #EEEEEE; font-size: 10pt;} 



.8pt {	font-size: 8pt; }
.bold_nbold { font-weight: bold; }
.bold_nbold a { font-weight: normal; }

.nunder { text-decoration: none; }
.nunder a { text-decoration: none; }

.tightBottom { margin-bottom: 0px; }
.tightTop 	 { margin-top: 0px; }

.10pt8pt {	font-size: 10pt; }

.10pt8pt a { font-size: 8pt; }

.whiteTab {
		background-image: url('../images/corner-onwhite.gif') ; 
		background-repeat: no-repeat;
/*		background-position: 0px -3px;*/
}

.whiteTabSmall {
		background-image: url('../images/corner-onwhite.gif') ; 
		background-repeat: no-repeat;
		background-position: 0px -3px;
}