/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family:  Arial, sans-serif; font-size: 11px; }
.errorBox { font-family :  Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 11px; color: white; }
.productsNotifications { background: #a6a19a; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #3a2f20;
  color: #e4e2e2;
  margin: 0px;
  padding: 15px 0;
}

img {
  border:none;
  padding: 0;
  margin: 0;
}

table.product_listing_box { margin-top: 2px; border: 1px solid #aaaaaa; width: 100%}

.container {
  background: #a6a19a;
  padding: 10px 25px;
}

.header_box_left {
  width: 5px;
  height: 24px;
  background: url(images/header_box_left.png) top right no-repeat;
}
.header_box_right {
  width: 5px;
  height: 24px;
  background: url(images/header_box_right.png) top left no-repeat;
}
.header_box {
  height: 24px;
  background: url(images/header_box_bg.png) top repeat-x;
  font-family:  Arial, Verdana;
  font-size : 12px;
  line-height: normal;
  color: #73575d;
  text-align: center;
}
.header_box a {
  color: #73575d;
  text-decoration: none;
}
.header_box a:hover {
  color: #73575d;
  text-decoration: underline;
}

.categories_box {
  width: 100%;
  background: #63481d;
  color: #fff;



}
table.categories_box {
  padding-left: 19px;
  /*background: #63481d url(images/line_brown.png) top left repeat-y;*/
  border-left: 15px solid #4b391f;
  height: 528px;
}

.welcome-box {
  width: 100%;
  background: #8b847b;
  color: #dad8d5;
}
.welcome-top-left {
  width: 5px;
  height: 5px;
  background: url(images/welcome_box/welcome_top_left.png) bottom right no-repeat;
}
.welcome-top {
  height: 5px;
  background: url(images/welcome_box/welcome_top.png) bottom repeat-x;
}
.welcome-top-right {
  width: 5px;
  height: 5px;
  background: url(images/welcome_box/welcome_top_right.png) bottom left no-repeat;
}
.welcome-left {
  width: 5px;
  background: url(images/welcome_box/welcome_left.png) right repeat-y;
}
.welcome-content {
  padding: 5px;
}
.welcome-right {
  width: 5px;
  background: url(images/welcome_box/welcome_right.png) left repeat-y;
}
.welcome-bottom-left {
  width: 5px;
  height: 5px;
  background: url(images/welcome_box/welcome_bottom_left.png) top right no-repeat;
}
.welcome-bottom {
  height: 5px;
  background: url(images/welcome_box/welcome_bottom.png) top repeat-x;
}
.welcome-bottom-right {
  width: 5px;
  height: 5px;
  background: url(images/welcome_box/welcome_bottom_right.png) top left no-repeat;
}


table.main-images {
  width: 100%;
  border-collapse: separate;
  background: #63481d;
}
img.main-images {
  border: 1px solid #3a2f20;
  margin: 0px;
}
.main-images p {
  padding: 0;
  margin: 0;
  text-align: right;
  font-family:  Georgia;
  font-size: 13px;
  font-weight: bold;
}

/**************************************************************************************************/
/* Simple Table_Box Style */

TABLE.simple_table_box{
   border: 1px solid #AAAAAA;
   width: 100%;
}

TR.simple_table_box{
   background-color: #a6a19a;
}

TD.simple_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

/**************************************************************************************************/
/* Heading Table_Box Style */

TABLE.heading_table_box{   
   width: 100%;
}

TR.heading_table_box{
   background-color: #a6a19a;
}

TD.heading_table_box{
   font-family:  Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.5;
   padding: 2px;
   text-align: left;
}

/**************************************************************************************************/
/* Corner Table_Box Style */

TABLE.corner_table_box{   
   width: 100%;
}

TR.corner_table_box{
   background-color: #AAAAAA;
}

TD.corner_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

TD.corner_table_box_left{
   width: 5px;
   height: 5px;
   background-color: #AAAAAA;
   background-image: url(../../images/design/table_box/corner_left_top.gif);
   background-repeat: no-repeat;   
}

TD.corner_table_box_right{
   width: 5px;
   height: 5px;
   background-color: #AAAAAA;
   background-image: url(../../images/design/table_box/corner_right_top.gif);
   background-repeat: no-repeat;   
}


/**************************************************************************************************/
/* Corner Table_Box Style */

TABLE.round_corner_table_box{      
   width: 100%;
}

TR.round_corner_table_box{
   background-color: #AAAAAA;
}

TD.round_corner_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

TD.round_corner_table_box_left_top{
   width: 5px;
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_left_top.gif);
   background-repeat: no-repeat;      
}

TD.round_corner_table_box_right_top{
   width: 5px; 
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_right_top.gif);
   background-repeat: no-repeat;   
}

TD.round_corner_table_box_left_bottom{
   width: 5px; 
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_left_bottom.gif);
   background-repeat: no-repeat;   
}

TD.round_corner_table_box_right_bottom{
   width: 5px;
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_right_bottom.gif);
   background-repeat: no-repeat;   
}


/**************************************************************************************************/
/* Line Corner Table_Box Style */

TABLE.line_corner_table_box{      
   width: 100%;
}

TR.line_corner_table_box{
   background-color: #ffffff;
}

TD.line_corner_table_box{
   font-family:  Arial, sans-serif;
   font-size: 11px;
   line-height: 1.5;
   padding: 2px;
   text-align: center;
}

TD.line_corner_table_box_left_top{
   width: 5px;
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_left_top_blue.gif);
   background-repeat: no-repeat;      
}

TD.line_corner_table_box_right_top{
   width: 5px; 
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_right_top_blue.gif);
   background-repeat: no-repeat;   
}

TD.line_corner_table_box_left_bottom{
   width: 5px; 
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_left_bottom_blue.gif);
   background-repeat: no-repeat;   
}

TD.line_corner_table_box_right_bottom{
   width: 5px;
   height: 5px;   
   background-image: url(../../images/design/table_box/corner_right_bottom_blue.gif);
   background-repeat: no-repeat;   
}

TD.line_corner_table_box_middle_top{   
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-x;   
}

TD.line_corner_table_box_middle_left{   
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-y;   
}

TD.line_corner_table_box_middle_right{   
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-y;   
   background-position: right;   
}

TD.line_corner_table_box_middle_bottom{   
   background-image: url(../../images/design/table_box/pixel_blue.gif);
   background-repeat: repeat-x;   
   background-position: bottom;   
}

/* End of Line Corner Table_Box Style */
/**************************************************************************************************/


A {
  color: #e4e2e2;
  text-decoration: none;
}

A:hover {
  color: #e4e2e2;
  text-decoration: underline;
}

a.bronwnLink {color: #63481d; text-decoration: underline;}
a.bronwnLink:hover {color: #63481d;}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #6081AA;
}

TD.headerNavigation {
  font-family:  Arial, sans-serif;
  font-size: 12px;
	font-weight: bold;
  color: #ffffff;
  height: 30px;

}

A.headerNavigation {
  color: #e4e2e2;
}

A.headerNavigation:hover {
  color: #e4e2e2;
  text-decoration: underline;
}

TR.headerError {
  background: #dd0000;
}

TD.headerError {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  background: #dd0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #6081AA;
}

TD.footer {
  padding: 10px;
  font-family:  Arial, sans-serif;
  font-size: 11px;
  background: #3a2f20;
  color: #ffffff;
  font-weight: normal;
}

a.footer { font-size: 11px;}


TD.infoBoxHeading {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #AAAAAA;
  color: #a6a19a;
  height: 24px;
}

.infoBox {
  background: #a6a19a;
}

.infoBoxContents {
  background: #a6a19a;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

/*for left column*/
TD.infoBoxHeadingLeft {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #a6a19a;
  height: 24px;
}

.infoBoxLeft {
  background: #a6a19a;
}

.infoBoxContentsLeft {
  background-color: #a6a19a;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

/*for right column*/
TD.infoBoxHeadingRight {
    font-family:  Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #a6a19a;
  height: 24px;
}
.infoBoxRight {
  background: #a6a19a;
}

.infoBoxContentsRight {
  background: #a6a19a;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}


TD.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #8b847b;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #8b847b;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #a6a19a;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #a6a19a;
  color: #FFFFFF;
  font-weight: bold;
}

.compareBox {
  overflow: auto;
  width: 590px; 
  border: 1px solid #8c8c8c;
  padding-top: 5px;
  padding-bottom: 10px;
}

.product_previewBox {
  overflow: auto;
  width: 400px;   
  border: 1px solid #8c8c8c;
  padding: 10px;
  background-color: #F2F2F2;  
}

.compareListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #8c8c8c;
  color: #FFFFFF;  
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 15px;
}

.compareListing-content {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

.compareListing-content-selected {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #e6e6e6;      
  border-right: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding-left: 5px;
  padding-right: 5px;
}

a.productListing-heading {
  color: #FFFFFF;
}

a.productListing-heading:hover {
  color: #FFFFFF;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 11px;

}

A.pageResults {
  color: #63481d;
}

A.pageResults:hover {
  color: #63481d;

}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 19px;

  color: #dad8d5;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, span.main, div.main {
  font-family:  Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  /*word-spacing: 5px;*/
  /*letter-spacing: 1px;*/
}

TD.mainWhite, P.mainWhite, span.mainWhite {
  font-family:  Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #e4e2e2;
  /*word-spacing: 5px;*/
  /*letter-spacing: 1px;*/
}

TD.smallWhite, P.smallWhite, span.smallWhite {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #e4e2e2;
  /*word-spacing: 5px;*/
  /*letter-spacing: 1px;*/
}

TD.mainBrown, P.mainBrown {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #63481d;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Arial, sans-serif;
  font-size: 12px;

  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #DD0000;
}

SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #DD0000;
}

.moduleRow { }
.moduleRowOver { background-color: #b3aea8; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #b3aea8; }

.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 11px; background-color: #9e3530; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 11px; background-color: #62a400; }

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 11px; color: #9e3530; }
