/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.topbg {background-image:url(images/mainbg.png); background-repeat:repeat-y; background-position:center;}
.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: #FFFFFF; }
.productsNotifications { background: #000000; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.menulinks { background-image:url(images/catlinebg.jpg); background-repeat:no-repeat; height:21px;
font-family:Arial, Helvetica, sans-serif; font-size:10px; padding-left:50px; color:#333333;}
.prodbg { background-image:url(images/prodbg.png); background-repeat:no-repeat; height:150px; width:430px;}
.arial12 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:bold; padding-top:10px; padding-right:10px;}

BODY {
  color: #000000;
  margin-top: 10px;
  background-color:#EDEDED;
  background-image:url(images/bg.png);
  background-position:center;
  background-repeat:repeat-y;
}

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

A:hover {
  color: #993366;
  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;
  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 {
border:#666666 1px solid;
background-color:#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: "Century Gothic";
  font-size: 16px;
  color: #ffffff;
  background-color:#000000;
  height:30px;
  background-image:url(images/bullet.png);
  background-position:left;
  background-repeat:no-repeat;
}

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: #b6b7cb;
  color: #FFFFFF;
  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, h1.pageHeading{
  font-family: "Century Gothic";
  font-size: 20px;
  color: #990033;
  font-weight:bold;
  padding:5px 0px 0px 5px;
  background-color:#FFFFFF
}

TD.pageHeading2, DIV.pageHeading2, h2.pageHeading2{
  font-family: "Century Gothic";
  font-size: 16px;
  color: #990033;
  font-weight:bold;
  background-color:#FFFFFF;
}


TD.pageHeadingPrice, DIV.pageHeadingPrice {
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight:bold;
  color: #FFFFFF;
  height:30px;
  border:#FFFFFF dashed 1px;
  text-align:center;
}
TD.pageHeadingPrice2, DIV.pageHeadingPrice2 {
  font-family: "Century Gothic";
  font-size: 30px;
  font-weight:bold;
  color: #990033;
  height:30px;

}
TD.saveHeadingPrice {
  font-family: "Century Gothic";
  font-size: 22px;
  font-weight:bold;
  color: #993366;
  height:30px;
}

TD.rrpHeadingPrice {
  font-family: "Century Gothic";
  font-size: 14px;
  color: #333333;
}


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.mainw, P.mainw {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#FFFFFF;
  line-height: 1.5;
}

TD.main1, P.main1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-image:url(images/bg22.jpg);
}

.imageborder {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#0099FF;
  border: 1px #0066FF outset;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#ffffff;
}
TD.smallText_footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  padding-right:15px;
  padding-top:5px;
  color:#000000;
}
TD.smallText1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-right:15px;
  padding-top:5px;
}
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: #993366;
  font-size:13px;
}

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: #ffffff; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFCC00; }

/* 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; }
.onepx {line-height:1px;}
.mainbg {background:url(images/main_bg.jpg);}
.prodbox {border:#CCCCCC 1px solid; background:#FFFFFF; text-align:center; vertical-align:top; padding:5px; font-family:Verdana; font-weight:bold; color:#013476; font-size:11px; border-bottom-width:0;}
.prodbox0 {border:#CCCCCC 1px solid; background:#FFFFFF; text-align:center; vertical-align:top; padding:5px; font-family:Verdana; font-weight:bold; color:#013476; font-size:11px;}

.prodbox1 {border:#CCCCCC 1px solid; background:#FFFFFF; text-align:center; vertical-align:top; padding:5px; font-family:Verdana; font-weight:bold; color:#013476; font-size:11px; border-top-width:0;}

.prodbox2 { font-family:Arial, Helvetica, sans-serif; font-size:11px; border:#CCCCCC 1px solid; background:#FFFFFF}

.contactbox0 {border:#CCCCCC 1px solid; background:#FFFFFF; text-align:left; vertical-align:top; padding:5px; font-family:Verdana; font-weight:bold; color:#013476; font-size:11px; border-bottom-width:0px;}


.thumbbox {border:#666666 1px solid; background:#FFFFFF; text-align:center; vertical-align:top; height:35px; width:40px;}

.newsheading {   font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#1F73B3; font-weight:bold; background-image:url(images/bg22.jpg);
}
.mainheading {   font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#1F73B3; font-weight:bold;
}
.arialnews { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; font-weight:bold; padding-top:10px; padding-right:10px; background-image:url(images/bg22.jpg);}
#slideshow {
    position:relative;
    height:200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
div#wn	{ 
    position:relative; 
    width:630px; height:120px; 
    overflow:hidden;	
	}
.topnav {
font-family:"Century Gothic";
font-size:13px;
color:#ffffff;
}	
a.topnav {
color:#FFFFFF;
}
a.topnav:hover {
color:#FFFFFF;
text-decoration:underline;

}


.verdana11 {
  font-family: Verdana;
  font-size: 11px;
  font-weight:bold;
  color: #013476;
}
.prodprice {
  font-family: Verdana;
  font-size: 14px;
  font-weight:bold;
  color: #990000;
  text-align:center;

}
.get1free { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #ffb3b5; font-weight: bold;}
.freegift {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  background-image:url(images/free.png);
  background-position:top right;
  background-repeat:no-repeat;
  padding-right:50px;
}

#popCart {
	position: absolute; /*do not change this*/
	top: 35%;
	left: 35%;
	width: 450px;
	background-color: #f8f8f8;
	border: 3px solid #BAC4D0;
	color: #000;
	z-index: 100000; /*do not change this*/
	display: none; /*do not change this*/
	padding: 20px;
}

ul.popcartList {list-style-type:none; margin:0; padding:0;}
li.popcartButton {float:right;padding-right:10px;}

#popCart_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
    background-color: #000;
    display:none;
    opacity:0.75;
   	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
}

* html #popCart_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.guarantee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:20px;
	color:#550036;
	font-weight:bold
}

.guarantee_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#550036;
	font-weight:bold
}

h1.mainh1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
margin:0px;
display: inline;
}


h1 {

font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #ac2079;


}

h2 {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #2a549f;
margin:0px;
display: inline;
}

h3.main {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
margin:0px;
display: inline;
}

.pricebg {
background-color:#D6D6D6;
}


