/*
	stylesheet.css
	Author:	PvM
*/
/* hoofd onderdelen van de site */
body {
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/achtergrond_blauw.jpg);
	color: #0ff;
	background-color: #000080;
	font-size: 16px;
}
#container {margin: 0 1em;}
#heading {margin: 0;}
#col_left {
	float: left;
	width: 10em;
	margin: 0;
	padding: 0 1em 0 0;
	color: #000;
}
#col_right {
	float: right;
	width: 10em;
	margin: 0;
	padding: 0 0 0 1em;
	color: #000;
}
#content {
	margin-left: 11em;	/* breedte van #col_left + 1em  */
	margin-right: 11em;	/* breedte van #col_right + 1em  */
	border-width: 3px;
	border-style: outset;
	padding: 1em;
}
#footer {
	clear: both;
	margin-top: 1em;
	padding: 1em;
	border-top: 1px dotted;
	font-size: 80%;
}

/* algemeen */
h1 {
	text-align: center;
	color: #fff;
	font-size: 130%;
}
h2 {font-size: 110%;}
h3 {font-size: 100%;}
h1, h2, h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
}
a {color: white;}
a:hover {color: yellow;}
p {margin-top: 0;}
img {
	border: 0;
	margin: 5px;
}
/* exception: */
#heading img {margin:0; padding: 0;}

/* aanvullingen bij hoofdonderdelen */
#headerNavigation {
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	background: #000080;
	margin: 0 auto 1em auto;
	border-width: 2px;
	border-style: outset;
	border-color: white;
}
#headerNavigation a {text-decoration: none;}
#headerNavigation p {margin: 0; padding: 0;}

/* boxen */
.infoBox {
	border-width: 1px;
	border-color: white;
	font-size: 80%;
	color: black;
	background: #b6b7cb;
}
.infoBox a {color: black;}
.infoBox a:hover {color: blue;}
.infoBoxHeading {
	font-size: 90%;
	font-weight: bold;
	background: #000080;
	color: #fff;
	padding-left: 10px;
	border-width: 2px;
	border-style: outset;
	border-color: white;
}
.warning {
	font-size: 80%;
	background: #ffb3b5;
	color: black;
	border-width: 3px;
	border-style: outset;
	border-color: #f00;
	padding: 1em;
}
fieldset {
	display: block;
	padding: 0 0 1em 1em;
	margin: 0.5em auto;
}
label {
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
}
.labelrow {
	display: block;
	clear: both;
	padding-top: 0.5em;
}

/* specials */
.floatleft {float: left;}
.floatright {float: right;}
.stopfloat {clear: both; height: 1px;}
.halfwidth {width: 48%;}
.textleft {text-align: left;}
.textright {text-align: right;}
.clearleft {clear: left;}
.clearright {clear: right;}
.centered {text-align: center;}

.infoDiv {
	border-width: 1px;
	border-style: outset;
	border-color: white;
	font-size: 80%;
	color: black;
	background: #b6b7cb;
	padding: 5px;
	margin-bottom: 5px;
}
.infoDiv a {color: black;}
.infoDiv a:hover {color: blue;}

.mainDiv {
	padding: 5px;
}

/* de rollover class */
.rollover {
	background: url(images/switchbutton.png);
	background-repeat: no-repeat;
	color: #fff;
	height: 32px;
	width: 165px;
	border: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	vertical-align: middle;
	display: block;
}
.rollover:hover {
	background: url(images/switchbutton_over.png);
	color:  #000;
	/* cursor: hand; */
}
.rollover_small {
	background: url(images/switchbutton_small.png);
	background-repeat: no-repeat;
	color: #fff;
	height: 18px;
	width: 70px;
	border: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	vertical-align: middle;
	display: block;
}
.rollover_small:hover {
	background: url(images/switchbutton_small_over.png);
	color:  #000;
}
/* EOF class rollover */

.pageHeading {
	/* same as <h1>; for those instances where it's still being used */
	font-size: 130%;
	font-weight: bold;
	color: white;
}
.smallText {font-size: 80%;}
.inputRequirement {color: #f00;}
.orderEdit {font-size: 90%; color: red; }
.errorBox {font-size: 80%; background: #ffb3b5; font-weight: bold; }

/* classes en elementen die (naar blijkt) spontaan andere waarden krijgen toegewezen */
.fieldKey, .fieldValue, checkbox, input, radio, select, textarea {
	font-family: verdana, helvetica, sans-serif;
}
.fieldKey { font-weight: bold; }

.stockWarning {
	font-size : 80%;
	color: #c03;
	background: #b6b7cb;
	padding: 5px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: outset;
	border-color: white;
}

.messageStackError, .messageStackWarning {
	font-size: 80%;
	background: #ffb3b5;
	color: black;
	border-width: 3px;
	border-style: outset;
	border-color: #f00;
	padding: 1em;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px solid #b6b7cb;
  border-spacing: 1px;
}
.productListing-heading {
  font-size: 80%;
  background: #b6b7cb;
  color: #fff;
  font-weight: bold;
}
.productListing-data {
  font-size: 80%;
  color: black;
}
.productListing-data a {color: black;}
.productListing-data a:hover {color: blue;}

.checkoutBarCurrent, .checkoutBarTo, .checkoutBarFrom {font-size: 90%;}
.checkoutBarFrom, .checkoutBarTo {color: #fff;}
.checkoutBarCurrent {color: #f00;}

.moduleRow { }
.moduleRowOver {background-color: #D7E9F7;}		/*  cursor: hand, default; */
.moduleRowSelected {background-color: #E9F4FC;}

/* for debug purposes */
.redborder {border: 1px solid red;}
.redback {background-color: red;}
.greenback {background-color: green;}