/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/product_overview.php
--------------------------------------------------------------- */
/* Sorteren van Producten */
div.sortDiv {
	border-top:1px solid #74A5CD; 
	border-bottom:1px solid #74A5CD; 
	padding-top:3px;
	padding-bottom:3px;
}
form.NrForm{
	float:right;
}
span.productOverviewSortLabel{
	font-family: Arial;
	color:#444444;
	font-weight: bold; 
	font-size: 12px; 
	line-height:15px;
	margin-right:3px;
	text-transform:lowercase;
}
select.productOverviewSort{
	font-family: "Arial";
	color:#444444;;
	font-weight: normal; 
	font-size: 12px; 
	margin-left:0px; 
	margin-right:0px;
	text-decoration:none;
	border:1px solid #3b393c;
}
/* Aantal Producten per Pagina */
select.productOverviewNrProducts{
	font-family: "Arial";
	color:#32323a;
	font-weight: normal; 
	font-size: 10px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
	border:1px solid #32323a;
}
span.productOverviewNrProductsLabel{
	font-family: Arial;
	color:#444444;
	font-weight: normal; 
	font-size: 12px; 
	line-height:15px;
	text-transform:uppercase;
}
/* OverzichtsType */
a.productOverviewViewType{
	font-family: "Arial";
	color: #A59993; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productOverviewViewType:hover{
	font-family: "Arial";
	color: #25345F; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productOverviewViewTypeSelected{
	font-family: "Arial";
	color: #25345F; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}
a.productOverviewViewTypeSelected:hover{
	font-family: "Arial";
	color: #25345F; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}
span.productOverviewViewTypeDevider{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}

/* Paging */
span.productOverviewPagingLabel{
	font-family: Arial;
	color:#444444;
	font-weight: bold; 
	font-size: 12px; 
	line-height:15px;
	text-transform:lowercase;
}
a.productOverviewPaging{
	font-family: Arial;
	color:#444444;
	font-weight: bold; 
	font-size: 12px; 
	line-height:15px;
	text-transform:lowercase;
	text-decoration:none;
}
a.productOverviewPaging:hover{
	font-family: Arial;
	color:#444444;
	font-weight: bold;
	font-size: 12px; 
	line-height:15px;
	text-transform:lowercase;
	text-decoration:underline;
}
a.productOverviewPagingSelected {
	font-family: Arial;
	color:#990000;
	font-weight: bold; 
	font-size: 12px; 
	line-height:15px;
	text-transform:lowercase;
	text-decoration:underline;
}
a.productOverviewPagingSelected:hover {
	font-family: Arial;
	color:#990000;
	font-weight: bold; 
	font-size: 12px; 
	line-height:15px;
	text-transform:lowercase;
	text-decoration:underline;
}
span.productOverviewPagingDevider{
	font-family: Arial;
	color:#444444;
	font-weight: normal; 
	font-size: 12px; 
	line-height:15px;
	text-transform:uppercase;
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
/* Total Products */
span.productOverviewTotal{
	font-family: Arial;
	color:#444444;
	font-weight: normal; 
	font-size: 12px; 
	line-height:15px;
	text-transform:uppercase;
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
/* Previous Next Link */
div.PrevNext{
	float:right;
	position:relative;
	top:-21px;
}
span.productOverviewPrevNextDevider{
	font-family: "Arial";
	color:#d3d3d3;
	font-weight: normal; 
	font-size: 12px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
a.productOverviewPrevLink{
	font-family: "Arial";
	color: #d3d3d3; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:35px;
}
a.productOverviewPrevLink:hover{
	font-family: "Arial";
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productOverviewNextLink{
	font-family: "Arial";
	color: #d3d3d3; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productOverviewNextLink:hover{
	font-family: "Arial";
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
/* Product Overview */
td.productOverview{
	vertical-align:bottom;
	background-image:url(../../img/product_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:95px;
	cursor:pointer;
}
td.productOverviewSelected{
	vertical-align:bottom;
	background-image:url(../../img/product_bg_selected.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:95px;
}
td.productOverviewShade{
}
td.productOverviewSelectedShade{
	background-image:url(../../img/product_bg_shade.jpg);
	background-repeat:repeat-x;
}
/*
div.productOverviewDiv{
}
*/
span.productOverviewArticleNumber{
	font-family: "Arial";
	color: #3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
div.productOverviewName{
	font-family: Arial;
	color:#990000;
	font-weight: bold; 
	font-size: 14px; 
	line-height:15px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:2px;
	
}
div.productOverviewImage{
}
img.productOverviewImage{
	width:125px;
	margin:0px;
}
div.productOverviewSpecs{
	width:205px;
	height:auto;
	position:relative;
	left:0px;
	bottom:10px;
}
div.productOverviewLink{
}
div.productOverviewDescription{
	font-family: Arial;
	color:#444444;
	font-weight: normal; 
	font-size: 12px; 
	line-height:12px;
	margin-bottom:6px;
}
.productOverviewPrice{
	font-family: "Arial";
	color:#444444;
	font-weight: bold; 
	font-size: 14px; 
	text-decoration:none;
	margin-bottom:8px;
}
span.productOverviewCurrencyCode{
	font-family: "Arial";
	color:#555555;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-right:3px;
}
span.productOverviewDiscount{
	font-family: "Arial";
	color:#444444;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.productOverviewCurrency{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.productOverviewVAT{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:3px;
}
a.productOverviewAddToBasketLink{
	font-family: "Arial";
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productOverviewAddToBasketLink:hover{
	font-family: "Arial";
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.productOverviewDevider{
	margin-left:6px;
	margin-right:5px;
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productOverviewToProductDetailsLink{
	font-family: Arial;
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
a.productOverviewToProductDetailsLink:hover{
	font-family: Arial;
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:underline;
}
/* Product Details */
span.productDetailsArticleNumber{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.productDetailsGroupName{
	font-family: Arial;
	color:#717274;
	font-weight: normal; 
	font-size: 26px;
	line-height:25px;
}
span.productDetailsName{
	font-family: Arial;
	color:#990000;
	font-weight: normal; 
	font-size: 26px;
	line-height:25px;	
}
img.productDetailsImage{
	border: 0px solid #000000;
	margin:0px;
}
a.productDetailsImageZoom{
	font-family: "Arial";
	color: #A59993; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productDetailsImageZoom:hover{
	color:#25345F; 
	text-decoration:underline;
}
.productDetailsTabHeader{
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	line-height:15px;
}
a.productDetailsTab{
	font-family: "Arial";
	color:#3e3d40;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	line-height:15px;
}
a.productDetailsTab:hover{
	font-family: "Arial";
	color:#3e3d40;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	line-height:15px;
}
a.productDetailsTabSelected{
	font-family: "Arial";
	color:#3e3d40;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	line-height:15px;
}
a.productDetailsTabSelected:hover{
	font-family: "Arial";
	color:#3e3d40;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	line-height:15px;
}
span.productDetailsDescription{
	font-family:"Arial";
	color:#707173;
	font-weight: normal; 
	font-size: 12px; 
	line-height:18px;
}
span.productDetailsCurrencyCode{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	margin-right:3px;
}
.productDetailsPrice{
	font-family: Arial;
	color:#990000;
	font-weight: normal; 
	font-size: 26.333px;
	line-height:22px;
}
span.productDetailsCurrency{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:3px;
}
span.productDetailsVAT{
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:3px;
}
a.productDetailsAddToBasketLink{
	display:block;
	background-image:url(../../img/button_cart.jpg);
	width:167px;
	height:27px;
}
a.productDetailsAddToBasketLinkGhost{
	display:block;
	background-image:url(../../img/button_cart_ghost.jpg);
	width:110px;
	height:50px;
}
a.productDetailsSetCurrencyEuro{
	display:block;
	background-image:url(../../img/button_currency_euro.jpg);
	width:165px;
	height:27px;
	text-decoration:none;	
}
a.productDetailsSetCurrencyDollar{
	display:block;
	background-image:url(../../img/button_currency_dollars.jpg);
	width:165px;
	height:27px;
	text-decoration:none;
}
/*a.productDetailsAddToBasketLink:hover{
	font-family: Arial;
	color:#AB007C;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:underline;
}*/
.productDetailsVariationLabel{
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
	margin-top:30px;
}
span.productDetailsDescriptionLabel{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
span.productDetailsPropertiesLabel{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
span.productPropertyCategory{
	font-family: "Arial"; 
	color:#990000;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
	line-height:17px;
}
span.productPropertyName{
	font-family: "Arial";
	color: #3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
span.productPropertyValue{
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
span.productDetailsRelDocumentsLabel{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
a.productDetailsRelDocumentsLink{
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	line-height:17px;
	text-decoration:none; 
}
a.productDetailsRelDocumentsLink:hover{
	font-family: "Arial";
	color:#3b393c;
	font-weight: normal; 
	font-size: 12px; 
	line-height:17px;
	text-decoration:none;
}
span.productDetailsRelProductsLabel{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	line-height:17px;
}
span.productDetailsRelImagesLabel{
	font-family: "Arial";
	color:#3b393c;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
img.productRelatedImage{
	border: 0px solid #000000;
	width:60px;
	margin-right:10px;
	margin-bottom:10px;
}
span.productRelatedArticleNumber{
	font-family: "Arial";
	color: #74A5CD;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.productRelatedName{
	font-family: "Arial";
	color:#990000;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.productRelatedDescription{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
span.productRelatedCurrencyCode{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 10px; 
	text-decoration:none;
	margin-right:3px;
}
span.productRelatedPrice{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 10px; 
	text-decoration:none;
}
span.productRelatedCurrency{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 10px; 
	text-decoration:none;
	margin-left:3px;
}
span.productRelatedVAT{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 10px; 
	text-decoration:none;
	margin-left:3px;
}
a.productRelatedLink{
	font-family: "Arial";
	color: #3b393c;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productRelatedLink:hover{
	font-family: "Arial";
	color: #3b393c;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}