* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;

	font: 11px Verdana;

	background: url('/images/vanbellen/body_bg.png') repeat-x;
	background-color: #151515;
}

#container {
	width: 1000px;

	margin: 0 auto;

	text-align: left;

	position: relative;

	background: url('/images/vanbellen/container_bg_vanbellen.png') repeat-y;
	border-bottom: 1px solid black;
}

img {
	border: 0;
}

body.windsurf #container {
	background: url('/images/vanbellen/container_bg_windsurf.png') repeat-y;
}

body.snow #container {
	background: url('/images/vanbellen/container_bg_snow.png') repeat-y;
}

body.kitesurf #container {
	background: url('/images/vanbellen/container_bg_kitesurf.png') repeat-y;
}

#page {
	background: url('/images/vanbellen/page_bg_vanbellen.png') no-repeat;

	width: 1000px;
}

body.windsurf #page {
	background: url('/images/vanbellen/page_bg_windsurf.png') no-repeat;
}

body.snow #page {
	background: url('/images/vanbellen/page_bg_snow.png') no-repeat;
}

body.kitesurf #page {
	background: url('/images/vanbellen/page_bg_kitesurf.png') no-repeat;
}

#menu {
	float: left;
	display: inline; /* IE6 float double margin bug */

	width: 240px;

	margin: 270px 0 0 20px;

}


/* all / vanbellen */
#menu a {
	float: right;
	clear: right;

	font-size: 12px;

	padding: 3px 10px;

	text-decoration: none;

	color: #1C1C1C;
	font-weight: bold;

	border-bottom: 2px solid black;

	background: url('/images/vanbellen/menu_bg.png') no-repeat top right;
	background-color: white;
}

#menu a.first {
	margin-top: 10px;
}

#menu a:first-child, #menu a.first {
	border-right: 3px solid black;
	background: white;
}

#menu a:hover, #menu a.selected {
	background-color: #77e600;
	color: white;
}

body.snow #menu a:hover, body.snow #menu a.selected, body.windsurf #menu a:hover, body.windsurf #menu a.selected, body.kitesurf #menu a:hover, body.kitesurf #menu a.selected {
	background-color: #555555;	
}

#submenu {
	float: left;
	width: 170px;

	margin: 295px 15px 0 15px;

	font-size: 12px;
}

#submenu a {
	font-size: 12px;
	color: #1C1C1C;
	font-weight: bold;
}

#submenu a:hover, #submenu a.selected {
	text-decoration: none;
}

/* windsurf */
body.windsurf #menu a {
	background: url('/images/vanbellen/menu_bg_windsurf.png') no-repeat top right;
	background-color: white;
	color: black;
}

body.windsurf #menu a:first-child, body.windsurf #menu a.first {
	border-right: 3px solid black;
	background: white;
}

body.windsurf #menu a:hover, body.windsurf #menu a.selected {
	background-color: #33B9ED; /* FF: #3DC0EF */
}


/* snow */
body.snow #menu a {
	background: url('/images/vanbellen/menu_bg_snow.png') no-repeat top right;
	background-color: white;
	color: black;
}

body.snow #menu a:first-child, body.snow #menu a.first {
	border-right: 3px solid black;
	background: white;
}

body.snow #menu a:hover, body.snow #menu a.selected {
	background-color: #FFF100;
}


/* kitesurf */
body.kitesurf #menu a {
	background: url('/images/vanbellen/menu_bg_kitesurf.png') no-repeat top right;
	background-color: white;
	color: black;
}

body.kitesurf #menu a:first-child, body.kitesurf #menu a.first {
	border-right: 3px solid black;
	background: white;
}

body.kitesurf #menu a:hover, body.kitesurf #menu a.selected {
	background-color: #E90081; /* FF: #EB008B */
}

#topmenu {
	position: absolute;

	top: 10px;
	right: 42px;

	height: 23px;

	width: 226px;
}

#topmenu a {
	float: left;

	padding: 4px 10px;

	background-color: white;
	color: black;

	font-weight: bold;

	text-decoration: none;

	margin-left: 5px;

	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#topmenu a:hover {
	background-color: black;
	color: white;
}


#content {
	float: left;

	min-height: 650px;
	_height: 650px;
	width: 480px;
	margin: 40px 25px 0 0;

	background-color: white;

}

body.windsurf #content {
	background-color: #33B9ED; /* FF: #3DC0EF */

	width: 590px;
	margin: 40px 5px 0 110px;
}

body.snow #content {
	background-color: #FFF100;

	width: 590px;
	margin: 40px 5px 0 110px;
}

body.kitesurf #content {
	background-color: #E90081; /* FF: #EB008B */

	width: 590px;
	margin: 40px 5px 0 110px;
}

h1 {
	font-size: 32px;
	font-family: Tahoma;
	text-transform: uppercase;

	margin-bottom: 15px;

	color: #5aac01;
}

body.windsurf h1, body.snow h1, body.kitesurf h1 {
	color: black;
}


h2 {
	font-size: 20px;
	font-family: Tahoma;
	font-weight: normal;
}

p {
	margin: 0.8em 0;
}

#content a {
	color: blue;
}

#content a.categorybutton, #content a.categorybutton_selected {
	float: left;

	width: 175px;
	padding: 3px 10px;
	margin: 0 1px 2px 0;

	text-decoration: none;

	background-color: black;
	color: #E90081; /* FF: #EB008B */

	font-weight: bold;
}

#content a.categorybutton:hover, #content a.categorybutton_selected {
	background-color: #E90081; /* FF: #EB008B */
	color: black;

}


div.categoryblock {
	clear: both;

	margin-top: 20px;


}

div.firstblock {
	margin-top: 0px;
}

a.categorybutton_selected, a.categorybutton:hover {
	background-color: white;
	color: black;
}

div.products {
	margin-top: 20px;
}

div.product {
	background-color: black;

	padding: 1px;

	margin-bottom: 10px;
}

div.product .header {
	background-color: white;

	height: 23px;

	margin-bottom: 2px;

	position: relative;
}

div.product .header h2 {
	color: #1C1C1C;

	font-size: 13px;

	float: left;
	display: inline; /* IE6 float double margin bug */

	width: 350px;
	margin: 3px 0 3px 3px;

}

div.product .header span.oldprice, div.product .header span.price {
	float: left;
	display: inline; /* IE6 float double margin bug */

	width: 80px;
	padding-right: 5px;

	text-align: right;
}

div.product .header span.oldprice {

	text-decoration: line-through;

	margin: 5px 0 3px 3px;
	font-size: 11px;
}

div.product .header span.price {

	margin: 3px 0 3px 3px;
	font-size: 13px;
}


div.product .header input.count {
	height: 15px;
	width: 30px;

	font-size: 14px;

	text-align: right;

	border: 1px solid #cccccc;

	margin: 1px;
}

div.product .header input.button {
	position: absolute;
	top: 0;
	right: 0;
}


div.product img.photo {
	float: left;


	margin-right: 5px;
}

div.product div.info {
	float: left;

	color: white;

	padding: 5px;
}

div.product div.info div.variations {
	float: right;

	font-size: 10px;

	margin-left: 30px;

	text-align: right;
}

div.product div.info div.variations input {
	vertical-align: middle;
}

table {
	width: 100%;

	border-collapse: collapse;
}


table.product th, table.product td {
	padding: 2px 5px;
}

th { 
	background-color: #1C1C1C;
	border-left: 1px solid white;

	color: white;
	font-weight: bold;

	text-align: center;
}

th:first-child {
	border: none;
}

table.product table.cart {
	width: 100%;
}

table.product td {
	background-color: black;
	color: white;

	border: 0;
}

table.cart td, table.cart th {
	border: 0;

	text-align: left;

	background-color: white;
	color: black;

	padding: 2px 5px;
}

table.cart input.aantal {
	width: 40px;
	text-align: right;
}

table.order td {
	border: 0;
}

table.aanbiedingen {
	border-collapse:	separate;
}

table.aanbiedingen td, table.aanbiedingen th {
	padding: 2px 5px;
}

table.aanbiedingen td {

}

table.aanbiedingen td.odd, table.aanbiedingen td.odd td {
	background-color: white;
}

table.aanbiedingen tr.even td {
	background-color: #77e600;
}


div.aanbieding {
	float: left;
	width: 204px;
	height: 274px;

	margin: 0 2px 10px 3px;

	padding: 15px;

	color: black;;

	background: url('/images/vanbellen/aanbieding_bg.gif') no-repeat;
}

div.aanbieding h3 {
	font-size: 16px;
	font-family: Verdana;

	color: #5aac01;
}

div.aanbieding div.image {
	height: 160px;

	margin: 10px 0;
	padding-right: 60px;

	text-align: center;
}

div.aanbieding div.image img {
	vertical-align: middle;
}

div.aanbieding p {
	margin: 0.5em 0 0 0;

	color: #555555;

	font-size: 12px;
}

.prijs {
	color: #E90081;
}

div.aanbieding span.prijs {
	color: #E90081;
	font-weight: bold;
	font-size: 14px;
}

div.homepage_banner {
	background: url('/images/vanbellen/homepage_banner.png') no-repeat;

	height: 178px;

	width: 479x;

}

div.homepage_banner h1 {
	font-size: 26px;

	color: white;
	background-color: black;
	text-align: center;

	margin: 10px 30px;
}

.error {
	color: red;
}
