/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

    @import url(cssbuttonstoggler.css);

    @import url(featuredcontentglider.css);




.tableBody{
	background-color:#FFF;  
	border:1px solid; 
	border-color:#999;
	padding:2px;
}

.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; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  padding: 0px;
  background-image:url(../../images/bg.gif);
  font-family:Verdana,Arial,sans-serif;
}

A {
  color: #344D34;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #920402;
/*  text-decoration: underline;*/
}

FORM {
	display: inline;
}

TR.header {
  /*background: #ffffff;*/
}

/*
TABLE.headerNavigation {
  background-color:#344D34;
  background-image:url(images/navbar_bg.jpg);
  background-repeat:repeat-x;
  height:40px;
  border:#000000 1px solid; 
}
*/
TD.headerNavigation {
  background:url(../../images/navbar_bg.jpg) 0 0px repeat-x ;
  height:35px;
  width:16%;
  border-width:1px; 
  border-style:solid;
  border-bottom-color:#344D34;
  border-right-color:#344D34;
  border-top-color:#B6CAB6;
  border-left-color:#B6CAB6;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform:uppercase;
  letter-spacing:0.2px;
  text-align:center;
  color: #ffffff;
  text-shadow: #000000 1px 1px 2px;
  white-space:nowrap;
}

TD.headerNavigation:hover {
  background:url(../../images/navbar_bg.jpg) 0 -5px repeat-x;
  text-shadow: #344D34 1px 1px 2px;
}

TD.headerNavigation A { 
  display:block;
  color: #FFFFFF; 
  height:20px;
  padding-top:8px;
  padding-bottom:7px;
  filter: Shadow(Color=#000000, Direction=120, Strength=2);
}
TD.headerNavigation A:before {  margin: 0;  padding: 0;  content: '';}

TD.headerNavigation A:hover {
  color: #FFFFFF;
  text-decoration:none;
  filter: Shadow(Color=#344D34, Direction=120, Strength=2);
}

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: #344d34;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #344d34;
  color: #ffffff;
  font-weight: bold;
}

.red {
color: ff0000;
}

.infoBox {
  background: #B6CAB6;
}

.infoBoxContents {
  background: #F8F8F9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: #344d34;
  white-space:nowrap;
  text-transform:uppercase;
  letter-spacing:0.2px;
  font-weight:bold;
  text-align:center;
  font-style:italic;
  text-indent:15px;
  background-repeat:no-repeat;
  background-image:url(../../images/leaf.gif);
  background-position:left;
}

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: #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: #eef3ee;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #B6CAB6;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #B6CAB6;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #344D34;
}

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: 12px;
  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;
}

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: #D7F7E9; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9FCF4; }

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

#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left;
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px;
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
} 

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #344D34;
}

h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #344D34;
}
/*** End Header Tags SEO ***/

.banners {background-color:#344D34;}
.specials_banner{
 width:350px;
 float:right;
 border:1px solid #FFFFFF;
 height:100px;
 background-color:#B6CAB6;
 background-image:url(../../images/button_bg.png);
 background-repeat: repeat-x;
}
.specials_banner div{
 color:#FFFFFF;
 font-weight:bolder;
 font-size:18px;
 text-align:left;
 text-transform:uppercase;
/*font-style:italic*/
 width:100%;
 height:100%;
 background-color:transparent;
 background-image:url(../../images/hand_bg.png);
 background-repeat:no-repeat;
 background-position: bottom right;
 text-shadow:#333333 2px 2px 2px;
}
.specials_banner div span {
 display:inline-block;
 padding-left:10px;
 padding-right:75px;
 line-height:1.8;
}
/*ie shadows suck*/
.specials_banner div span { filter: Shadow(Color=#000000, Direction=120, Strength=2); }
.specials_banner div span:before {  margin: 0;  padding: 0;  content: '';}

.banners div .first { display: block }
.banners div .follw { display: none }

.button {
background-color:#F8F8F9;
background-image:url(../../images/button_bg.png);
background-position:0 -75px;
border:1px solid #225522;
border-spacing:1px;
color:#225522;
cursor:pointer;
font-family:Verdana;
font-size:12px;
font-weight:normal;
padding:1px 3px;
text-align:center;
text-decoration:none;
vertical-align:top;
}

.button:active {border-style: inset;}

ol.bestsellers { list-style-position:inside; list-style-type:decimal-leading-zero; margin-left:0px; padding-left:0px; }
ul.history { list-style-position:inside; list-style-type:none; margin-left:0px; padding-left:0px; }
ul.products { list-style-position:inside; list-style-image:url(../../images/leaf.gif); margin-left:0px; padding-left:0px; }
.products li, .history li, .bestsellers li {white-space:nowrap; }

/*addthis social bookmarks*/
.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img { opacity: 1; }

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
	padding: 1px;
}

div.twitter	{
	right:0;
	position:absolute;
	bottom:0;
	width:100%;
	z-index:15;
}
div.twitter div {
	position: fixed;
	right: 2px;
	bottom: 2px;
}
#indicator { visibility:hidden; }
.stars_1, .stars_2, .stars_3, .stars_4, .stars_5 {
	background-image:url(../../images/icons/stars.png);
	background-repeat:no-repeat;
	width:100%;
	height:16px;
}
.stars_5 {background-position: center 0}
.stars_4 {background-position: center -16px}
.stars_3 {background-position: center -31px}
.stars_2 {background-position: center -46px}
.stars_1 {background-position: center -61px}