/*
orange 21: #ff7129    ffc7ab 33% sat   ffaa80 50%
grey : #D8D8D8
pantone 2736 uncoated: 5d5ebc
*/
@import "stylesheet_misc.css";
@import "stylesheet_product_listing.css";
@import "stylesheet_frontpage.css";
@import "stylesheet_categories.css";
@import "stylesheet_product_info.css";
@import "stylesheet_header.css";

/* General page layout  begin */
body {
	margin: 0px;
	background: #ffffff;
	color: #333333;
	font-size: 83%;
	font-style: normal;
	font-family: tahoma, arial, verdana, arial, sans-serif;
}
p {
  margin: 0.8em 0 0.8em 0;
  padding: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #D8D8D8;
	text-decoration: none;
}
p a {
	color: #5d5ebc;
  font-weight: bold;
}
p a:hover {
	color: #D8D8D8;
	text-decoration: underline;
}
ol {
  margin: 0.3em 0 0.3em 1.8em;
  padding: 0;
}
li {
  margin: 0.1em 0 0.1em 0;
  padding: 0;
}
/*--------*/
form {
	display: inline;
}
input, select {
  font-size: 0.9em;
	color:#333333;
}
input.transpng {
	behavior: url("png.htc");
}
textarea {
	width: 100%;
	color:#333333;
}
/*--------*/
td {
	line-height: 1.2;
}
TD.main, P.main {
	line-height: 1.5;
	}
TD.mainBold, P.mainBold {
	line-height: 1.5;
	font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-size: 0.9em;
}
.bold {
	font-weight: bold;
	line-height: 1.5;
}
.boxText {
}
/*--------*/
img.transpng {
	behavior: url("png.htc");
}
img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {
	background-position: left top;
	
}
.lineV {
	background: url(images/line_V.gif) repeat-y left top;
}
.lineH {
	background: url(images/line_H.gif) repeat-x left top;
}
/*--------*/
.left_bg {
	background-image: url(images/infobox/ib_l_bg.gif);
	padding-top: 9px;
	padding-bottom: 9px;
}
.center_bg {
}
.right_bg {
	background: #ffffff;
	padding-top: 9px;
}
/* message box */
.inputRequirement {
	color: #ff0000;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}
.line {
	border-color: #DEDEDE;
}

.errorBox {
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
}
tr.header {
}
td.header {
	color: #ff00ff;
}
td.header a:link, td.header a:visited {
	color: #4d4d4d;
	text-decoration: underline;
}
td.header a:hover {
  color: #c34f1d;
	text-decoration: underline;
}
td.headerNavigation {
	color: #ffffff;
}
a.headerNavigation, a:visited.headerNavigation {
	color: #333333;
	text-decoration: underline;
}
a:hover.headerNavigation {
  color:#333333;
	text-decoration: underline;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
a.headerlink{
font-family:arial;
color:#D8D8D8;
text-decoration:none;
}
a.headerlink:hover{
color:#22b3ed;
text-decoration:underline;
}
/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
	font-size: 1.3em;
	color: #084c85;
  font-weight:bold;
	text-transform: uppercase;
	padding:5px 18px 2px 18px;

}
/*----infobox Left----*/
td.infoBoxCell {
	padding-top: 5px;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
	width: 100%;
}
td.infoBoxHeadingLeft {
  width: 6px;
	height: 30px;
	background:url(images/infobox/l.gif);
}
td.infoBoxHeadingCenter {
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
		background:url(images/infobox/c.gif);
		text-align:center;
}
td.infoBoxHeadingRight {
	width: 6px;
	height: 30px;
	background:url(images/infobox/r.gif);
}
/*--------*/
.infobox {
	width: 100%;
}
td.infoBoxContentsLeft {
  width: 1px;
  font-size:0;
  background:#b5b5b5;
}
td.infoBoxContentsCenter {
	padding: 3px 0 10px 3px;
	text-align:center;
}
td.infoBoxContentsRight {
width: 1px;
  font-size:0;
  background:#b5b5b5;
}

/*--------*/
table.infoBoxContents {

}
td.infoBoxContents {

}

table.infoBoxContents td.productNameCell {
	color: #414345;
	text-align: center;
	padding-top: 5px;
	vertical-align: bottom;
}
table.infoBoxContents td{
  color: #414345;
}

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{
	color: #414345;
	text-decoration: underline;
}
table.infoBoxContents table.productTable td.productNameCell a:hover {
  color: #414345;
	text-decoration: underline;
}

table.infoBoxContents td.productPriceCell {
  text-align:center;
	font-weight: bold;	
	padding-top: 5px;
}
table.infoBoxContents .productPriceSpecial {
color:#ff0000;
}
table.infoBoxcontents .productpriceold {
color:#ff0000;
  text-decoration: line-through;
}
table.infoBoxContents .productPriceCurrent {
color:#ff0000;
	font-weight: bold;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
	text-decoration: underline;
}
table.infoBoxContents a.infoBoxLink:hover {
	text-decoration: underline;
}
/*----infobox Right----*/
table.infobox1Heading {
	width: 100%;
}
td.infoBox1HeadingLeft {
  width: 6px;
	height: 30px;
	background:url(images/infobox/l2.gif);
}
td.infoBox1HeadingCenter {
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
		background:url(images/infobox/c2.gif);
		text-align:center;
}
td.infoBox1HeadingRight {
	width: 6px;
	height: 30px;
	background:url(images/infobox/r2.gif);
}
/*--------*/
.infobox1 {
	width: 100%;
}
td.infoBox1ContentsLeft {
  width: 1px;
  font-size:0;
  background:#b5b5b5;
}
td.infoBox1ContentsCenter {
	padding: 5px;
}
td.infoBox1ContentsRight {
  width: 1px;
  font-size:0;
  background:#b5b5b5;
}
/*--------*/
table.infoBox1Contents {
}
td.infoBox1Contents {
}

table.infoBox1Contents td.productNameCell {
	color: #333333;
	text-align: left;
	padding-top: 5px;
	vertical-align: bottom;
}

table.infoBox1Contents td.productNameCell a:link, table.infoBoxContents td.productNameCell a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
table.infoBox1Contents td.productNameCell a:hover {
	color: #da5820;
	text-decoration: underline;
}

table.infoBox1Contents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBox1Contents .productPriceSpecial {
	color:#ff0000;;
}
table.infoBox1contents .productPriceOld {
	color:#ff0000;
	font-weight: bold;
}
table.infoBox1Contents .productPriceCurrent {
	color:#ff0000;
	font-weight: bold;
}

table.infoBox1Contents a.infoBoxLink, a.infoBoxLink:visited{
  color: #333333;
	text-decoration: underline;
}
table.infoBox1Contents a.infoBoxLink:hover {
  color: #da5820;
  text-decoration: underline;
}
/*----contentbox----*/
td.contentBoxHeadingLeft {
  width: 6px;
	height: 30px;
	background:url(images/infobox/l.gif);
}






td.contentBoxHeadingCenter {
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
		background:url(images/infobox/c.gif);
}
td.contentBoxHeadingRight {
	width: 6px;
	height: 30px;
	background:url(images/infobox/r.gif);
}
/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
	
	background-repeat: repeat-x;
	height: 42px
}
/*--------*/
table.contentBoxed {
  border-top:1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
	padding-left:10px;
	padding-right:10px;
}

table.contentBox {
	border-left:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	border-bottom:1px solid #b6b6b6;
/*
	padding-left:20px;
	padding-right:20px;
	*/
}
td.contentBoxContentsLeft {
}
td.contentBoxContentsCenter {
  padding: 0 0 1px 0;
  width: 100%;
}
td.contentBoxContentsRight {
}

table.contentBoxContents {
	height: 100%;
	background: #ffffff ;
	padding: 5px 5px 5px 5px;
}
td.productColumnSell {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
table.productTable {
	height: 100%;
}
td.productImageCell {
	vertical-align: top;
	text-align: center;
	
}
td.productNameCell {
  color: #666;
  font-weight: bold;
	vertical-align: bottom;
}
td.productNameCell a:link, td.productNameCell a:visited{
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}
td.productNameCell a:hover {
	font-weight: bold;
	text-decoration: underline;
}

td.productPriceCell {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color:#ff0000;
}
.productPriceSpecial {
color:#ff0000;
	font-weight: bold;
}
.productPriceOld {
color:#ff0000;
  text-decoration: line-through;
	font-weight: bold;
}
.productPriceCurrent {
color:#ff0000;
	font-weight: bold;
}
/*----product listing----*/
table.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	background-image: url(images/infobox/ib_l_bg.gif);
	height: 23px;
	color: #ffffff;
	BACKGROUND: #b6b7cb;
	font-weight: bold;
	padding-right: 3px;
}

a.productListing-heading, a.productListing-heading:visited{
	color: #ffffff;
	text-decoration: underline;
}
a.productListing-heading:hover {
	color: #f2f2ea;
	text-decoration: underline;
}

#firstHeadingSell, #firstContentSell {

	padding-left: 5px;
}
#lastHeadingSell, #lastContentSell {

	padding-right: 5px;
}
.productListing-bottom {

	font-size: 0;
	color: #ffffff;
}
.productlisting-headingPrice {
	font-size: 1.6em;
	font-weight: bold;
	color: #9a9a9a;
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
A.pageResults {
	color: #484e53;
}
A:visited.pageResults {
	color: #484e53;
}
a:hover.pageResults {
	color: #484e53;

}
/* Checkout confirmation */
.orderEdit {
	color: #7885ad;
	text-decoration: underline;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #ffffff;
}
TR.productListing-odd {

}
TR.productListing-even {

}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
/* Used on forms */
TD.fieldKey {
	font-weight: bold;
}
TD.fieldValue {
	}
/* Used on index_nested index_products */
TD.category_desc {
	line-height: 1.5;
}
/* Shopping cart box */
SPAN.newItemInCart {
	color: #da5820;
	text-decoration:none;
	font-weight: bold;
}
SPAN.greetUser {
	font-size: 0.9em;
	color: #7985ae;
  text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
/*	background-color: #cec9bc;*/
  background: url(images/row_bg.gif);
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
background: url(images/row_bg.gif);
}
.checkoutBarFrom, .checkoutBarTo {
	/*color: #8c8c8c;*/
}
.checkoutBarCurrent {
	color: #c34f1d;
	font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {
}
td.footer {
	font-size: 0.9em;
	font-weight: normal;
	color: #164472;
	text-align:center;
}
table td.footer a:link, table td.footer a:visited {
	color: #164472;
	text-decoration: none;
	
}
table td.footer a:hover {
	text-decoration: none;
	color: #164472;
}
/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

td.dotted_ver {
  background: url(images/dots_ver.png) repeat-y;
}
td.dotted_hor {
  background: url(images/dots_hor.png) repeat-x;
}
.image_header, .image_header a, .image_header a:visited {
  padding:9px 0px 10px 0px;
  color: #ee5c19;
  font-weight:bold;
  line-height:15px;
  text-decoration: none;
}
.image_header a:hover{  text-decoration: underline;
}




.clearboth {
  clear: both;
}


div.main-hr, div.footer-hr {
  width: 100%;
  height: 8px;
  background: url(/images/xj/hr.gif) repeat-x;
  clear: both;
  font-size: 0;
}

td.infoboxfooter {
  font-size: 0;
}

div.f-form {
  margin: 0;
  padding: 0.6em;
  border: 1px solid #ccc;
}

div.f-form h3 {
  margin: 0 0 0.3em 0;
  padding: 0;
  font-size: 1.1em;
}
div.f-row {
  clear: both;
}
div.f-row div.f-name {
  float: left;
  color: #333;
}
div.f-row div.f-value {
  float: right;
  color: #666;
  font-weight: bold;
}

a.buttonlink-s {
  display: block;
  background: url('/images/xj/button_s_over.png') no-repeat;
  width: 85px;
  height: 22px;
  text-align: center;
  text-decoration: none;
  color: #010000;
  font: bold 14px arial;
  padding: 5px 0 0 0;
}
a.buttonlink-s:hover {
  background: url('/images/xj/button_s.png') no-repeat;
  color: #3366cc;
}

.cartbox a.buttonlink-s {
  margin: 0.6em 0 0 0;
}
.cartbox a.cb-checkout {
  float: right;
}
.cartbox a.cb-view {
  float: left;
}

td.left_bg {
  padding: 0 8px 0 8px;
}
td.right_bg {
  padding: 0 8px 0 8px;
}
td.centre_bg {
  padding: 0;
}

#categorybox .infoBoxHeading { background: silver; color: white; }

/* products description addon */

h1.hprod_desc{
 display:inline;
 margin:0px;
 padding:0px;
 font-size:13px;
 font-weight:normal;
}

h2.hprod_desc{
 display:inline;
 margin:0px;
 padding:0px;
 font-size:13px;
 font-weight:normal;
}

h3.hprod_desc{
 display:inline;
 margin:0px;
 padding:0px;
 font-weight:normal;
 font-size:13px;
}

h4.hprod_desc{
 display:inline;
 margin:0px;
 padding:0px;
 font-size:13px;
 font-weight:normal;
}

h5.hprod_desc{
 display:inline;
 margin:0px;
 padding:0px;
 font-size:13px;
 font-weight:normal;
}

/* eof products description addon */
