/*
  $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, 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: #FF0000;
	font-weight: bold;
}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A.buybothPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
/*	color: b2d524; */
	color: #99FF66;
}
A.buybothPrice1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/*	color: b2d524; */
	color: #99FF66;
	text-decoration: line-through;
}
A.buybothHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
/*	color: b2d524; */
	color: #99FF66;
}
.buybothText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFCC00;
}

BODY {
	color: #ffffff;
	margin: 0px;
	font-weight: bold;
}

A {
	color: #99FF66;
	text-decoration: none;
}

A:hover {
  color: #00CCFF;
  text-decoration: underline;
}

A:Visited {
	color: #CC99FF;
}

FORM {
	display: inline;
}

TR.header {
  background: #003366;
}

TR.headerNavigation {
  background: ;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: ;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
	color: #99FF66;
}

A.headerNavigation:hover {
  color: #00CCFF;
}

A.headerNavigation:Visited {
  color: #CC99FF;
}

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: ;

}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: ;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	color: #FFFFFF;
	background-image: url('images/contentBG.png');
	background-repeat:repeat-x;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.score {
	font-family: Verdana, Arial, sans-serif;
	font-size: 28px;
	color: #99ff99;
	font-weight: bold;
}

.infoBoxNotice {
  color: #000000;
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image: url('images/infobox/corner_right_left.png');
  color: #ffffff;
}

TR.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image: url('images/infobox/corner_right_left.png');
  color: #ffffff;
}

TD.infoBoxHeading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

TR.infoBoxHeading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  background: #FF8E90;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.shippingOptions-odd {
  background-image: url('images/contentBG.png');
	background-repeat:repeat-x;
    color: #000000;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.shippingOptions-even {
    background-image: url('images/contentBG2.png');
	background-repeat:repeat-x;
    color: #000000;
}

TR.upcomingProducts-odd {
  background-image: url('images/contentBG5.png');
	background-repeat:repeat-x;
    color: #000000;
}

TR.upcomingProducts-even {
  background-image: url('images/contentBG6.png');
	background-repeat:repeat-x;
    color: #000000;
}

TABLE.productListing {

}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url('images/infobox/corner_right_left.png');
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-image: url('images/contentBG.png');
	background-repeat:repeat-x;
}

TD.productListing-data2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

A.pageResults {
	color: #99FF66;
}

A.pageResults:hover {
  color: #00CCFF;
}

A.pageResults:Visited {
  color: #CC99FF;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4;
}

TR.subBar {
  background: #f4f7fd;
    color: #000000;
}

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;
	background-image: url('images/contentBG.png');
	background-repeat:repeat-x;
	color: #FFFFFF;
	padding: 4;
	font-weight: bold;
}

TD.main2, P.main2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #FFFFFF;
	padding: 4;
	font-weight: bold;
}

TD.main3, P.main3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-image: url('images/contentBG2.png');
	background-repeat:repeat-x;
	color: #FFFFFF;
	padding: 4;
	font-weight: bold;
}

TD.main4, P.main4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-image: url('images/contentBG3.png');
	background-repeat:repeat-x;
	color: #FFFFFF;
	padding: 4;
	font-weight: bold;
	vertical-align: bottom;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    color: #ffffff;
}

TD.smallText1, SPAN.smallText1, P.smallText1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TD.smallText2, SPAN.smallText2, P.smallText2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}


A.smallText {
	color: #99FF66;
}

A.smallText:hover {
  color: #00CCFF;
}

A.smallText:Visited {
  color: #CC99FF;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  
    background-image: url('images/infobox/corner_right_left.png');
}

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;
    color: #000000;
}

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: #FFCC00;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-image: url('images/contentBG.png');
	background-repeat:repeat-x; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-image: url('images/contentBG.png');
	background-repeat:repeat-x; }

.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;
	background-color: #ffb3b5;
	color: #000000;
}
.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; }



/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}


.phplmbodytable { /* Class of table cells containing plain menus */

}

.phplmnormal {     /* Font size & color of unlinked menu items */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;	
}


a.phplm:link	{      /* Font color, style of linked & visited menu items */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #99FF66;
	font-weight: bold;	
	text-decoration: none;	
}

a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CC99FF;
	font-weight: bold;	
	text-decoration: none;	
}

a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #00CCFF;
	font-weight: bold;
	text-decoration: none;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CC99FF;
	font-weight: bold;
	text-decoration: none;	
}

.dmselected {   /* Style overide for selected category tree */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CC99FF;
	font-weight: bold;
		font-weight: bold;
}
