/*
  $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
*/

.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;
  background-color: #CC9966;
}

A {
	color: #0000CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:hover {
	color: #E18700;
	text-decoration: underline;
	background-color: #FFE1B5;
}

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-color: #FFE6BF;
	padding: 3px;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFF8F0;
	padding: 5px;
	margin: 1px;
}

.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;
	background-color: #000099;
}

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-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000099;
}

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: 16px;
  font-weight: bold;
  color: #3366FF;
}

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

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: #CC0000;
  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: #00CC00; }
.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,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {color: #FFFFFF}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.style4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style5 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

ul.shopping_cart_top{
 text-align:left;
 height:100px;
 overflow:hidden;
 padding:0px;
 margin:0px;
}

.shopping_cart_top li{
 list-style-type:none;
 display:block;
 vertical-align:middle;
}
.shopping_cart_top li a{
 display:block;
 padding:6px;
}

.shopping_cart_top li a:hover{
 text-decoration:none;
 border-bottom:1px dashed #782559;
 background:#a62877;
}

.shopping_cart_more_div a{
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	background-position: right top;
	width: 208px;
}

.shopping_cart_more_div a:hover{
 display:block;
 text-decoration:none;
}

/* box */
ul.box_link_list{
 padding:2px;
 margin:0px;
 list-style-type:none;
}

.box_link_list li{
 display:block;
 width:215px; 
 list-style-type:none;
 vertical-align:middle;
}

html* .box_link_list li{
 display:block;
  width:227px; 
}

.box_link_list li a{
	display:block;
	width:215px; /* left column width */
	margin:0px;
	padding:6px;
	color:#009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

html* .box_link_list li a{
 display:block;
  width:227px; 
}

.box_link_list li a:hover{
	text-decoration:none;
	background:#505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
}




/* box * /
ul.categories_menu{
 padding:0px;
 margin:0px;
 list-style-type:none;
}

.categories_menu li{
 display:block;
 width:215px;
 margin:0px;
 padding:0px;
 list-style-type:none;
 vertical-align:middle;
}

html* .categories_menu li{
 display:block;
 width:227px;
}

.categories_menu li a{
display:block;
width:220px;
margin:0px;
padding:6px;
color:#ffffff;
}

.categories_menu li a:hover{
 text-decoration:none;
 background:#505050;
 color:#000000;
}
/ *
.categories_menu .catlevel1{
 padding-left:10px;
}

.categories_menu .catlevel2{
 padding-left:20px;
}
*/

/* box */
ul.categories_menu{
 padding:0px;
 margin:0px;
 list-style-type:none;
}

.categories_menu li{
 display:block;
/* width:215px; */
 list-style-type:none;
 vertical-align:middle;
}

html* .categories_menu li{
 display:block;
/* width:227px; */
}

.categories_menu li a{
	display:block;
	/* width:215px; /* left column width */
 margin:0px;
	padding:5px;
	color:#A66400;
	font-family: Verdana, Arial;
	font-size: 12px;
	
}

html* .categories_menu li a{
	display:block;
	padding: 3px;
/* width:227px; */
}

.categories_menu li a:hover{
   text-decoration:none;
   background:#505050;
   color:#FFFFFF;
   font-family: Verdana, Arial;
}

.catlevel_0{
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}
.catlevel_1{
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000FF;
	font-size: 10px;
	font-weight:normal;
}

.catlevel_2{
	padding-left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	color: #0000FF;
	font-size: 10px;
}

.catlevel_3{
padding-left:30px;
}

.top_navigation_button a{
display:block;
height:23px;
background:url('images/header_menu_bg.gif') repeat-x left top;
}

.top_navigation_button a:hover{
display:block;
background:url('images/header_menu_bg.gif') repeat-x left -23px;
}

SPAN.button {
  font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
  color: #ffffff;
}

SPAN.button A {
  color: #ffffff;
    font-size: 9px;
  text-decoration: none;
}


.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
}

.style10 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style11 {color: #FF9900}
.style12 {color: #000066}
body,td,th {
	color: #000066;
}
.style15 {color: #FFFF66}
.style17 {color: #999999}
.style19 {color: #FFFF33}
.style23 {color: #FFFF66; font-weight: bold; }
.style24 {color: #000099}
.style26 {color: #7D97FF}
