/* Overzichtspagina producten + zoekresultaten */
							
#contentProducts {
	float: right;
	margin: 20px 0 0;
	padding: 0;
	width: 669px; /* 669px */
}

	#contentProducts .wrapper,
	#contentProducts .category_products {
		width: 669px;
		margin-bottom: 100px;
		overflow: hidden;
	}
	
	#contentProducts .product {
		float: left;
		width: 200px;
		margin: 0 0 4px 23px;	
/*		background-color: yellow;
*/	}
		#contentProducts .image {height: 200px;}
		#contentProducts .productInfo {
			padding: 0 0 0 5px;
		}
			#contentProducts .productInfo a{
				font-style: italic;
				text-decoration: none;	
			}

			#contentProducts .productInfo a:hover{
				text-decoration: underline;
			}


/* Detailpagina Product */
#contentProducts .detailImg {
	float: left;
	margin: 0 0 0 23px;	
	width: 266px;
/*	background-color: silver;
*/}
#contentProducts .detailInfo {
	float: right;
	width: 362px;
}
	#thumbs img {
		margin: 10px 6px 0 0;
	}

.voorraad {padding-top: 4px;}
form.ww {margin-top: 20px;}
input.bww {
	background-image: url(../images/button_ww.gif);
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	height: 35px;
	margin-left: 0;
	padding: 2px 0;
	width: 264px;
}

.vet {font-weight: bold;}	
.dollar {font-size: 75%;}

#errors {
	border: 1px solid red;
	padding: 5px;
	margin: 10px 0;
	width: 300px;
} 
#errors li {
	color: red;
}

/* Bestellen/afrekenen Product */
.prodImg {padding-bottom: 5px; width: 62px;}
.top {padding: 5px 10px 0; vertical-align:top;}

input.bbijw {
	background-image: url(../images/bg_button.gif);
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	height: 35px;
	margin-left: 0;
	padding: 2px 0;
	width: 135px;
}
#buttonsWw {
	clear: both;
	margin: 0;
	padding: 20px 0;
	text-align: right;
}

/*#shipping {clear: both; margin: 20px 0;}*/

select#shipping_to {margin: 0 10px; width: 140px;}

	#content td span.verderWinkelen,
	#content td span.bestel {
		background-image: url("../images/bg_button.gif"); 
		float: left; 
		height: 35px; 
		width: 135px;
	}
	#content td span.verderWinkelen a,
	#content td span.bestel a {
		border: none;
		color: #FFFFFF;
		cursor: pointer;
		display: block; 
		font-weight: bold;
		margin-left: 0;
		text-decoration: none;
	}
	#content td span.verderWinkelen a {font-size: 13px; padding: 8px 14px;}
	#content td span.bestel a {font-size: 13px; padding: 8px 20px 8px 36px}


td.break {height:50px;}

#full_search input {
	width: auto;
	display: inline;
}
#full_search input[type=radio] {
	position: relative;
	top: 2px;
	margin-right: 3px;
	margin-left: 10px;
	border: 0;
}

#full_search label {
	width: auto;
	display: inline;
	float: none;
	cursor: pointer;
	line-height: 1em;
	vertical-align: inherit;
}

.forgot_password {
	text-decoration: underline;
	font-size: 0.8em;
}
#forgot_password {margin-bottom: 20px;}


/* === Pagina Zoekresultaten === */

#product_filter {
	float: right;
    margin-bottom: 30px;
    padding-right: 11px;
    text-align: right;
    width: 288px;
}
	#product_filter ul {float: right;}
	#product_filter li { 
		display: inline;
		margin: 0 5px 0 0;
		padding: 0;
	}
#full_search {padding-left: 23px; width: 340px}

img.lightbox {
	display: none;
}