/*
  $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, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	margin-top: 10px;
}
.boxText a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.errorBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #FFD2D3;
}
.stockWarning {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #cc0033;
}
.productsNotifications {
	background-color: #fff;
}
.orderEdit {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000;
	margin: 0px;
	background-color: #fff;
}

A {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

A:hover {
	color: #000;
	text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
	background: #fff;
	clear: both;
}
.header {
	margin: 24px 0 0px 0px;

}

TR.headerNavigation {
  background: #f5f5f5 ;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #f5f5f5;
	color: #333333;
	font-weight : bold;
	width: 916px;
}

A.headerNavigation { 
  color: #333333; 
}

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

TR.headerError {
  background: #f5f5f5;
}

TD.headerError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f5f5f5;
	color: #000;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background-color: #f5f5f5;
}

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

TR.footer {
	background-color: #f5f5f5;
}

TD.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #f5f5f5;
	color: #333333;
	font-weight: bold;
}

.infoBox {
	background-color: #fff;
}

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

.infoBoxNotice {
	background-color: #fff;
}

.infoBoxNoticeContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

TD.infoBoxHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 18px;
	font-style:oblique;
	color: #000;
	background-color: #fff;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #000000;
	margin-bottom:14px;
}

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

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

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

TABLE.productListing {
	border-bottom: 0px solid #000;
}


.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #000;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
	color: #A3BA43;
	background: #D6E0AB;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: oblique;
	font-size: 36px;
	padding-bottom:14px;
	padding-top:0px;
	border-bottom: 1px solid #000000;
	margin-bottom:14px;
	color: #000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

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

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

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

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

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

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

SPAN.newItemInCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #980901;
}

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

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

SPAN.greetUser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	font-weight: bold;
}

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

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

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

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

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

.moduleRow { }
.moduleRowOver {
	background-color: #D9C9B3;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/* message box */

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

/* input requirement */

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

/* ----------------- coolMenu ----------------- */

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(10%,100%,100%,0);
	left:0; 
	top:0;
	font-family:Arial, Helvetica, sans-serif;
}


.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}

.clBar{
	position:absolute;
	width:10;
	height:10;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	visibility:hidden;
}

.clLevel0,.clLevel0over{
	position:absolute;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.clLevel0{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#000000;
}

.clLevel0over{
	background-color:#bbc3d3;
	layer-background-color:#bbc3d3;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border{
	position:absolute;
	visibility:hidden;
	background-color:#c0c0c0;
	layer-background-color:white;
}

.clLevel1, .clLevel1over{
	position:absolute;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.clLevel1{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#000000;
}

.clLevel1over{
	background-color:#996633;
	layer-background-color:#bbc3d3;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#c0c0c0;
	layer-background-color:white;
}
/* ----------------- coolMenu_eof ----------------- */
a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;

}
/* Primary Navigation Start*/
#nav {
   margin: 0;
   padding: 0px 0 14px 0;
   list-style-type: none;
   width: 946px;
   float: left;
   font-size:14px;
   border-bottom: 2px solid #000;
   margin-bottom: 14px;
}
#nav li{
   margin: 0;
   padding: 0;
   float: left;
}
#nav a {
   float:left;
   width: 139px;
   _width:160px;
   text-align:left;
   padding-left: 7px;
   text-decoration:none;
   line-height: 2.1;
   border-right: 14px solid #fff;
   
}
#nav a:hover {
   float:left;
   width: 139px;
   _width:160px;
   text-align:left;
   padding-left: 7px;
   color: #FFFFFF;
   text-decoration:none;
   background: #000;
   line-height: 2.1;
   border-right: 14px solid #fff;
}

.fix {
   border-right: 0px solid #fff;
   _width:146px;
}

.overstate a {
   float:left;
   width: 139px;
   text-align:left;
   padding-left: 7px;
   color: #FFFFFF;
   text-decoration:none;
   background: #000;
   line-height: 2.1;
   border-right: 14px solid #fff;
}
.navbackline{
   background-image:url(bg_nav.gif) no-repeat;
   height:220px;
   width: 946px;
}

/* Primary Navigation End*/


.widthset{
   width: 960px;
}
