/*--------------------------------------------------------------- 
		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:#D3D3D3;
	font-weight: normal; 
	font-size: 11px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
select.productOverviewSort{
	font-family: "Arial";
	color:#32323a;
	font-weight: normal; 
	font-size: 10px; 
	margin-left:3px; 
	margin-right:0px;
	text-decoration:none;
	border:0px solid #ffffff;
}
/* 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:#D3D3D3;
	font-weight: normal; 
	font-size: 11px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
/* 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:#d3d3d3;
	font-weight: normal; 
	font-size: 11px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
a.productOverviewPaging{
	font-family: "Arial";
	color: #d3d3d3; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
a.productOverviewPaging:hover{
	font-family: "Arial";
	color: #fe0000; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:underline;
}
a.productOverviewPagingSelected {
	font-family: "Arial";
	color: #d3d3d3; 
	font-weight: normal; 
	font-size: 11px;
	text-decoration:underline;
}
a.productOverviewPagingSelected:hover {
	font-family: "Arial";
	color: #fe0000; 
	font-weight: normal; 
	font-size: 11px;
	text-decoration:underline;
}
span.productOverviewPagingDevider{
	font-family: "Arial";
	color:#d3d3d3;
	font-weight: normal; 
	font-size: 11px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
/* Total Products */
span.productOverviewTotal{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	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: 11px; 
	margin-left:3px; 
	margin-right:3px;
	text-decoration:none;
}
a.productOverviewPrevLink{
	font-family: "Arial";
	color: #d3d3d3; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	margin-left:35px;
}
a.productOverviewPrevLink:hover{
	font-family: "Arial";
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
a.productOverviewNextLink{
	font-family: "Arial";
	color: #d3d3d3; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
a.productOverviewNextLink:hover{
	font-family: "Arial";
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
/* Product Overview */
td.productOverview{
	width:290px;
	background-color:#FFFFFF;
	background-image:url(../../img/bg_products.jpg);
	background-position:left bottom;	
	vertical-align:bottom;
}
td.productOverviewDiscount{
	width:290px;
	background-color:#FFFFFF;
	background-image:url(../../img/bg_products_offer.jpg);
	background-position:left bottom;	
	vertical-align:bottom;
}
/*
div.productOverviewDiv{
}
*/
span.productOverviewArticleNumber{
	font-family: "Arial";
	color: #74A5CD;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
div.productOverviewName{
	font-family: "Arial";
	color:#FD0000;
	font-weight: bold; 
	font-size: 14px; 
	text-decoration:none;
	width:205px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:34px;
}
div.productOverviewImage{
	position:relative;
	width:80px;
	height:100px;
	line-height:0px;
	left:0px;
	bottom:0px;
}
img.productOverviewImage{
	width:80px;
	margin:0px;
}
div.productOverviewSpecs{
	width:205px;
	height:auto;
	position:relative;
	left:0px;
	bottom:10px;
}
div.productOverviewLink{
	width:205px;
	height:15px;
	position:relative;
	left:0px;
	bottom:0px;
	border:1px solid #000000;
	vertical-align:top;
}
td.productOverviewDescription{
	font-family: "Arial";
	color:#555555;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	width:205px;
	height:30px;
	vertical-align:text-top;
}
div.productOverviewPrice{
	position:absolute;
	bottom:0px;
	width:205px;
}
span.productOverviewCurrencyCode{
	font-family: "Arial";
	color:#555555;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	margin-right:3px;
}
td.productOverviewPrice{
	font-family: "Arial";
	color:#555555;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
td.productOverviewPriceDiscount{
	font-family: "Arial";
	color:#FE0000;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
span.productOverviewDiscount{
	font-family: "Arial";
	color:#FD0000;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
span.productOverviewCurrency{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	margin-left:3px;
}
span.productOverviewVAT{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	margin-left:3px;
}
a.productOverviewAddToBasketLink{
	font-family: "Arial";
	color: #555555; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
a.productOverviewAddToBasketLink:hover{
	font-family: "Arial";
	color: #000000; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
span.productOverviewDevider{
	margin-left:5px;
	margin-right: 5px;
	font-family: "Arial";
	color: #333333; 
	font-weight: normal; 
	font-size: 12px; 

}
a.productOverviewToProductDetailsLink{
	font-family: "Arial";
	color: #222222; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
a.productOverviewToProductDetailsLink:hover{
	font-family: "Arial";
	color: #000000; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:underline;
}
/* Product Details */
span.productDetailsArticleNumber{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
}
span.productDetailsName{
	font-family: "Arial";
	color:#cba671;
	font-weight: bold; 
	font-size: 17px; 
	text-decoration:none;
}
img.productDetailsImage{
	border: 0px solid #000000;
	margin:0px;
	width:200px;
	vertical-align:text-bottom
}
a.productDetailsImageZoom{
	font-family: "Arial";
	color: #A59993; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productDetailsImageZoom:hover{
	color:#25345F; 
	text-decoration:underline;
}
a.productDetailsTab{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	line-height:20px;
}
a.productDetailsTab:hover{
	font-family: "Arial";
	color:#FF0000;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	line-height:20px;
}
a.productDetailsTabSelected{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	line-height:20px;
}
a.productDetailsTabSelected:hover{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	line-height:20px;
}
span.productDetailsDescription{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	line-height:17px;
}
span.productDetailsCurrencyCode{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	margin-right:3px;
}
td.productDetailsPrice{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
span.productDetailsCurrency{
	font-family: "Arial";
	color:#666666;
	font-weight: bold; 
	font-size: 11px; 
	text-decoration:none;
	margin-left:3px;
}
span.productDetailsVAT{
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
	margin-left:3px;
}
a.productDetailsAddToBasketLink{
	font-family: "Arial";
	color: #666666;
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:none;
}
a.productDetailsAddToBasketLink:hover{
	font-family: "Arial";
	color: #000000;  
	font-weight: normal; 
	font-size: 11px; 
	text-decoration:normal;
}
span.productDetailsDescriptionLabel{
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size: 17px; 
	text-decoration:none;
	line-height:17px;
}
span.productDetailsPropertiesLabel{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
span.productPropertyCategory{
	font-family: "Arial"; 
	color:#E9E9E9;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
	line-height:17px;
}
span.productPropertyName{
	font-family: "Arial";
	color: #FF0000;
	font-weight: bold; 
	font-size: 10px; 
	text-decoration:none;
	line-height:17px;
	text-transform:uppercase;
}
span.productPropertyValue{
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	line-height:17px;
}
span.productDetailsRelDocumentsLabel{
	font-family: "Arial"; 
	color: #E9E9E9;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
}
a.productDetailsRelDocumentsLink{
	font-family: "Arial"; 
	color: #E9E9E9;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 12px; 
}
a.productDetailsRelDocumentsLink:hover{
	font-family: "Arial"; 
	color: #E9E9E9;
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 12px; 
}
span.productDetailsRelProductsLabel{
	font-family: "Arial"; 
	color: #E9E9E9;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px;
}
span.productDetailsRelImagesLabel{
	font-family: "Arial"; 
	color: #E9E9E9;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px;
}
img.productRelatedImage{
	border: 0px solid #000000;
	width:35px;
	float:left;
	margin-right:10px;
}
span.productRelatedArticleNumber{
	font-family: "Arial";
	color: #74A5CD;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
span.productRelatedName{
	font-family: "Arial";
	color:#FF0000;
	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: #E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
}
a.productRelatedLink:hover{
	font-family: "Arial";
	color: #E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:underline;
}