/*
  $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, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

* {  font-family: Verdana, Arial, sans-serif;}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}


H2 {
	font-size: 16px;	
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #0066cc;
}

TD.headerNavigation {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #0066cc;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #0066cc;
}

TD.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #0066cc;
  color: #ffffff;
  font-weight: bold;
}

.infoBox tr td {
	padding: 0;
	margin: 0;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #0066cb;
  background-position: top center;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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: #fff;
}

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

TABLE.productListing {
  border-left: 1px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #CCC;
}

.productListing-heading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #0066cc;
  color: #FFFFFF;
  font-weight: bold;
  height: 18px;
  line-height: 20px;
  padding: 3px;
}

td.productListing-data {
	padding: 2px;
}

TD.productListing-data img {
	border: 1px solid #ccc;
}

TD.productListing-data a.buynow img {
	border: none;
}

TD.productListing-data-outer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;

}

tr.productListing-even-outer {
	background-color: #E9F3F3;
	
}

tr.productListing-odd-outer {
	background-color: #FBF3DB;
	
}
tr.productListing-even {
	background-color: transparent;
	
}
tr.productListing-odd {
	background-color: transparent;
	
}

td.productListing-data-outer td.productListing-data {
	border: none;
}
A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/*td.main { width: 190px; }*/

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

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

TD.fieldKey {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }


td{font-family:verdana;font-size:11px;color:black;background-repeat:no-repeat}
TEXTAREA{font-family:verdana;font-size:11px}
INPUT{font-family:verdana;font-size:11px}
OPTION{font-family:verdana;font-size:11px}

a{color:black;text-decoration: none;}   

a:link {color: black} 

a:hover {color:black}


.black{font-size:11px;color:black;font-weight: bold;text-decoration : none}
a.black:link {font-size:11px;color:black;font-weight: bold;text-decoration : none}
a.black:visited {font-size:11px;color:black;font-weight: bold;text-decoration : none}
a.black:hover {font-size:11px;color:white;font-weight: bold;text-decoration : none}



.white {font-size:12px;color:white}
a.white:link {font-size:12px;color:white; }
a.white:visited {font-size:12px;color:white; }
a.white:hover {font-size:12px;color:black }

.blue {color:blue;font-family:times;font-size:20px;font-style: italic;padding-left:20px}

.vbiggreen {color:#34982A;font-size:30px;font-weight: bold}

.bigwhite {color:white;font-size:25px;font-weight: bold;display: inline}


.gray{font-size:12px;color:#888888;}

.orange{font-size:12px;color:#FF6701}

.bigblack {color:black;font-size:20px;font-weight: bold;display: inline}
.medblack {color:black;font-size:15px;font-weight: bold;display: inline}

.address {font-size:9px}

.title {font-size:15px;color:#0066CC}
.title2 {font-size:12px}

H4 {display: inline}

.reg{font-size:9px}

.brown {font-size:11px;background:#BDA1A4;width:300px;}

a.nav:link {font-size:11px;color:black; background-image:url("images/button.gif"); background-repeat: no-repeat; width:170px; height:23px;padding-top:5px; padding-bottom:5px;padding-left:10px;}
a.nav:visited {font-size:11px;color:black; background-image:url("images/button.gif"); background-repeat: no-repeat; width:170px; height:23px;padding-top:5px; padding-bottom:5px;padding-left:10px;}
a.nav:hover {font-size:11px;color:white; background-image:url("images/button_rool.gif"); background-repeat: no-repeat; width:170px; height:23px;padding-top:5px; padding-bottom:5px;padding-left:10px;}

.border{border-style: solid;border-color: #0066cc;border-width:1px}
.border_gray{border-style: solid;border-color: #cccccc;border-width:1px}

hr {color:green}

td.menu{background:#FED597 }
table.menu
{
font-size:10px;
position:absolute;
left:150px;

visibility:hidden;
}

a img { border: none; }

table.header_menu {
  background-color: #f79647;
  margin: 0 0 3px 0;
}

table.header_menu td {
  text-align: center;
  width: 11%;
  background-image: url(images/menu/orange-bg.jpg);
  background-repeat: repeat-x;
  border-right: solid 1px #993300;
  border-left: solid 1px white;
  border-bottom: solid 1px #993300;
  

}

table.header_menu td a {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 18px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

table.header_menu td a:link {
}
table.header_menu td a:visited {
}
table.header_menu td a:hover {
  background-color: #0066cc;
  text-decoration: none;
}
table.header_menu td a:active {
  background-color: #0066cc;
  text-decoration: none;
}


#header_logos {
  background-color: #0066cc;
  margin: 0 0 3px 0;
  height: 55px;
}

ul#categories_menu, ul#bottommenu {
  list-style: none;
  width: 184px;
  margin: 0 0 2px 0;
  padding: 0;
}
ul#bottommenu {
	margin: 0 0 0 0;
}

ul#categories_menu li ul, ul#bottommenu li ul {
  list-style: none;
  width: 184px;
  margin: 0 8px 1px 0;
  padding: 0;
}


ul#categories_menu li, ul#bottommenu li {
  margin: 1px 0 0 0;
  padding: 0;
}

ul#categories_menu li a, ul#bottommenu li a {
  display: block;
  padding: 0 2px 0 33px;
  width: 184px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  border: none;
  color: white;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  background-image: url(images/menu/inactive.gif);
  background-position: -10px 0;
}

ul#categories li ul li a {
  background-image: url(images/menu/orange.gif);
  background-position: -4px 0;
}

td.boxText > ul#categories_menu li a {
	width: 149px;
}

td.boxText > ul#bottommenu  li a {
	width: 149px;
}

ul#categories_menu li a.orangemenu {
  background-image: url(images/menu/orange.gif);
}

ul#bottommenu li a {
  background-image: url(images/menu/orange.gif);
}

ul#categories_menu li a.bluemenu {
  background-image: url(images/menu/blue.gif);
}

ul#categories_menu li a:link, ul#bottommenu li a:link {
  background-color: #797979;
}

ul#categories_menu li a:visited, ul#bottommenu li a:visited {
  background-color: #797979;
}

ul#categories_menu li a:hover, ul#bottommenu li a:hover {
  background-color: #6eb7b7;
  background-image: url(images/menu/active.gif);
  background-position: -4px 0;
}


ul#categories_menu li a:hover.orangemenu, ul#categories_menu li a:active.orangemenu, ul#bottommenu li a:hover, uk#bottommenu li a:active {
  background-image: url(images/menu/orange.gif);
}

ul#categories_menu li a:hover.bluemenu, ul#categories_menu li a:active.bluemenu {
  background-image: url(images/menu/blue.gif);
}



ul#categories_menu li.current a {
  background-image: url(images/menu/active.gif);
  background-color: #6eb7b7;
}



.productInfo ul#categories_menu li.current a {
  background-image: url(images/menu/inactive.gif);
  background-position: -10px 0;
}

ul#categories_menu li ul li a {
	margin-left: 10px;
	width: 164px;
}

td.boxText > ul#categories_menu li ul li a {
	width: 129px;
}

#categoriestd {
	position: relative;
	height: 30px;
}

#categoriestd ul.categories_tabs {
  position: absolute;
  top: 1px;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
}

#categoriestd > ul.categories_tabs {
  position: relative;
  top: 1px;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
}


ul.categories_tabs li {
  background: url(images/category-tab-left.gif) no-repeat left top;
  display: block;
  float: left;
  clear: none;
  height: 30px;
  margin: 0 1px;
  padding: 0 0 0 12px;
}

ul.categories_tabs li.currentcat {
  background: url(images/category-tab-left-current.gif) no-repeat left top;
}

ul.categories_tabs li span{
  background: url(images/category-tab-right.gif) no-repeat right top;
  display: block;
  width: 1%;
  height: 30px;
  padding: 0 42px 0 0;
  line-height: 24px;
  white-space: nowrap;
}

ul.categories_tabs li > span{
  width: auto;
}

ul.categories_tabs li.currentcat span{
  background: url(images/category-tab-right-current.gif) no-repeat right top;
  color: black;
}
ul.categories_tabs li a {
  display: block;
  color: black;
  width: 1%;
}

ul.categories_tabs li.currentcat span a {
  color: black;
} 

ul.categories_tabs li > a {
  width: auto;
}

h1.homepage-h1 {
  border: 1px solid #6299d8;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
  font-size: 16px;
  height: 26px;
  margin: 0 0 12px 0;
  padding: 0;
}

td.productoftheday {

  height: 427px;
}

td.productoftheday h2 {
	font-size: 16px;
}

#photoScroll1_outer h2 {
  margin: 0 2px 10px 2px;
  background-color: #b2d1e3;
  color: white;
  font-style: none;
  font-weight: normal;
  padding: 3px 0;
  height: 40px;
  line-height: 39px;
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin: 0;
}

#photoScroll1_outer {
	background: #679bcb;
  height: 261px;
  margin: 0 auto;
  padding: 0;
}


#photoScroll1_outer table td {
  padding: 0;
  margin: 0;
}
#photoScroll1 {
	position:relative; 
	overflow: hidden;
	width: 528px;
	height: 189px;
	margin: 0; 
	padding: 0;
}
#scroller img {
	margin-left: 3px;
	margin-right: 3px;
 }
#scroller{
	white-space: nowrap;
	height: 189px;
}


#specialsScrollerContainer {
  margin-top: 12px;
}

a.cards img {
	margin: 3px;
}

a.cards {
}

.cardsaccepted h3 {
	text-align: center;
	color: white;
	background-color: #0066cc;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
}
	
	
.cardsaccepted {
		background-image: url(images/greyfade.jpg);
		background-repeat: repeat-x;
		margin-top: 14px;
}

#showme {
	display: block; 
	width: 117px; 
	height: 26px; 
	text-align: center; 
	line-height: 26px; 
	color: #ff6600; 
	font-weight: bold; 
	font-size: 14px;
}

td.productoftheday p {
	margin: 0 0 10px 0;
	padding: 0;
}

.bazListing {
	
}

.productmain h1 {
	font-size: 20px;
}

div.catdesc {
	padding: 6px;
	text-align: justify;
	font-weight: bold;
}

.catdesc {
	background-color: #bededd;
	color: black;
}


h2.catdesc {
	background-color: transparent;
	font-size: 20px;
	color: white;
	padding: 0;
	text-align: center;
	margin: 0;
	clear: none;
}

hr.dotted {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	height: 1px;
	border: none;
	border-top: 1px dashed #ccc;
}

table.priceformat td {
	border: 1px solid #ccc;
}

.extrapadding {
	padding: 10px;
	
}

