/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #104E8B; text-decoration: underline; }

 /*
OLD_BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
*/

/* Start Fixed Width Contribution - If you go back uncomment Body tag above and remove this section */
BODY {
text-align: center;
background: #104E8B;
/* background: #B22222; */
color: #000000;
margin: 0px;
}

.fixcenter {
width: 1000px;
border: solid; border-width: 2px;
background: #ffffff;
color: #000000;
margin: auto;
margin-top: 20px;
text-align: left;
}
/* End Fixed Width Contribution */


/* Link Text */
A {
  color: #104E8B; /* 0033FF; */
  text-decoration: none;
}

A:hover {
  color: #B22222; /* AABBDD; */
  /* font-weight: bold;  this attribute was added in total */
  text-decoration: underline;
}

/* Start Table Class */
table.table_index {
background : #FFFFFF;
/* color : #267548; */
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
font-variant : normal;
/* font-weight : 600; */
width : 100%;
}

td.td1_index {
background : #FFFFFF;
/* color : #FFFFFF; */
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
/* font-variant : normal; */
/* font-weight : bold; */
width : 33%;
}

td.td2_index {
background : #FFFFFF;
/* color : #FFFFFF; */
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
/* font-variant : normal; */
/* font-weight : bold; */
width : 33%;
}

td.td3_index {
background : #FFFFFF;
/* color : #FFFFFF; */
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
/* font-variant : normal; */
/* font-weight : bold; */
width : 34%;
}

/* Example of call out for tabe class... 
<TABLE class="table_index" border="1" cellspacing="0" cellpadding="0" align="center" >
<TR>
<TD class="td1_index">Text colour White</TD>
<TD>Text colour Default</TD>
</TR>
<TR>
<TD>Text colour Default</TD>
<TD class="td2_index">Text colour Red</TD>
</TR>
</TABLE>
etc...
*/

/* End Table Class */

FORM {
	display: inline;
}

/* Background Header Color */
TR.header {
  background: #EEEEE0;
  /* background: #EEEEEO; */
}

/* Top Header Line Background */
TR.headerNavigation {
  background: #000000; /* #bbc3d3; */
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /* 10px */
  background: #000000; /* #bbc3d3; */
  color: #FFCC00; /* #ffffff; */
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff;
}

A.headerNavigation:hover {
  color: #FFCC00; /* #ffffff; */
}

/* START Top Header ADDED Line Background */
TR.header1 {
  background: #000000; /* #bbc3d3; */
}

TD.header1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /* 10px */
  background: #CDCDC1; /* #FFCC00; */
  color: #000000; /* #ffffff; */
  font-weight : bold;
}

A.header1 { 
  color: #ffffff;
}

A.header1:hover {
  color: #FFCC00; /* #ffffff; */
}
/* END Top Header ADDED Line Background */

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000000; /* bbc3d3; */
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000; /* bbc3d3; */
  color: #ffcc33; /* ffffff; */ /* 000000 hides counter and date */
  font-weight: bold;
}

/* Footer 2 below the footer line  
TR.footer2 {
  background: #CDCDC1;
} */

/* Footer 2 below the footer line 
TD.footer2 {
  background: #CDCDC1; 
} */

/* Line border around info boxes */
.infoBox {
  background: #000000; /* b6b7cb; */
}

.infoBoxContents {
  background: #EFEFEF; /* f8f8f9; */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #ff8e90;
}

.infoBoxNoticeContents {
  background: #ffe6e6; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* Changes heading color on all info boxes */
TD.infoBoxHeading { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000; /* bbc3d3; */
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #ffffff; /* f8f8f9 */
}

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: #EFEFEF; /* f8f8f9 */
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000; /* b6b7cb */
  border-spacing: 1px;
  background-color: #9999CC;   /* color of product listing grid from Erol - Grey */
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFCC00; /* b6b7cb */
  color: "blue"; /* #000000;*/ /* #ffffff; */
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000ff;
}

A.pageResults:hover {
  color: #0000ff;
  background: #ffff33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #191970; /*#9a9a9a;*/
  }

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px; /* 11px */
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /* 12px */
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, 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, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: silver; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFCC00; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* EM-STUDIO.info - style for footer */
.footernav {
	font-size: 12px;
}
a.footernav {
	color: #fff;
	font-size: 12px;
}
a.footernav_small {
	color: #fff;
	font-size: 10px;
}	
a.footernav:hover, a.footernav_small:hover {
	color: #FFCC33;
}
/* EM-STUDIO.info - style for footer */

/* Popup Estimated Shipping v1.7a with UPS-USPS support - EM-STUDIO.info - 23.12.2006 */
.estimatedshippingBox {
background: #FF8E90;
}

TD.estimatedshippingBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #bbc3d3;
color: #ffffff;
}

.estimatedshippingBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

.ShowShipping {
background: #444ddd;
color: #fffffa;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
}
/* Popup Estimated Shipping v1.7a with UPS-USPS support - EM-STUDIO.info - 23.12.2006 */

/* category information boxes */
.cat_info_box {
background: #EFEFEF; 
border: solid 1px #000000; 
padding: 8px; 
margin-bottom: 10px; 
font-family: Verdana, Arial, sans-serif;
font-size: 11px; 
font-weight: ;
}

/* seperate product TITLE heading text */
TD.ProductTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #191970;
}

/* seperate product PRICE heading text */
TD.ProductPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #B22222;
}

/*Great Categories Stylesheet Start*/
/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #ffcc00;
	/*background-color: #eeeeee;*/
	color: #000000;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	font-weight: bold;
	color: #ff0000;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 5px;
}

#secondcat a {
	padding-left: 20px;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}
/*Great Categories Stylesheet End*/

/*- Header Tabs Start 

    #tabsJ {
      float:left;
      width:100%;
      background: #FFFFFF /*#F4F4F4;
      font-family: Trebuchet MS;
      font-size:75%;
      font-weight: bold;
	  line-height:normal;
	  border-bottom:1px solid #FFFFFF;
	  /*border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 0px 0px 0px;
	/*padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 12px 4px 6px;
	  /*padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack 
    #tabsJ a:hover span {
      color:#000000;
	  }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
	 Header Tabs End */