/*
 * $Id: shop.css 123 2009-05-25 08:31:57Z root $
 */

/* Override processContent layout */
div.processedContent { padding: 0; }

div.shopBody {
	padding: 20px;
	float: left;
}

/* Common shop layout*/
h3.shopTitle {
	color: #326095;
	font-size: 1.3em;
}

hr.ruler {
	color: transparent !important;
	background: url(../images/ruler_bg.png) no-repeat left top;
	height: 3px !important;
	width: 100%;
	border: 0;
}

div.hr {
	height: 6px;
	background: url(../images/ruler_bg.png) no-repeat left top;
}

div.hr hr {
	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;
}

img {
	border: none;
}

a.shopLink img {
	border: none;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

a.itemOn img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.categoryList {
	padding: 10px;
	float: left;
	clear: both;
	width: 99%;
}

div.categoryList img {
	float: left;
	margin-right: 15px;
	display: inline;
}

div.categoryList p {
	clear: right;
}

div.hr {
	clear: both;
}


/* Category Layout Start */
div.shopSeparator {
	background: transparent url('../images/site/category_bg.jpg') repeat-y;
	height: 20px;
	border-top: 1px solid #125089;
}

div#categoryMenu ul#shopMenu {
	float: left;
	clear: both;
	padding-left: 30px;
	display: inline;
	text-align: center;
	z-index: 2;
	width: 90%;
	background: url(../images/ruler_bg.png) no-repeat left bottom;
}

div#categoryMenu ul#shopMenu li {
	list-style-type: none;
	float: left;
	vertical-align: middle;
}

div#categoryMenu ul#shopMenu li a {
	display: block;
	width: 115px;
	height: 30px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

div#categoryMenu ul#shopMenu li a.main {
	font-size: 1.4em;
	padding-top: 3px;
	line-height: 150%;
}

div#categoryMenu ul#shopMenu li a.itemOn {
	background: url('../images/shopmenu_bg.png') no-repeat;
	color: #FFFFFF;
}

div#categoryMenu ul#shopMenu li a {
	background: url('../images/shopmenu_bg_inactive.png') no-repeat;
	line-height: 128%;
	color: #bdbfc1;
}

table#shopTable {
	float: left;
	table-layout: fixed;
	position: relative;
	width: 100%;
	background: transparent url('../images/site/category_bg.jpg') repeat-y;
}
table#shopTable thead td {
	font-weight: bold;
	background-color: #FFEED0;
}

table#shopTable td {
	/*border-top: 2px solid #eaebef;*/
	padding: 5px 15px;
}

table#shopTable td.shopCategory {
	border-top: none;
	padding: 5px 15px;
}

td.shopCategory h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

table#shopTable td.shopCategory p {
	padding: 5px 0px;
}

table#shopTable div.shopProduct {
	position: relative;
}

table#shopTable td.shopProduct {
	background-color: #ffffff;
	padding: 5px 15px;
	width: auto;
}
table#shopTable td.shopProduct h4 {
	margin: 0;
	padding-bottom: 5px;
}
table#shopTable td.shopProduct h4 a {
	color: #4C4C4C;
}
table#shopTable td.shopProduct p {
	margin:0;
	padding: 5px 0;
}

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 {
	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 {
	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;
}

/* Specs view markup */
table#specsTable {
	width: 100%;
	float: left;
}

table#specsTable td {
	padding: 5px 15px;
}

table#specsTable td.shopCategory {
	/*border-bottom: 2px solid #EAEBEF;*/
}

table.chart {
	width: 100%;
}

h3.chartTitle {
	color: #e4001b;
	font-size: 1.4em;
}

table.chart td {
	border-top: none !important;
	padding: 0 !important;
}


table.chart th {
	border-top: none;
	border-bottom: 2px solid #EAEBEF;
	color: #326095;
	font-size: 1.2em;
	width: 120px;
}

table.chart th.productHeader {
	text-align: center;
	border-left: 2px solid #EAEBEF;
	width: auto;
}

table.chart td.product {
	padding: 5px !important;
	border-left: 2px solid #EAEBEF;
	border-bottom: 2px solid #EAEBEF;
	font-weight: bold;
}

table.chart td.propertyName {
	border-bottom: 2px solid #EAEBEF;
	font-weight: bold;
	padding: 4px 0px 0px 0px !important;
}