/*
  $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 {
  background: #3b3b3b;
  background-image: url(images/design/background.gif);
  background-repeat: repeat-x;
  color: #000000;
  margin: 0px;
}

TD.homePage {
  background-image: url(images/design/background.jpg);
  background-repeat: no-repeat;	
  background-position: bottom right;
}

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

TABLE.mainTable {
  background: #ffffff;
}

A {
  color: #3b3b3b;
  text-decoration: none;
}

A:hover {
  color: #ffb400;
  text-decoration: none;
  /*border-bottom:1px solid #ffb400;*/
}

A.headingLink {	
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;
  padding-top: 20px;
}

A.featuredLink {	
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #226b0e;
  padding-top: 20px;
}

A.smallLink {
  font-size: 9px;
  text-decoration: none;
  color: #808080;
}

P {
  line-height: 1.5;	
}

/*
A IMG {
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}

A:hover IMG {
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

A.noTransparency IMG {
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

INPUT {
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}

INPUT.inputHover {
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

*/

FORM {
  display: inline;
}


/* Menu Styles */
DIV.menu {
	margin: 0;
	width: 170px;
	height: 25px;
}

DIV.menu a {
	position: relative;
	width: 170px;
	height: 25px;
	display: block;
	background: #fefdda;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
    	font-size: 12px;
    	font-weight : bold;
	text-decoration: none;
	color: #000000;
	line-height: 8px;
}

DIV.menu a:hover{
	width: 170px;
	height: 25px;
	display: block;
	background: #ff4e00;
	font-family: Verdana, Arial, sans-serif;
    	font-size: 12px;
    	font-weight : bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 8px;
	border: 0;
}

DIV.menu DIV.menu {
	visibility: hidden;	
	position: absolute;
	border: 1px solid #000000;
	background: #fefdda;
	z-index: 98;
	filter:alpha(opacity=85);
  	-moz-opacity:.85;
  	opacity:.85;
}

/* End Menu Styles */

TD.columnLeft {
  width: 170px;
  background-color: fefdda;
}

TD.columnLeftBorder {
  width: 14px;
  background-image: url(images/design/menu_right_bg.gif);
  background-repeat: repeat-y;
}

TD.mainLeft {
  width: 14px;
  background-image: url(images/design/main_left_bg.gif);
  background-repeat: repeat-y;	
}

TD.mainRight {
  width: 14px;
  background-image: url(images/design/main_right_bg.gif);
  background-repeat: repeat-y;	
}

TD.mainBottom {
  height: 25px;
  background-image: url(images/design/main_bottom_bg.gif);
  background-repeat: repeat-x;
}

TD.cartBox {
  background-color: #ffffff;
  background-image: url(images/design/cart_box.png);
  background-repeat: no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight : bold;
  padding-top: 8px;
  height: 48px;
  width: 230px;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background-color: #ffffff;
  background-image: url(images/design/top_bg.gif);
  background-repeat: repeat-x;
  height: 39px;
}

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

TD.headerNavigationCrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight : bold;
  color: #ffffff;
}

A.headerNavigation { 
  color: #ffffff; 
  text-decoration:none;
}

/*
A.headerNavigation IMG {
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;	
}
*/

A.headerNavigation:hover {
  color: #ffb400;
  text-decoration:none;
  border-bottom: 0px;
}

TABLE.headerError {
  position: absolute;
  top: 99px;
  z-index:4;
}

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;
}

TABLE.headerInfo {
  position: absolute;
  top: 99px;
  z-index:4;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #3b3b3b;
  color: #9c9c9c;
}

TD.footer A {
  color: #9c9c9c;
  text-decoration: none;
}

TD.footer A:hover {
  color: #ffffff;
  text-decoration: underline;
}

.infoBox {
  color: #000000;
  border: 1px solid #000000;
}

.infoBoxMenu {
  color: #000000;
  border: 1px solid #000000;
  border-top: 0px;
  margin-bottom: 10px;
}

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

.infoBoxContentsMenu {
  background: #fefdda;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.featureBoxContents {
  background: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  line-spacing: 1.5px;
}

.infoBoxNotice {
  background: #000000;
}

.infoBoxNoticeMenu {
  background: #fefdda;
}

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

.infoBoxNoticeContentsMenu {
  background: #fefdda;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #2b2b2b;
  color: #e1e1e1;
}

TD.infoBoxHeadingMenu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #fefdda;
  background-image: url(images/infobox/heading_background.gif);
  color: #000000;
}

TD.infoBoxHeadingMenu SPAN{
  background-color: #fefdda;
}

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: #000000;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #a3d28e;
  color: #000000;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}

A.productListing-link {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #a3d28e;
  color: #000000;
  font-weight: bold;
}

A.productListing-link:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #a3d28e;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #ffffff;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #101010;
  padding-top: 20px;
}

FONT.subHeading {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}

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

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

TD.smallerText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #999999;
}

TD.smallTextFooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #333333;
}

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

IMG.featureBullet {
	vertical-align: -3%;
	align: left;
	margin-top: 10px;
	margin-bottom: -4px;
}

IMG.pdf {
	vertical-align: -1%;
	align: left;
	margin-top: 10px;
}

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

.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; color:#ff0000; background-color: #f1f1f1; border: 1px solid #ff0000}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #24aa09; background-color: #f1f1f1; border: 1px solid #24aa09}

/* input requirement */

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

/* Rating Text */
.rating 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #000000;
}
