/*
 * $Id: shop.css 407 2010-09-29 11:02:34Z danny $
 */
/* Override processContent layout */

div.processedContent {
    padding: 0;
	overflow: visible;
}
div.cBody {
	position:relative;
}
div.formBody {
	margin-top:0;
	position: relative;
}

div.processedContent img {
    border: 0 !important;
    background: none;
    vertical-align: middle;
}

div.topMenu {
    font-size: 0.9em;
    text-align: right;
    margin: 0 1px 10px 0;
    position: absolute;
    top: -35px;
    right: 0;
}

div#shopAccountMenu {
    color: #005696;
    display: inline;
}

#shopAccountMenu a {
    color: #005696;
    text-decoration: none;
}

div.processedContent img {
    border: 0 !important;
    background: none;
    vertical-align: middle;
}

div.shopBody {
	padding:10px 0;
}

div #shopBodyLogo {
	position: absolute;
	background: url('../images/shop/shopCart.gif') no-repeat left top;
	width: 149px;
	height: 113px;
	right: -1px;
	top: -16px;
	z-index: 10;
}
		
div.shopBody p {
    margin: 0;
    padding: 0;
}

div#shopCartLink {
	display: inline;
}

div#shopCartLink a {
    color: #005696;
    text-decoration: none;
}


/* Start shopMenu */
div.shopMenu {
	position: relative;
	margin: 0;
	padding: 0;
    height: 29px;
    background: url(../images/shop/menu_bg.gif) no-repeat;
}

ul#shopMenu {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#shopMenu li {
	float:left;
    margin: 5px 10px 0;
    padding: 0;
}

ul#shopMenu li a {
    text-align: center;
    font-size: 0.9em;
    padding: 2px 5px;
    margin: 0 0 6px;
    color: #FFFFFF;
    text-decoration: none;
}

ul#shopMenu li a:hover, ul#shopMenu li a.itemOn {
    background: #FFFFFF;
    text-decoration: none;
    color: #ee3128;
}

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.offer {
    padding-right: 8px;
}

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 {
    display: inline;
    color: #000000;
    margin: 0;
    padding: 4px 0;
    font-size: 0.8em;
    font-weight: normal;
}

span.productCount {
	font-weight: normal;
	font-size: 0.7em;	
}

div.shopBody a.shopButton, a.qfSubmitButton {
    color: #FFFFFF !important;
    text-decoration: none !important;
	background: url(../images/shop/button_bg.gif) repeat-x;
    padding: 2px 15px 3px 15px;
    text-align: center;
}

div.shopBody a.shopOrderButton {
	color: #FFFFFF !important;
    text-decoration: none !important;
	background: url(../images/shop/order_button_bg.gif) repeat-x;
    padding: 2px 15px 3px 15px;
    text-align: center;
}

tr.submitRow td,
div.submitRow {
	text-align: right;
	padding: 4px;	
}

a.shopButton:hover, a.qfSubmitButton:hover {
    text-decoration: none;
}

table.searchNavigation {
	float: right;
}

table.searchNavigation tbody tr td a.pagerButton {
	border: none;
	text-decoration: none;
	margin: 0 5px;
	padding: 0;
	font-size: 0.7em;
	font-weight: normal;
}

table.searchNavigation tbody tr td.main a.pagerButton {
	margin: 0 1px;
	padding: 0 5px 0 3px;
	font-size: 0.8em;
	background: url(../images/shop/pager_spacer.gif) no-repeat right 50%;
}

table.searchNavigation tbody tr td.main a.last {
	background: none;	
}

table.searchNavigation tbody tr td a.selected {
	font-weight: bold;	
}

/* Category Layout Start */
div#category-products {
	overflow: auto;
	width: 100%;	
}

div.category-product {
	float: left;
	width: 300px;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.category-product div.product {
	width: 100%;
	height: 100%;
	background: url(/images/shop/category_product_bg.gif) 0 0 no-repeat;
}

div#category-products div.product3 {
	margin-right: 0;	
}

div.category-product div.product h4 {
	margin: 0;
	padding: 2px 8px 0px 8px;
	overflow: hidden;
	font-size: 0.9em;
}

div.category-product div.product h4 a {
	color: #000000;
	text-decoration: none;
}

div.category-product div.product p.description {
	font-size: 0.9em;
	padding: 0 8px;
	height: 37px;
	overflow: hidden;
}

div.category-product div.product div.productAfbeelding {
	height: 153px;
	padding: 15px 0 0 0;
	text-align: center;
}

div.category-product div.product div.productAfbeelding a {
	width: inherit;
	height: 100%;
	display: block;
	text-decoration: none;
}

div.category-product div.product div.price {
	overflow: hidden;
	float: left;
	width: 100%;
	font-weight: bold;
	height: 24px;
}

div.category-product div.product div.price a {
	padding-left: 8px;
	color: #005696;
	text-decoration: none;
	font-size: 0.9em;
	float: left;
}

div.category-product div.product div.price div.shopPrice {
	float: right;
	color: #ee3128;
	padding-right: 8px;	
}

#category-products div.product3 { 
	padding: 0; 
}
	
div.category-product div.product a.cartLink {
	display: block;
	float: left;
	background: url(/images/shop/basket.gif) center center no-repeat;
	width: 28px;
	height: 22px;
	margin-top: 4px;
	text-decoration: none;
}

/* End Shop overview table style */

/* Shop Product details */
div#productDetail {
	overflow: auto;
	width: 100%;
    background: transparent url('../images/site/form_key.gif') repeat-y;
}

div#productDetail div.productTitle {
    margin: 0;
    padding: 0 0 6px 0;
    color: #005696;
}

div#productDetail div.productTitle h2 {
	margin: 0;
    font-weight: normal;
    font-size: 1.5em;
}

div#productDetail div.mainImage {
    width: 171px;
    background-color: #ffffff;
    display: inline; /* prevents double margin bug in IE */
    margin: 0 20px 5px 0;
    text-align: center;
    float: left;
    width: 285px;
    height: 300px;
	text-align: center;
}

div#productDetail div.productInfo {

}


div.backLink {
	margin: 15px 0;
	font-size: 0.85em;	
}

div.backLink a.backToCategory {
	text-decoration: none !important;
}

div.backLink a.backToCategory span {
	color: #ee3128;
	padding: 0 3px 0 0;
}

div.backLink a.backToCategory span.link {
	color: #005696;	
	text-decoration: underline;	
}

div.mainImage a.mainImage {
    position: relative;
    display: block;
    color: #1A78A0;
	clear:both;
	text-decoration: none;
}
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 {
    margin: 0 0 0 180px;
}

div#productDetail div.priceAndOrder {
	margin: 10px 0;
}

div#productDetail div.priceAndOrder span.priceLabel {
	color: #005696;
}

div#productDetail div.priceAndOrder span.price {
	color: #ee3128;
	font-weight: bold;
}

div#productDetail div.priceAndOrder span.order {
	float: right;
	margin-right: 1px;
}

div#productDetail div.priceAndOrder span.order a {
	text-decoration: underline;	
	font-size: 0.85em;
}

div.productOrder {
    padding: 2px 5px 2px 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

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;
}

h4.relatedProducts {
    background: #005696;
    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: url(../images/shop/shoppingTopRound.gif) no-repeat scroll left top;
    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 */
div.orderSteps {
    height: 29px;
    background: url(../images/shop/menu_bg.gif) no-repeat;
}

div.orderSteps span {
	float: left;
	display: inline;
	color: #FFFFFF;
	margin: 6px 10px 0 10px;
	padding: 0px 5px;
	color: #FFFFFF;
}

div.orderSteps span.active {
	color: #ee3128;
	background: #FFFFFF;
}

table#shopCart {
    width: 100%;
    background-color: white;
	clear: both;
	margin: 0 0 15px 0;
	font-size: 0.85em;
}

table#shopCart tbody td {

}

table#shopCart td {
    padding: 2px 4px;
    vertical-align: middle;
}

table#shopCart td.fieldPrice {
    text-align: right;
}

table#shopCart td.remove {
	text-align: right;
	padding-right: 38px;
	font-size: 1.3em;	
	font-weight: bold;
}

table#shopCart td.remove a {
	text-decoration: none;
	color: #000000;
}

table#shopCart thead td {
	color: #005696;
	font-weight: bold;
}

table#shopCart tfoot td {
    color: #000000;
	padding-top: 25px;
}

table#shopCart tfoot td.totalPrice {
	font-size: 1.6em;
	font-weight: bold;
}

table#shopCart tfoot td.total {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

table#shopCart td.product {
	padding-left: 20px;
	background: url(../images/shop/cart_list_item.gif) no-repeat left 50%;	
}

div.shopBody p.orderLine {
	margin: 1px 0;	
}

div.shopBody p.orderLine span.orderButton {
	float: right;
	margin-right: 1px;
}

/* End Shop cart style */
/* Standard form layout */
form.shopForm {
}

table.shopForm {
    
}

form#shopSignup {
	float: left;
}

div.loginForm {
	width: 45%;
	float: right;
	border: 1px solid #DDDDDD;		
}

form#shopSignup table td.value,
div.loginForm table td.value {
	text-align: right;
	width: 63%;
}

div.loginForm h4 {
	padding: 0 1%;
	margin: 6px 0 3px;	
}

div.loginForm table.shopForm input.text {
	width: 250px;	
}

form.shopForm input {
    vertical-align: middle;
}

form.shopForm h4.header {
	margin: 6px 0 3px;
	padding: 0 1%;
	font-size: 1.0em;
	width: 98%;
}

table.shopForm td {
    margin: 0;
    padding: 4px;
    background-color: #FFFFFF;
}

table.shopForm td.key {
    color: #000000;
    font-weight: bold;
    padding: 2px 35px 2px 10px;
}

table.shopForm td.value {
    width: 70%;
}

table.shopForm input.text, table.shopForm textarea.shopText {
    width: 300px;
    border: none;
    background: #e5eef4;
    padding: 1px;
}

table.shopForm input.mediumText {
	width: 190px;
}

table.shopForm input.smallText {
	width: 100px;	
}

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;
}

table.shopForm tr.header {
    color: #ee3128;
    font-size: 1.4em;
    
}

table.shopForm tr.header td {
    padding-left: 10px;
    background-color: #ffffff;
}

table.shopForm tr.submitRow input, table.shopForm input.button {
	border: none;
	padding: 0px 10px 1px 10px;
    color: #FFFFFF;
    background: url(../images/shop/order_button_bg.gif) repeat-x;
    cursor: pointer;
}

table.shopForm input.button {
    width: 254px;
}

table.shopForm select {
	width: 305px;	
}

table.shopForm tr.submitRow input.btnBack,
table.shopForm input.btnCopy {
    float: left;
    border: none;
	padding: 0px 10px 1px 10px;
    color: #FFFFFF;
    cursor: pointer;
    background: url(../images/shop/button_bg.gif) repeat-x;
}

table.shopForm input.text:focus, table.shopForm textarea.text:focus {
    border-color: #000000;
}

form#payment td.key {
	display: none;
}

form#orderOverview table.shopForm,
form#orderDetails table.shopForm,
form#payment table.shopForm {
	width: 100%;	
}

/* 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;
}

#shopCartForm {
	position: relative;
	margin: 0;
}

#shopCartForm.cartNotEmpty {
	margin-top: 28px;
}

div.processedContent div.cBody p.orderLine {
    margin: 0;
    padding: 0.5em !important;
    position: absolute;
    right: 0px;
    margin-top: 10px;
}

/* Last visited style */
div.lastVisited {
    padding-top: 14px;
}

div.lastVisited h4 {
    background: #104E87 url('../images/shop/radiusLeft.gif') no-repeat left;
    padding: 0px;
    padding-left: 14px;
}
	div.lastVisited h4.shopTitle .titleContent {
		display: block;
	    height: 20px;
	    line-height: 20px;
		padding: 4px;
		padding-right: 14px;
		background: url('../images/shop/radiusRight.gif') no-repeat right;
	}

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;
}
