/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
  .cat_description {
    font-family: Tahoma, Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #800000;
     background : inherit;
     font-weight : bold;
      }
 .boxText {
     font-family : Tahoma, Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 .centerTable {
     background-image : url('images/bg_cat4.gif');
     background-repeat : repeat-x;
     background : #fbfcfd;
     color : inherit;
      }
 .errorBox {
     font-family: Tahoma, Verdana, Arial, sans-serif;
     font-size : 10px;
     color : inherit;
     background : #ffb3b5;
     font-weight : bold;
      }
 .stockWarning {
     font-family : Tahoma,Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #cc0033;
     background : inherit;
      }
 .productsNotifications {
     background : #f2fff7;
     color : inherit;
      }
 .orderEdit {
     font-family : Tahoma,Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #70d250;
     background : inherit;
     text-decoration : underline;
      }
 .navBlue {
     color : #ff0000;
     background : inherit;
     font-size : 8pt;
     font-family : Tahoma,Verdana, Arial, sans-serif;
      }
 .subnavBlue {
     color : #9966ff;
     background : inherit;
     font-size : 8pt;
     font-family : Verdana, Arial, sans-serif;
      }

body {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #999;
	background: #ffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

td , p,  a, span, div {
	font: 11px Tahoma, Verdana,  Helvetica, sans-serif;
}

a img{
	border: none;
}

td{
	vertical-align: top;
}

a{
	text-decoration: none;
	color: #74788f;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3{
	padding: 0px;
	margin: 0px;
}
/* layout */
#mainwrapper{
	width: 743px;
	margin: 0px auto;
	text-align: left;
}

#headlinks{
	text-align: right;
	padding: 10px 0px;
}

#headlinks, #headlinks a{
	color: #777;
	text-transform: lowercase;
}

#headmenu a{
	color: #fff;
	font: bold 12px Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	
}

#headmenuwrapper td{
	vertical-align: middle;
	text-align: center;
	background: url(images/topmenub.gif) repeat-x left top;
	height: 47px;
}


#headboxwrapper{
	margin: 2px 0px 0px 0px;
}

#leftcolumnbanner{
}

#headboxwrapper td{
	vertical-align: middle;
	text-align: center;
	background: #dfeaef;
	height: 39px;
}

#headcartlink{
	width: 130px;
}

#headboxwrapper td, #headboxwrapper a{
	font-weight: bold;
	color: #7c939f;
}

#leftcolumn{
	width: 220px;
}

.footergrey {
	background: #d8d8d8;
}

.footergrey div{
	background: url(images/dotv.gif) repeat-y left top;
	height: 20px;
	margin-right: 1px;
}

#footerlinks{
	padding-bottom: 15px;
}

.footerlink{
	padding: 4px;
}

.footerlink a{
	display: block;
	background: url(images/footerarrow.gif) no-repeat left 6px;
	padding: 2px 0px 2px 10px;
}

#footergreyline{
	background: #d8d8d8;
	height: 5px;
}

#footer{
	padding: 10px 0px;
}

.vgreydot{
	background: url(images/dotv.gif) repeat-y left top;
}

/*sample module*/
#mainpageproduct1, #mainpageproduct2, #mainpageproduct3{
	padding: 5px;
}

#mainpageproduct1, #mainpageproduct3{
	background: #ffe9fb;
}

#mainpageproduct1 p, #mainpageproduct3 p{
	color: #69a5d9;
	font-weight: bold;
}

#mainpageproduct1 .price span, #mainpageproduct3 .price span{
	font-size: 13px;
	color: #b66da9;
	font-weight: bold;
}

#mainpageproduct2{
	background: #ebf2f3;
}

#mainpageproduct2 p{
	color: #b66da9;
	font-weight: bold;
}

#mainpageproduct2 .price span{
	font-size: 13px;
	color: #69a5d9;
	font-weight: bold;
}

#mainpageproduct1 .price, #mainpageproduct2 .price, #mainpageproduct3 .price{
	color: #757575;
}

/* colums */
#leftcolumn .boxwrapper{
	margin: 0px 0px 2px 0px;
}

#leftcolumn .boxheading{
	background: url(images/leftboxheader.gif) repeat-x left top;
	height: 29px;
	vertical-align: middle;
	padding-left: 10px;
}

#leftcolumn .boxtitle, #leftcolumn .boxheading{
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: #fff;
}

#leftcolumn .boxcontent{
}

#leftcolumn .boxtext{
}


#maincolumn .boxwrapper{
	margin: 2px 0px 0px 2px;
}

#maincolumn .boxheading{
	background: url(images/leftboxheader.gif) repeat-x left top;
	height: 29px;
	vertical-align: middle;
	padding-left: 10px;
}

#maincolumn .boxtitle, #maincolumn .boxheading{
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: #fff;
}

#maincolumn .boxcontent{
}

#maincolumn .boxtext{
}


#cat a, #cat div.curlink{
	display: block;
	background: url(images/leftboxarrow.gif) no-repeat left 3px;
	padding: 4px 0px 4px 20px;
	border-bottom: 1px solid #c1c1c1;
}

#productwrapper{
	border: solid 1px #eee;
}

.pageHeading{
	font: bold 13px Verdana, Helvetica, sans-serif;
	color: #b66da9;
}


.pageHeadingPr{
	font: bold 13px Verdana, Helvetica, sans-serif;
	background: #b66da9;
	color: #fff;
}

.pdimage {
	text-align: center;
}

.pdname{
	color: #69a5d9;
	font-weight: bold;
}

.pdprice, .pdprice span{
	color: #b66da9;
	font-weight: bold;
}


.featured0{border-bottom: solid 1px #eee; border-left: solid 1px #eee; border-right: solid 1px #eee; }
.featured1{border-bottom: solid 1px #eee; border-right: solid 1px #eee; }
.featured2{border-bottom: solid 1px #eee; border-right: solid 1px #eee;}
.topline{border-top: solid 1px #eee;}


 FORM {
     display : inline;
      }


 TR.headerError {
     color : #bbc3d3;
      }
 TD.headerError {
     font-family : Tahoma, Verdana, Arial, sans-serif;
     font-size : 12px;
     color : #ffffff;
     font-weight : bold;
      }

 TD.productListing-data {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 A.pageResults {
     color : #0000ff;
     background : inherit;
      }
 a:hover.pageResults {
     color : #0000ff;
     background : #ffff33;
      }

 TR.subBar {
     background : #f4f7fd;
     color : inherit;
      }
 TD.subBar {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 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;

      }
 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;
      }
 TD.category_desc {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     line-height : 1.5;
      }
 SPAN.newItemInCart {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;

      }
 CHECKBOX, INPUT, RADIO, SELECT {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
      }
 TEXTAREA {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
      }
 SPAN.greetUser {
     font-family : Verdana, Arial, sans-serif;
     font-size : 12px;
     font-weight : bold;
      }
 TABLE.formArea {
      }
 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;
     font-weight : bold;
      }
 SPAN.productSpecialPrice {
     font-family : Verdana, Arial, sans-serif;
      }
 SPAN.errorText {
     font-family : Verdana, Arial, sans-serif;

      }
 .moduleRowOver {
     cursor : pointer;
      }
 .moduleRowSelected {
      }
 .checkoutBarFrom, .checkoutBarTo {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 .checkoutBarCurrent {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 .messageBox {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 .messageStackError, .messageStackWarning {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 .messageStackSuccess {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 .inputRequirement {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
      }
 TABLE.linkListing {

      }
 .linkListing-heading {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     font-weight : bold;
     text-align : center;
      }

 TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
      line-height : 1.5;
      }

 
 .yearHeader {
     font-family : Verdana, Arial, sans-serif;
     font-size : 14px;
     font-weight : bold;
      }
 .calendarMonth {
     cursor : default;
     width : 100%;
      }
 .calendarHeader {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     font-weight : bold;
     text-decoration : none;
     height : 22px;
      }
 .calendarToday {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #000000;
     padding-left : 3px;
     text-decoration : none;
      height : 22px;
     width : 18px;
      }
 .calendarWeekend {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #000000;
     padding-left : 3px;
     line-height : 14px;
     text-decoration : none;
       height : 22px;
     width : 18px;
      }
 .calendar {
     font-family : Verdana, Arial, sans-serif;
     font-size : 10px;
     color : #000000;
     padding-left : 3px;
     line-height : 14px;
     text-decoration : none;
     height : 22px;
     width : 18px;
      }
 .event {
     font-family : Verdana, Arial, sans-serif;
     font-size : 11px;
     text-decoration : none;
     border : 1px solid #e6e6e6;
      }
 .empty {
     background-color : #f0faff;
     color : inherit;
     line-height : 14px;
     height : 22px;
     width : 18px;
      }
 .calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {
     color : red;
     text-decoration : underline;
     background : inherit;
      }
 .calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {
     color : red;
     text-decoration : underline;
     background : inherit;
      }
 .calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {
     color : red;
     text-decoration : underline;
     background : inherit;
      }
 h4.infoTitle {
     margin-top : 0;
     margin-right : 0;
     margin-left : 0;
     margin-bottom : 0.2em;
      }
 p.infoBlurb {
     margin-top : 0;
     margin-right : 0;
     margin-left : 0;
     margin-bottom : 2em;
      }
 TD.productPriceInListing {
      }
 TD.productPriceInBox {
      }
 TD.productPriceInProdInfo {
      }
 #navMenu {
     clear : both;
     height : 0.01%;
     margin : 0;
     padding : 0;
     list-style : none;
      }
 #navMenu ul {
     float : left;
     width : 150px;
     margin : 0;
     padding : 0;
     list-style : none;
      }
 #navMenu li {
     position : relative;
     float : left;
     line-height : 24px;
     margin-bottom : -1px;
     width : 150px;
      }
 #navMenu li ul {
     position : absolute;
     left : -999em;
     margin-left : 150px;
     margin-top : -26px;
      }
 #navMenu li ul ul {
     left : -999em;
      }
 #navMenu li a {
     width : 150px;
     display : block;
     color : #334;
     font-weight : bold;
     text-decoration : none;
     padding-left : 2px;
      }
 #navMenu li a:hover {
     background : #aac;
      }
 #navMenu li:hover ul ul, #navMenu li:hover ul ul ul, #navMenu li.sfhover ul ul, #navMenu li.sfhover ul ul ul {
     left : -999em;
      }
 #navMenu li:hover ul, #navMenu li li:hover ul, #navMenu li li li:hover ul, #navMenu li.sfhover ul, #navMenu li li.sfhover ul, #navMenu li li li.sfhover ul {
     left : auto;
      }