/*
  $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; }

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, 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: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

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

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 18px;
	color: #2B5886;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	border-color: #B9BABB;
	border-top-style: solid;
	border-left-style: double;
    border-right-style: double;
    border-bottom-style: double;
	border-width: 0px 0px 1px 0px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

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

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

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  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: #D7E9F7; 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: #000000; }

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


}
.footerlink2 {
	font-size: 10px;
	color: #574601;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.footerlink2:link {
	font-size: 10px;
	color: #574601;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.footerlink2:visited {
	font-size: 10px;
	color: #574601;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.footerlink2:hover {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}
.smtoplink {
	font-size: 11px;
	color: #574601;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
A.smtoplink:link {
	font-size: 11px;
	color: #574601;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.smtoplink:visited {
	font-size: 11px;
	color: #574601;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.smtoplink:hover {
	font-size: 11px;
	color: #CFA703;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}
.pagesmlink {
	font-size: 8px;
	color: #497db7;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.pagesmlink:link {
	font-size: 8px;
	color: #497db7;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.pagesmlink:visited {
	font-size: 8px;
	color: #497db7;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
A.pagesmlink:hover {
	font-size: 8px;
	color: #CFA703;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}
.blkbody {
	font-size: 14px;
	color: #474747;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.blkmedbody {
	font-size: 12px;
	color: #474747;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.blksmbody {
	font-size: 11px;
	color: #474747;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.blkbody2 {
	font-family: Verdana, sans-serif;
    font-size: 100%;
    line-height: 1.7;
    margin: 0;
    padding: 2px;
	padding-bottom: 0;
    color: #000000;
}
.blkmedbody2 {
	font-family: Verdana, sans-serif;
    font-size: 90%;
    line-height: 1.7;
    margin: 0;
    padding: 2px;
	padding-bottom: 0;
    color: #000000;
}

.lgtalltitle {
	font-size: 24px;
	color: #474747;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.talltitle {
	font-size: 18px;
	color: #838043;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	border-color: #B1AD69;
	border-top-style: solid;
	border-left-style: double;
    border-right-style: double;
    border-bottom-style: double;
	border-width: 0px 0px 1px 0px;
}
.medtitle {
	font-size: 12px;
	color: #E59224;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;

}
.smtitle {
	font-size: 10px;
	color: #b1ad69;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
.box {
	width: 720px;
    border: 1px solid #900;
    padding: 10px;
    margin: 0;
    background: #fee;
}
.boxgrey {
	width: 741px;
    border: 1px solid #B6B7CB;
    padding: 0px;
    margin: 0;
    margin-bottom:0px;
} 
.boxmenu {
	border: 1px solid #900;
    padding: 3px;
    margin: 0;
    background: #fee;
} 
.boxbuy {
	border-color: #CAD9D7;
	border-top-style: solid;
	border-left-style: double;
    border-right-style: double;
    border-bottom-style: double;
	border-width: 10px 3px 5px 3px;
} 
ul {
	margin-left: 3px;
	margin-left: 5px;
	margin-top:0px; 
	margin-bottom:0px;
    list-style:disc; 
}
li {
	padding-right:0px;
	padding-left:0px;
	list-style:disc; 
	margin-left: 30px;
	margin-top:0px; 
	margin-bottom:0px;
}
.bartitle {
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

a.learn_more {
	color: #8ab801;
	font-weight: bold;
	padding: 1px 18px 1px 0px;
	text-decoration: none;
}
a.learn_more:link, a.learn_more:visited, a.learn_more:active {
	background-image: url(/images/button_learn_more_back.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #8ab801;
	text-decoration: none;
}
a.learn_more:hover {
	background-image: url(/images/button_learn_more_back_hover.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #8ab801;
	text-decoration: underline;
}
H1 {
	color:#d99130;
	font-size: 18px;
	font-weight: normal;
	margin:2px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;	
}
			
H2 {
	color:#3d3d3d;
	font-size:14px;
	font-weight:bold;	
	margin:0 0 5px 0;	
	font-family: Helvetica, Arial, sans-serif;
}

H3 {
	color:#d99130;
	font-size:14px;
	font-weight:normal;	
	margin:0 0 5px 0;	
	font-family: Helvetica, Arial, sans-serif;			
}
			
H4 {
	color:#474747;
	font-size:12px;
	font-weight: bold;	
	margin:0 0 5px 0;			
}
.subtext {
	font-size: 8px;
	color: #474747;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
a.green_button2 {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #8ab801;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	font-size: 11px;
}
a.green_button2:link, a.green_button2:visited, a.green_button2:active {
	background-color: #ffffff;
	color: #8ab801;
	text-decoration: none;
	font-size: 11px;
}
a.green_button2:hover {
	border-color: #bcdd57;
	background-color: #9bcd06;
	background-image: url(/images/button_green_back_hover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
}
td.top_button {
	background-image: url(/images/topmenubutton-white.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	vertical-align: middle; 
	width: 113px;
	color: #474747;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
td.top_button_active {
	background-image: url(/images/topmenubutton-green.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	vertical-align: middle; 
	width: 113px;
	color: #474747;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

td.top_button_blank {
	background-image: url(/images/topmenubutton-blank.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 113px;
	color: #474747;
}

a.top_button:link, a.top_button:visited, a.top_button:active {
	text-align: center;
	vertical-align: middle; 
	width: 113px;
	color: #474747;
	text-decoration: none;
	font-size: 12px;
	line-height: 10pt;
}
a.top_button:hover {
	color: #CFA703;
	text-align: center;
	vertical-align: middle; 
	width: 113px;
	text-decoration: none;
	font-size:12px;
	line-height: 10pt;
}
.quotetitle {
	font-size: 10px;
	color: #444444;
	font-weight: normal;
	line-height: 140%;
	text-decoration: none;
	font-style: oblique;
}
TD.boxon {	
	background-color: #FFFFFF;
	padding-right:8px;
	padding-left:8px;
	border-color: #B1AD69;
	border-style: solid;	
	border-width: 1px 1px 0px 1px;
}
TD.boxoff {	
	background-color: #ECEAEA;
	padding-right:8px;
	padding-left:8px;
	border-color: #B1AD69;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}
TD.greenspacer {	
	background-color: #ffffff;
	border-color: #B1AD69;
	padding: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-width: 0px 0px 1px 0px;
}
.boxorange  {
    width:auto!important;
    width:100%;
    background-color:#F5F5ED;
	position:relative;
    border-width: 2px 1px 2px 1px;
    border-style: solid;
    border-color: #ECEBD9;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.whitebody2 {
	font-family: Verdana, sans-serif;
    font-size: 80%;
    line-height: 1.7;
    margin: 0;
   	padding-bottom: 0;
    color: #732424;
    text-decoration: none;
}
A.whitebody2:hover {
	font-family: Verdana, sans-serif;
    font-size: 80%;
    line-height: 1.7;
    margin: 0;
    padding-bottom: 0;
	color: #000000;
}
.headerback {  
  background-image:url('/images/headerback.gif');
  background-position:  center;
  background-repeat: repeat-x;
  background-color: #9A9A68;
}
.greybar {
	font-size: 6pt;
	color: #ababab;
	font-weight: normal;
	line-height: normal;
	Display: inline;
	padding-right: 3px;
	Text-align: center;
	vertical-align: middle;
}
.topnavbox{
	width: 290px;
	height: 29px;
	background-color: #ffffff;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
	border-color: #DBD9bc;
	position: absolute; 
	margin-top: 5px; 
	margin-left: 690px; 
	z-index: 10;
}
.menutop2  {
	border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #DFDFC5;
    background-color: #9D9D6E;
	margin:0 0 0 0;
	padding-left: 5px;
	text-align: left;
	height: 20px;
}
