/*
 * $Id: shop.css,v 1.19 2006-12-20 10:39:54 joris Exp $
 */

/* Override processContent layout */
div.processedContent { padding: 0; }

div.shopBody {
	padding: 20px;
	float: left;
	width: 590px;
}

div.block {
	margin-bottom: 0px !important;
}

div#shopContainer {
	width: 100%;
	clear: both;
	overflow: auto;
}

div.step1 {
	background: #2B699A url('../images/pageLayout/step1_bg.gif') no-repeat !important;
}

div.step2 {
	background: #2B699A url('../images/pageLayout/step2_bg.gif') no-repeat !important;
}

div.step3 {
	background: #2B699A url('../images/pageLayout/step3_bg.png') no-repeat !important;
}

div.step4 {
	background: #2B699A url('../images/pageLayout/step4_bg.png') no-repeat !important;
}

div.step1 h2,
div.step2 h2,
div.step3 h2,
div.step4 h2 {
	margin: 0 0 0 170px !important;
	padding-top: 5px;
}

div#step h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0;
}

div.successMessage {
	margin: 10px 0 10px 0;
	background: url('../images/pageLayout/order_success_bg.png');
	width: 100%;
	float: left;
	display: inline;
}

div.successMessage div.message {
	float: left;
	width: 95%;
	margin-left: 25px;
	display: inline;
}

div.successMessage div.message h3 {
	font-size: 1.6em;
	color: #000000;
	margin-top: 60px;
}

div.successMessage div.download {
	float: left;
	width: 380px;
	margin-left: 25px;
	display: inline;
}

div.successMessage div.download h3 {
	font-size: 1.7em;
	color: #000000;
	margin-top: 60px;
}

div.successFooter {
	background: url(../images/pageLayout/orderrow_bg.png) no-repeat;
	height: 48px;
	width: 100%;
	float: left;
}

form#orderDetails table.floatRight {
	float: right;
}

table.orderSubmit {
	width: 100% !important;
	clear: both;
}

form#orderDetails table.floatLeft {
	float: left;
	margin: 0 0px 0 0;
}

form#payment table.floatLeft {
	float: left;
	margin: 0;
}

form#orderOverview table.floatLeft {
	float: left;
	margin: 0;
}

/* Common shop layout*/
h3.shopTitle {
	background-color: #525252;
	color: #ffffff;
	margin: 0;
	padding: 4px;
	font-size: 1.2em;
}

div#shopContainer h3.shopTitle {
	float: left;
	width: 100%;
	display: none;
}

a.shopButton, a.qfSubmitButton {
	color: #525252;
	background-color: #ffffff;
	border: 1px solid #525252;
	padding: 1px 10px;
	text-align: center;
}
a.shopButton:hover, a.qfSubmitButton:hover {
	text-decoration: none;
}

/* Category Layout Start */
div.shopSeparator {
	background: transparent url('../images/site/category_bg.jpg') repeat-y;
	height: 20px;
	border-top: 1px solid #125089;
}

div#categoryContent {
	float: left;
	width: 229px;
	padding: 0 20px 0 20px;
	color: #4d4d4d;
}

div#categoryContent p {
	font-size: 0.9em;
	margin: 5px 0;
}

div#categoryContent h1 {
	color: #e93b3a;
	font-size: 1.5em;
	font-weight: normal;
	margin: 15px 0 10px 0;
}

div#shopTable {
	table-layout: fixed;
	position: relative;
	background: transparent url('../images/site/category_bg.jpg') repeat-y;
	float: right;
}

div#shopTable div.row1, div#shopTable div.row2 {
	width: 270px;
	float: left;
}

div#shopTable div.row1 {
	margin-right: 1px;
}

table#shopTable thead td {
	font-weight: bold;
	background-color: #FFEED0;
}

table#shopTable td {
	border-top: 1px solid #125089;
}

div#shopTable div.shopProduct {
	position: relative;
}

div#shopTable div.shopProduct {
	background-color: #ffffff;
	width: auto;
	height: 247px;
	overflow: hidden;
}

div#shopTable div.shopOrder {
	border-top: none;
	height: 97px;
	background: url(../images/pageLayout/order_bg.png) repeat-x;
}

div#shopTable div.shopProduct h4 {
	margin: 0;
	padding-bottom: 5px;
}
div#shopTable div.shopProduct h4 a {
	color: #4C4C4C;
}
div#shopTable div.shopProduct p {
	margin:0;
	padding: 5px 0;
}

div#shopTable div.productAfbeelding {
	background-color: #ffffff;
	font-size: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	width: 171px;
	border-right: 1px solid #125089;
}

div#shopTable div.shopLink {
	padding-top: 13px;
	padding-left: 50px;
}

div#shopTable div.shopLink a.shopLink {
	background: transparent url('../images/pageLayout/order_button_bg.png') no-repeat;
	display: block;
	height: 56px;
	width: 153px;
	padding: 13px 0px 0 20px;
	text-align: left;
	text-decoration: none;
	color: #f5f5f5;
}

div#shopTable div.shopLink a.shopLink div.price {
	float: left;
	display: inline;
	position: relative;
	top: 12px;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
	width: 49px;
	height: 30px;
	text-align: center;
}

div#shopTable div.shopLink a.shopLink div.text {
	position: relative;
	top: 7px;
	float: left;
	color: #666666;
	height: 30px;
	width: 82px;
	text-align: center;
	line-height: 27px;
}

div#shopTable div.shopLink a.shopLink div.text img {
}

div.text_nl {
	background: url('../images/pageLayout/order_button_text_nl.png') no-repeat;
}

div.text_en {
	background: url('../images/pageLayout/order_button_text_en.png') no-repeat;
}

div.text_de {
	background: url('../images/pageLayout/order_button_text_de.png') no-repeat;
}

div.text_fr {
	background: url('../images/pageLayout/order_button_text_fr.png') no-repeat;
}

div.text_es {
	background: url('../images/pageLayout/order_button_text_es.png') no-repeat;
}

div#shopTable p.shopPrice {
	color: #a1a1a1;
	font-weight: bolder;
	font-size: 1.2em;
	font-style: italic;
}
div#shopTable p.shopPrice span {
	font-size: 1.3em;
	color: #fe0000;
	margin-left: 0.2em;
	vertical-align: middle;
}
div#shopTable td.shopLink a.shopLink {
	color: #AAC3D7;
	font-size: 0.85em;
	border-left: 1px solid #218ABA;
	padding: 3px 10px;
	margin: 0;
}

/* End Shop overview table style */

/* Shop Product details */
div#productDetail {
	background: transparent url('../images/site/form_key.gif') repeat-y;
}
div#productDetail h3.productTitle {
	margin: 0;
	padding: 6px 0;
	font-size: 1.3em;
}

div#productDetail div.mainImage {
	width: 171px;
	background-color: #ffffff;
	border-right: 1px solid #125089;
	display: inline; /* prevents double margin bug in IE */
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
}
div.mainImage a.mainImage {
	position: relative;
	display: block;
}

div.mainImage div.moreImages {
	border-top: 1px solid #125089;
	border-bottom: 1px solid #125089;
	text-align: center;
}
div.mainImage div.moreImages a {
	display: block;
	padding-right: 16px;
	text-decoration: none;
}

div#productDetail ul {
	padding: 0;
	margin: 0 0 0 180px;
	list-style-position: inside;
}

div#productDetail p, div#productDetail div.productOrder {
	margin: 0 0 0 180px;
}
div.productOrder { text-align: right; padding: 2px 5px 2px 2px; }

select.compare, table.propertyTable select {
	vertical-align: middle;
	margin-right: 0.5em;
	}

h4.shopTitle {
	clear: both;
	margin: 0;
	font-size: 1.1em;
	padding: 4px 0 4px 10px;

	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background: #104E87 url('../images/site/content_bg.jpg') repeat-y;
}

div#productDetails {}

/* End product detail */

/* Product properties */

table.propertyTable {
	width: 100%;
}
table.propertyTable thead td {
	background-color: #525252;
	color: #ffffff;
}

a.eInfo img { margin: 3px 2px 2px 2px; }

table.propertyTable tr.propertyCategory {
	background-color: #104E87;
	color: #ffffff;
	font-weight: bold;
}

table.propertyTable tr.infoDescription {
	display: none;
	background-color: #ffffff;
	font-size: 0.85em;

}
table.propertyTable tr.infoDescription td {
	border-top: 1px solid #104E87;
	border-bottom: 1px solid #104E87;
}

table.propertyTable tr.image td { background-color: #eaeaea; }
table.propertyTable tr.image td.image { padding: 0; }
table.propertyTable td {
	padding: 2px;

}
table.propertyTable tr.propertyCategory td {
	border-right-width: 0;
	padding-left: 10px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background: #104E87 url('../images/site/content_bg.jpg') repeat-y;
}
table.propertyTable td.shopKey {
	background: #ffffff url('../images/site/form_key.gif') repeat-y;
	color: #ffffff;
	width: 168px;
	padding-right: 15px;
}

table.propertyTable td.shopKey, table.propertyTable tr.infoDescription td {
	padding-left: 4px;
}
table.propertyTable td.shopKey img {
	vertical-align: text-top;
}

table.propertyTable td.col1, table.propertyTable td.col2 {
	width: 260px;
}
/* End Product properties */

/* Product Links */
div#shopLinks {

}
div#shopLinks .shopRelated {  border-bottom: 1px solid #104E87;; padding-left: 4px; }
div#shopLinks .row2 { background-color: #F7F7F7; }
div#shopLinks .relatedImage {
	display: inline;
	float: right;
	margin: 0 0 0 5px;
}

div#shopLinks h5 {
	font-size: 0.9em;
	line-height: 130%;
	margin: 0;
	padding: 2px 0 4px 0;
}

div#shopLinks p { margin: 0; padding: 3px 0; }
/* END Product Links */
/* Begin shop documents */
ul.shopDocuments {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.shopDocuments li {
	padding: 2px 4px;
	border-bottom: 1px solid #dddddd;
}
ul.shopDocuments li.row2 {
	background-color: #F7F7F7;
}
/* End shop documents */

/* Start Shop Cart style */

table#shopCart {
	width: 100%;
	background-color: white;
}

table#shopCart tbody td {
	border-bottom: 1px solid #dddddd;
}

table#shopCart td {
	padding: 2px;
	vertical-align: middle;

}

table#shopCart td.fieldPrice { text-align: right; }
table#shopCart thead td, table#shopCart tfoot td {
	font-weight: bold;
	background-color: #104E87;
	color: #ffffff;
}
/* End Shop cart style */

/* Standard form layout */
form.shopForm {
	float: left;
	margin-top: 1em;
	display: inline;
}

table.shopForm {
	width: 405px;
	font-size: 0.9em;
	padding: 20px 0 20px 25px;
}

form.shopForm input {
	vertical-align: middle;
}

form.shopForm h4.header {
	margin: 6px 0 3px;
	padding: 0;
	font-size: 1.0em;
}

form.shopForm td.toContact {
	text-align: center;
	font-size: 1.1em;
}

form.shopForm td {
	margin: 0;
	padding: 2px;
}

form.shopForm td a {
	/*color: #ffffff; */
}
form.shopForm td.key {
	color: #666666;
	padding: 2px 25px;
	width: 158px;
}
form.shopForm input.text,
form.shopForm textarea.text,
form.shopForm input.shopText,
form.shopForm textarea.shopText  {
	width: 180px;
	border: 1px solid #989898;
	padding: 1px;
}

form.shopForm select.shopText {
	width: 180px;
}

form.shopForm select.shopText,
form.shopForm select {
	border: 1px solid #989898;
}

form.shopForm textarea.text {
	height: 60px;
}
form.shopForm tr.submitRow td {
	text-align: right;

}
form.shopForm tr.submitRow td.key {
	text-align: left;
}
form.shopForm tr.submitRow td.value { width: 260px; }

form.shopForm tr.orderSubmitRow td {
	text-align: right;
	background: #FDF1DB url('../images/pageLayout/orderrow_bg.png') repeat-y;
	height: 48px;
	vertical-align: middle;
	padding: 0 15px;
}
form.shopForm tr.header {
	color: #000000;
	font-size: 1.6em;
}
form.shopForm tr.header td {
	padding: 5px 0 15px 25px;
	background-color: #ffffff;
}

form.shopForm tr.submitRow input, form.shopForm input.button {
	border: 1px solid #525252;
	color:#525252;
	background-color: #ffffff;
}
form.shopForm input.button {
	width: 254px;
}
form.shopForm tr.submitRow input.btnBack {
	margin-right: 530px;
}

form.shopForm input.text:focus, form.shopForm textarea.text:focus {
	border-color: #000000;
}

form#orderDetails,
form#payment,
form#orderOverview {
	background: url(../images/pageLayout/orderform_bg.png) no-repeat 0 36px;
}

form#payment td.value,
form#orderOverview td.value {
	color: #4c9fdf;
}

/* Errors */
form.shopForm ul.errors {
	color: #525252;
	border: 1px solid #989898;
	background-color: #EEEBE6;
	padding: 1em 1em 1em 2em;
	margin: 10px 5px;
}
form.shopForm .required	{
	font-weight: bold;
	color: #ff0000;
}

p.orderLine {
	margin: 0;
	padding: 0.5em;
	background-color: #eaeaea;
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
	text-align: right;
}

/* Last visited style */
div.lastVisited {

}
div.lastVisited h4 {
	background-color: #525252;
	background-image: none;
}

ol#lastVisited {
	margin: 2px 10px 0px 30px;
	padding: 0 0 2px 0;
	color: #4c4c4c;

}

/* Search result */
p.searchResult, p.message {
	margin: 0;
	padding: 0.7em 0;
}
