* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/body_bg.jpg);
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Helvetica;
	font-size: 14px;
	margin: 0;
	color: #000;
}

a {
	color: rgb(165, 26, 24);
	text-decoration: none;
}

a img {
	border: none;
}

a:active, input:active {
	outline: none;
}

a:focus, input:focus {
	-moz-outline-style: none;
}

p {
	margin: 10px 20px;
}

hr {
	background: transparent url(images/ruler.png) repeat-x 50%;
	margin: 20px 0;
	min-height: 2px;
	border: none;
	clear:both;
}

h3, h4 {
	margin: 10px 20px;
	clear: both;
	text-shadow: 0 1px 0 #fff;
}

table {
	margin: 0 auto;
}

table td, table th {
	padding: 0 10px;
	text-align: center;
}

ul {
	list-style-type: none;
}

#wrapper {
	background: transparent url(images/header_bg.jpg) no-repeat;
	margin: 0 auto;
	width: 820px;
	color: #000;
}

#header {
	color: #FFF;
	position: relative;
	height: 140px;
}

	#header h1 {
		font-size: 72px;
		left: 250px;
		position: absolute;
		top: 10px;
		color: #FFF;
	}
	
	#header h2 {
		font-size: 18px;
		font-weight: normal;
		left: 300px;
		position: absolute;
		top: 90px;
		color: #FFF;
	}

#cart {
	text-align: right;
	line-height: 42px;
	min-height: 42px;
	color: white;
}
	
	#cart .cartitemcount a, #cart .cartitemcount span.cartimage {
		background: transparent url(images/cart_white.png) 100% 50% no-repeat;
		padding-right: 25px;		
		color:white;
		display: inline-block;
		height: 42px;		
		color: #FFF;
	}	
	
#content {
	background-color: rgb(229,229,229);
	-webkit-box-shadow: #000 0 2px 10px;
	-moz-box-shadow: #000 0 2px 10px;
	width: 820px;		
	padding-bottom: 10px;	
	float: left;
	color: #000;
}

	#maincontent {
		line-height: 24px;
		float: left;
		width: 820px;
		color: #000;
	}

	#maincontent img {
		border: 10px solid #FFF;
		-webkit-box-shadow: #888 0 2px 10px;
		-moz-box-shadow: #888 0 2px 10px;
		margin: 10px;
	}

	#maincontent p:nth-of-type(even) img {
		float: right;
		margin-right: 0;
		margin-left: 20px;
	}

	#maincontent p:nth-of-type(odd) img {
		float: left;
		margin-right: 20px;
		margin-left: 0px;
	}	
	
	#maincontent ul {
		margin: 10px 20px;
	}
	
#menu {
	background: transparent url(images/ruler.png) repeat-x 0 100%;
	line-height: 42px;
}

	#menu ul {
		list-style-type:none;
	}
	
		#menu li {
			display: inline;
		}
		
		#menu a {
			color: #000;
			display: inline-block;
			height: 42px;
			padding: 0 20px;
		}
		
		#menu a:hover {
			color: rgb(165, 26, 24);
		}
		
#footer {
	color: white;
	text-align: center;
	float:left;
	width: 820px;
	color: #FFF;
	line-height: 18px;
}

#footer p {
	line-height: 18px;
}

	#footer a {
		color: white;
	}
	
div.buttons {
	margin: 10px 20px;
	text-align: right;
}

div.product_images {
	text-align: center;
}

.newsitem .time {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
}

.price {
	color: #888;
	float: right;
	font-weight:bold;
	text-shadow: 0 1px 0 #FFF;
}

div#maincontent div.product_with_image_and_description div.image_and_description {
	margin: 0 20px;
}

div#maincontent div.product_with_image_and_description div.image_and_description img {
	float: left;
	margin: 10px 10px 30px 50px;
}

div#maincontent div.product_with_image_and_description div.description {
	margin-left: 350px;
}

ul h4 {
	margin: 0;
}

#cart_stockitems li.cartitem ul {
	float: left;
	margin: 0 20px;
}

div.product_stockitems {
	padding-bottom: 10px;
}

div.product_stockitems p {
	height: 26px;
}

a.add_to_cart {
	position: relative;
	top: 7px;
	display: inline-block;
	width: 69px;
	height: 25px;
	background: transparent url(images/cart_add_button_both.png);
}

a.add_to_cart:active {
	background-position: 0 100%;
}

a.remove_from_cart {
	position: relative;
	top: 7px;
	display: inline-block;
	width: 69px;
	height: 25px;
	background: transparent url(images/cart_remove_button_both.png);
}

a.remove_from_cart:active {
	background-position: 0 100%;
}

div#cart_stockitems li {
	min-height: 28px;
}

div#cart_stockitems li.total {
	margin-top: 10px;
}

div#cart_stockitems li.total .price {
	padding-top: 5px;
	background: transparent url(images/ruler.png) repeat-x;
	position: relative;
	top: 0px;
}

div#cart_stockitems li .price {
	position: relative;
	top: 8px;
}

div#cart_stockitems ul p {
	text-align: right;
	margin: 10px 0;
	font-weight: bold;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #888;
	padding-top: 5px;
}

div#cart_stockitems p .price {
	margin-left: 20px;
}

div#cart_stockitems {
	padding-bottom: 3px;
}

div.field {
	margin: 0 20px;
	line-height: 30px;
}

div.fields {
	margin: 0 auto;
}

div.field input {
	padding: 3px 5px;
}

div.field label {
	display: inline-block;
	min-width: 80px;
	text-align: right;
}

div.field label.short {
	min-width: 30px;
	margin-left: 0;
}

div.field input.short {
	width: 50px;
}

input.push_button, a.push_button {
	border: none;
	background: transparent url(images/button_both.png);
	width: 88px;
	height: 25px;
	color: rgb(165, 26, 24);
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	font-size: 13px;
}

input.push_button:hover {
	cursor: pointer;
}

a.push_button {
	line-height: 25px;
	font-family: 'Lucida Grande';
	display: inline-block;
	text-align: center;
}

a.push_button:active, input.push_button:active {
	background-position: 0 100%;
}

.payed {
	color: green;
}

.not_payed {
	color: rgb(165, 26, 24);
}

div.fieldWithErrors {
	display: inline-block;
}

div.fieldWithErrors input {
	border: 1px solid red;
}

span.product_stockitem_description {
	display: inline-block;
	width: 50%;
	text-align: right;
}

span.product_stockitem_description span {
	display: inline-block;
	line-height: 28px;
	height: 28px;
	text-align: center;	
	margin: 0 5px;	
}

span.product_stockitem_description span.Kleur {
	min-width: 28px;
	width: 28px;
}

span.product_stockitem_description span.Rood {
	background-image: url(images/red.png);
}

span.product_stockitem_description span.Zwart {
	background-image: url(images/black.png);
}

span.product_stockitem_description span.Blauw {
	background-image: url(images/blue.png);
}

span.product_stockitem_description span.Groen {
	background-image: url(images/green.png);
}

span.product_stockitem_description span.Roze {
	background-image: url(images/pink.png);
}

span.product_stockitem_description span.Grijs {
	background-image: url(images/gray.png);
}

span.product_stockitem_description span.Kleur span.value {
	opacity: 0.0;
	filter: alpha(opacity = 0);	
}

span.example {
	color: #aaa;
}