/*
 * $Id: shop.css,v 1.19 2006-12-20 10:39:54 joris Exp $
 */

/* Override processContent layout */
div.processedContent { }
div.processedContent div.block { padding: 0; margin: 0;}

div.shopBody {
	padding: 20px;
	width: 890px;
	margin-left: -13px;
}

div#categoryShow {
	padding: 10px;
	width: 890px;
	margin-left: -13px;
}

/* Common shop layout*/
h3.shopTitle {
	color: #a71d36;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom:1px solid #DFDFDF;
}

.pretext {
	padding: 8px 15px 10px 15px;
	color: #555555;
}
/*
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;
}
*/
.smaller {
	font-size: 0.7em;
}
.shopControlls {
	padding: 13px 10px 10px 10px;
	height: 23px;
	background: transparent url('/images/shop/controll_bar_bg.png') repeat-x;
	clear: both;
	color: #565656;
	font-size: 1.1em;
	width: 890px;
	margin-left: -13px;
}

.shopControlls a.backPage {
	float: left;
	height: 19px;
	width: 200px;
	padding-left: 25px;
	margin-left: 20px;
	background: transparent url('/images/shop/next_prev_buttons_sprite.png') no-repeat 0px -19px;
}

.shopControlls .redText {
	color: #d6213f;
}

.darkRed {
	color: #a71d36;
}

.shopControlls .title {
	font-size: 1.00em;
	font-weight: bold;
}

.shopControlls select {
	border-width: 1px solid #ddd;
	background-color: transparent;
}

.shopControlls div#topPager {
	float: right;
	display: inline;
	height: 19px;
	width: 165px;
}

.shopControlls a.toTop {
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 25px;
	background: transparent url('/images/shop/next_prev_buttons_sprite.png') no-repeat 112px -19px;
	color: #565656;
}

span.controllElement {
	padding-right: 15px;
}

.shopControlls .content {
	float: right;
	display: inline;
	height: 19px;
	width: 115px;
	text-align: center;
	padding: 0 5px 0 5px;
}
.shopControlls a.pageBack {
	float: right;
	display: inline;
	width: 19px;
	height: 19px;
	background: transparent url('/images/shop/next_prev_buttons_sprite.png') no-repeat;
}
.shopControlls a.pageNext {
	float: right;
	display: inline;
	width: 19px;
	height: 19px;
	background: transparent url('/images/shop/next_prev_buttons_sprite.png') no-repeat -19px 0;
}

/* Category Layout Start */
div.shopSeparator {
	background: transparent url('../images/site/category_bg.jpg') repeat-y;
	height: 20px;
	border-top: 1px solid #125089;
}

div.product {
	position: relative;
	display: inline;
	float: left;
	width: 292px;
	height: 266px;
	margin-right: 7px;
	margin-bottom: 7px;
}

div.productLast {
	margin-right: 0px;
}


div.product .visual {
	height: 216px;
	width: 290px;
	border: 1px solid #dfdfdf;
	border-bottom-width: 0px;
	z-index: 2;
}

div.product .visual img.productImage {
	position: relative;
	display: block;
	margin: 0px auto;
	margin-bottom: 0px;
	z-index: 1;
}

div.product .visual a.productLink {
	position: relative;
	display: block;
	top: -1px;
	left: -1px;
	height: 216px;
	width: 290px;
	padding-top: 1px;

	z-index: 2;
}
div.product .visual a img.overlay {
    width: 292px;
    height: 216px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: url(/images/shop/shop_image_overlay.png) no-repeat;
    display: none;
}
div.product .visual a:hover img.overlay {
    display: block;
}
div.product div.info {
	position: relative;
	height: 50px;
	background: #d1203e url('/images/shop/shop_image_product_info_bg.png') no-repeat;
	color: #fff;
	z-index: 1;
}

div.product div.info div.productName {
	position: relative;
	width: 188px;
	padding: 5px 0 0 5px;
	font-size: 1.2em;
}
div.product div.info div.productName h1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: inherit;
}
div.product div.info div.productPrice {
	position: relative;
	float: right;
	width: 90px;

	margin: 8px 8px 0 0;

	font-size: 2em;
	font-weight: bold;
	text-align: right;
}
div.product div.info div.productPrice span {
	font-weight: normal;
	font-size: 0.5em;
}

div.product div.info a.orderLink {
	display: block;

	/*margin: 3px 0 0 15px;*/
	left: 15px;
	position: absolute;
	top: 25px;
	height: 20px;

	color: #fff;
	padding-left: 29px;
	background: transparent url('/images/shop/shop_order_icon.png') no-repeat;
}
table#shopTable td.productAfbeelding {
	background-color: #ffffff;
	font-size: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	width: 171px;
	border-right: 1px solid #125089;
}

table#shopTable td.shopLink {
	text-align: right;
	padding-right: 55px;
}
table#shopTable p.shopPrice {
	color: #a1a1a1;
	font-weight: bolder;
	font-size: 1.2em;
	font-style: italic;
}
table#shopTable p.shopPrice span {
	font-size: 1.3em;
	color: #fe0000;
	margin-left: 0.2em;
	vertical-align: middle;
}
table#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 {
	position: relative;
	padding: 12px;
	background: transparent url('../images/site/form_key.gif') repeat-y;
	margin-left: -13px;
	width: 890px;
}
div#productDetail h1.productTitle {
	margin: 0;
	padding: 6px 0;
	font-size: 1.6em;
	color: #a71d36;
}

div#productDetail .mainImage {
	width: 340px;
}

div#productDetail div.mainImage {
    position: relative;
	background-color: #ffffff;
	float: left;
	padding: 0 25px 5px 0;
	text-align: center;
}
div.mainImage a.mainImage {
	border: 1px solid #dfdfdf;
	position: relative;
	display: block;
}

div.mainImage a.clickForLarge {
	display: block;
	width: 257px;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 21px;
	padding-bottom: 4px;
	font-size: 1em;
	color: #a71e36;
	background: transparent url('/images/shop/enlarge_icon.png') no-repeat right 7px;
}

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 div#productInfo {
	float: left;
	width: 505px;
}
div#productDetail div#productInfo ul {
	margin-left: 5px;
}
div#productDetail div#priceProtect {
	float: right;
	width: 200px;
	height: 88px;
}
div#productDetail div#priceLabel {
	position: absolute;
	width: 143px;
	height: 88px;

	top: 0px;
	right: 57px;

	padding: 5px 3px 0 3px;
	margin: 0px 0px 20px;

	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	color: #fff;

	background: transparent url('/images/shop/price_label.png') no-repeat;
}

div#productDetail div#priceLabel span {
	font-size: 0.4em;
	font-weight: normal;
	line-height: 25px;
}
div#productDetail div#priceLabel span.normalPrice {
	font-size: 0.4em;
	line-height: 35px;
	font-weight: bold;
}


div#productDetail .prodDescr {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}

div#productDetail #choiceList {
	position: relative;
}

div#productDetail #choiceList .listItem {
	text-align: right;
	clear: both;
	margin-bottom: 15px;
}

div#productDetail #choiceList div.listSelect {
	float: right;
	width: 150px;
}

div#productDetail a.shopButton {
	float: right;
	width: 101px;
	height: 26px;

	padding-top: 9px;
	padding-left: 10px;

	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #fff;
	background: transparent url('/images/action_buttons_sprite.png') no-repeat -288px 0;
}
div#productDetail a.shopButton:hover {
	text-decoration: none;
}

div#productDetail ul {
	padding: 0;
	margin: 0 0 0 180px;
	list-style-position: inside;
}

div.productOrder { text-align: right; padding: 2px 5px 2px 2px; clear: both; }

select.compare, table.propertyTable select {
	vertical-align: middle;
	margin-right: 0.5em;
}

h4.shopTitle {
	clear: both;
	margin: 0;
	margin-top: 20px;
	padding: 10px 0 14px 10px;

	color: #a71e36;
	font-size: 1.1em;
	border-top: 1px solid #dfdfdf;
}

div#productDetails {}

/* End product detail */

/* Search Navigation */
.searchNavigation {
	float: right;
	clear: both;
}

.searchNavigation .td {
	height: 21px;
}

.searchNavigation .main a.shopButton {
	float: left;
	height: 19px;
	width: 19px;
	margin-right: 2px;
	border: 1px solid #a31d35;
	background-color: transparent;
	color: #5f5f5f;
	text-align: center;
}

.searchNavigation .main a.shopButton:hover,
.searchNavigation .main a.selected {
	background-color: #a31d35;
	color: #fff;
	text-decoration: none;
}

.searchNavigation .left a,
.searchNavigation .right a {
	display: block;
	width: 19px;
	height: 19px;
	margin-top: 1px;
	text-indent: -10000px;
	background: transparent url('/images/shop/next_prev_buttons_sprite.png') no-repeat;
}
.searchNavigation .left a {
	margin-right: 11px;
}

.searchNavigation .right a {
	background-position: -19px 0;
	margin-left: 9px;
}


/* END Search Navigation */

/* 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 #dedede; padding-left: 4px; padding-bottom: 10px; margin-bottom: 10px;}
div#shopLinks .row2 { }
div#shopLinks .relatedImage {
	display: inline;
	float: left;
	margin: 0 5px 0 5px;
}

div#shopLinks h5 {
	font-size: 0.9em;
	line-height: 130%;
	margin: 0;
	padding: 2px 0 4px 0;
	color: #a71d36;
}
div#shopLinks h5 a{
	color: #a71d36;
}

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 */

div#shopCart {
	padding: 20px;
	margin-left: -19px;
	width: 890px;
}

#shopCart h3.shopTitle {
	margin: 0 0 0px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dfdfdf;
	background-color: transparent;
	color: #a71e36;
	font-size: 1.6em;
	font-weight: normal;
}

#shopCart div.articleRow {
	float: left;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	clear: left;
	width: 100%;
}

#shopCart div.articleRow .articleImage {
	float: left;
	width: 142px;
	height: 142px;
	border: 1px solid #dfdfdf;
	margin-right: 11px;
}

#shopCart div.articleRow .articleImage img {
}

#shopCart div.articleRow .articleInfo {
	float: left;
}
#shopCart div.articleRow .articleInfo .articleTitle {
	font-size: 2.1em;
	line-height: 1.1em;
	color: #a71d36;
}
#shopCart div.articleRow .articleInfo .articlePrice {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.0em;
	color: #a71d36;
}
#shopCart div.articleRow .articleInfo .btwMsg {
	padding-left: 30px;
	color: #a71d36;
}
#shopCart div.articleRow .articleInfo .amountPrice {
	margin-top: 5px;
	font-size: 1.2em;
	line-height: 2.0em;
	color: #626262;
}
#shopCart div.articleRow .articleInfo .amountPrice input {
	width: 30px;
	border: 1px solid #dfdfdf;
	font-size: 0.8em;
	color: #626262;
}
#shopCart #totalsRow {
	padding: 27px 30px 27px 0;
	border-bottom: 1px solid #dfdfdf;
	clear: both;

	font-size: 1.8em;
	text-align: right;
}

#shopCart #controlsRow {
	padding-top: 20px;
}
#shopCart #controlsRow a {
	display: block;
	height: 26px;
	padding-top: 9px;
	background: transparent url('/images/action_buttons_sprite.png') no-repeat;

	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
}
#shopCart #controlsRow a:hover {
	text-decoration: none;
}
label.required a {
	color: #0c85ee;
	text-decoration: underline;
}
#shopCart #controlsRow a.previous {
	float: left;
	width: 72px;
	padding-left: 39px;

}
#shopCart #controlsRow a.shopOn {
	float: right;
	width: 167px;
	padding-left: 10px;
	margin-right: 15px;
	background-position: -111px 0;
}
#shopCart #controlsRow a.order {
	float: right;
	width: 102px;
	padding-left: 9px;
	margin-right: 15px;
	background-position: -288px 0;
}


.psmForm fieldset {
	clear: left;
}

.psmForm fieldset#fieldset-buttons {
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
}
.psmForm fieldset#fieldset-buttons dd {
    float: none;
}
.psmForm fieldset#fieldset-buttons a {
	height: 26px;
	padding-top: 9px;

	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url('/images/action_buttons_sprite.png') no-repeat;
}
.psmForm fieldset#fieldset-buttons a:hover {
	text-decoration: none;
}

.psmForm fieldset#fieldset-buttons a#orderButton {
	float: right;
	width: 162px;
	padding-left: 12px;
	background-position: -581px 0;
}
.psmForm fieldset#fieldset-buttons a#backButton {
	float: left;
	width: 71px;
	padding-left: 40px;
	background-position: 0px 0;
}

/* End Shop cart style */



/* Standard form layout */
form.shopForm {
	margin-top: 1em;
}

table.shopForm {
	table-layout: fixed;
	width: 100%;
	font-size: 0.9em;
	border: 1px solid #525252;
}
form.shopForm input {
	vertical-align: middle;
}

form.shopForm h4.header {
	margin: 6px 0 3px;
	padding: 0;
	font-size: 1.0em;
}

form.shopForm td {
	margin: 0;
	padding: 2px;
	background-color: #EEEBE6;
}

form.shopForm td a {
	/*color: #ffffff; */
}
form.shopForm td.key {
	color: #EEEBE6;
	background-color: #525252;
	padding: 2px 10px;
	width: 130px;
}
form.shopForm input.text, form.shopForm textarea.text {
	width:250px;
	border: 1px solid #989898;
	padding: 1px;
}
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;
	border-top: 1px solid #525252;
}
form.shopForm tr.header {
	color: #525252;
	font-size: 1.2em;
}
form.shopForm tr.header td {
	padding-left: 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #525252;
	border-top: 1px solid #525252;
}

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 {
	float: left;
}

form.shopForm input.text:focus, form.shopForm textarea.text:focus {
	border-color: #000000;
}

/* Errors */
form.shopForm ul.errors {
	color: #525252;
	border: 1px solid #525252;
	background-color: #EEEBE6;
	padding: 1em 1em 1em 2em;
	margin: 10px 0;
}
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;
}