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


.wrapper
{
	width:767px;
	margin: auto;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #D4716E; /*Purple*/
	background-color:#FFFFFF; 
}

BODY {
  background:url(images/bg.jpg) repeat-x; 
  color: #5D5D5D;
  margin: 1px;
  font-family: Tahoma;
  font-size: 12px;
}

TABLE {
	font-family: Tahoma;
	font-size: 12px;
}

A, a:link, a:visited
{
  color:#68BE5E; 
  text-decoration: underline;
  font-family: Tahoma;
}
A:hover 
{
  color:#CC5450;
  text-decoration: underline;
}

A.faded
{
  color:#C0C0C0;
  text-decoration: none;
}


A.pageResults 
{
  color: #FF0000;
}

A.pageResults:hover 
{
  color: #FF0000;
}

A.headerNavigation 
{ 
  color: #FFFFFF; 
}

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


a.header
{
 color:#000000;
}

FORM {
	display: inline;
}

H1, H2, H3, H4, H5, H6 
{
   color: #D4716E; /* Purple */
	font-family: Tahoma; 
}


/*Nav*/
.nav
{
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#CDEFF0; /* Cyan Changes main background of navigation */
	display: inline-block;
	color:#FFFFFF;
	border: 1px solid #D4716E;  /*Purple*/

}

.nav:after 
{ 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 

/* Hides from IE-mac \*/ 
* html .nav { height: 1%; } 
.nav { display: block; } 
/* End hide from IE-mac */ 


ul.menu
{
	clear:both;
	text-align: center;
	margin: 0px;
   padding: 0px; 
   list-style-type: none; 
	background-color:#CDEFF0; /*cyan */
}

ul.menu li 
{
	float: left; 
	line-height:25px;
	margin:0px;
	padding:0 0 0 5px; 
	border-left: 1px solid #D4716E; /*Purple*/
}

ul.menu li a
{
	margin-left: 10px;
	margin-right: 10px;
}

ul.menu a, ul.menu a:link, ul.menu a:visited
{ 
	color:#68BE5E;  /* menu text colour, Green */
	background-color:#CDEFF0; /* Cyan, Changes main background of navigation */
	text-decoration:none;
} 

ul.menu a:hover, ul.menu a:active
{ 
	color: #D4716E; /* Purple */
	text-decoration:underline;
} 

ul.menu a:focus
{ 
	color: #FCB146;
	text-decoration:underline;
} 

/*EOF Top and Bottom Nav*/


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {

	border: 1px solid #D4716E; /*Purple*/

}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, 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 solid #D4716E; /*Purple*/
}

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

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

 TD.productDesc {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10px;
   color: #808080;
   padding: 1px 7px 1px 7px;
 }
.star-product-title {
  font-family: Arial, Verdana, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.star-product {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.star-product-price
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

A.pageResults 
{
  color: #0000FF;
}

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

td.pageHeading, DIV.pageHeading 
{
  font-size: 20px;
  font-weight: bold;
  color: #D4716E; /* Purple */
  font-family: Tahoma; 
}

TD.pageHeading1
{
  font-size: 20px;
  font-weight: bold;
  color: #D4716E; /* Purple */
  font-family: Tahoma; 
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, li.main, td.options
{
  font-family: Tahoma;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

TABLE.formArea {
  background: #f1f9fe;
	border: 1px solid #7b9ebd; 
}

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

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

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

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

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

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

/* message box */

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

/* input requirement */

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

