
#assortiment
{
	width: 635px;
	height: auto;
	float: left;
}

.navigatie
{
	width: 635px;
	height: 93px;
	float: left;
	margin-top: 30px;
	position: relative;
	line-height: 24px;
}

.navigatie.top
{
	background: url(../images/template/navigatie_bg.jpg) no-repeat right;
}

.navigatie.bottom
{
	margin-top: 0px;
}


.navigatie .results
{
	width: 315px;
	height: 24px;
	position: absolute;
	left: 40px;
	top: 20px;
}

.navigatie .paging
{
	width: auto;
	height: 24px;
	position: absolute;
	top: 20px;
	right: 35px;
}

.navigatie .sort
{
	width: 265px;
	height: 21px;
	line-height: 21px;
	position: absolute;
	right: 35px;
	bottom: 8px;
}

.navigatie .sort .select {
	width: 120px;
	background: url(../images/template/selectbox_sort.gif) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	cursor: pointer;
}

.navigatie .sort .select .value {
	width: 100px;
}

.navigatie .sort .select .select_items {
	width: 118px;
}

.navigatie .sort .select .select_item {
	overflow: hidden;	
	width: 118px;
	height: 21px;
}

.navigatie .paging
{
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.navigatie .paging a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}

.navigatie .paging .active
{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(../images/template/page_active.gif);
	margin-right: 6px;
}

.navigatie .paging .page
{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(../images/template/page.gif);
	margin-right: 6px;
}

.navigatie .paging .next
{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 6px;
	background: url(../images/template/page_next.gif);
}


.navigatie .paging .next1
{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 18px;
	background: url(../images/template/page_next1.gif);
}

.navigatie .paging .prev
{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(../images/template/page_prev.gif);
	margin-right: 6px;
}

.navigatie .paging .prev1
{
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(../images/template/page_prev1.gif);
	margin-right: 18px;
}

#products
{
	width: 635px;
	height: auto;
	margin-top: 30px;
	float: left;
	line-height: 21px;
}

#products .product
{
	width: 198px;
	height: 329px;
	float: left;
	background: url(../images/template/product_bg.gif) no-repeat;
	padding-bottom: 20px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}

#products .product.last
{
	margin-right: 0px;
}

#products .product .image
{
	position: absolute;
	width: 120px;
	height: 160px;
	left: 34px;
	top: 23px;
	text-align: center;
}

#products .product .pricelabel
{
	width: 74px;
	height: 73px;
	position: absolute;
	left: 102px;
	top: 127px;
	background: url(../images/template/label.png);
}

#products .product .pricelabel .label
{
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 7px;
	top: 10px;
}

#products .product .pricelabel .label.btw
{
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 7px;
	top: 45px;
}

#products .product .pricelabel .price
{
	width: 70px;
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 2px;
	top: 25px;
}

#products .merk
{
	width: 154px;
	height: 42px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	position: absolute;
	left: 22px;
	bottom: 70px;
	overflow: hidden;
	line-height: 21px;
}	
#products .merk small
{
	font-size: 10px;
	color: #83002f;
	letter-spacing: -1px;
	line-height: 21px;
}	

#products .type
{
	width: 154px;
	height: 21px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	position: absolute;
	left: 22px;
	bottom: 114px;
	overflow: hidden;
	font-weight: bold;
}

#products .button
{
	width: 154px;
	height: 21px;
	position: absolute;
	left: 22px;
	bottom: 42px;
	background: url(../images/template/button_wijnmandje.gif);
	cursor: pointer;
	z-index: 5;
}

#detail
{
	width: 911px;
	height: 650px;
	background: url(../images/template/detail_bg.png);
	z-index: 200;
	margin-left: -455px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	font-size: 11px;
}

#detail .close
{
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 30px;
	height: 30px;
}

#detail .image
{
	width: 150px;
	height: 350px;
	position: absolute;
	overflow: hidden;
	left: 50px;
	top: 60px;
	text-align: center;
}

#detail .pricelabel
{
	width: 74px;
	height: 73px;
	position: absolute;
	left: 140px;
	top: 340px;
	background: url(../images/template/label.png);
}

#detail .pricelabel .label
{
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 7px;
	top: 12px;
}

#detail .pricelabel .label.btw
{
	width: 60px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 7px;
	top: 45px;
}


#detail .pricelabel .price
{
	width: 70px;
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 2px;
	top: 25px;
}


#detail .product
{
	width: 321px;
	height: 265px;
	position: absolute;
	left: 205px;
	top: 165px;	
}

#detail .product .merk
{
	width: 285px;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	text-align: left;
	float: left;
}	

#detail .product .type
{
	width: 285px;
	font-size: 14px;
	line-height: 24px;
	color: #9F0038;
	text-align: left;
	margin-top: 9px;
	float: left;
}	

#detail .product .bestel
{
	width: 321px;
	height: 45px;
	background: url(../images/template/bestel_bg.png);
	margin-top: 30px;
	float: left;
	position: relative;
}

#detail .product .bestel .aantal
{
	position: absolute;
	height: 21px;
	width: 90px;
	top: 10px;
	left: 30px;
	color: #666666;
	line-height: 21px;
}

#detail .product .bestel .aantal .text
{
	width: 40px;
	height: 21px;
	position: absolute;
	left: 40px;
	top: 0px;
	background: url(../images/template/input_aantal_bg.gif);
}

#detail .product .bestel .aantal .text input
{
	width: 30px;
	height: 19px;
	padding: 0px 5px;
	text-align: right;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #837b7b;	
	background: none;
	border: none;
	line-height: 21px;
	margin: 1px 0px;
}

#detail .product .bestel .select {
	width: 80px;
	background: url(../images/template/selectbox_bestel.gif) no-repeat;
	position: absolute;
	top: 10px;
	left: 120px;
	margin-top: 0px;
	cursor: pointer;
}

#detail .product .bestel .select .value {
	width: 60px;
}

#detail .product .bestel .select .select_items {
	width: 78px;
}

#detail .product .bestel .select .select_item {
	overflow: hidden;	
	width: 78px;
	height: 21px;
}

#detail .product .bestel .price
{
	width: 75px;
	float: right;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: normal;
	color: #9A063A;
	padding-right: 20px;
	margin-top: 10px;
	text-align: right;
}

#detail .product .button
{
	width: 225px;
	height: 50px;
	background: url(../images/template/button_wijnmandje2.png) no-repeat;
	margin-top: 30px;
	float: right;
	cursor: pointer;
}

#detail .suggestie
{
	width: 300px;
	height: 108px;
	position: absolute;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	left: 80px;
	bottom: 40px;
}

#detail #tabs
{
	width: 261px;
	height: 30px;
	position: absolute;
	right: 75px;
	top: 161px;
}

#detail #tabs .tab
{
	background: url(../images/template/tab_left.png) no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	height: 29px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 1px;
	cursor: pointer;
}

#detail #tabs .tab .item
{
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0px 5px;
	background: #5b0422;
}

#detail #tabs .tab span
{
	background: url(../images/template/tab_right.png) no-repeat;
	display: block;
	height: 30px;
	width: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#detail #tabs .tab.active
{
	background: url(../images/template/tab_active_left.png) no-repeat;
	height: 30px;
}

#detail #tabs .tab.active .item
{
	background: #99063a;
}

#detail #tabs .tab.active span
{
	background: url(../images/template/tab_active_right.png) no-repeat;
}

#detail #land
{
	width: 315px;
	height: 434px;
	position: absolute;
	bottom: 25px;
	right: 39px;
}

#detail #descriptions
{
	width: 250px;
	height: 350px;
	position: absolute;
	top: 225px;
	right: 75px;
}

#detail #descriptions table
{
	line-height: 21px;
	padding-bottom: 21px;
}

#detail #descriptions .label
{
	width: 90px;
	font-weight: bold;
}

#detail #descriptions .description
{
	width: 160px;
}

#detail #descriptions .description .capitalize
{
	text-transform: capitalize;
}

/* Details kistje */
#detail_kistje
{
	width: 817px;
	height: auto;
	background: url(../images/template/bg_kistje_detail.png) left top no-repeat;
	z-index: 200;
	margin-left: -408px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	font-size: 11px;
}

#detail_kistje .close {
	cursor: pointer;
	position: absolute;
	right: 19px;
	top: 18px;
	width: 30px;
	height: 30px;
	z-index: 100;
}

#detail_kistje .kistje_boven {
	width: 817px;
	height: 435px;
	position: relative;
}

.kistje_naam {
	width: 286px;
	height: 29px;
	position: absolute;
	right: 97px;
	top: 148px;
	line-height: 29px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.kistje_subnaam {
	width: 286px;
	height: 29px;
	position: absolute;
	right: 97px;
	top: 180px;
	line-height: 29px;
	font-size: 14px;
	color: #9f0038;
}

.kistje_aantal {
	width: 40px;
	height: 21px;
	position: absolute;
	right: 271px;
	top: 254px;
}

.kistje_aantal input {
	width: 40px;
	height: 21px;
	text-align: center;
	border: none;
	color: #666666;
	background: none;
}

.kistje_foto {
	width: 330px;
	height: 296px;
	position: absolute;
	left: 85px;
	top: 119px;
	overflow: hidden;
}
.kistje_foto img {
	height: 296px;
}

.kistje_foto .kistje_label {
	width: 74px;
	height: 73px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/template/label.png) left top no-repeat;
}

.kistje_foto .kistje_label .label_nu {
	width: 60px;
	height: 14px;
	position: absolute;
	line-height: 14px;
	left: 7px;
	top: 10px;
	text-align: center;
	font-size: 12px;
}

.kistje_foto .kistje_label .label_prijs {
	width: 70px;
	height: 21px;
	position: absolute;
	line-height: 21px;
	left: 2px;
	top: 29px;
	text-align: center;
	font-size: 18px;
}

.kistje_prijs {
	width: auto;
	height: 22px;
	position: absolute;
	right: 95px;
	top: 253px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #9a063a;
}

.kistje_button {
	width: 225px;
	height: 49px;
	position: absolute;
	right: 61px;
	top: 317px;
	cursor: pointer;
	background: url(../images/template/button_wijnmandje2.png) left top no-repeat;
}

#detail_kistje .kistje_midden {
	width: 602px;
	height: auto;
	position: relative;
	padding: 63px 119px 30px 86px;
	background: url(../images/template/bg_kistje_detail_midden.png) left top repeat-y;
}

.kistje_omschrijving {
	width: 98px;
	height: 19px;
	position: absolute;
	left: 86px;
	top: 25px;
	background: url(../images/template/kistje_omschrijving.gif) left top no-repeat;
}

.kistje_tekst {
	width: 602px;
	height: auto;
	position: relative;
	line-height: 19px;
	font-size: 11px;
	color: #666666;
}

#detail_kistje .kistje_onder {
	width: 817px;
	height: 44px;
	position: relative;
	background: url(../images/template/bg_kistje_detail_onder.png) left top no-repeat;
}

.bekijk_assortiment a {
	color: #fff;
}