#subnav {
	width: 160px;
	background: #c299d6;
	}
#subnav,
#subnav ul {
	padding: 5px 0px;
	}
#subnav li {
	padding: 0px 5px;
	}
#subnav li a {
	color: #ffffff;
	padding: 10px 5px;
	background: none;
	}
#subnav ul li a,
#subnav li:hover li a,
#subnav li.sfhover li a,
#subnav li:hover li li a,
#subnav li.sfhover li li a {
	color: #ffffff;
	background: none;
	}
#subnav li:hover a,
#subnav li.sfhover a,
#subnav li a:hover,
#subnav ul li:hover a,
#subnav ul li.sfhover a,
#subnav ul li a:hover,
#subnav ul ul li:hover a,
#subnav ul ul li.sfhover a,
#subnav ul ul li a:hover {
	color: #7f29a9;
	background: #ffffff;
	}
	
div#arrangementen {
	width: 700px;
	margin-left: 20px;
	min-height: 300px;
}
div.form-element {
	width: 700px;
	display: block;
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
	overflow: auto;
	padding-bottom: 20px;
	display: none;
	}
div#arrangementen input.radio {
	width: 20px;
	margin: 0px;
	padding: 0px;
}
div#arrangementen label {
	width: 300px;
	text-align: left;
}
div.arg-item {
	width: 700px;
	font-size: 12px;
}
table.arg {
	width: 700px;
	border-collapse: collapse;
	border: 0px;
}
table.arg td {
	text-align: left;
	vertical-align: top;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	}
table.arg td.title {
	width: 100px;
	font-weight: bold;
}

table.login-form {
	margin: 0px 0px 0px 15px;
	border: 0px;
	border-collapse: collapse;
}
table.login-form td {
	border: 0px;
	text-align: left;
}
table.login-form td input.submit {
	width: 100px;
}

body#popup {
	background-color: #FAFAFA;
}

#productlist {
	margin-top: 5px;
}
#productlist .imgContainer img {
	box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	border: 1px solid #ffffff;
}
#productlist .product {
	width: 152px;
	height: 187px;
	border: 1px solid #DADADA;
	margin: 0 7px 7px 0;
	float: left;
}
#productlist .product .imgContainer {
	height: 124px;
	width: 132px;
	overflow: hidden;
	padding: 9px;
}
#productlist .product .title {
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 10px;
}
#productlist .product .price {
	text-align: center;
	color: #FF6600;
	font-weight: bold;
	display: block;
}

#productdetail .cloud-zoom, #productdetail .noimg {
	box-shadow: 0 0 5px #ADADAD;
	-webkit-box-shadow: 0 0 5px #ADADAD;
	-moz-box-shadow: 0 0 5px #ADADAD;
	width: 340px;
	height: 438px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
#productdetail .photoContainer {
	width: 345px;
	float: left;
}
#productdetail .photoContainer #wrap, #productdetail .noimg {
	margin: 5px 0 0 5px;
}
#productdetail .textContainer {
	float: left;
	margin: 20px 0 20px 20px;
	width: 490px;
	font-size: 12px;
}
#productdetail .textContainer h1 {
	color: #F8882D;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#productdetail .textContainer .price {
	margin-top: -15px;
    float: right;
    width: 123px;
	padding-right: 11px;
	height: 58px;
	background-image: url('/image/price-container.png');
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}
#productdetail .shops {
	margin-left: -5px;
}
#productdetail .shops .shop {
	line-height: 24px;
	padding-left: 5px;
}
#productdetail .shops .shop.odd {
	background-color: #F1F1F1;
}
#productdetail .shops .shop .name {
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
#productdetail .shops .shop .address {
	width: 260px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
#productdetail .shops .shop .map {
	width: 50px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
#productdetail .shops .shop a {
	color: #FA6501;
	text-decoration: none;
}
.push {
	clear: both;
	min-height: 0;
}

