/* standaard
----------------------------------------------------- */
/*
* {
   margin:0;
   padding:0;
}

rood voor teksten 
	color: #a4002e;
*/

img {
	border: 0px;
}

p {
	margin-bottom:1em;
}

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

/* links 
----------------------------------------------------- */

a {
	color:#A4002E;
	text-decoration:none;
}

a:visited {
	color:#A4002E;
	text-decoration:none;
}

a:hover {
	color: #a4002e;
	text-decoration:underline;
}

a:active {
	color: #a4002e;
	text-decoration:none;
}

/* algemene lay-out 
----------------------------------------------------- */

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;  /* Resets 1em to 10px */
	background:#CACACA url("../images/balk_bg.gif") repeat-x top; /*was body_border3.gif*/
   	margin:0;
   	padding:0;
}

.alert {
	font-size: 0.9em;
	color:#333;
}

#header {
	height: 5.5em;
	margin-top:6px;
	font-size:1.2em;
	text-align:center;
	background:#000 url("../images/body_border.gif") repeat-x bottom;
	width:100%;
	display:block;
}

#header .skip {
	display:none;
}

#header h1 {
	background-color:#FFF;
	height:5.3em;
	float:left;
	font-size:1em;
}

#header p.taalkeuze {
	float:right;
	color:#FFF;
	margin-top:5px;
	font-size:0.8em;
}

#pageWrapper {
	width: 750px;
	min-width: 750px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}
#contentArea {
	width: 450px;
	float: left;
	margin-right: 0%;
	background: #9c3;
}

#leftPanel {
	width: 150px;
	float: left;
	background: #BBBBBB;

}

#rightPanel {
	width: 150px;
	float: left;
	background: #BBBBBB;
}

#logo {
	background-color:#FFF;
	height:5.3em;
	float:left;
}

#menu {
	width: 750px;
	margin: 0 auto; 
	display:block;
}

#container {
	width:100%;
	float:left; /* zorgt dat alles in de witte achtergrond past bij FF */
	background:#FFF url("../images/body_border2.gif") repeat-x bottom;
	padding: 0 0 30px 0;
}
	
#submenu {
	height:2.5em;
	background-color:#D4E9F8;
	border-bottom:1px solid #45ABE2;
	float:left;
	width:100%;
	margin-bottom:2em;
}

#content {
	margin: 0 auto; 
	text-align: left;
	font-size:1.1em;
	line-height:1.6em;
	clear:both;
	width:750px;
}

#prodmenu {
	float:left;
	width:120px;
	padding-right:10px;
	font-size:0.9em;
	line-height:1.7em;
}

.messageStackWarning, .messageStackError {
#	background-color: #ff0000;
	background-color: #a4002e;
#	color: #a4002e;
	color: white;
}

div.category-top {
	padding-left: 0px;
	font-weight: bold;
	height:1.7em;
}

div.category-subs {
	padding-left: 15px;
	height:1.7em;
}

div.category-products {
	padding-left: 30px;
	color: #999;
	line-height:16px;
}

div.category-products-highlight {
	color:#a4002e;
	padding-left: 30px;
	background:white url("../images/link_pijltje.gif") 15px 4px no-repeat;
}


#prodmenu img {
	margin-right:4px;
}

#prodmenu a {
	color:#000;
}

#prodmenu a:hover {
	text-decoration:none;
	color:#a4002e;
}

#prodmenu ul ul ul a:hover {
	color:#000;
}

#prodmenu h2 {
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 10px 0;
	line-height:0.8em;
}

#main {
	float:left;
	width:430px;
	min-height:200px;
	padding:0 10px;
	background:#FFF url("../images/main_bg.gif") repeat-y 0 0;
}

#main table {
	width:100%;
		border-collapse: collapse;
}

#main img {
	vertical-align:text-top;
}

#main table img {
	display:block;
	margin-top:5px;
}


#main table td {
	background-color:#E9F4FB;
	padding:5px;
	vertical-align:top;
	border-bottom:5px solid white;
	line-height:1.3em;
	font-size:0.9em;
}

#main table tr.productListing-even td {
	background-color:#F5FAFD;
}

#main table th {
	font-size:0.9em;
}

#main table dt {
	font-weight:bold;
	font-size:1.1em;
}

#main table tr.rowEven td {
	background-color:#F5FAFD;
}

#main img.voorbeeld {
	float:right;
}

#productDetails table td {
        background-color:#FFFFFF;
}

#navBreadCrumb {
	font-size:0.9em;
	line-height:0.9em;
	color:#999;
	margin:0 0 15px 0;
}


#navBreadCrumb a {
	color:#666;
}

#login {
	float:left;
	width:135px;
	border:1px solid black;
	padding:5px 10px;
	margin-left:10px;
}

#login p {
	margin:0;
	font-size:0.9em;
}

#login a {
	color:#1A75A6;
}

#login .naam {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
}

#cart {
	float:left;
	width:155px;
	border:1px solid black;
	padding:0;
	margin:10px 0 0 10px;
}

#cart h4 img {
	display:inline;
}

#cart h4 {
	color:#FFF;
	background:#45ABE2 url("../images/karretje.gif") no-repeat 6px 8px;
	width:135px;
	margin: 0; padding:0;
	padding:5px 10px;
	text-indent:12px;
	font-size:1.1em;
}

#cart a {
	color:#1A75A6;
}

#cart p {
	margin:5px 5px;
	font-size:0.9em;
}

#cart table {
	font-size:0.9em;
	line-height:1.4em;
	padding:5px;
	border-collapse:collapse;
	width:100%;
}

#cart table td {
	padding:3px 0 3px 5px;
	vertical-align:bottom;
}

#cart table th {
	padding:4px 0 3px 5px;
	background-color:#E9F4FB;
}

#cart table tr {
	border-bottom:1px solid #999;
}

#cart table tr.laatste {
	border-bottom:none;
}

#cart table td.bedrag {
	width:40px;
	text-align:right;
	padding:3px 5px 3px 0;
}


#footer {
	background-color:#CACACA;
	color:#FFF;
	clear:both;
	width: 750px;
	margin: 0 auto; 
	text-align:left;
	padding-top:10px;
}


/* hoofdnavigatie 
----------------------------------------------------- */
#header img {
	margin-top:-6px;
	float: left;
}

#header ul {
	list-style: none;
	float: left;
	margin:3em 0px 0px 0px;
	font-family:"Trebuchet MS", Trebuchet, TrebuchetMS, Verdana, sans-serif;
	background-color:#000;
	height:25px;
	padding:0;
}

#header ul li {
	margin:0 0 0 15px;
	display:inline;
	float: left;
}

#header a {
	text-decoration:none;
	color:#FFF;
	display:block;
	float: left; /* voor IE6 */
	height:25px;
}

#header a:hover {
	text-decoration:none;
	background:#000 url("../images/hm_hover.gif") no-repeat 50% 20px;
	color:#FFF;
	border:0;
}

#header p.taalkeuze a {
	text-decoration:none;
	color:#FFF;
	float:none;
	display:inline;
}

#header p.taalkeuze a:hover {
	text-decoration:underline;
	color:#999;
	background:#000;
}
/* submenu 
----------------------------------------------------- */
#submenu ul {
	margin: 0 auto; 
	padding: 0.5em 0 0 145px;
	clear:both;
	width: 635px;
	text-align: left;
	list-style: none;
	font-family:"Trebuchet MS", Trebuchet, TrebuchetMS, Verdana, sans-serif;
	font-size:1.2em;
	line-height:1.2em;
}

#submenu li {
	border-right:1px solid #45ABE2;
	padding:0 1em;
	display:inline;
	float: left;
}

#submenu li.eerste {
	padding-left:0px;
}

#submenu li.laatste {
	border-right:0;
}

#submenu a {
	text-decoration:none;
	color:#000;
	display:block;
	float: left; /* voor IE6 */
}

#submenu a:hover {
	color:#666;
	text-decoration:none;
	border:none;
}

.clearBoth {
	clear: both;
	}

/* tekstopmaak 
	display: block;
----------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {

	font-family:"Trebuchet MS", TrebuchetMS, Verdana, Arial, sans-serif;
}

h1 {
	font-size:1.8em;
	line-height:1.8em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h2 {
	color:#a4002e;
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:1.5em;
}

#content h2 a {
	color:#ff9600;
	text-decoration:none;
	border:0;
}

#content h2 a:hover {
	color:#CC0000;
	text-decoration:none;
	border:0px;
}

#main ul, #proddesc ul {
	list-style-position:inside;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

h3 {
	color:#000000;
	font-size:1.4em;
	margin:1em 0 0.5em 0;
}

#content h3 a {
	color:#000;
}


p.tip,
p.error,
p.resultaat, form em {
	font-size:1em;
	color:#CC0000;
}


#footer #copyright {
	float:right;
}

#footer a {
color:#333;
}


/* formulieren 
----------------------------------------------------- */
form {
	margin-bottom:0em;
}

form#bestelform {
	margin-bottom:0;
}
/*
form input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:1px;
	float:right;
	width:200px;
	margin:0 100px 0 0;
	clear:right;
}
*/
form#bestelform input {
	width:40px;
	float:none;
	margin:0;
	clear:none;
}

form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:0;
	margin:0;
	float:left;
}

form option {
	padding:0 3px 2px 3px;
	border:none;
}

form input.versturen {
	width:auto;
	float:left;
}


form fieldset {
	border:1;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

form label {
	margin:2px 0;
	font-size: 1.0em;
}

form#cartform {
	margin-bottom:10px;
}

#cartSubTotal {
	text-align: right;
	font-weight: bold;	
	margin-right: 50px;
}

/* Waar ben ik - hoofdmenu
----------------------------------------------------- */
body.b_producten #hm_producten a,
body.b_about #hm_about a,
body.b_nieuws #hm_nieuws a,
body.b_techniek #hm_techniek a,
body.b_faq #hm_faq a,
body.b_contact #hm_contact a,
body.b_links #hm_links a {
	font-weight:bold;
}

/* categorie styles 
-------------------------------------------------------*/
h1#indexCategoriesHeading {
	font-size: 1.5em;
	color:#A4002E;
}

#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
/* voor categoriepagina's ------------------- */
.categoryListBoxContents1 {
   float:left;
   display:inline;
   padding:5px 20px;
   margin-bottom:20px;
   width: 103px;
   height:100px;
  text-align:center;
}

.categoryListBoxContents2 {
   float:left;
   display:inline;
   padding:5px 20px;
   margin-bottom:20px;
   width: 104px;
   height:100px;
	background:#FFF url(../images/prod_bg.gif) repeat-y 0px 0px;
	  text-align:center;
}

.categoryListBoxContents3 {
   float:left;
   display:inline;
   padding:5px 20px;
   margin-bottom:20px;
   width: 103px;
   height:100px;
  background:#FFF url(../images/prod_bg.gif) repeat-y 0px 0px;
    text-align:center;
}

.categoryListBoxContents a {
   font-size: 1em;
   font-weight: bold;
   color: #a4002e;
}

h3.itemTitle {
	margin: 0.1em 0 0.1em 0;
}

.listingDescription {
	margin: 0.1em 0 0.1em 0;	
}

#accountTable table td {
	background-color:#E9F4FB;
	padding:3px;
	vertical-align:top;
	line-height:1.3em;
	font-size:1.1em;
}

.buttonRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;  /* Resets 1em to 10px */
	margin: 5px;
}

.back {
        float: left;
        }

.forward {
        float: right;
        }

#pmt-buckaroo {
	visibility: hidden;
	}
