/*
  $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
*/
.catentry {font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: blue; }
h2 {font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; }
h1, h2{margin-bottom:0px; margin-top:0px; line-height: 1em;}

.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; font-weight: bold; color: #ff6600; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF6600; text-decoration: underline; }

h1#prodname
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

h2#prodprice
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

div#related
{
	color: #333;
	font-family: verdana;
	font-size: 11px;
}

div#related a
{
	font-weight: bold;
	text-decoration: underline;
}


BODY {
  background: #ffffff;
  color: #333333;
  margin: 0px;
}

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

A:hover
{
	color: #ff6600;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

table#cattable td{
border: 1px solid #dddddd;

}

table#cattable td a{
border: 1px solid #ffffff;
display: block;
padding: 4px;

}

table#cattable td a:hover{
border: 1px solid #cccccc;
display: block;
padding: 4px;

}

TR.headerNavigation {
	background: #DCDCDC;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #DCDCDC;
  color: #990033;
  font-weight : bold;
  padding-top: 4px;
  padding-bottom: 4px;

  border-top: 2px solid #ffffff;
}

A.headerNavigation { 
  color: #990033;
  padding: 2px
}

A.headerNavigation:hover {
  color: #ffffff;
  background-color: #990033;
  text-decoration: none
}

TR.headerError {
  background: #C90000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #C90000;
  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;
}

div#metanav
{
	background-color: #990033;
	padding: 4px;
	color: #ffffff;
	border-bottom: 2px solid #cdcd9e;
	border-top: 1px solid #ffffff;
	font-family: verdana;
	font-size: 12px;
}



div#metanav a{color: #ffffff} 
div#metanav a:hover{color: #ff6600} 


div#footernav
{
	background-color: #990033;
	color: #FFF;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}
div#footernav a{color: #ffffff} 
div#footernav a:hover{color: #ff6600} 

TR.footer {
  background: #990033;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #990033;
  color: #cdcd9e;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid #cdcd9e;
  border-top: 2px solid #cdcd9e;
  
}

.infoBox {
  background: #990033;
}

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



.shadow1 {border: #cdcd9e 1px solid;
margin: 4px;
}

.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;
	color: #990033;
	border-bottom: 2px solid #ffffff;
	background-color: #CDCD9E;
	background-image: url(newimages/infobox/greenbg.gif);
	background-repeat: repeat-x;
}

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

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 solid #cdcd9e;
  border-spacing: 1px;
  margin: 10px 0 10px 0;
}

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

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

}

A.pageResults
{
	color: #00F;
	font-weight: bold;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #990033;
  padding-top: 10px;
  padding-bottom: 0px;
}

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

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

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: #ff6600;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #ffffff; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #CDCD9E; }

.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; }
.privatemessages { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: transparent; font-weight: bold; color: #ff0000; text-align: center; border-left: 1px solid #ff0000; border-right: 1px solid #ff0000; border-top: 1px solid #ff0000; border-bottom: 1px solid #ff0000; padding-bottom: 2px; padding-top: 2px; padding-right: 2px; padding-left: 2px;}

/* input requirement */

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

legend#moreinfo
{
	color: #990033;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px
}

fieldset#prodinfo {
border: 1px solid #990033;
margin-top: 20px;
margin-bottom: 10px;
padding: 10px
}

fieldset#prodinfo legend{
margin-bottom: 15px
}

td#infottl
{
	background-color: #e7e7ce;
	text-align: right;
	border-right: 3px solid #990033;
	color: #333333
}

table#infotable td
{
	color: #333333;
	font-size: 10px;
	font-family: verdana;
	border-bottom: 1px solid #cdcd9e;
	padding: 4px
}

div#prodtitle
{
	background-color: #990033;
	color: #FFF;
	padding: 4px 10px 4px 10px;
	font-family: verdana;
	font-size: 20px;
	margin-top: 2px;
	border-left: 8px solid #ff6600;
}

div#tollfree
{
	color: #990033;
	text-align: right;
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	border-right: 10px solid #cdcd9e;
	padding-right: 10px
}

div#topright
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 10px
}

div#topright a
{
color: #333333
}

div#topright a:hover
{
	color: #ff6600;
	text-decoration: none;
}

ul.sitemap {
color: #ff0000;
}

span.sku
{
	color: #cdcd9e;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
}

div#bath
{
	color: #990033;
	font-family: verdana;
	font-size: 14px;
	font-weight: bolder;
	padding: 10px 10px 5px 10px;
	}

div#introtext
{
	color: #990033;
	font-family: verdana;
	font-size: 11px;
	
	text-align: left;
	padding: 10px 20px 4px 20px;
	
}


div#introredirect
{
	color: #990000;
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	padding: 10px 20px 4px 20px;
	border: 1px solid #990000;
	margin-bottom: 20px;
	
}
div#faqheader
{
	color: #990033;
	font-family: verdana;
	font-size: 13px;
	text-align: left;
	padding: 10px 20px 4px 20px;
	font-weight: bold;
}


div#faqtext
{
	color: #333333;
	font-family: verdana;
	font-size: 10px;
	text-align: justify;
	padding: 4px 40px 4px 40px;
	
}


div#hometext
{
	color: #333;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	padding: 4px 10px 4px 10px;
}

div#hometext a { font-weight: bold; 
color: #333333
}

div#hometext a:hover { font-weight: bold; 
color: #ffcc600
}


div#brandtext
{
	color: #333;
	background-color: #cdcd9e;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #990033;
	border-bottom: 1px solid #990033;
	margin-left: 10px;
	margin-right: 10px;
}

div#brandtext a
{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div#brandtext a:hover {
font-weight: bold; 
color: #ffffff
}

ul#homelist li {
padding: 2px 0px 2px 0px;
list-style-type: square
}
a#cvv2 {color: blue;}

/*---------------------------- AJAX Suggest Styles--------------------------*/
.suggest_link {
	background-color: #e7e7ce;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #990033;
	color: #ffffff;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #cdcd9e;			
}		
/*----------------------------End Suggest Styles------------------------*/

div#infopages
{
	color: #990033;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px
}

div#infopages a
{
	color: #990033;
	text-decoration: none;
}

div#infopages a:hover
{
color: #ff6600
}
div#nltext
{
	text-align: left;
	color: #990033;
	font-family: verdana;
	font-size: 9px;
}
div#beelist li {color: #990033; font: 14px arial narrow; font-weight: regular;list-style-type: square}
a#link1 {font-size: 12px; font-weight: bold}
fieldset#fld {border: 1px solid #cdcd9e;margin-bottom: 4px; padding: 6px;margin: 6px;}
fieldset#fld legend
{
	color: #F60;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
}
div#brandlist
{
	color: #FF6600;
	font-family: verdana;
	font-size: 10px;
	margin: 2px;
	font-weight: bold;
}
div#brandlist a
{
color: #990033;
}
div#itemlist
{
	color: #ff6600;
	font-family: verdana;
	font-size: 10px;
	margin: 6px
	
}
div#itemlist a
{
color: #990033;
}

div#itemlist a:hover
{
color: #ff6600;
}

div#categ
{
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #cdcd9e;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}

div#categ a
{
display: block;
color: #333333;
}
div#categ a:hover
{
	color: #ff6600;
	text-decoration: none;
}

/*----------------------------Estimated shipping ------------------------*/

.estimatedshippingBox {
background: #990033; 
}
TD.estimatedshippingBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #cdcd9e;
color: #990033; 
}
.estimatedshippingBoxContents {
background: #e7e7ce;
font-family: Verdana, Arial, sans-serif;
font-size: 10px; 
}
.ShowShipping td{
background: #990033;
border-top: 2px solid #CDCD9E;
border-bottom: 1px solid #ffffff;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
padding: 3px;
}
.ShowShippingUSPS {
background: #063B82;
border-top: 2px solid #cc0000;
border-bottom: 2px solid #cc0000;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
}
#flyDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

div#mailing
{
	color: #666666;
	font-family: verdana;
	font-size: 14px;
margin: 20px
}

span#subcat {
margin-left: 25px
}

div#childcat
{
	margin-left: 5px;
	
}

div#frsp
{
	color: #900;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}