/* ALGEMEEN */
* {
	font-family: Verdana, Helvetica, sans-serif;
}
body {
	font-size: 10px;
	background-color: #fff;
	background-image: url('../gfx/misc/bg.gif');
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	min-width: 990px;
}
.content {
	width: 100%;
    width: expression(document.body.clientWidth < 1000 ? "990px" : "100%" );
	padding: 0px;
}
.hand {
	cursor: pointer;
	cursor: hand;
}
.notice {
	border: 1px dashed #ff0000;
	color: #450000;
	margin: 4px;
	padding: 5px;
}
.levertijd {
	border: 0px;
}
a {
	text-decoration: none;
	color: #53241e;
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	border: 1px solid #747474;
	font-size: 10px;
}
table {
	width: 100%;
}
p {
	padding: 4px 4px 4px 8px;
	margin: 0px;	
}
h1{
	font-size: 17px;
	color: #8c0e1a;
	margin: 0px;
	padding: 8px;
	margin-left: 8px;
}
h2 {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 8px;
	font-size: 14px;
	color: #8c0e1a;
}
input:focus, textarea:focus {
	background-color: #ffffcc;
}
* html input:focus {
	background-color: #ffffff;
}	
* html textarea:focus {
	background-color: #ffffff;
}
input.checkbox {
	border: 0px;
}
/*** HEADER ***/
#header {
	height: 116px;
	border-bottom: 1px solid #2f0400;
}
#header #banner {
	/*float: left;*/
	position: absolute;
	text-align: right;
}
#header #banner img {
	border: 0px;
	width: auto;
	height: auto;
}
#header img{
	position: absolute;
	height: 116px;
	width: 100%;
    width: expression(document.body.clientWidth < 1000 ? "990px" : "100%" );
}
#printlogo {
	display: none;
}

/***MENU ***/
#menu {
	height: 25px;
	border-bottom: 1px solid #572823;
	background: url('../gfx/menu/menu_bg.jpg');
}
#menu #ticker {
	float: left;
	text-align: center;
	width: 259px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#menu #ticker a {
	color: #fff;
}
#menu .button {
	height: 25px;
	margin-right: 4px;
	cursor: pointer;
	cursor: hand;
}
#menu #contact {
	float: left;
	width: 72px;
	background: url('../gfx/menu/button_contact_normal.jpg');		
}
#menu #info {
	float: left;
	width: 55px;
	background: url('../gfx/menu/button_info_normal.jpg');		
}
#menu #bedrijven {
	float: left;
	width: 81px;
	background: url('../gfx/menu/button_bedrijven_normal.jpg');		
}
#menu #scholen {
	float: left;
	width: 77px;
	background: url('../gfx/menu/button_scholen_normal.jpg');		
}
#menu #voorwaarden {
	float: left;
	width: 104px;
	background: url('../gfx/menu/button_voorwaarden_normal.jpg');		
}
#menu #garantie {
	float: left;
	width: 76px;
	background: url('../gfx/menu/button_garantie_normal.jpg');
}
#menu #windows7 {
	float: left;
	width: 140px;
	background: url('../gfx/menu/button_windows7_normal.jpg');
}
#menu #tech {
	float: left;
	width: 138px;
	background: url('../gfx/menu/button_tech_normal.jpg');		
}
#menu #jobs {
	float: left;
	width: 67px;
	background: url('../gfx/menu/button_jobs_normal.jpg');		
}

/*** SCHADUW ***/
#shade {
	height: 9px;

}
#shade img {
	position: absolute;
	height: 9px;
	width: 100%;
    width: expression(document.body.clientWidth < 1000 ? "990px" : "100%" );
	min-width: 990px;
}
#shadeline {
	position: absolute;
	left: 259px;
	height: 9px;
	width: 1px;
	background: url('../gfx/shade/shade_line.jpg');
}

/*** CONTAINERS ***/
#container {
	padding-left: 259px;
	padding-right: 250px;
}
#container .column {
	position: relative;
	float: left;
}
#mid {
	width: 100%;
	z-index: 3;
}
#left {
	width: 259px;
	margin-left: -100%;
	left: 250px;
	/*right: 259px;*/
	z-index: 2;
	/*position: absolute;*/
}
#container > #left {
	left: -259px;
	margin-left: expression(document.all.mid.offsetWidth * -1);
}
#right {
	width: 250px;
	z-index: 1;
	margin-right: -250px;	
}

/*** FOOTER ***/
#footer {
	clear: both;
	border-top: 1px solid #afafaf;
	height: 24px;
	background-color: #e6e6e6;
}
#footer #by {
	float: left;
	background-color: #d7d7d7;
	height: 18px;
	padding-top: 6px;
	padding-left: 5px;
	border-right: 1px solid #afafaf;
	width: 254px;
	text-align: center;
	font-weight: bold;
	color: #9e9e9e;
}
#footer #text {
	float: right;
	height: 18px;
	padding-top: 6px;
	padding-right: 5px;
}

/*** INHOUDVLAKKEN ***/
.titel {
	background-color: #ae1120;
	height:22px;
}
.titel img {
	border: 0;
}
.contentvlak {
	border: 1px solid #9c9c9c;
}
#right .contentvlak {
	width: 234px;
	margin: 0px 14px 5px 0px;
	border-top: 0px;
}
#mid .contentvlak {
	margin: 0px 16px 16px 16px;
}
#left .contentvlak {
	margin: 0px 14px 14px 14px;
	border-top: 0px;
	width: 227px;
}

#left .titel {
	width: 229px;
	margin: 0px 14px 0px 14px;
}
#right .titel {
	width: 236px;
}

/*** SMALL FORMS ***/
.zoek, .nieuwsbrief {
	padding: 8px;
	margin: 0px;
}
#nieuwsbrief_content {
	padding: 0px;
	text-align: right;
}
#nieuwsbriefForm input {
	margin: 0px;
	margin-top: 5px;
	width: 130px;
}
.zoekveld {
	width: 155px;
}
.emailveld {
	width: 120px;
}
.submitbutton {
	background-color: #cb664a;
	font-weight: bold;
	color: #fff;
}
#loginContent {
	margin: 7px;
	margin-top: 0px;
	text-align: right;
}
#loginform label {
	margin-right: 4px;
}
#loginform input {
	margin: 0px;
	margin-top: 5px;
	width: 150px;
}
#loginform .login {
	margin-bottom: 0px;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	width: 50px;
	font-weight: bold;
	border: 2px solid #000;
}	


/*** ADVERTENTIES ***/
.ad {
	text-align: center;
	padding: 10px;
}

/*** PRODUCTLIST ***/
.titelcat {
	padding: 4px 4px 4px 4px;
	color: #585858;
	background-color: #fafafa;
	border-top: 1px solid #c2c2c2;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	}
.inhoudcat a {
	color: #5a5a5a;
}
#imageRollOver {
	position: absolute;
	width: 190px;
	height: 140px;
	background-color: #000;
	top: 0px;
	left: 0px;
	display: none;
	padding: 5px;
}
#vooraadLegende {
	position: absolute;
	background-color: #fff;
	border: 1px solid #951e2f;
	width: 200px;
	top: 0px;
	left: 0px;
	display: none;
}
#vooraadLegende p {
	background-color: #efefef;
	padding: 5px;
	margin: 0px;
	padding-bottom: 10px;
}
#vooraadLegende table {
	margin: 5px;
}
#vooraadLegende th {
	font-variant: small-caps;
	text-align: left;
	font-size: 12px;
	padding-bottom: 4px;
}
#imageClick {
	position: absolute;
	background-color: #000;
	top: 50%;
	left: 50%;
	border: 17px solid #000;
	border-top: 5px solid #000;
	margin-left: -350px;
	margin-top: -342px;
	display: none;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
#imageClick p {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#categor {
	margin-bottom: 0px;
}
#prijslijst {
	margin: 0px 14px 14px 14px;
	width: 227px;
}
#filter {
	margin-bottom: 10px;
}
#productlist table td {
	vertical-align: top;
	line-height: normal;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
}
#productlist table td ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #444;
	font-size: 10px;
	padding-top: 5px;
}
#productlist table td ul li {
	margin: 0px;
	padding: 1px;
}
#productlist table td.piccell {
	padding: 5px;
	line-height: 0px;
}
#productlist #orderandstatus {
	text-align: center;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 0;
}
#productlist #orderandstatus img {
	margin-top: 5px;
}
#productlist #orderandstatus .levertijd {
	margin-top: 0;
}
#productlist .volgnr {
	text-align: center;
}
#productlist thead tr, #productlist thead tr td {
	height: auto;
}
#productlist tr {
	height: 75px;
	line-height: 0;
}
#productlist tr td {
	border-top: 1px solid #ccc;
	height: auto;
}
#productlist #proddesc, #productlist .volgnr, #productlist .prijs {
	line-height: normal;
}
/***NIEUWS MODULE ***/
#nieuws .ntitel {
	background-color: #fafafa;
	color: #383838;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #c2c2c2;
}
#nieuws .newsTitel {
	cursor: pointer;
	cursor: hand;	
}
#nieuws .ntekst {
	padding: 5px;
	color: #5a5a5a;
}
#nieuws .nbalk {
	height: 18px;
	font-size: 10px;
	background-color: #fafafa;
	background-image: url('../gfx/misc/leesverder.jpg');
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: right;
	cursor: pointer;
	cursor: hand;	
}
#nieuws .nbalk p {
	color: #6a6a6a;
	padding: 3px;
	margin: 0px;
}

/** PRODUCT MODULE **/
#productlist {
	border: 0px;
}
#productlist table {
	border: 1px solid #c2c2c2;
	border-top: 1px solid #851e2f;
	border-collapse: collapse;
}
#productlist thead td {
	border-left: 1px solid #851e2f;
	padding: 8px;
	background-color: #951e2f;
	size: 12px;
	color: #fff;
}
#productlist td {
	border-left: 1px solid #c2c2c2;
	padding: 5px;
	margin: 0px;
}
#productlist .grey td {
	background-color: #f2f2f2;
}
#productlist .add {
	position: absolute;
	cursor: pointer;
	cursor: hand;		
}
#specs {
	border-collapse: collapse;
}
#specs td {
	padding: 5px;
}
#specs .donker {
	background-color: #f2f2f2;
}
#specs .group {
	background-color: #a73245;
	font-weight: bold;
	color: #fff;
}
/* HOME */
#toppromo {
	float: left;
	margin: 0px 0px 8px 0px;
	padding-right: 0px;
	border: 0px;
}
.folder {
	margin-left: 14px;
	padding: 8px;
	width: 213px;
	height: 183px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	margin-bottom: 12px;
	cursor: pointer;
	cursor: hand;
}
.folder p {
	margin-top: 0px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #801408;
}
.promo {
	margin: 0px 0px 16px 8px;
	overflow: hidden;
	float: left;
	width: 224px;
	height: 99px;
}
.promo .promoContent {
	height: 75px;
	padding: 0px;
}
.promo .promoImage {
	float: left;
	width: 75px;
	height: 75px;
	margin: 4px 0px 0px 4px;
	cursor: pointer;
	cursor: hand;
}
.promo .promoBeschrijving {
	float: left;
	width: 125px;
	margin-left: 10px;
	margin-right: 0px;
	padding-top: 4px;
	overflow: hidden;
	padding-bottom: 8px;
	color: #801408;
	font-weight: bold;
	border-bottom: 1px solid #801408;
	cursor: pointer;
	cursor: hand;
}
.promo .promoDetails {
	float: left;
	width: 120px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
.promo .promoDetails .promoPrijs {
	float: left;
	font-weight: bold;
	font-size: 11px;
	width: 70px;
}
.promo .promoDetails .promoInfo {
	float: left;
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	width: 100px;
}

/* CONTACT */
.emails {
	font-size: 12px;
	padding-left: 15px;
	line-height: 15px;
	width: auto;
	margin-bottom: 10px;
}
.emails td {
	padding-right: 10px;
}
#contactBedrijven {
	border-right: 1px solid #9c9c9c;
	width: 190px;
}
#contactAlgemeen {
	clear: both;
}
#contactAlgemeen ul {
	list-style-type: square;
	padding-bottom: 5px;
}
#contactAlgemeen li {
	margin-top: 5px;
	border-bottom: 1px groove #888;
	padding-bottom: 2px;
}
#contactAlgemeen ul ul li {
	border: 0px;
}
#contactAlgemeen ul li ul {
	margin-bottom: 10px;
}
#contactAlgemeen em {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	padding: 2px;
	padding-left: 12px;
	display: block;
}
#contactAlgemeen .opening {
	margin-left: 30px;
	margin-bottom: 5px;
}
#contactAlgemeen .email {
	list-style: url('../gfx/icons/email.png');
}
#contactAlgemeen .tel {
	list-style: url('../gfx/icons/telephone.png');
}
#contactAlgemeen .fax {
	list-style: url('../gfx/icons/printer.png');
}
#contactBedrijven .pand {
	margin-top: 5px;
	border: 4px solid #777;
	margin-bottom: 5px;
}
#contactBedrijven .gmap {
	overflow: hidden;
	width: 100%;
	height: 250px;	
}
/*INFO*/
.contactblok {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #acacac;
	font-size: 12px;
}
.contactblok .contacttitel {
	border-left: 17px solid #666;
	height: 17px;
	padding: 5px;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
.contactimg {
 	clear: both;
	float: right;
	margin-left: 10px;
}
/*JOBS*/
#joblist a:hover {
	text-decoration: underline;
}
#joblist li {
	padding: 5px;
}
/*BEDRIJVEN*/
#bedrijven p {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
}
#bedrijven .inleiding {
	font-style: italic;
}
#bedrijven ul {
	font-size: 12px;
	margin-left: 50px;
	padding: 0px;
}
#bedrijven ul li {
	margin-bottom: 4px;
}
#bedrijven .bedrijvenBlok {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #acacac;
	font-size: 12px;
}
#bedrijven .bedrijvenBlok .bedrijvenTitel {
	border-left: 17px solid #666;
	height: 18px;
	padding: 5px;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}
#bedrijven ul .email {
	list-style: url('../gfx/icons/email.png');
}
#bedrijven ul .tel {
	list-style: url('../gfx/icons/telephone.png');
}
#bedrijven ul .fax {
	list-style: url('../gfx/icons/printer.png');
}
/*ALGEMENE VOORWAARDEN*/
#voorwaarden p {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
}
#voorwaarden .voorwaardenblok {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #acacac;
	font-size: 12px;	
}
#voorwaarden .voorwaardentitel {
	border-left: 17px solid #666;
	height: 18px;
	padding: 5px;
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;	
}
#voorwaarden table {
	margin-top: 4px;
	margin-left: 50px;
	width: 90%;
	font-size: 12px;
}
#voorwaarden table td {
	vertical-align: top;
	background-color: #FCFCFC;
}
#voorwaarden table th {
	text-align: left;
	vertical-align: top;
	background-color: #AE1120;
	color: #fff;
	padding: 4px;
}
/*GARANTIE*/
#garantie p {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;	
}
#garantie .voorwaardenblok {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #acacac;
	font-size: 12px;	
}
#garantie .voorwaardentitel {
	border-left: 18px solid #3e3e3e;
	height: 18px;
	padding: 5px;
	color: #3e3e3e;
	font-size: 14px;
	margin-bottom: 8px;	
}
#garantie table {
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 30px;
	border-collapse: collapse;
}
#garantie td {
	padding: 5px;
}
#garantie .naam {
	background-color: #8f2e25;
	color: #fff;
	width: 200px;
	border-bottom: 1px solid #8f372f;
}
#garantie input {
	font-size: 12px;
	padding: 2px;
}
#garantie textarea {
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	border: 1px solid #888;
	padding: 2px;
}
/*PRODUCT-VIEW*/
#product {
	width: 95%;
	margin-left: 2.5%;		
}
#productInfo {
	float: left;
	width: 46%;
}
#productData {
	float: left;
	width: 54%;
}
#productInfo #productNaam {
	background-image: url('../gfx/product/bg_info.jpg');
	background-repeat: repeat-x;
	height: 43px;
}
#productInfo #productNaam table{
	height: 43px;
}
#productInfo #productNaam td {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;	
}
#productData #productTabs {
	list-style-type: none;
	width: 90%;
	height: 43px;
	background-image: url('../gfx/product/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#productData #productTabs li {
	display: inline;
}
#productData .knop {
	border: 0px;
	height: 43px;
	float: left;
}
#productData #beschrijving {
	width: 78px;
	background-image: url('../gfx/product/beschrijving_up.jpg');
}
#productData .selected #beschrijving {
	background-image: url('../gfx/product/beschrijving_down.jpg');
}
#productData #specificaties{
	width: 86px;
	background-image: url('../gfx/product/specificaties_up.jpg');
}
#productData .selected #specificaties {
	background-image: url('../gfx/product/specificaties_down.jpg');
}
#productData #links {
	width: 56px;
	background-image: url('../gfx/product/links_up.jpg');
}
#productData .selected #links {
	background-image: url('../gfx/product/links_down.jpg');
}
#productData #productcontent {
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
#productData #productcontent .group {
	font-size: 11px;
	font-variant: small-caps;
}
#productOptions {
	margin-top: 20px;
	text-align: right;
	margin-right: 12px;
}
#productOptions ul {
	list-style: none;
}
#productOptions hr {
	float: right;
	text-align: right;
	border: 0;
	width: 50%;
	background-color: #ddd;
	height: 1px;
	margin-bottom: 10px;
}
#productOptions ul img {
	border: 0px;
}
#productOptions li {
	clear: both;
	margin-bottom: 5px;
}
#productOptions #prijsPrint {
	display: none;
}
#productOptions .knop {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
}
#productOptions input {
	margin: 5px;
}
#productOptions #tellAfriend {
	border: 1px solid #ddd;
	background-color: #eee;
	display: none;
}
#productOptions #tellAfriend .email {
	width: 140px;
}
#productOptions #artcode {
	color: #666666;
}
#productOptions #prijs {
	margin-top: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #781323;
}
#productImage {
	display: none;
	position: absolute;
	margin-left: -350px;
	border: 17px solid #000;
	border-top: 0px;
	background-color: #000;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	left: 50%;
	top: 0px;
	cursor: pointer;
	cursor: hand;
}
#productcontent p {
	padding: 10px;
	font-size: 12px;
}
#productcontent ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	font-size: 12px;
}
#productcontent li {
	margin: 5px;
	padding: 0px;
}
/* WINKELKAR OVERVIEW */
.knop {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
}
.knop:focus {
	background-color: #000;
}
#winkelkar_overview table {
	border: 1px solid #c2c2c2;
	border-top: 1px solid #851e2f;
	border-collapse: collapse;
}
#winkelkar_overview img {
	border: 0px;
}
#bestelknoppen {
	background-image: url('../gfx/bestel/balkbg.jpg');
	margin-right: 7px;
	margin-left: 9px;
	height: 39px;
	cursor: pointer;
	cursor: hand;
}
#bestelknoppen #bestel {
	position: relative;
	margin-left: 87px;
	text-align: center;
	padding-left: 0px;
}
#bestelknoppen #leegmaken {
	position: absolute;
	left: 9px;
	width: 87px;
}
#winkelkar_overview {
	position: relative;
	width: 100%;
}
#winkelkar_overview th {
	border-left: 1px solid #851e2f;
	padding: 8px;
	background-color: #951e2f;
	size: 12px;
	color: #fff;
}
#winkelkar_overview input {
	text-align: center;
}
#winkelkar_overview td {
	border-left: 1px solid #c2c2c2;
	padding: 5px;
	margin: 0px;
}
#winkelkar_overview .totaal td {
	font-weight: bold;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-color: #a02d2d;
	color: #fff;
	text-align: right;
}
#winkelkar_overview .totaalIncl td {
	font-weight: bold;
	border-left: 0px;
	border-top: 0px;
	background-color: #812424;
	color: #fff;
	text-align: right;
}
#winkelkar_overview .donker {
	background-color: #f7f7f7;
}
#winkelkar_overview .add {
	position: absolute;
	cursor: pointer;
	cursor: hand;		
}
#winkelkar_overview .addColumn {
	text-align: center;
	padding-right: 14px;
}
#winkelkar_overview img {
	cursor: pointer;
	cursor: hand;
}
#gegevensNotice {
	position: absolute;
	width: 300px;
	height: 200px;
	overflow: auto;
	display: none;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -80px;
	background-color: #fff;
	border: 3px dashed #8f2e25;
}
#gegevensNotice #sluitNotice {
	width: 50px;
	position: absolute;
	font-size: 12px;
	bottom: 5px;
	right: 1px;
}
#gegevensNotice li {
	font-size: 12px;
}
/* WINKELKAR */
#winkelkar table, #laatstToegevoegd table {
	border-collapse: collapse;
}
#winkelkar td, #laatstToegevoegd td {
	padding: 5px;
}
#winkelkar .donker, #laatstToegevoegd .donker {
	background-color: #FAFAFA;
}
#winkelkar .totaal {
	font-weight: bold;
	border-top: 1px solid #dbdbdb;
	background-color: #eee;
	color: #000;
}
#winkelkar img {
	cursor: pointer;
	cursor: hand;
}
/* categorie overzicht */
.categorieItem {
	cursor: pointer;
	cursor: hand;	
	width: 214px;
	height: 100px;
	margin: 10px;
	float: left;
}
.categorieItem a {
	color: #000;
}
.categorieItem .bg {
	position: absolute;
	behavior: url('assets/stylesheet/iepngfix.htc');
	width: 214px;
	height: 100px;
}
.categorieItem .thumbnail {
	position: absolute;
	margin-left: 130px;
	margin-top: 22px;
}
.categorieItem .tekst {
	position: absolute;
}
.categorieItem h2 {
	font-size: 13px;
	margin: 0px;
	margin-left: 7px;
	padding: 2px;
	padding-top: 0px;
	width: 214px;
}
.categorieItem p {
	font-size: 11px;
	font-weight: bold;
}
/* nieuwsbericht */
#nieuwsBericht {
	background-color: #FAFAFA;
	border: 1px solid #dbdbdb;
}
#nieuwsBericht .nieuwsTitel {
	padding: 8px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	color: #FFF;
	background-image: url('../gfx/product/bg_info.jpg');
}
#nieuwsBericht .nieuwsDatum {
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
	margin-top: 1px;
}
#nieuwsBericht .nieuwsTekst {
	font-size: 12px;
	padding: 8px;
}
.footage {
	margin: 10px;
	float: left;
	background-color: #FFF;
	height: 100px;
	width: 150px;
	cursor: pointer;
	cursor: hand;
}
.footagePopup {
	display: none;
	position: absolute;
	margin-left: -350px;
	border: 17px solid #000;
	border-top: 0px;
	background-color: #000;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	left: 50%;
	top: 50%;
	cursor: pointer;
	cursor: hand;
}
/* bestellingen */
#bestel {
	padding-left: 240px;
}
#bestel p {
	font-size: 12px;
	color: #383838;
	padding: 5px;
	padding-left: 16px;
	padding-right: 16px;
}
#bestel ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 4px;
	margin-left: 22px;
}
#bestel li {
	background-repeat: no-repeat;
	vertical-align: top;
	color: #383838;
	font-size: 12px;
	padding: 10px;
	padding-left: 24px;
	padding-top: 2px;
}
#bestel .left {
	position: absolute;
	left: 0px;
	width: 240px;
}
#bestel .right {
	float: left;
	position: relative;	
	margin-right: -250px;
	width: 100%;
}
#bestel .right .stap {
	color: #333;
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}
/* adminstuff */
.adminForm {
	width: 70%;
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
}
.adminForm td {
	padding: 5px;
	vertical-align: top;
}
.adminForm input, .adminForm {
	font-size: 12px;
}
.adminForm .grey {
	background-color: #f2f2f2;
}
.adminForm textarea {
	font-size: 12px;
	width: 350px;
	height: 80px;
	border: 1px solid #888;
	font-family:Verdana, Helvetica, sans-serif;
}
.adminForm .knop {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.adminForm th {
	background-color: #951e2f;	
	color: #FFF;
	text-align: left;
	padding: 5px;
}
.adminOCat {
	background-color: #811a29;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.adminOSub {
	background-color: #720000;
	color: #fff;
	height: auto;
}
#productlist .adminOSub {
	padding: 15px;
}
#productlist .normalheight {
	height: auto;
}
#sorteerBox {
	width: 48%;
	border: 0px;
}
#sorteerBox h1 {
	margin-left: 10px;
	background-color: #811a29;
	color: #fff;
}
#sorteerBox ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
#sorteerBox li {
	border: 1px solid #ddd;
	cursor: move;
	margin: 2px 0 2px 0;
	padding: 5px;
	background-color: #f7f7f7;
}
#sorteerBox .knop {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.printNotice {
 	display: none;
 }
 .printAlleen {
	display: none;
}
/*** IE6 Fix ***/
* html #left {
  left: 250px;
}
#popup {
	z-index: 200;
	position: absolute;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -200px;
	width: 400px;
	height: 300px;
	border: 10px solid #6e1623;
}
#popup p {
	font-size: 12px;
	padding: 10px; 
}
#popup table {
	border-collapse: collapse;
	margin: 10px;
	width: 95%;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 40px;
}
#popup table td {
	padding: 4px;	
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}
#popup table thead td {
	border: 1px solid #6e1623;
	background-color: #951e2f;
	color: #fff;
}
#popup .sluit {
	position: absolute;
	bottom: 1px;
	right: 10px;
	width: 100px;
	height: 20px;
	text-align: right;
}
.promocode_a p {
	padding-left: 20px;
}
.promocode_a textarea:focus {
	border-style: solid;
	border-color: #c2c2c2;
}
.promocode_a table {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: auto;
	border-collapse: collapse;
}
.promocode_a textarea {
	font-size: 10px;
}
.promocode_a th, .promocode_a td {
	padding: 6px;
}
.promocode_a th {
	text-align: left;
	background-color: #6e1623;
	color: #fff;
}
.promocode_a .grey {
	background-color: #F2F2F2;
}
