body {
	background-color: black;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	color: white;
	line-height: 17px;
}
td {
	vertical-align: top;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #c2c2c2;
}
a:hover {
	text-decoration: none;
	color: #e1e1e1;
}
#clear {
	clear: both;
}
.clear {
	clear: both;
}
.shop_title {
	width:100%;
	height:auto;
	padding:7px 0px;
}
.shop_under {
	float:left;
	width:100%;
	height:auto;
	padding:7px 0px;
	color:#df3128;
	font-weight:bold;
	margin-top:15px;
}
.shop_descr {	
	float:left;
	width:310px;
	height:auto;
	padding:0px 0px;
}
#inhoud .shop_descr ul li{
	list-style-type:disc;
	margin-left:20px;
	padding-left:0px;
}
.shop_descr blockquote {
	margin-left:20px;
}
.shop_quant {
	float:left;
	width:50%;
	height:auto;
	padding:15px 0px;
}
.shop_image{	
	float:right;
	width:250px;
	height:auto;
	padding:7px 0px;
	text-align:right
}
.shop_prop {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:25px
}
.shop_prop td {
	margin-bottom:5px;
	height:23px;
	width:auto;
	padding-right:10px;
}
.shop_drop {
	width:90%;
}
.shop_submit {
	width:auto;
	height:auto;
	padding:3px;
	color:white;
	font-weight:bold;
	background:#DF3128;
	border:0px;
	margin-bottom:7px;
}
a.shop_submit {
	color:white;
}
#wrap {
	margin: auto;
	width: 1024px;
}
#topborder {
	width: 100%;
	height: 15px;
	margin-bottom: 1px;
	background-color: #3d1f1c;
}
#header {
	width: 100%;
	height: 134px;
	margin-bottom: 1px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
#content {
	float: left;
	width: 642px;
	min-height: 602px;
	background-image: url("../images/content_repeat.png");
	background-repeat: repeat-x;
	background-position: top left;
	margin-right: 1px;
}
#inhoud {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
}

#pictures {
	float: left;
	width: 381px;
	min-height: 500px;
	background-image: url("../images/foto_repeat.png");
	background-repeat: repeat-x;
	background-position: top left;
}
#pictures_content {
	margin-left: 18px;
	margin-top: 15px;
	float: left;
	width: 346px;
	min-height: 350px;
}
#footborder {
	width: 100%;
	height: 5px;
	background-image: url("../images/bottom_border.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#footer {
	margin-top: 3px;
	width: 100%;
	text-align: center;
	height: 20px;
	margin-bottom: 15px;
}
#footer a {
	font-weight:bold;
	font-size:12px;
	color:#e23429;
}
h2{
	color:#df3128;
	font-size:18px;
	padding: 0 0 10px 0;
}
A.shop{
	color:#df3128;
	font-size:18px;
}
span.shop{
	color:#df3128;
	font-size:18px;
}
a.bestellen {color:#fff;font-weight:bold;font-size:13px;background-color:#000;border:1px solid #dF3128;padding:7px;}
a.bestellen span {font-size:11px;}
a.shop_niv {
	float:left;
	width:auto;
	height:auto;
	padding:9px 0px;
	padding-bottom:15px;
	float:left;
	color:#df3128;
	font-size:18px;
	font-weight:bold;
}
.shop_niv_image {
	float:left;
	width:150px;
	height:auto;
	margin-bottom:15px;
}
.shop_niv_img {
	border: 1px solid #DF3128;
	float:left;
}

a.shop_niv2 {
	border-bottom:0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
	float:left;
	padding-top:110px;
	width:642px;
	font-size: 12px;
}
	


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px; background:#77202d;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	padding:0;
	width: 642px;
}
#nav ul {

	list-style-type: none; 
	margin-left: 25px;
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*

	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 3px 7px; padding-bottom: 3px; color: #fff; text-decoration: none; margin-right: 10px}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #fff; color: #000;}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; color: #000;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #fff; color: #000; }

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 8em; margin: 0; display: none; text-transform: none; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 105%; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 105%; background: #e3362b; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #000; background: #fff; border: 0;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

.checkout_item {
	border-left:2px solid #DF3128;
	float:left;
	padding:5px 15px;
	text-align:center;
}
.checkout_item span.bigger{
	font-size: 25px;
}
.firstCheckoutItem{
	border-left: 0px;
	padding-left: 0px;
}
#checkout, #user_info {
	float:left;
	width:100%;
	height:auto;
	margin:15px 0px;
	clear:both;
}

#login label{
	width: 100px;
	display: block;
	float: left;
}
#login p{
	margin-bottom: 2px;
}
