/*
  $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: Century Gothic, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Century Gothic, Arial, sans-serif; font-size : 11.5px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Century Gothic, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Century Gothic, Arial, sans-serif; font-size : 11.5px; color: #70d250; text-decoration: underline; }

BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
}

A {
  font-family: Century Gothic, Arial, sans-serif;
  color: #CF5A62;
  font-size: 11px;
  text-decoration: none;
  cursor:hand;

}

A:hover {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  color: #9C0808;
  text-decoration: none;
  cursor:hand;

}

.login {
  font-family: Arial, sans-serif;
  color: #255ba3;
  font-size: 9px;
  text-decoration: none;
  cursor:hand;
  
  }


A.login {
  font-family: Arial, sans-serif;
  color: #9C0808;
  font-size: 9px;
  text-decoration: none;
  cursor:hand;

}

A.login:hover {
  font-family: Arial, sans-serif;
  font-size: 9px;
  background: #FFFFFF;
  color: #9C0808;
  text-decoration: none;
  cursor:hand;

}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.signIn {
  background: #ffffff;
  font-size: 14px;
  font-weight : bold;
  padding : 10px;
}

TD.signIn {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 14px;
  font-weight : bold;
  padding : 10px;
  background: #ffffff;
  color: #9C0808;
}

A.signIn { 
  color: #9C0808;
  background: #FFFFFF;
  font-size: 14px;
  font-weight : bold;
  padding : 10px;
  
}

A.signIn:hover {
  color: #FFFFFF;
  background-color: #9C0808;
  font-size: 14px;
  font-weight : bold;
  padding : 10px;
}

TR.headerNavigation {
  background: #FFFFFF;
  border-top: 1px #9C0808;
}

TD.headerNavigation {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 10.5px;
  background: #FFFFFF;
  color: #9C0808;
  border-top: 1px solid #9C0808;
  font-weight : bold;
  padding     : 5px;
}

A.headerNavigation { 
  font-size: 10.5px;
  color: #9C0808; 
  padding : 5px;
  border-top: 1px solid #9C0808;
  
}

A.headerNavigation:hover {
  font-size: 10.5px;
  color: #9C0808;
  padding : 5px;
  background-color: #FFFFFF;
  border-top: 1px solid #9C0808;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #DFC3DF;
  font-weight: normal;
}

.infoBox {
  background: #FFFFFF;
  border: 1px;
  border-style: dotted;
  border-color: #FFFFFF;
  border-spacing: 3px;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
}

TD.infoBoxContents:hover {
  background: #FFEFEF;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
}

TD.infoBoxHeading {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  background: #FFFFFF;
  color: #9C0808;
}

TD.infoBox, SPAN.infoBox {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
}

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

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


TABLE.productListing {
  border: 0px;
  border-style: dotted;
  border-color: #fc7b26;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 9px;
  background: #FFFFFF;
  color: #9c0808;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
}

A.pageResults {
  color: #FF0000;
}

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


TD.pageHeading, DIV.pageHeading {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding-left: 12px;
  color: #9c0808;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
  color: #000000;
}

TD.main, P.main {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 12px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
}

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

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

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

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

SPAN.newItemInCart {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 11.5px;
  color: #ff0000;
}

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

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

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

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

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

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

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Century Gothic, Arial, sans-serif; font-size: 11.5px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Century Gothic, Arial, sans-serif; font-size: 11.5px; color: #000000; }

/* message box */

.messageBox { font-family: Century Gothic, Arial, sans-serif; font-size: 11.5px; }
.messageStackError, .messageStackWarning { font-family: Century Gothic, Arial, sans-serif; font-size: 11.5px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Century Gothic, Arial, sans-serif; font-size: 11.5px; background-color: #ff6600; color: #ffffff;}

/* input requirement */

.inputRequirement { font-family: Century Gothic, Arial, sans-serif; font-size: 11.5px; color: #ff0000; }


/* ----------------- Category Discounts ----------------- */

.borderGray {
  background: #FFFFFF;
  border: 0px;
  border-style: dotted;
  border-color: #dec9af;
  border-spacing: 3px;
}

TD.discountMain {  
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 12px;
  font-weight:bold; 
  background: #FFF7FF;
  margin-left: 10px;
  margin-right: 10px;
  color: #9C0808;
  line-height: 1.5;
}

TD.discountHead {
  font-family:Century Gothic, Arial, Helvetica, sans-serif; 
  font-size:20px; 
  font-weight:bold; 
  color: #ffffff; 
  background-color: #9C0808;
}

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

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(0,100%,100%,222);
	left:0; 
	top:0;
	visibility:visible
}


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

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

.clLevel0,.clLevel0over{
	position:absolute;
	padding:9px;
	font-family:Century Gothic ,arial,helvetica;
	font-weight:bold;
	font-size:12.5px;
}

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

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

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

.clLevel1, .clLevel1over{
	position:absolute;
	padding:2px;
	font-family:Century Gothic,arial,helvetica;
	font-size:12px;
}

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

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

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#6699cc;
	layer-background-color:white;
}

/* ----------------- coolMenu_eof ----------------- */

/* ----------------- Graphical borders ----------------- */
.mws_boxTop    { background: url('images/infobox/top.gif');
                 font-family: Century Gothic, Tahoma;
                 font-size: 9px;
                 text-align : center;
                 text-indent: 1px;
                 text-transform: uppercase;
                 font-weight: normal;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap;
                 color:#be7b86;}
.mws_boxLeft   { background: url('images/infobox/left.gif'); }
.mws_boxRight  { background: url('images/infobox/right.gif'); }
.mws_boxBottom { background: url('images/infobox/bot.gif');
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF; }
.bundleValue    { 
                 font-family: Century Gothic, Tahoma;
                 font-size: 16px;
                 text-align : right;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: bottom;
                 white-space: nowrap;
                 color:#6699ff;}  
.bundleCurrency    { background: url('images/infobox/top.gif');
		 font-family: Century Gothic, Tahoma;
		 font-size: 12px;
		 text-align : right;
		 font-weight: bold;
		 background-repeat:repeat-x;
		 vertical-align: middle;
		 white-space: nowrap;
                 color:#6699ff;}
 .bundleItem    { background: url('images/infobox/top.gif');
 		 font-family: Century Gothic, Tahoma;
 		 font-size: 11px;;
 		 background-repeat:repeat-x;
 		 vertical-align: middle;
 		 white-space: nowrap;
                 color:#6699ff;}
 .bundleDesc    { 
   		 font-family: Century Gothic, Tahoma;
   		 font-size: 9px;;
   		 background-repeat:repeat-x;
   		 vertical-align: middle;
                 color:#669999;}

TD.noborderbox {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 10px;
  
  <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
}
  
TD.headerCart {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 10px;
  background-image: img src="/images/pixel_trans.gif";
  background-repeat: repeat;
  background-position: center;
}  

A.headerCart {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 10px;
  background-image: img src="/images/pixel_trans.gif";
  background-repeat: repeat;
  background-position: center;
  
  
ul.sitemap {
  color: #ff0000;
}
}  

