/* General page layout  begin */
body {
  background: #b5a38e;
  color: #1b1e1f;
  margin: 0px;
}
a, a:visited{
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #da5820;
	text-decoration: underline;
}
/*--------*/
form {
	display: inline;
}
input, select {
	font-size: 11px;
	color:#333333;
}
input.transpng {
	behavior: url("png.htc");
}
textarea {
	width: 100%;
	font-size: 11px;
	color:#333333;
}
/*--------*/
td {
	font-size: 12px;
	line-height: 1.2;
	font-family:Arial;
}
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: 10px;
}
.bold {
	font-weight: bold;
	line-height: 1.5;
}
.boxText {
}
/*--------*/
img.transpng {
	behavior: url("png.htc");
}
img.infoBoxSpacing {
	width: 0px;
	height: 0px;
}
.productBG {

}
.lineV {

}
.lineH {

}
/*--------*/
.left_bg {
background:#FFFFFF;
}
.center_bg {
background:#FFFFFF;
}
.right_bg {
	background: #e6e0d2;
	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 {
 background: url(images/hbg.gif) repeat-x left bottom;
  height:37px
}
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 {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: #e5d9cc;
  font-weight:bold;
  padding-top:4px;
  padding-left:10px;
}
a.headerNavigation, a:visited.headerNavigation {
	color: #e5cdb1;
	text-decoration: none;
}
a:hover.headerNavigation {
  color:#e5cdb1;
	text-decoration: none;
}
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;
}
/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
	font-size: 14px;
	color: #efe3d5;
	font-weight: bold;
	height:28px;
	padding-left: 3px;
	font-family:Verdana;
	background: #90131c;

}
/*----categories----*/
#category-nav {
/*font-size:12px*/
}
#category-nav a, #category-nav a:visited {
  font-family:  Arial,Verdana,Tahoma, sans-serif;
        font-size: 12px;
        text-decoration:none;
        
        color:#000000;
}
#category-nav a:hover {
	  font-family: Arial,Tahoma,Verdana,  sans-serif;
        font-size: 12px;
        text-decoration:underline;
        
        color:#000000;
}
dl.level1 {

}
#category-nav dl {
	margin: 0;
	padding: 0;
}
#category-nav dt {
	margin: 0;
	padding: 9px 5px 5px 43px;

	border-bottom: 1px solid #ffffff;
	background:#f2efdf url(images/infobox/arr.gif) no-repeat 0 0;
}
#category-nav dd {
	margin: 0;
	padding: 0 0 0 7px;
	border-left: 1px solid #cacac3;
}
#category-nav dt.level-sel {
	margin: 0;
	padding: 9px 5px 5px 43px;

	border-bottom: 1px solid #ffffff;
	background:#f2efdf url(images/infobox/arr.gif) no-repeat 0 0;
}
#category-nav dt.level-act {
	margin: 0;
	padding: 9px 5px 5px 43px;

	border-bottom: 1px solid #ffffff;
	background:#f2efdf url(images/infobox/arr.gif) no-repeat 0 0;
}
#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
  font-family: Tahoma,Verdana, Arial, sans-serif;
        
        text-decoration:none;
        font-weight:bold;
        color:#000000;
}
#category-nav dt.level-sel a:hover {
	  font-family: Tahoma,Verdana, Arial, sans-serif;
        
        text-decoration:underline;
        font-weight:bold;
        color:#000000;
	
}
#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
  font-family: Tahoma,Verdana, Arial, sans-serif;
      font-weight:bold;
        
       font-size:12px;
        color:#000000;
}
#category-nav dt.level-act a:hover {
  font-family: Tahoma,Verdana, Arial, sans-serif;
      font-weight:bold;
        text-decoration:underline;
       font-size:12px;
        color:#000000;
}
/*----infobox Left----*/
td.infoboxcell {
	padding-top: 0;
}
.infoBoxNotice {
	background: #ff8e90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
	width: 100%;
	background:#af6e29;
}
td.infoBoxHeadingLeft {

}
td.infoBoxHeadingCenter {
	font-size: 14px;
	color: #efe3d5;
	font-weight: bold;
	height:28px;
	padding-left: 3px;
	font-family:Verdana;
	
}
td.infoBoxHeadingRight {
}
/*--------*/
.infobox {
	width: 100%;
	  background:#f3efdf;
}
td.infoBoxContentsLeft {
  width: 0px;
  font-size:0;
}
td.infoBoxContentsCenter {
	padding: 3px 0 1 0;
}
td.infoBoxContentsRight {
  font-size:0;
  width: 0px;
}
/*--------*/
table.infoBoxContents {
	color: #FFFFFF;
}
td.infoBoxContents {

}

table.infoBoxContents td.productNameCell {
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	vertical-align: bottom;
}
table.infoBoxContents td{
  color: #ffffff;
}

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{
	color: #ffffff;
	text-decoration: underline;
}
table.infoBoxContents table.productTable td.productNameCell a:hover {
  color: #f2f2ea;
	text-decoration: underline;
}

table.infoBoxContents td.productPriceCell {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}
table.infoBoxContents .productPriceSpecial {
	color: #ffffff;
}
table.infoBoxcontents .productpriceold {
	color: #aebff8;
  text-decoration: line-through;
}
table.infoBoxContents .productPriceCurrent {
	color: #333333;
	font-weight: bold;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
 font-family:  Arial,Verdana,Tahoma, sans-serif;
        font-size: 12px;
        text-decoration:none;
        
        color:#000000;
}
table.infoBoxContents a.infoBoxLink:hover {
 font-family:  Arial,Verdana,Tahoma, sans-serif;
        font-size: 12px;
        text-decoration:underline;
        
        color:#000000;
}
/*----infobox Right----*/
table.infobox1Heading {
	width: 100%;
}
td.infoBox1HeadingLeft {
  width: 20px;
	height: 23px;
  padding-left: 12px;
}
td.infoBox1HeadingCenter {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 9px;
	
}
td.infoBox1HeadingRight {
	width: 17px;
	height: 23px;
	padding-right: 15px;

}
/*--------*/
.infobox1 {
	width: 100%;
}
td.infoBox1ContentsLeft {
  width: 46px;
  font-size:0;
}
td.infoBox1ContentsCenter {
	padding: 3px 0 10px 0;
}
td.infoBox1ContentsRight {
  font-size:0;
  width: 21px;
}
/*--------*/
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: #da5820;
}
table.infoBox1contents .productPriceOld {
	color: #cccccc;
	font-weight: bold;
}
table.infoBox1Contents .productPriceCurrent {
	color: #111111;
	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 {
	font-size: 0;
	width: 16px;
	height:28px;
	background: #90131c;
}
td.contentBoxHeadingCenter {
	font-size: 14px;
	color: #efe3d5;
	font-weight: bold;
	height:28px;
	padding-left: 3px;
	font-family:Verdana;
	background: #90131c;
}

a.contentBoxHeadingCenter {
	font-size: 14px;
	color: #efe3d5;
	font-weight: bold;
	height:28px;
	padding-left: 3px;
	font-family:Verdana;
	background: #90131c;
}

td.contentBoxHeadingRight {
	font-size: 0;
	width: 23px;
	background: #90131c;
}
/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
	
	background-repeat: repeat-x;
	height: 42px
}
/*--------*/
table.contentBox {


}
td.contentBoxContentsLeft {
}
td.contentBoxContentsCenter {
   width: 100%;
}
td.contentBoxContentsRight {
}

table.contentBoxContents {
	height: 100%;
	background: #ffFFFF;
	border:3px solid #e9e7e3;
}

table.contentBoxContentsInside {
}
td.productColumnSell {
	text-align: left;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 5px;
  padding-right: 0;
}
table.productTable {
	height: 121px;
	width:223px;
	font-size: 0px;
	border:3px solid #e9e7e3;
}
td.productImageCell {
	vertical-align: top;
	text-align: left;
}
td.productNameCell {
	text-align: center;
	vertical-align: bottom;
}
td.productNameCell a:link, td.productNameCell a:visited{
	font-family:arial;
  font-weight: bold;
	color:#8f121b;
	font-size:12px;
	text-decoration: none;
	text-transform:uppercase;
	
}
td.productNameCell a:hover {
	font-family:arial;
  	font-weight: bold;
	color:#b0400f;
	font-size:12px;
	text-decoration: none;
	text-decoration: underline;
}

td.productPriceCell {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
			font-family:arial;
}
.productPriceSpecial {
	color: #da5820;
	font-weight: bold;
		font-family:arial;
}
.productPriceOld {
	color: #bbbbbb;
  text-decoration: line-through;
	font-weight: bold;
		font-family:arial;
}
.productPriceCurrent {
	font-size: 14px;
	font-family:arial;
	color: #666666;
	font-weight: bold;
	
	
}
/*----product listing----*/
table.productListing {

}
.productListing-heading {
	
	height: 23px;
	color: #000000;
	font-weight: bold;
	padding-right: 1px;
}

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 {
	height: 1px;

	font-size: 0px;
	color: #ffffff;
}
.productlisting-headingPrice {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
TD.productListing-data {
  padding:5px 2px 2px 2px;
}
A.pageResults {
	color: #0000FF;
}
A:visited.pageResults {
	color: #0000FF;
}
a:hover.pageResults {
	color: #0000FF;
	background: #FFFF33;
}
/* Checkout confirmation */
.orderEdit {
	color: #70d250;
	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 {
background: #f0efeb ;
}
TR.productListing-even {
background: #ffffff ;
}
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-size: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-size: 12px;
}
/* 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: 11px;
	color: #7985ae;
  text-transform: uppercase;
	font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {
	color: #8c8c8c;
}
.checkoutBarCurrent {
	color: #ffffff;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {

}
tr.footer{
background:#c7b6a1;}
td.footer {
	font-family: Arial, sans-serif;
  font-size: 11px;
  color:#6d5d49;
  padding-left:20px;
}
table td.footer a:link, table td.footer a:visited {
	color: #695945;
	text-decoration: none;
}
table td.footer a:hover {
	text-decoration: underline;
	color: #695945;
}
A.footerSub {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #5c4f41;
  text-decoration:none;
}
A:visited.footerSub {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #5c4f41;
  text-decoration:none;
}
a:hover.footerSub {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #5c4f41;
  text-decoration:underline;
}
A.footer {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #695945;
  text-decoration:none;
  font-weight:bold;
}
A:visited.footer {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #695945;
  text-decoration:none;
  font-weight:bold;
}
a:hover.footer {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #695945;
  text-decoration:none;
  font-weight:bold;
}
/* Footer layout end */
