/*
 * $Id: main.css,v 1.10 2007-05-09 12:18:58 joris Exp $ 
 */

body {
	background:url('../images/framework/bgBody.gif') left top repeat;
}

h2, h3, h4, h5 {
	color: #890857;
}
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; margin: 0.5em 0;}
h5 { font-size: 1.1em; margin: 0.5em 0;}

.smaller { font-size: 0.94em; }

div#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color:#fff;
	z-index: 1;
}

div#header {
	position: relative;
	background: url('../images/framework/header.jpg') no-repeat left top;
	height:183px;
	border-bottom:1px solid #8A0A58;
	z-index: 1;
}
div#header h1 { display: none; }

div#subHeading {
	position: absolute;
	left: 200px;
	top: 85px;
	background: url('../images/framework/header_exclusief_cadeau.gif') no-repeat;
	width: 376px;
	height: 22px;
}
div#cadeauHeading {
	position: absolute;
	left: 200px;
	top: 40px;
	background: url('../images/framework/header_welkom_cadeau.gif') no-repeat;
	width: 402px;
	height: 28px;
}

div#body { 
	z-index: 2;
}

div#footer {
	border-top:1px solid #8A0A58;
	padding: 5px 5px 8px 170px;
}

h3 {
	margin-top: 25px;
	height: 20px;
	color: #F17C0E;
	border-bottom: 1px solid #8A0A58;
	padding-left: 10px;
	position: relative;
}
h3 span {
	display: none;
}

div#navigation {
	position: relative;
	display: inline;
	width:164px;
	float:left;
	padding-top: 10px;
	background: url('../images/framework/strik.jpg') no-repeat left bottom;
	padding-bottom: 140px;
}
div#mainBody {
	width: 836px;
	float: left;
}
div.clear {
	clear:both;
	font-size:1px;
}
ul#mainMenu {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul#mainMenu li {
	text-align:right;
}
ul#mainMenu li a {
	padding-right:10px;
	font-weight:800;
	text-decoration:none;
	line-height:23px;
}

ul#footerMenu {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#footerMenu li { 
	display: inline; 
	padding-right: 20px;
}
ul#footerMenu li a {
	text-decoration: none;
}div#steps {
	position: absolute;
	left: 174px;
	top: 78px;
	width: 795px;
	height: 69px;
	background: url('../images/framework/bg_steps.jpg') no-repeat;
}

/* Titles layout */
h3#codeInvullen { margin-top: 5.5em; background: url('../images/framework/code_invullen.gif') no-repeat 10px 0; }
h3#maakUwKeuze { background: url('../images/framework/kies_uw_cadeau.gif') no-repeat 10px 0; clear: both; width: 65%;}
div.formBody h3.step { width: 65%; }
div.formBody > h3.step { width: 65%; }


div.formBody {
	z-index: 1;
}

div#orderBody {
	position: relative;
	padding: 0 10px;
	width: 518px;
	min-height: 270px;
}
div#orderBody p {
	/*padding-left: 5px;*/
	}

/* Landingspage template 1 */
div#landingsBlock {
	position: relative;
	padding-left: 10px;
	margin-top: 15px;
	height: auto;
	width: auto;
	z-index: 2;
}
div.landingsLogo {
	position: relative;
	display: inline;
	float: right;
	width: 260px;
	padding: 0 10px;
	clear: both;
	margin-top: -44px;
}
div.landingsLogo p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
p.landingsLogo {
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
}
p.landingsLogo img {
	margin: 0px auto;
}


p.landingsPageText { position: relative; }

div.packShot {
	position: absolute;
	padding-top: 60px;
	width: 276px;
	text-align: center;

}
div.packShot img {
	margin: 0px auto;
}

/* Products layout */
div.products {
	min-height: 350px;
	height: auto !important;	/* Fix for IE */
	height: 350px;
	position: relative;
}

div.product { position: relative; margin-bottom: 20px; }
div.product div.productImage {
	position: relative;
	display: inline;
	float: left;
	margin-right: 5px;
	width: 175px;
	cursor: pointer;
}
div.product h4.productTitle {
	padding-left: 180px;
	padding-bottom: 10px;
}
div.product div.productDescription {
	padding-left: 180px;
}
/* User page layout*/
#existingUser {
	margin-bottom: 2em;
	display: none;
}

/* Form submit row */
div.submitRow {
	text-align: right;
	padding-right: 10px;
}
div.submitRow .btnBack { float: left; }

/* Errors */
ul.errors {
	color: #ff0000;
	padding: 1em 1em 1em 1em;
	margin: 10px 0;
	list-style: none;
	font-style: italic;
}
ul.errors li {
	position: relative;
	padding: 0 0 2px 1.5em;
	background: url('../images/site/error_bullet.gif') no-repeat 0px 3px;
}
ul.errors li li {
	background-image: none;
}