/*
  $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
*/
td.boxText
{
	font-family: Arial, sans-serif,Verdana; 
	font-size: 11px; 
	color: #666666;
	text-decoration:none;
}

.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: #cbcbcb; }
.orderEdit ,
.orderEdit A,
.orderEdit A:hover
{ 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 10px; 
	color: #C00000; 
}

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

A {
	color: #444444;
	text-decoration: none;
	font-family :  Arial,Verdana, sans-serif; font-size : 10px;
}

A:hover {
	color: #000000;
	text-decoration: underline;
	font-family :  Arial, Verdana,sans-serif; font-size : 10px;
}

FORM {
	display: inline;
}

.header {
	background: #ffffff url('images/header_right.jpg') no-repeat bottom right;
	width:100%;
	border-bottom:7px solid #cbcbcb;
	border-right:4px solid #cbcbcb;
}

.intermain
{
	background: #ffffff;
	width:100%;
	height:140px;
	border-top:1px solid #FFFFFF;
	border-bottom:7px solid #5d6266;
}

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: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #313131;
  padding-top:30px;
}

.header_menu {
  background: url('images/menu_bg.jpg');
}

.header_menu A
{
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  background:url('images/menu.jpg');
  width:165px;
  height:30px;
  line-height:28px;
  display:block;
}

.header_menu A:hover
{
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  color: #313131;
  font-weight: bold;
  text-align: center;
  text-decoration:none;
  background:url('images/menu_over.jpg');
  width:165px;
  height:30px;
  line-height:28px;
  display:block;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBoxSearch input{
	background: #C00000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
 }

.infoBoxSearch{
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	background: #C00000;
	color:#000000;
 }

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

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #C00000;
  height:22px;
  padding-left:10px;
  display:inline-table;
}
DIV.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #C00000;
  height:22px;
  display:inline-table;
}

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

.productListing-heading {
  	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#5d6266;
	color:#FFFFFF;
}
.productListing-heading A{
	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#5d6266;
	color:#FFFFFF;
	text-decoration:none;
 }
.productListing-heading A:hover{
	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#5d6266;
	color:#FFFFFF;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}
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 {

	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#5d6266;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:30px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main,P.main A,
.main A{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight:normal;
  color:#313131;
}

P.main A:hover,
.main A:hover{
  color:#000000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}


.important ,
.important A,
.important A:hover
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight:bold;
  color:#C00000;
  display:inline;
}

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

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: #000000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 0px;
}

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

.mainModuleRow
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.moduleRow 
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color:#313131;
  height:22px;
  padding-left:10px;
  display:inline-table;
  background-color: #cbcbcb; 
}
.moduleRowOver 
{   
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color:#FFFFFF;
  height:22px;
  padding-left:10px;
  display:inline-table;
  background-color: #5d6266; 
  cursor: pointer; 
  cursor: hand; 
}
.moduleRowSelected 
{ 
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background-color: #5d6266;
  color:#FFFFFF;
  height:22px;
  padding-left:10px;
  display:inline-table;
}

.checkoutBarFrom, 
.checkoutBarFrom A,
.checkoutBarFrom A:hover,
.checkoutBarTo ,
.checkoutBarTo A,
.checkoutBarTo A:hover
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #cbcbcb; 
}
.checkoutBarCurrent ,
.checkoutBarCurrent A,
.checkoutBarCurrent A:hover
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #C00000; 
}

/* input Requirement */

.inputRequirement
{ 
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #C00000;
  height:22px;
  padding-left:10px;
  display:inline-table;
}

/* message box */

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

.messageStackSuccess
{ 
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background-color: #5d6266;
  color:#FFFFFF;
  height:22px;
  padding-left:10px;
  display:inline-table;
}

.messageStackError, 
.messageStackWarning 
{ 
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background-color: #C00000;
  color:#FFFFFF;
  height:22px;
  padding-left:10px;
  display:inline-table;
}


.column_left
{
	background: #ffffff;
	border-left:2px solid #5d6266;
	width:298px;
	height:100%;
}

.cat
{
	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#FFFFFF;
	color: #666666;
	display:block;
	overflow:hidden;
}

.cat_hover
{
	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#5d6266;
	color:#FFFFFF;
	display:block;
	cursor:pointer;
	cursor:hand;
	
}
.cat_hit
{
	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#c00000;
	color:#FFFFFF;
	display:block;
	cursor:pointer;
	cursor:hand;
}

.navbar
{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color:#000000;
	padding:2px;
	width:80%;
}
.small_menu_img
{
	background: url('images/menu_bg.jpg');
	height:30px; 
	display:table-cell;
}

.buttons
{
	text-decoration:none;
	text-align:center;
	line-height: 22px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
	height:22px;
	background:#c00000;
	color:#FFFFFF;
	display:inline-table;
	width:100%;
}

div.buttons 
{
	cursor:pointer;
	cursor:hand;
}
