* {
	font-size: 11px;
	font-family: tahoma, arial, helvetica, verdana;
}

body {
	margin: 0;
	padding: 0;
	color: #003b7a;
	background-color: black;
	margin-bottom: 6px;
}

#container {
	width: 996px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}

#header {
	height: 139px;
	background-color: black;
}

#menu {
	margin-top: 4px;
}

#footer {
	height: 27px;
	margin-top: 14px;
	border-bottom: 1px solid white;
}

#credits {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

#credits a {
	color: #686868;
	font-size: 10px;
	text-decoration: none;
}

#credits a:hover {
	color: #9d9d9d;
}

#products_overview {
	float: left;
	width: 484px;
	margin-top: 4px;
}
#home_products_overview {
	float: left;
	padding-top: 4px;
	width: 173px;
	border-right: 1px solid #c0c0c0;
}

#products_overview a,
#home_products_overview a {
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	margin-left: 4px;
	margin-top: 6px;
	height: 164px;
	width: 153px;
}

#products_overview a span.product_title,
#home_products_overview a span.product_title {
	position: absolute;
	left: 10px;
	top: 8px;
	color: #003b7a;
	font-weight: bold;
}

#products_overview a span.product_image,
#home_products_overview a span.product_image {
	display: block;
	position: absolute;
	top: 38px;
	left: 2px;
	height: 106px;
	width: 150px;
	background-position: center;
	background-repeat: no-repeat;
}

#products_overview a:hover,
#products_overview a.active,
#home_products_overview a:hover,
#home_products_overview a.active
{
	color: #003b7a;
	background-color: #b0c3d2;
}

#products_overview a:hover span.product_title,
#products_overview a.active span.product_title,
#home_products_overview a:hover span.product_title,
#home_products_overview a.active span.product_title {
	color: #003b7a;
}

#products_overview a:hover span.product_for_price,
#products_overview a.active span.product_for_price,
#home_products_overview a:hover span.product_for_price,
#home_products_overview a.active span.product_for_price {
	color: #003b7a;
}

#cart_table {
	border-collapse: collapse;
	width: 800px;
}

#cart_table thead tr th {
	text-align: left;
	color: white;
	background-color: #003b79;
	height: 24px;
	padding-top: 4px;
	padding-left: 4px;
}

#cart_table tbody tr td {
	border-bottom: 1px solid #b0c1d1;
	height: 24px;
	padding-top: 4px;
	padding-left: 4px;
}

#order_total {
	width: 250px;
	height: 100px;
	border-collapse: collapse;
}

#order_total thead th {
	text-align: left;
	padding-left: 4px;
	height: 24px;
	background-color: #003b79;
	color: white;
}

#order_total tfoot td {
	height: 24px;
	background-color: #4775b9;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
}

#order_total tbody td {
	height: 24px;
	padding-left: 4px;
	border-bottom: 1px solid #b0c1d1;

}

.cart_form table {
	width: 256px;
	border-collapse: collapse;
}

.cart_form table thead th {
	text-align: left;
	padding-left: 4px;
	height: 30px;
	background-color: #003b79;
	color: white;
}

.cart_form table thead th span {
	color: #f00;
	margin-left: 20px;
}

.cart_form table tbody td {
	height: 30px;
	padding-left: 4px;
	border-bottom: 1px solid #b0c1d1;
}

.cart_form table tbody td input {
	width: 140px;
}

.cart_form table tbody td select {
	width: 140px;
}

.cart_form table tbody td span {
	color: #f00;
	margin-left: 5px;
}

.cart_form table tbody td:first-child {
	text-align: right;
}

.cart_order_finished_table {
	width: 240px;
	border-collapse: collapse;
}

.cart_order_finished_table td:first-child {
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

#container #main #main_content #news_list_wrapper {
	 width: 257px;
	 float: left;
	 margin-left: 10px;
	 background-color: #b3d9ec;
	 color: #023a77;
}

#container #main #main_content #news_list_wrapper .news_item {
	padding-top: 8px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #6b9abe;
}

#container #main #main_content #news_list_wrapper .selected {
	background-color: #779daf;
}

#container #main #main_content #news_list_wrapper .news_item .news_image {
	float: left;
	width: 70px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
}

#container #main #main_content #news_list_wrapper .news_item .news_text {
	float: left;
	width: 178px;
	margin-left: 6px;
	height: 72px;
	overflow: hidden;
}

#container #main #main_content #news_list_wrapper .news_item .news_lees_meer {
	text-align: right;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

#container #main #main_content #news_list_wrapper .news_item .news_lees_meer img {
	vertical-align: -15%;
	padding-left: 4px;
}

#container #main #main_content #news_list_wrapper .news_item .news_lees_meer a {
	font-size: 10px;
	text-decoration: none;
	color: #023a77;
}

/* BEGIN MENU */

#container #menu {
	width: 994px;
	height: 37px;
	margin-left: 1px;
	margin-right: 1px;
	background-image: url('/shared/images/custom/rend/menu/menu_background.gif');
	background-repeat: repeat-x;
}

#container #menu ul li a.menu_item {
	display: block;
	float: left;
	height: 37px;
}

#container #menu a#menu_item_1 {
	width: 67px;
	background-image: url('/shared/images/custom/rend/menu/menu_home.gif');
}

#container #menu a#menu_item_1:hover,
#container #menu a#menu_item_1_on {
	width: 67px;
	background-image: url('/shared/images/custom/rend/menu/menu_home_on.gif');
}

#container #menu a#menu_item_2 {
	width: 102px;
	background-image: url('/shared/images/custom/rend/menu/menu_webshop.gif');
}

#container #menu a#menu_item_2:hover,
#container #menu a#menu_item_2_on {
	width: 102px;
	background-image: url('/shared/images/custom/rend/menu/menu_webshop_on.gif');
}

#container #menu a#menu_item_3 {
	width: 92px;
	background-image: url('/shared/images/custom/rend/menu/menu_nieuws.gif');
}

#container #menu a#menu_item_3:hover,
#container #menu a#menu_item_3_on {
	width: 92px;
	background-image: url('/shared/images/custom/rend/menu/menu_nieuws_on.gif');
}

#container #menu a#menu_item_4 {
	width: 102px;
	background-image: url('/shared/images/custom/rend/menu/menu_over_ons.gif');
}

#container #menu a#menu_item_4:hover,
#container #menu a#menu_item_4_on {
	width: 102px;
	background-image: url('/shared/images/custom/rend/menu/menu_over_ons_on.gif');
}

#container #menu a#menu_item_5 {
	width: 92px;
	background-image: url('/shared/images/custom/rend/menu/menu_contact.gif');
}

#container #menu a#menu_item_5:hover,
#container #menu a#menu_item_5_on {
	width: 92px;
	background-image: url('/shared/images/custom/rend/menu/menu_contact_on.gif');
}

#container #menu a#menu_item_6 {
	width: 133px;
	background-image: url('/shared/images/custom/rend/menu/menu_voorwaarden.gif');
}

#container #menu a#menu_item_6:hover,
#container #menu a#menu_item_6_on {
	width: 133px;
	background-image: url('/shared/images/custom/rend/menu/menu_voorwaarden_on.gif');
}

/* END MENU */

/* BEGIN SHOP MENU */

#container #main #shop_menu {
	width: 161px;
}

#container #main #shop_menu .menu_item {
	display: block;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
	padding-top: 1px;
	color: #fff;
	height: 20px;
	width: 136px;
	background-position: top left;
	background-repeat: no-repeat;
}

#container #main #shop_menu .sub {
}

#container #main #shop_menu .menu_item:hover {
	color: #ffbf00;
}

#container #main #shop_menu .collapsed {
	background-image: url('/shared/images/custom/rend/webshop/menu/menu_left_collapsed.gif');
}

#container #main #shop_menu .collapse {
	background-image: url('/shared/images/custom/rend/webshop/menu/menu_left_collapse.gif');
}

#container #main #shop_menu .child {
	background-image: url('/shared/images/custom/rend/webshop/menu/menu_left_sub_item.gif');
}

#container #main #shop_menu .lastchild {
	background-image: url('/shared/images/custom/rend/webshop/menu/menu_left_sub_item_last.gif');
}

#container #main #shop_menu .special {
	background-image: url('/shared/images/custom/rend/webshop/menu/menu_left_special.gif');
}

#container #main #shop_menu .selected {
	font-weight: bold;
	color: #ffbf00;
}

#container #main #shop_menu .subselected {
	font-weight: bold;
	color: #ffbf00;
}

#container #main #shop_menu .menu_closed_item {
	color: #ffbf00;
}

/* END SHOP MENU */

/* BEGIN SUCKERFISH */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1;
	z-index: 600;
	white-space: nowrap;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li ul li {
	clear: both;
	vertical-align: center;
}

#nav li ul li a {
	display: block;
	background-color: #4889b1;
	color: white;
	width: 140px;
	overflow: hidden;
	padding: 4px;
	font-weight: bold;
	border-top: 1px solid white;
}

#nav li ul li a:hover {
	color: #fff;
	background-color: #385f9b;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	top: 196px;
	margin-left: 0;
}
/* END SUCKERFISH */

.clear {
	clear: both;
}

img {
	border: none;
}

.preload {
	display: none;
}

h1 {
	font-size: 26px;
	padding: 10px 10px 0 10px;
	margin-top: 0;
	margin-bottom: 0px;
}

h3 {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 15px;
}

h5 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}

