/*
  $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: /*#BDCEDE #412C14 #BDCEDE #231002*/ #CBECF3;
  background-color:
  color: #000000;
  margin: 0px;
}


A {
  color: #020202;
  text-decoration: underline;
}

A:hover {

  text-decoration: none;
}

/*
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: #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 {
  background: #FFFFFF;
}

.infoBoxContents {
  background: #FFFFFF;
  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;
  
  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: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  border-spacing: 1px; */
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #FED9C6;
  color: #020202;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  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: #74b8ad;
  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: #F7F7B8 /*#D7E9F7*/; }
.moduleRowSelected { background-color: #FED9C6/*#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; }

/* custom CSS */

a.artistlink:link,a.email:active,a.email:visited {COLOR: #858484; FONT-FAMILY: verdana; FONT-SIZE: 11px; text-decoration: underline;font-weight:normal;}
a.artistlink:hover,a.email:visited:hover {COLOR: #221E1F; FONT-FAMILY: verdana; FONT-SIZE: 11px; text-decoration: underline;font-weight:normal; background-color:#F4D8C6;}

a.productlink:link,a.email:active,a.email:visited {COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 11px; text-decoration: underline;font-weight:normal;}
a.productlink:hover,a.email:visited:hover {COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 11px; text-decoration: underline;font-weight:normal; background-color:#F4D8C6;}


a.blue:link {COLOR: #4777cf; FONT-SIZE: 10pt; text-decoration: none}
a.blue:active {COLOR: #4777cf; FONT-SIZE: 10pt; text-decoration: none}
a.blue:hover {COLOR: #c73c5d; FONT-SIZE: 10pt; text-decoration: none}
a.blue:visited {COLOR: #4777cf; FONT-SIZE: 10pt; text-decoration: none}
a.blue:visited:hover {COLOR: #c73c5d; FONT-SIZE: 10pt; text-decoration: none}

a.nextprev:link {
	COLOR: #4777cf;
	FONT-SIZE: 10pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.nextprev:active {
	COLOR: #4777cf;
	FONT-SIZE: 10pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.nextprev:hover {
	COLOR: #c73c5d;
	FONT-SIZE: 10pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.nextprev:visited {
	COLOR: #4777cf;
	FONT-SIZE: 10pt;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.nextprev:visited:hover {
	COLOR: #c73c5d;
	FONT-SIZE: 10pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.home:link,a.home:active,a.home:visited {COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 9px; text-decoration: none;;padding:2px 10px;}
a.home:hover,a.home:visited:hover {COLOR: #020202; FONT-FAMILY: verdana;FONT-SIZE: 9px; text-decoration: none;  background-color:#FED9C6;padding:2px 10px;}

a.myaccount:link,a.myaccount:active,a.myaccount:visited {COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 9px; text-decoration: none; background-color:#FED9C6;padding:2px 10px;}
a.myaccount:hover,a.myaccount:visited:hover {COLOR: #020202; FONT-FAMILY: verdana;FONT-SIZE: 9px; text-decoration: none; background-color:#B8CFDF;padding:2px 10px;}

a.login:link,a.login:active,a.login:visited {
	COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 9px;
	text-decoration: none;}
a.login:hover,a.login:visited:hover {
	COLOR: #020202; FONT-FAMILY: verdana;FONT-SIZE: 9px;text-decoration: underline;}

a.cartdetails:link,a.cartdetails:active,a.cartdetails:visited {COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 9px; text-decoration: none; background-color:#CBECF3;padding:2px 10px;}
a.cartdetails:hover,a.cartdetails:visited:hover {COLOR: #020202; FONT-FAMILY: verdana;FONT-SIZE: 9px; text-decoration: none; background-color:#B8CFDF;padding:2px 10px;}

a.smallBlue:link {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;text-decoration: none; font-weight: bold;}
a.smallBlue:active {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;text-decoration: none; font-weight: bold;}
a.smallBlue:hover {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica; text-decoration: none; font-weight: bold;}
a.smallBlue:visited {COLOR: #4888cf; FONT-FAMILY: arial,helvetica; text-decoration: none; font-weight: bold;}
a.smallBlue:visited:hover {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica; text-decoration: none; font-weight: bold;}

a.bigBlue:link {COLOR: #4888cf; FONT-FAMILY: arial,helvetica; FONT-SIZE: 10pt; text-decoration: none; font-weight: bold;}
a.bigBlue:active {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;FONT-SIZE: 10pt; text-decoration: none; font-weight: bold;}
a.bigBlue:hover {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica;FONT-SIZE: 10pt; text-decoration: none; font-weight: bold;}
a.bigBlue:visited {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;FONT-SIZE: 10pt; text-decoration: none; font-weight: bold;}
a.bigBlue:visited:hover {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica;FONT-SIZE: 10pt; text-decoration: none; font-weight: bold;}

a.productdetail:link {COLOR: #3a4240; FONT-FAMILY: arial,helvetica; FONT-SIZE: 9pt; text-decoration: none}
a.productdetail:active {COLOR: #3a4240; FONT-FAMILY: arial,helvetica;FONT-SIZE: 9pt; text-decoration: none}

a.brownBlue:link {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica;  text-decoration: none; background-color:#533933; font-weight: bold;}
a.brownBlue:active {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#533933; font-weight: bold;}
a.brownBlue:hover {COLOR: #533933; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#74b8ad; font-weight: bold;}
a.brownBlue:visited {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#533933; font-weight: bold;}
a.brownBlue:visited:hover {COLOR: #533933; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#74b8ad; font-weight: bold;}

a.blueBrown:link {COLOR: #533933; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#74b8ad; font-weight: bold;}
a.blueBrown:active {COLOR: #533933; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#74b8ad; font-weight: bold;}
a.blueBrown:hover {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica;  text-decoration: none; background-color:#533933; font-weight: bold;}
a.blueBrown:visited {COLOR: #533933; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#74b8ad; font-weight: bold;}
a.blueBrown:visited:hover {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#533933; font-weight: bold;}

a.checkout:link,a.checkout:active,a.checkout:visited {COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 9px; text-decoration: none; background-color:#F7F7B8;padding:2px 10px;}
a.checkout:hover,a.checkout:visited:hover {COLOR: #020202; FONT-FAMILY: verdana; FONT-SIZE: 9px; text-decoration: none; background-color:#CBECF3;padding:2px 10px;}

a.email:link,a.email:active,a.email:visited {COLOR: #858484; FONT-FAMILY: verdana; FONT-SIZE: 11px; text-decoration: underline;font-weight:bold;}
a.email:hover,a.email:visited:hover {COLOR: #221E1F; FONT-FAMILY: verdana; FONT-SIZE: 11px; text-decoration: underline;font-weight:bold; background-color:#F4D8C6;}

a.bigText:link {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica; FONT-SIZE: 12px; text-decoration: none; font-weight: bold;}
a.bigText:active {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica;FONT-SIZE: 12px; text-decoration: none; font-weight: bold;}
a.bigText:hover {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;FONT-SIZE: 12px; text-decoration: none; font-weight: bold;}
a.bigText:visited {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica;FONT-SIZE: 12px; text-decoration: none; font-weight: bold;}
a.bigText:visited:hover {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;FONT-SIZE: 12px; text-decoration: none; font-weight: bold;}

a.biggerText:link {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica; FONT-SIZE: 13px; text-decoration: none; font-weight: bold;}
a.biggerText:active {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica;FONT-SIZE: 13px; text-decoration: none; font-weight: bold;}
a.biggerText:hover {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;FONT-SIZE: 13px; text-decoration: none; font-weight: bold;}
a.biggerText:visited {COLOR: #c73c5d; FONT-FAMILY: arial,helvetica;FONT-SIZE: 13px; text-decoration: none; font-weight: bold;}
a.biggerText:visited:hover {COLOR: #4888cf; FONT-FAMILY: arial,helvetica;FONT-SIZE: 13px; text-decoration: none; font-weight: bold;}

a.mainnav:link {COLOR: #533933; FONT-FAMILY: arial,helvetica; FONT-SIZE: 7.5pt; text-decoration: none; }
a.mainnav:active {COLOR: #533933; FONT-FAMILY: arial,helvetica;FONT-SIZE: 7.5pt; text-decoration: none;}
a.mainnav:hover {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica;FONT-SIZE: 7.5pt; text-decoration: none; background-color:#533933;}
a.mainnav:visited {COLOR: #533933; FONT-FAMILY: arial,helvetica;FONT-SIZE: 7.5pt; text-decoration: none;}
a.mainnav:visited:hover {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica;FONT-SIZE: 7.5pt; background-color:#533933}

a.bodyLink:link {COLOR: #533933; FONT-FAMILY: arial,helvetica;FONT-SIZE: 11px;  text-decoration: none; }
a.bodyLink:active {COLOR: #533933; FONT-FAMILY: arial,helvetica; FONT-SIZE: 11px;text-decoration: none;}
a.bodyLink:hover {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica; FONT-SIZE: 11px;text-decoration: none; background-color:#533933;}
a.bodyLink:visited {COLOR: #533933; FONT-FAMILY: arial,helvetica; FONT-SIZE: 11px;text-decoration: none;}
a.bodyLink:visited:hover {COLOR: #74b8ad; FONT-FAMILY: arial,helvetica; FONT-SIZE: 11px;background-color:#533933}


.mainText {
	font-size: 10pt;
}

.rss {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	color: #ffffff;
	background: #F56A00;
	padding: 2px;
}

.formHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
	color: #020202;
	background: #CBECF3;
	padding: 5px;
}

.productDetails {
	font-size: 7.5pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.footerText {
	font-size: 7.5pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.productInfoHeadings {
	color: #3a4240;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.sizes {
	color: #c73c5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #333333;
}

.seaGreen {
	background-color: #CCE5E5;
	color: #4d6666;
}

.peachBG {
	background-color: #FEF9F5;
}

.lightBlue {
	color: #4777CF;
}

.lightGreyBG {
	background-color: #F6F6F6;
}

.largeText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
	font-weight:bold;
}

.redText {
	COLOR: #c73c5d;
}

.brownText {
	color: #553333;
}
.mediumText {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
	font-weight:bold;
}


.xxsmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
}

table.middleBGColor {
	border-width: 0px 3px 3px 3px;
	border-color: #BDCEDE; 
	border-style: solid;
}

td.pageBGColor {
	background-color: #FFFFFF;
}

.catnav {
	background: #EEEEEE;
}

.brownBlue {
	COLOR: #74b8ad; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#533933; font-weight: bold;
}

.blueBrown {
	COLOR: #533933; FONT-FAMILY: arial,helvetica; text-decoration: none; background-color:#74b8ad; font-weight: bold;
}

input.btn {
   color: #74b8ad;
   background-color: #533933;
   text-decoration: none;
   FONT-FAMILY: arial,helvetica;
   font-weight: bold;
   border: 0px;
   padding: 0 1px; 
   overflow: visible; 
}

input.btnHov {
   color: #533933;
   background-color: #74b8ad;
   text-decoration: none;
   FONT-FAMILY: arial,helvetica;
   font-weight: bold;
   border: 0px;
   margin:0px;
   padding: 0 1px;
   overflow: visible;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #503F37;
}

.txtHeader {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.welcome {
	font-family:Verdana;
	font-size:9px;
	color:#020202;
}
.mainTxt {
	font-family:Verdana;
	font-size:11px;
	color:#020202;
}

.main input{
border:solid 1px #BDCEDE;
font-family:Verdana;
font-size: 11px;
padding: .2em 0
}

.main select {
	border:solid 1px #BDCEDE;
	font-family:Verdana;
	font-size: 11px;
	padding: .2em 0
}

.txtbox{
border:solid 1px #BDCEDE;
font-family:Verdana;
font-size: 11px;
padding: .3em 0
}

.priceHeader
{
	color:#020202;
	background-color:#F7F7B8;
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	padding:4px;
}
.bold { font-weight:bold;}

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

TD.imgHeader { padding-top:10px;}

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}