/*
  $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 {
 
  color: #000000;
  margin: 0px;
}

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: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #990099;
  font-weight : bold;
}

A.headerNavigation { 
  color: #990099; 
}

A.headerNavigation:hover {
  color: #990099;
  font-weight : bold;
}

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 {
  background: #b6b7cb;
}

.infoBoxContents_back {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContents {
  background: #F9EDFA;
  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: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #1D8C24;
  color: #ffffff;
}
TD.infoBoxHeading_orange {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #E39501;
  color: #ffffff;
}
TD.infoBoxHeading_purple {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #7F248B;
  color: #ffffff;
}

TD.infoBox, 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: #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: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #1D8C24;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  background: #F9EDFA;
  font-size: 10px;
}


A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

body {
	scrollbar-3d-light-color: #462E73; scrollbar-arrow-color: #EFAF15; scrollbar-base-color: #462E73; scrollbar-dark-shadow-color: Black; scrollbar-face-color: #462E73; scrollbar-highlight-color: White; scrollbar-shadow-color: White;
}

td {
  text-decoration:none;
  color: #666666;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:11px;
  line-height : 150%;
  text-align: justify;
}

.small {
  text-decoration:none;
  color: #666666;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:9px;
  line-height : 150%;
}

.violetbox {
  text-decoration:none;
  color: #4B0162;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:10px;
}

.textblack {
  text-decoration:none;
  color: #000000;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:11px;
  line-height : 100%;
}

.textblack2 {
  text-decoration:none;
  color: #000000;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;

  line-height : 100%;
}
.greensmall {
  text-decoration:none;
  color: #1D8C24;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:10px;
}

.greensmall2 {
  text-decoration:none;
  color: #1D8C24;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:10px;
}

.orangebox {
  text-decoration:none;
  color: #4C3200;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height : 120%;
  text-align: justify;
}

.greenbox {
  text-decoration:none;
  color: #1D8C24;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
}
.tablesearch {
  font-family : arial;
  font-size : 10px;
  font-weight : bold;
  color : #786D8C;
  text-decoration : none;
}

.linkgreyorange {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #D18900;
  text-decoration : none;
}
.linkgreyorange:visited {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #D18900;
  text-decoration : none;
}

.linkgreyorange:hover {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #666666;
  text-decoration : none;
}

.linkgreyorange:active {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #666666;
  text-decoration : none;
}




.linkgrey {
  font-family : arial;
  font-size : 10px;
  font-weight : bold;
  color : #666666;
  text-decoration : underline;
}
.linkgrey:visited {
  font-family : arial;
  font-size : 10px;
  font-weight : bold;
  color : #666666;
  text-decoration : underline;
}

.linkgrey:hover {
  font-family : arial;
  font-size : 10px;
  font-weight : bold;
  color : #666666;
  text-decoration : none;
}

.linkgrey:active {
  font-family : arial;
  font-size : 10px;
  font-weight : bold;
  color : #666666;
  text-decoration : none;
}

.linkviolet {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #786D8C;
  text-decoration : none;
}
.linkviolet:visited {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #786D8C;
  text-decoration : none;
}

.linkviolet:hover {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #786D8C;
  text-decoration : underline;
}

.linkviolet:active {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #786D8C;
  text-decoration : underline;
}

.linkgreen {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : none;
}
.linkgreen:visited {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : none;
}

.linkgreen:hover {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : underline;
}

.linkgreen:active {
  font-family : arial;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : underline;
}

.linkgreen2 {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : none;
}
.linkgreen2:visited {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : none;
}

.linkgreen2:hover {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : underline;
}

.linkgreen2:active {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #1D8C24;
  text-decoration : underline;
}


.linkviolet2 {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #7E248A;
  text-decoration : none;
}
.linkviolet2:visited {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #7E248A;
  text-decoration : none;
}

.linkviolet2:hover {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #7E248A;
  text-decoration : underline;
}

.linkviolet2:active {
  font-family : verdana;
  font-size : 11px;
  font-weight : bold;
  color : #7E248A;
  text-decoration : underline;
}

.linkorange {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #D18900;
  text-decoration : none;
}

.linkorange:visited {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #D18900;
  text-decoration : none;
}

.linkorange:hover {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #D18900;
  text-decoration : underline;
}

.linkorange:active {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #D18900;
  text-decoration : underline;
}

.linkwhite {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  text-decoration : underline;
}
.linkwhite:visited {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  text-decoration : underline;
}

.linkwhite:hover {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  text-decoration : none;
}

.linkwhite:active {
  font-family : verdana;
  font-size : 10px;
  font-weight : bold;
  color : #ffffff;
  text-decoration : none;
}

.linkfooter {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #5B389D;
  text-decoration : none;
}
.linkfooter:visited {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #5B389D;
  text-decoration : none;
}

.linkfooter:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #5B389D;
  text-decoration : underline;
}

.linkfooter:active {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #5B389D;
  text-decoration : underline;
}

.linksmall {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #785580;
  text-decoration : none;
}
.linksmall:visited {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #785580;
  text-decoration : none;
}

.linksmall:hover {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #785580;
  text-decoration : underline;
}

.linksmall:active {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #785580;
  text-decoration : underline;
}

h1 {
  text-decoration:none;
  color: #000000;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height : 100%;
}

h2 {
  text-decoration:none;
  color: #8D499E;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:13px;
  line-height : 100%;
}

h3 {
  text-decoration:none;
  color: #487D1E;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height : 100%;
}

h4 {
  text-decoration:none;
  color: #666666;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height : 100%;
}

hr {
 color: #B397DB;
 height: 1px;
}

.footer_new {
  text-decoration:none;
  color: #5B389D;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:10px;
  text-align: center;
}

input {


}
input_back {
  border-bottom : 1px solid Black;
  border-left : 1px solid Black;
  border-right : 1px solid Black;
  border-top : 1px solid Black;	
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  background-color : #ffffff;

}


radio{
  border-bottom : 0px;
  border-left : 0px;
  border-right : 0px;
  border-top : 0px;
  background-color : #ffffff;	
}
.select {
  border-bottom : 1px solid Black;
  border-left : 1px solid Black;
  border-right : 1px solid Black;
  border-top : 1px solid Black;	
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  background-color : #ffffff;
}

.violetbox2 {
  text-decoration:none;
  color: #ffffff;
  font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height : 130%;
  text-align: justify;
}
.boldLightGreyThirteen {
	FONT-SIZE: 13px;
	COLOR: #999	;
}

.articleTitle {
	FONT-FAMILY: times new roman, times, serif;
	FONT-SIZE: 24px;
}
.boldPumpkinSixteen {
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
}
.menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.menutxtgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
	font-weight: 800;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 18px;
}
.headtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.org_top {
	background-image: url(images/org_box_top.jpg);
	background-repeat: no-repeat;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.txtwhite1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
}

.bottle_bg {
	background-image: url(images/main_right.jpg);
	background-repeat: no-repeat;
}
.org_bot {
	background-image: url(images/org_box_bot.jpg);
	background-repeat: no-repeat;
}
.org_mid {

	background-image: url(images/org_box_mid.jpg);
	background-repeat: repeat-y;
}
.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #333333;
}

.txtwhite2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txts {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.txtb {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txtnb {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


