/*
  $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;color: #fff; }
.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: #70d250; text-decoration: underline; }
BODY {
  text-align: center;
  background: #ffffff;
  color: #000000;
  margin: 0px;
  padding:0;
}
.fixcenter {
width: 85%;
border: solid; border-width: 0px;
background: #ffffff;
color: #000000;
margin: auto;
margin-top: 20px;
text-align: left;
}
A {
  color: #ffffff;
  text-decoration: none;
}
A:hover {
/*  color: orange;*/
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
FORM {
	display: inline;
}
TR.header {
  background: #ffffff;
}
TR.headerNavigation {
  background: #bbc3d3;
}
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}
A.headerNavigation { 
  color: #FFFFFF; 
}
A.headerNavigation:hover {
  color: #ffffff;
}
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: #bbc3d3;
}
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
.infoBox {
  background: #035113;
}
.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContents {
  background:#fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #035113;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #035113;
  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: #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: 0px;
  border-style: solid;
  border-color: #035113;
  border-spacing: 0px;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #035113;
  color: #FFFFFF;
  font-weight: bold;
}
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #fff;
  background: #035113;
}
A.pageResults {
  color: #ffffff;
}
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
/*  color: #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;
  line-height: 1.5;
  color:#fff;
}
TD.cMain, P.cMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#000;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}
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;
  color: #fff;
}
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 { color: #000; }
.moduleRowOver { background-color: #035113; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.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: #fff; }
.main b{
margin-left:10px;
font-size:13px;
}
/* ----- HEADER ----- */
#header{
float:left;
}
/* ----- SEARCH ZONE ----- */
input, textarea {
	display:block;
	float:left;
}
.buttonSubmit{
	padding:0;
	width:80px;
	height:22px;
	border:0;
	font-size:14px;
	background:transparent;
	font-family:"Microsoft Sans Serif";
	font-weight:bold;
	color:#828282;
	cursor:pointer;
	}
/* ----- TOP MENU ----- */
.menu td,.menu td a{
color:#767676;
text-decoration:none;
font-family:"Microsoft Sans Serif";
font-size:13px;
}
.menu td a:hover{
text-decoration:none;
color: #000000;
font-weight: bold;
}
/* ----- MIDDLE CONTENT ----- */
.all_content{
background:#fff;
}
#content{
float:left;
}
.left_content{margin-top:20px;float:left;}
.left_content td a{
font-family:"Microsoft Sans Serif";
font-size:15px;
color:#fff;
float:left;
text-decoration:none;
margin:5px 0 0 20px;
}
.left_content td a:hover{
text-decoration: underline;
}
.left_content_bottom{margin-bottom:30px;float:left;}
.left_content_bottom td a{
font-family:"Microsoft Sans Serif";
font-size:12px;
color:#fff;
float:left;
text-decoration:none;
margin:5px 0 0 20px;
}
.left_content_bottom a:hover{
text-decoration: none;
color: #ffffff;
font-weight:bold;
font-family: "arial";
}
.left_content_top{float:left;}
.left_content_top td a{
font-family:"Microsoft Sans Serif";
font-size:13px;
color:#fff;
float:left;
text-decoration:none;
margin:0 0 0 20px;
padding-bottom:10px;
}
.left_content_top a:hover{
text-decoration: none;
color: #ffffff;
font-weight:bold;
font-family: "arial";
}
#footer{
float:left;
display:inline;
width:98%;
height:50px;
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#767676;
padding:5px  0 0 20px;
}
.footerNoShow {
   display:none;
 }
.rightManuf {
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#fff;
float:left;
text-decoration:none;
margin:5px 0 2 6px;
}
.rightCheckOut{margin-bottom:20px;float:left;}
.rightCheckOut td a{
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#fff;
float:left;
text-decoration:none;
margin:5px 0 0 20px;
}
.rightCheckOut td a:hover{
text-decoration: none;
color: #ffffff;
font-family: "arial";
font-weight:bold;
}
.rightMenu{margin-top:20px;float:left;}
.rightMenu td a{
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#fff;
float:left;
text-decoration:none;
margin:5px 0 0 20px;
}
.rightMenu td a:hover{
text-decoration: none;
color: #ffffff;
font-family: "arial";
font-weight:bold;
}
.product_name,.product_name a{
font-family:"Microsoft Sans Serif";
font-size:16px;
color:#767676;
}
.product_price{
text-align:right;
padding-right:35px;
}
.product_buy a{
font-family:"Microsoft Sans Serif";
font-size:15px;
color:#767676;
font-weight:bold;
float:right;
padding-right:35px;
}
.special_offers{
float:left;
display:inline;
margin:0;
padding:0;
}
.special_offers td{
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#fff;
}
.special_offers td a{
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#fff;
}
.product_info td{
font-family:"Microsoft Sans Serif";
font-size:14px;
color:#fff;
padding-left:10px;
padding-bottom:5px;
}
.leftt{
border-left:1px solid #fff;
}
