body {
	background: #f4f4f4 url(../images/body_background.gif) top center repeat-y;
	margin: 0;
	padding: 0;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif, sans-serif;
	margin-top: 3px;
}

input, 
select, 
textarea {
	font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif, sans-serif;
}

input.required, 
textarea.required {
	background-image: url(../images/required.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

input[type="image"] {
	border: none;
}

pre {
	clear: left;
	color: #000;
	font-size: 12px;
	text-align: left;
}

.line {
	float: left;
	clear: both;
	margin: 3px 0 3px 0;
}

.description {
	float: left;
	clear: both;
	width: 706px;
	margin: 3px 0 3px 0;
	border: 2px solid #cacaca;
	background: #f0f0f0;
	padding: 0 1em 0 1em;
	.padding: 1em 1em 0.2em 1em;
}

.description h2 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}

.description p {
	padding: 0;
	margin: 0.8em 0 0.8em 0;
}

.currency {
	color: #9b9b9b;
	margin-right: 3px;
}

.amount {
	color: #ff0000;
}

a {
	color: #0064c8;
	text-decoration: none;
}

a img {
	border: none;
}

h3,
h1.title {
	color: #78b400;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	width: 710px;
}

/* CONTAINER */
#container {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
}

/* HEADER */
#header {
	float: left;
	clear: both;
	width: 950px;
	background: #fff;
	margin-bottom: 3px;
}

#header #logo {
	float: left;
	clear: both;
	width: 350px;
	height: 90px;
	margin-bottom: 3px;
}

#header #language {
	float: left;
	width: 159px;
	height: 64px;
	background: #fff;
	padding: 0 10px 0 11px;
	border-right: 1px dotted #ababab;
	font-weight: bold;
	margin-bottom: 3px;
}

#header #language a {
	padding-left: 20px;
	font-weight: normal;
	line-height: 14px;
}

#header #language a:hover {
	text-decoration: underline;
}

#header #language a.nl {
	background: url("../images/nl.gif") left center no-repeat;
}

#header #language a.fr {
	background: url("../images/fr.gif") left center no-repeat;
}

#header #sitemenu {
	float: left;
	width: 152px;
	height: 64px;
	background: #fff;
	padding: 0 11px 0 11px;
	border-right: 1px dotted #ababab;
	font-weight: bold;
}

#header #sitemenu ul {
	list-style-image: url(../images/arrow.gif);
	margin: 0;
	padding: 0;
	padding: 10px 0 0 20px;
}

#header #sitemenu ul li {
	margin: 0;
	padding: 0;
}

#header #sitemenu ul li a {
	text-decoration: none;
	color: #000;
}

#header #sitemenu ul li a:hover {
	color: #888888;
	text-decoration: underline;
}

#header #shoppingcart {
	float: left;
	margin: 9px 0 0 11px;
	font-size: 1.1em;
}

#header #shoppingcart a {
	color: #0064c8;
}

#header #shoppingcart a:hover {
	text-decoration: underline;
}

#header #shoppingcart img {
	vertical-align: middle;
	margin-right: 21px;
}

#header #breadcrumb {
	float: left;
	width: 595px;
	margin-left: 2px;
	margin-top: 2px;
	height: 18px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 3px;
}

#header #breadcrumb a {
	color: #000;
	text-decoration: none;
}

#header #breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}

#header #search {
	float: left;
	clear: both;
	width: 230px;
	height: 56px;
	background: url(../images/search_background.gif) no-repeat;
	margin-right: 2px;
	padding: 15px 0 0 20px;
	font-weight: bold;
	color: #fff;
	font-size: 1.1em;
}

#header #search .title {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
}

#header #search form {
	float: left;
	clear: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

#header #search form input.text {
	float: left;
	border: 1px solid #9b9b9b;
	background: #fff;
	color: #000;
	vertical-align: middle;
	padding: 2px;
	margin-top: 1px;
}

#header #search form input.image {
	vertical-align: middle;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

#header #search a {
	float: left;
	clear: both;
	width: 175px;
	margin-right: 60px;
	color: #ffff9b;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

#header #search a:hover {
	color: #888888;
}

#header .menu ul {
	float: left;
	clear: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .menu ul li.leaf {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .menu ul li.leaf a {
	width: 99px;
	height: 35px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding-top: 36px;
	color: #fff;
	background: url(../images/menuitem.gif);
	text-transform: uppercase;
	vertical-align: top;
}

#header .menu ul li.leaf a:hover, 
#header .menu ul li.active a, 
#header .menu ul li.active a.hover {
	background: url(../images/menuitem_hover.gif);
}

#header .menu ul li.leaf a.hover {
	background: url(../images/menuitem_hover_sibling.gif);
}

#header .menu ul li.first a {
	width: 102px;
	background: url(../images/first_menuitem.gif);
}

#header .menu ul li.first a:hover, 
#header .menu ul li.first_active a, 
#header .menu ul li.first_active a:hover {
	width: 102px;
	background: url(../images/first_menuitem_hover.gif);
}

#header .menu ul li.first a.hover {
	background: url(../images/first_menuitem_hover_sibling.gif);
}

#header .menu ul li.first_active a.hover {
	background: url(../images/first_menuitem_active_hover_sibling.gif);
}

#header .menu ul li.last a {
	width: 98px;
	background: url(../images/last_menuitem.gif);
}

#header .menu ul li.last a:hover, 
#header .menu ul li.last_active a, 
#header .menu ul li.last_active a:hover {
	width: 98px;
	background: url(../images/last_menuitem_hover.gif);
}

#header .menu ul li.last a.hover {
	background: url(../images/last_menuitem_hover_sibling.gif);
}

#header .menu ul li.last_active a.hover {
	background: url(../images/last_menuitem_active_hover_sibling.gif);
}

/* LEFT */
#left {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 3px;
}

#left .menu {
	background: url(../images/menu_background_bottom.gif) bottom repeat-y;
	width: 200px;
	margin-bottom: 3px;
	padding-bottom: 26px;
}

#left .menu h3 {
	background: url(../images/menu_background_top.gif) no-repeat;
	width: 180px;
	margin: 0 0 15px 0;
	padding: 19px 0 0 20px;
	color: #ff9100;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

#left .menu img {
	margin-left: 10px;
}

#left .menu ul {
	width: 200px;
	background: url(../images/menu_background_middle.gif) repeat-y;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#left .menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 22px;
}

#left .menu ul li a {
	width: 144px;
	height: 18px;
	display: block;
	text-align: left;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 10px;
	color: #000;
	background: url(../images/menuitem_background.gif);
}

#left .menu ul li a:hover {
	color: #888888;
	text-decoration: underline;
}

#left .menu {
	background: url(../images/menu_background_bottom.gif) bottom repeat-y;
	width: 200px;
	margin-bottom: 3px;
	padding-bottom: 26px;
}

#left #contest {
	margin-bottom: 3px;
}

#left #facebook {
	margin-bottom: 3px;
}

/* PAGE */
#page {
	float: left;
	clear: none;
	width: 731px;
	text-align: left;
	padding: 0 0 0 9px;
}

#page input, select, textarea {
	border: 1px solid #9b9b9b;
}

#page input.order {
	border: none;
}

#page h3,
#page h1.title {
	float: left;
	clear: both;
	margin: 0 0 15px 0;
	padding: 19px 0 0 20px;
}

#page li.promo,
#page div#thumb.promo {
	background: url("../images/promo.gif") top left no-repeat;
}

#page li.review {
	background: url("../images/review.gif") top left no-repeat;
}

#page li.promo.review {
	background: url("../images/promoreview.gif") top left no-repeat;
}

#page div#thumb.review {
	background: url("../images/thumb_review.gif") top left no-repeat;
}

#page div#thumb.promo.review {
	background: url("../images/thumb_promoreview.gif") top left no-repeat;
}

#page ul.list {
	float: left;
	clear: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	width: 710px;
}

#page ul.list li {
	clear: both;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 7px 0 7px 40px;
	height: 70px;
}

#page ul.list li a.thumb {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	margin: 0 45px 0 0;
	width: 100px;
	height: 100px;
}

#page ul.list li .info {
	float: left;
	margin-top: 0;
	width: 450px;
}

#page ul.list li .info h4 {
	margin: 0;
	padding: 0;
	color: #78b400;
	text-transform: uppercase;
	font-size: 1.2em;
}

#page ul.list li .info h4 a {
	color: #78b400;
	text-decoration: none;
}

#page ul.list li .info a:hover {
	color: #888888;
	text-decoration: underline;
}

#page ul.list li .info .prijs {
	padding-top: 10px;
}

#page ul.list li form, 
#page ul.list li a.info {
	float: right;
	width: 75px;
	margin-top: 10px;
}

#page ul.nolist {
	float: left;
	clear: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	width: 710px;
}

#page ul.nolist li {
	position: relative;
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 7px 0 7px 0;
	float: left;
	display: inline;
	width: 175px;
	border-right: 1px dotted #ababab;
	text-align: center;
	height: 170px;
}

#page ul.nolist li a.type {
	clear: both;
	margin: 0;
	padding: 0;
	color: #0064c8;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 24px;
}

#page ul.nolist li a.type:hover {
	color: #888888;
	text-decoration: underline;
}

#page ul.nolist li a.thumb {
	clear: both;
	margin: 0;
	padding: 0;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 5px 0 5px 0;
}

#page ul.nolist li .prijs .label {
	clear: both;
	font-weight: bold;
	color: #000;
}

#page ul.nolist li.promo .prijs, 
#page ul.nolist li.webprijs .prijs, 
#page ul.list li.promo .info .prijs, 
#page ul.list li.webprijs .info .prijs {
	font-weight: normal;
	background: none;
}

#page ul.nolist li.promo .prijs .value, 
#page ul.nolist li.webprijs .prijs .value  {
	text-decoration: line-through;
}

#page ul.nolist li.promo .promo, 
#page ul.nolist li.webprijs .promo, 
#page ul.list li.promo .info .promo, 
#page ul.list li.webprijs .info .promo {
	margin-top: 10px;
	font-weight: bold;
	background: none;
}

#page ul#promotions .promo {
	background: none;
}

#page ul.nolist li form {
	margin: 7px 15px 7px 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#page ul.nolist li form a.info,
#page ul.nolist li form input.order {
	float: left;
	clear: none;
	width: 70px;
	height: 13px;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

#page ul.nolist li form input.order {
	margin-left: 5px;
}

#page ul.nolist li .stock {
	z-index: 100;
	width: 175px;
	height: 23px;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0px;
}

#page #video {
	width: 730px;
	text-align: center;
	clear: left;
	float: left;
	border-top: 1px dotted #ababab;
	padding-top: 5px;
	font-size: 1.4em;
}

#page #contest {
	margin-top: 3px;
}

/* FOOTER */
#footer {
	width: 950px;
	float: left;
	clear: both;
	color: #9b9b9b;
	text-align: center;
	margin-bottom: 27px;
}

#footer img {
	vertical-align: middle;
}

#footer a {
	color: #0064c8;
	font-weight: bold;
}

#footer a.WSP {
	color: #800080;
	font-weight: bold;
}

#footer a:hover {
	color: #888888;
}

#footer .description {
	float: left;
	clear: both;
	width: 925px;
	margin: 3px 0 3px 0;
	border: 2px solid #cacaca;
	background: #c2c2c2;
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.4em;
}

#footer .description .address {
	float: left;
	width: 180px;
	padding: 5px;
	background: #f0f0f0;
	border: 2px solid #9b9b9b;
	color: #000;
}

#footer .description a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#footer .description ul,
#footer .description ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .description ul {
	float: left;
	width: 730px;
}

#footer .description ul li {
	float: left;
	width: 130px;
	margin-left: 15px;
	text-align: left;
}

#footer .copyright {
	float: left;
	clear: both;
	width: 925px;
	margin-top: 20px;
}

.jqmWindow {
     margin-left: -200px;
    width: 400px;
}