/*
 * $Id: shop.css 324 2009-09-07 07:21:21Z joris $
 */
/* Override processContent layout */

div.processedContent {
    padding: 0;
}
div.cBody {
	position:relative;
}
div.formBody {
	margin-top:0;
}

div.processedContent img {
    border: 0 !important;
    background: none;
    vertical-align: middle;
}

div#shopAccountMenu {
    font-weight: 800;
    color: #fff;
	position:absolute;
	top:-38px;
	width:100%;
}
#shopAccountMenu a {
    color: #fff;
    font-weight: bold;
}

div.processedContent img {
    border: 0 !important;
    background: none;
    vertical-align: middle;
}

div.shopBody {
	padding:10px 0;
}
div.shopBody p {
    margin: 0;
    padding: 0;
}

div#shopCartLink {
	position:absolute;
	right:22px;
	top:0;
}

div#shopCartLink a {
    color: #f00;
    font-weight: bold;
}


/* Start shopMenu */
	div.shopMenu {
		display:block;
		position:relative;
	}

	ul#shopMenu {
	    text-decoration: none;
	    list-style: none;
	    margin: 0;
	    padding: 0;
		width: 80%;
	}

	ul#shopMenu li {
		float:left;
	    margin: 0;
	    padding: 0;
	}

	ul#shopMenu li a {
	    display: block;
	    background: #1277A5;
	    border: 1px solid #004D83;
	    text-align: center;
	    color: #fff;
	    font-size: 11px;
	    font-weight: 800;
	    padding: 1px 13px 1px 13px;
	}

	ul#shopMenu li a:hover, ul#shopMenu li a.itemOn {
	    background: #004D83;
	    text-decoration: none;
	}

	ul#shopMenu li ul li a {
	    line-height: 21px;
	    height: 21px;
	    padding-left: 5px;
	}

	ul#shopMenu li ul li a:hover {
	    text-decoration: none;
	}

	ul#shopMenu li ul {
	    list-style-type: none;
	    position: absolute;
	    display: none;
	    padding: 0;
	    margin: 0;
	    top: 100%;
	    left: 0;
	}

	ul#shopMenu li ul li a {
	    text-align: left;
	    border: 1px solid #004D83;
	    border-top: 0;
	    background: #1277A5;
	    color: #fff;
	}

	ul#shopMenu li.first a {
	    border-top: 1px solid #004D83;
	}

	ul#shopMenu li ul li a:hover, ul#shopMenu li ul li a.itemOn {
	    background: #004D83;
	}

	ul#shopMenu ul ul {
	    position: absolute;
	    left: 88px;
	    top: 0;
	}

	ul#shopMenu li.last img {
	    height: 24px;
	}

/* End shopMenu */

div#prevButton {
    left: 15px;
    bottom: 10px;
}
#prevButton a {
    color: #f00;
    font-weight: bold;
}
#prevButton img {
    position: relative;
    margin-right: 3px;
}

div.subHeader {
    font-weight: 800;
    padding: 5px 3px 15px 3px;
    margin: 0;
    text-align: left;
    line-height: 100%;
    font-size: 15px;
}

div.subHeader a {
    color: #7D7B7C;
}

/* Common shop layout*/
h3.shopTitle {
    background-color: #1A78A0;
    color: #ffffff;
    margin: 0;
    padding: 4px;
    font-size: 1.2em;
}

a.shopButton, a.qfSubmitButton {
    color: #1A78A0;
    background-color: #ffffff;
    border: 1px solid #1A78A0;
    padding: 1px 10px;
    text-align: center;
    margin-bottom: 10px;
}

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;
}

table#shopTable {
    width: 100%;
}

table#shopTable td, th {
    padding: 2px;
}

table#shopTable thead td {
    font-weight: bold;
    background-color: #EBF5F9;
}

table#shopTable th {
    font-weight: 800;
    text-align: left;
    background-color: #004D83;
    color: #fff;
}

table#shopTable tr.blank th {
    background: none;
    height: 1px;
    padding: 0;
}

table#shopTable th h3 {
    margin: 0;
    padding: 4px;
    font-size: 100%;
}

table#shopTable td {
    border-bottom: 1px solid #9BC5D9;
    background-color: #EBF5F9;
}

table#shopTable div.shopProduct {
    position: relative;
}

table#shopTable td.shopProduct {
    width: auto;
}

table#shopTable td.shopProduct h4 {
    margin: 0;
    padding: 0;
}

table#shopTable td.shopProduct h4 a {
    color: #00394D;
    font-size: 13px;
}

table#shopTable td.shopProduct p {
    margin: 0;
    padding: 5px 0;
}

table#shopTable td.productAfbeelding {
    font-size: 0;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    width: 171px;
}

table#shopTable td.productAfbeelding div.sThumb {
    width: 70px;
    height: 50px;
    border: 1px solid #9CBBC9;
}

table#shopTable td.shopLink {
    text-align: right;
    padding-right: 55px;
    background: #9BC5D9;
    border-bottom: 1px solid #1277A5;
}

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: #052F4D;
    font-weight: 800;
    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 div.productTitle {
    margin: 0;
    padding: 6px 0;
    font-size: 1.3em;
    font-weight: 800;
}

div#productDetail div.mainImage {
    width: 171px;
    background-color: #ffffff;
    display: inline; /* prevents double margin bug in IE */
    float: right;
    margin: 0 5px 5px 0;
    text-align: center;
}

div#productDetail div.productInfo {
    float: left;
    width: 375px;
}

div#productDetail div.mainImage {
    float: left;
    width: 200px;
	text-align:right;
}

div.mainImage a.mainImage {
    position: relative;
    display: block;
    color: #1A78A0;
	width:120px;
	height:100px;
	float:right;
	clear:both;
}
div.mainImage a.extraImages {
    color: #1A78A0;
	float:right;
	font-weight:800;
	width:120px;
	text-align:center;
	padding-top:3px;
}

div.mainImage a.noImage {
    color: red;
    text-decoration: underline;
    padding: 10px;
    display: block;
}

div.mainImage div.moreImages {
    border-bottom: 1px solid #125089;
    border-left: 1px solid #125089;
    border-right: 1px solid #125089;
    text-align: center;
}

div.mainImage div.moreImages a {
    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;
    color: #ffffff;
    background: #104E87 url('../images/site/content_bg.jpg') repeat-y;
    border-bottom: 1px solid #fff;
}

h4.relatedProducts {
    background: #4c98ba;
    margin-top: 15px;
}

div#detailAddToCart {
}

div#productDetails {
}

/* End product detail */
/* Product properties */
table.propertyTable {
    width: 100%;
}

table.propertyTable thead td {
    background-color: #104E87;
    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: #FFFFFF;
    color: #104E87;
}

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: #1A78A0;
    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 {
}

table.propertyTable tr.row1 td, table.propertyTable tr.row2 td {
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

div#shopLinks .shopRelated {
    border-bottom: 1px solid #104E87;;
    padding-left: 4px;
}
#shopLinks .shopRelated a {
    font-weight: bold;
}
#shopCart tr.cartTitle td {
    background: #f90c06;
    line-height: 20px;
}

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;
}

div#offerMessage {

}

a.shopLink {
    font-weight: bold;
    display: block;
}

/* 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;
	clear:both;
	margin-top:10px;
}

table#shopCart tbody td {
    border-bottom: 1px solid #125089;
}

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: #1A78A0;
    color: #ffffff;
}

/* End Shop cart style */
/* Standard form layout */
form.shopForm {
}

table.shopForm {
    width: 100%;
    border: 1px solid #004d83;
}

form.shopForm input {
    vertical-align: middle;
}

form.shopForm h4.header {
    margin: 6px 0 3px;
    padding: 0;
    font-size: 1.0em;
	width:100%;
}

table.shopForm td {
    margin: 0;
    padding: 4px;
    background-color: #FFFFFF;
}

table.shopForm td.key {
    color: #FFFFFF;
    background-color: #1A78A0;
    padding: 2px 10px;
    width: 30%;
}

table.shopForm td.value {
    width: 70%;
}

table.shopForm input.text, table.shopForm textarea.text {
    width: 250px;
    border: 1px solid #1A78A0;
    padding: 1px;
}

table.shopForm textarea.text {
    height: 60px;
}

table.shopForm tr.submitRow td {
}

table.shopForm tr.submitRow td.key {
    text-align: left;
}

table.shopForm tr.orderSubmitRow td {
    text-align: right;
    border-top: 1px solid #525252;
}

table.shopForm tr.header {
    color: #525252;
    font-size: 1.2em;
}

table.shopForm tr.header td {
    padding-left: 10px;
    background-color: #ffffff;
    border-bottom: 1px solid #525252;
    border-top: 1px solid #525252;
}

table.shopForm tr.submitRow input, table.shopForm input.button {
    border: 1px solid #525252;
    color: #525252;
    background-color: #ffffff;
}

table.shopForm input.button {
    width: 254px;
}

table.shopForm tr.submitRow input.btnBack {
    float: left;
}

table.shopForm input.text:focus, table.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 !important;
    background-color: #FFFFFF;
    text-align: right;
}

/* Last visited style */
div.lastVisited {
    padding-top: 10px;
}

div.lastVisited h4 {
    /*background-color: #004D83;*/
    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;
}

div.message {
    clear: both;
}

img.noBorder {
    border: none !important;
}

.red {
    color: #f00;
}
.bold {
    font-weight: 800;
}
.transparent {
    background: none;
}

table#shopCart tfoot tr.totalsRow td {
    background: none;
    color: #1A78A0;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}