/*
  $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

"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;

*/
.boxText { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size: 14px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size: 14px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size: 14px; color: #70d250; text-decoration: underline; }
.infoBoxHeading { color:white; vertical-align: top; }
img, div {
  // display:inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0px; 
}
H1 { 
  font-size: 20px;
  color: #330066;
}
H2 { 
  font-size: 18px;
  color: #543817;
}
H3 { 
  font-size: 16px;
  color: #336600; 
}
H4 { 
  font-size: 14px;
  color: #546B2F;
}
A.infoBoxHeading {
  color: white;
}
A.infoBoxHeading:hover {
  color: yellow;
}
BODY {
  background: #ffffff;
  color: #381C08; // #000000;
  margin: 0px;
  padding: 0px; 
}

A {
  color: #006400; 
  text-decoration: none;
}

A:hover {
  color: #191970; 
  text-decoration: none; 
  border-bottom: 1px solid orange;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: darkgreen; 
  background-image: url('images/fade.jpg');
  background-repeat: repeat-y;
}

TD.headerNavigation {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}


A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: darkgreen;
  background-image: 
  url('images/fade2.jpg');
  background-repeat: repeat-y;  
}

TD.footer {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  // background: #f8f8f9;
  background: #ffffff;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

.cartBox {
  background: #f8f8f9;
//  background-image: url('images/thehappy.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 140px;

  border: 1px;
  border-style: solid;
  border-color: orange;
  border-spacing: 1px;
}

.emptyCartBox {
  background: #f8f8f9;
//  background-image: url('images/thedroopy.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 130px;

  border: 1px;
  border-style: solid;
  border-color: red;
  border-spacing: 1px;
}

.fullCartBox {
  background: #f8f8f9;
//  background-image: url('images/thehappyest.jpg');
  background-position: center right;
  background-repeat: no-repeat;
  height: 150px;

  border: 1px;
  border-style: solid;
  border-color: green;
  border-spacing: 1px;
}

A.cartBoxContents { color: black; }

.cartBoxContents {
  background-color: transparent;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #6e7c27; 
  color: #ffffff;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;   
}

TR {
  vertical-align: top;
  margin: 0px;
  padding: 0px;   
}

TD.infoBox, SPAN.infoBox {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

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

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

.productListing-heading {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  background: #698b22; 
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #8b7500;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #000000;
}

TD.main, P.main {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px; //14px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px; //14px;
}

TD.accountCategory {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

TD.tableHeading {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

TEXTAREA {
  width: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}

SPAN.greetUser {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: blue;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

.infoArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

.infoContentArea {
  background: #f8f8f9;
  border-style: solid;
  border-width: 1px;
  
}

TD.formAreaTitle {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #ff0000;
}

ul { 
	list-style-image: url("images/spinner.png");
	list-style-position: outside;
	margin-left: 19px; 
}
li { 
	padding-bottom: 5px;
}

ul.ili { 
	list-style-image: url("images/infobox/arrow_right-i.gif");
	list-style-position: outside;
	margin-left: 19px; 
	padding: 0px;
	margin-bottom: 0px;
}
li.ili { padding: 0px; }


.moduleRow { }
.moduleRow input, .moduleRow select, .moduleRow td { color: smoke; }

.moduleRowOver { 
	background-color: #D7E9F7; 
	cursor: pointer; 
	cursor: hand; 
}
.moduleRowOver input, .moduleRowOver select, .moduleRowOver td, .moduleRowOver th { color: smoke; }

.moduleRowSelected { 
	background-color: #E9F4FC; 
}

.moduleRowSelected input, .moduleRowSelected select, .moduleRowSelected td { color: black; }

.checkoutBarFrom { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; color: green; }
.checkoutBarTo { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; color: #8c8c8c;  }
.checkoutBarCurrent { font-weight: bold; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; color: red; }

.messageBox { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; }
.messageStackError, .messageStackWarning { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; background-color: #99ff00; }

.inputRequirement { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 14px; color: #ff0000; }

.estimatedshippingBox {
background: #AF8E90;
}

TD.estimatedshippingBoxHeading {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
background: #6e7c27;
color: #ffffff;
vertical-align: top; 
}

.estimatedshippingBoxContents {
background: #f8f8f9;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
}

.ShowShipping {
background: white; 
color: black; 
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
}

#indicator {
visibility:hidden;
}

ul.sitemap {
color: #ff0000;
}

.ProductInfo
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    width: 280px;
    border-collapse: collapse;
}
.ProductInfo td
{
    padding: 4px;
}
.ProductInfo tr
{
    background-color: #ebebeb;
    border-top: dashed 1px #b0b0b0;
    border-bottom: dashed 1px #b0b0b0;
}
.ProductInfo tr.alt
{
    background-color: #f5f5f5;
}
.AlignRight
{
    text-align: right;
}
.popup
{
        visibility:hidden;
        display:none;
        position: absolute;
        left:-100px;
        z-index:1000;
} 

.reflectors
{
//	border:1px solid green; font-size: 8pt;
    font-size: 8pt;
    border-collapse: collapse;
}
.reflectors tr
{
//    background-color: #ebebeb;
    border-top: dashed 1px #b0b0b0;
    border-bottom: dashed 1px #b0b0b0;
}
.reflectors tr.alt
{
    background-color: #f5f5f5;

}

.reflectors td 
{
    border-right: dashed 1px #b0b0b0;
    border-left: dashed 1px #b0b0b0;
}
.reflectors th 
{
    background-color: #f0f0f0;
    border-right: dashed 1px #b0b0b0;
    border-left: dashed 1px #b0b0b0;
}
.highlighted 
{
color: red;
}

#specsTable{font-size:10px}
#specsTable tr .tableGroup{padding-top:10px;border-bottom:1px solid #efefef;color:#000;font-weight:bold;font-size:14px;border:none}
#specsTable tr th{background-color:#ccc;color:#333}
#specsTable tr td.column1,
#specsTable tr td.column2,
#specsTable tr td.column3,
#specsTable tr td.column4{border-bottom:1px solid #ccc}
#specsTable tr td.column1{width:25%;background-color:#efefef}
#specsTable tr td.column2{width:25%}
#specsTable tr td.column3{width:25%}
#specsTable tr td.column4{width:25%}
#specsTable tr td.specsDownload{border-bottom:none;padding:10px}

#goog-gt-tt, .goog-te-balloon-frame{display: none !important;} 
.goog-text-highlight { background: none !important; box-shadow: none !important;}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus  {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

