body,html{
	height: 100%;
}
.clear{
	clear: both;
}
.displaynone{
	display: none;
}
td{
	vertical-align: top;
}
#full{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
}
#full_main{
	text-align: center;
}
#logo{
	margin-top: 35px;
}
#main{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 880px;
}
#main_top{
	height: 110px;
}
#main_main{
}
#mainmenu{
	height: 50px;
}
#content{
	margin-top: 10px;
}
div.pageitem{
}
div.pageitemspacer{
	height: 20px;
}
div.left{
	float: left;
	width: 360px;
	text-align: right;
}
div.right{
	float: right;
	width: 500px;
}
div.text{
	text-align: left;
}
div.image div.imageinfo{
	color: #918F90;
	font-style: italic;
}
div.left div.image div.imageInfo{
	text-align: right;	
}
div.right div.image div.imageInfo{
	text-align: left;
}
h1 span{
	display: none;
}
div.text h1{
}
div.text p{
}
div.text div.backtooverzicht{
	height: 25px;
	width: 360px;
	margin-bottom: 4px;
}
div.text div.backtooverzicht a{
	font-size: 11px;
	text-decoration: underline;
}
div.overzicht{
	margin-top: 8px;
}
div.overzichtcolumn{
	float: left;
	width: 170px;
}
div.overzichtborder{
	border-right: 1px solid #918F90;
}
div.overzichtcolumnspacer{
	float: left;
	width: 10px;
	height: 100px;
}
div.overzichtitem{
	line-height: 12px;
	margin-top: 8px;
	margin-bottom: 7px;
}
div.overzichtitem a{
	line-height: 12px;
}
div.overzichtitem a:hover{
	color: #0099ff;
	text-decoration: none;
}
div.overzichtitem a:visited{
	color: white;
}

/* Shop Overview */
#shopoverview{
	width: 498px;
}

#shopoverview td.overviewitem{
	width: 120px;
}
#shopoverview td.overviewitem div.itemtitle{
	height: 20px;	
	line-height: 13px;
}
#shopoverview td.overviewitem div.itemtitle a{
	line-height: 12px;
}
#shopoverview td.rollover div.itemtitle{
	text-decoration: underline;
	color: #0099ff;
}
#shopoverview td.overviewitem div.overviewitemborder{
	position: absolute;
	border: 1px solid white;
	width: 118px;
	height: 88px;
	cursor: hand;
}
#shopoverview td.rollover div.overviewitemborder{
	position: absolute;
	border: 1px solid #0099ff;
	width: 118px;
	height: 88px;
}
#shopoverview td.overviewitem img.overviewitemimg{
}
#shopoverview td.overviewitemspacer{
	width: 6px;
}
#shopoverview td.overviewrowspacer{
	height: 5px;
	width: 500px;
	line-height: 1px;
	font-size: 1px;
}
div.addtocart img{
}
div.addtocart a{
	font-size: 11px;
	text-decoration: underline;
}

#cartoverview{
}
#cartoverview td.cartitem{
}

#cartoverview td.cartitem table.cartitem{
	width: 500px;
	background-color: #ccc;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
#cartoverview td.cartitem table.cartitem td.extra{
	width: 20px;
}
#cartoverview td.cartitem table.cartitem td.image{
	width: 80px;
}
#cartoverview td.cartitem table.cartitem td.name{
	text-align: left;
	width: 180px;
	font-weight: bold;
}
#cartoverview td.cartitem table.cartitem td.price{
	width: 55px;
	padding-left: 5px;
	font-weight: bold;
}
#cartoverview td.cartitem table.cartitem td.remove{
	width: 55px;
	text-align: left;
}
#cartoverview td.cartitem table.cartitem td.remove a{
	text-decoration: underline;
}
#cartoverview td.cartitem table.cartitem td.amount{
	text-align: left;
}
#cartoverview td.cartitem table.cartitem td.amount table.cartitemamount{
	width: 60px;
	border: 1px solid #aaa;
}
#cartoverview td.cartitem table.cartitem td.amount table.cartitemamount td{
	text-align: center;
	width: 20px;
}
#cartoverview td.cartitem table.cartitem td.amount table.cartitemamount td a{
	font-weight: bold;
	display: block;
	width: 20px;
	height: 20px;
}
#cartoverview td.cartitem table.cartitemsection{
	width: 420px;
	height: 20px;
}
#cartoverview td.shipping{
	text-align: right;
}
#cartoverview td.totalprice{
	color: red;
	font-weight: bold;
	text-align: right;
}

/* checkoutform */ 
div.formholder div.row{
	margin-bottom: 5px;
}
div.formholder div.row div.key{
	width: 150px;
	float: left;
}
div.formholder div.row div.key label.error{
	color: red;
}
div.formholder div.row div.value{
	float: left;
}
div.formholder div.row div.value input.text{
	width: 250px;
}
div.formholder div.row div.value textarea.textarea{
	width: 250px;
	height: 100px;
}
div.formholder div.row div.submit{
	float: left;
	width: 250px;
	text-align: right;
}