/*
  $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; }
.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 {
  background: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
h1 {  font-family: Helvetica, Arial, sans-serif; font-size: 25px; font-weight: normal; color: #000000; line-height: 30px; text-indent: 5px;}
h2 {  font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-indent: 5px;}
h3 {  font-family: Helvetica, Arial, sans-serif; font-size: 15px; color: #000000; font-weight: bold; text-indent: 5px;}

A {
    text-decoration: none;
}

A:hover {
  color: White;
  text-decoration: none;
}

FORM {
	display: inline;
}
table { font-family: verdana, arial; }

table.bordered { 
	border-bottom: 3px double #535806;
}

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

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {  font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; color: #000000; line-height: 30px; text-indent: 5px;}

TD.foBox, 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: #EFEFAF;
}

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

TABLE.productListing {
	
}

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {  font-family: Helvetica, Arial, sans-serif; font-size: 25px; font-weight: normal; color: #000000; line-height: 30px; text-indent: 5px;}

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: #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 { }
.moduleRowOver { background-color: #D7E9F7; 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: #ff0000; }

.cage {
	background-color: #FFFFCC;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	border-top: 0px;
	border-bottom: 4px solid #000000;
	text-align: center;
}

.inner_cage { 
	background-color: #FFFFCC;
	border-top: 0px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
} 

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
text-decoration: none;
font-weight: bold;
} 

.menu a,.menu a:link,.menu a:active,.menu a:visited {
color : #000000;
text-decoration : none;
font-weight: bold;
line-height : 23px;
display : block;
}


.menu a:hover {
background : #CE0031;
color : #ffffff;
cursor : pointer;
text-decoration : none;
font-weight: bold;
}


.menu2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
text-decoration: none;
font-weight: bold;
text-indent: 10px;
} 

.menu2 a,.menu2 a:link,.menu2 a:active,.menu2 a:visited {
color : #000000;
text-decoration : none;
font-weight: bold;
line-height : 25px;
display : block;
}

.menu2 a:hover {
background : #000000;
color : #ffffff;
cursor : pointer;
text-decoration : none;
font-weight: bold;
}

.menu2_sub {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
text-decoration: none;
font-weight: normal;
text-align: left;
} 

.menu2_sub a,.menu2_sub a:link,.menu2_sub a:active,.menu2_sub a:visited {
color : #000000;
text-decoration : none;
font-weight: normal;
line-height : 20px;
display : block;
}

.menu2_sub a:hover {
background : #000000;
color : #ffffff;
cursor : pointer;
text-decoration : none;
font-weight: normal;
}

.menu3_sub {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #000000; 
text-decoration: none;
font-weight: normal;
text-indent: 10px;
} 

.menu3_sub a,.menu3_sub a:link,.menu3_sub a:active,.menu3_sub a:visited {
color : #000000;
text-decoration : none;
font-weight: normal;
line-height : 20px;
display : block;
}

.menu3_sub a:hover {
background : #000000;
color : #ffffff;
cursor : pointer;
text-decoration : none;
font-weight: normal;
}

.dotted {
border: 1px dotted;
color: #858585; 
}

.cup {


	border-left: 1px solid #5B5C4A;
	border-right: 1px solid #5B5C4A;
	border-bottom: 1px solid #5B5C4A;

}

.mast {

	background-color: #ffffff;
	border-left: 1px solid #35353c;
	border-right: 1px solid #35353c;
	border-top: 0px solid #35353c;
	border-bottom: 0px solid #35353c;

}

.textbody {

	font-family: verdana, arial;
	font-size: 10px; 
	line-height: 13px;
	color: #333333; 

	background-color: #ffffff;
	border-left: 1px solid #35353c;
	border-right: 1px solid #35353c;
	border-top: 0px solid #35353c;
	border-bottom: 0px solid #35353c;

}

.bottom {

	background-color: #e8e8e8;
	border-left: 1px solid #35353c;
	border-right: 1px solid #35353c;
	border-top: 0px solid #35353c;
	border-bottom: 1px solid #35353c;
	font-size: 11px; 
	line-height: 13px;

}

.nav_line {
	background-color: #cccccc; 
}	

.product_title {  font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff;}
.product_title_indent {  font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; text-indent: 5px;}
.product_body_indent {  font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #707049; text-indent: 5px;}
.product_body {  font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #707049;}

.over {
background-color: #000000;
	color: white;
}

.out {
	background-color: #FFFFCC;

} 

.overCat {
background-color: #B5B577;
	border-bottom: 1px solid white;
	border-left: 1px solid #B5B577;
	padding-top:2px;
	padding-bottom:2px;
}

.outCat {
	background-color: #FFFFCC;
	border-bottom: 1px solid #B5B577;
	border-left: 1px solid #FFDEAD;
	border-right: 1px solid #B5B577;
	padding-top:2px;
	padding-bottom:2px;
} 

a.outCat{
	color:black;
}

a.overCat{
	color: white;
}