/*
  $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: Arial, sans-serif; font-size: 12px; font-weight:bold;}
.errorBox { font-family : Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #e8e8e8;
  color: #6c2713;
  margin: 0px;
}

A {
  color: #b21b0f;
  text-decoration: none;
}

A:hover {
  color: #b21b0f;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #4893e5;
}

TD.headerNavigation {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
  letter-spacing:-0.03em;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerNavigation {
  background: #b31c10;
}

TD.headerNavigation {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #b31c10;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #7CAFE9;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #cbb797;
}
.infoBox_red {
  background: #e44747;
}

.infoBoxContents {
  background: #fff6e7;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBox_red .infoBoxContents {
  background: #fff1d9;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
TR.upcomingProducts-odd{
  background: #fff6e7;
}
TR.upcomingProducts-even{
  background: #fff6e7;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #e3bbb7;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #b31c10;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #6c2713;
}

TR.subBar {
  background: #fff6e7;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color:#000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.smallText_title a{
  font-family: Arial, sans-serif;
  font-size: 13px;
  color:black;
}

TD.smallText_price {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.highslide_title {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background:#ffffff;
  padding:5px;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
}

.search{
	border:1px solid #cbb797;
	width:100%;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #0785e9;
  font-weight: bold;
}

TABLE.formArea {
  background: #fff6e7;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #fff6e7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #fff6e7; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 12px; color: #ff0000; }


TR.accountHistory-even { 
  background: #fff6e7;
 } 

TR.accountHistory-odd { 
  background: #fff6e7;
 } TR.addressBook-even { 
  background: #fff6e7;
 } TR.addressBook-odd { 
  background: #fff6e7;
 } TR.alsoPurchased-even { 
  background: #fff6e7;
 } TR.alsoPurchased-odd { 
  background: #fff6e7;
 } 
TR.payment-even { 
  background: #fff6e7;
 } 
TR.payment-odd { 
  background: #fff6e7;
 } TR.productListing-even { 
  background: #fff6e7;
 } TR.productListing-odd { 
  background: #fff2d4;
 } TR.productReviews-even { 
  background: #fff6e7;
 } TR.productReviews-odd { 
  background: #fff6e7;
 } TR.shippingOptions-even  { 
  background: #fff6e7;
 } TR.shippingOptions-odd  { 
  background: #fff6e7;
 } 
 
 /* 
============================================
	ifiles maket design css 5/10/2007 12:20PM
============================================	
*/
.maket_top_left{
	width:28px;
	height:32px;
	background:url(images/maket/top_left.jpg);
}
.maket_top_right{
	width:28px;
	height:32px;
	background:url(images/maket/top_right.jpg);
}
.maket_top{
	height:32px;
	background:url(images/maket/top.jpg);
}
.maket_bottom_left{
	width:28px;
	height:32px;
	background:url(images/maket/bottom_left.jpg);
}
.maket_bottom_right{
	width:28px;
	height:32px;
	background:url(images/maket/bottom_right.jpg);
}
.maket_bottom{
	background:url(images/maket/bottom.jpg);
}
.maket_left{
	background:url(images/maket/left.jpg);
}
.maket_right{
	background:url(images/maket/right.jpg);
}
.maket_center{
	background:#FFFFFF;
}

.maket_head{
	height:163px;
	background:url(images/maket/head_bg.jpg);
}
.maket_head_left{
	width:298px;
	background:url(images/maket/head_left.jpg) right;
}
.maket_head_right{
	width:619px;
	background:url(images/maket/head_right.jpg) left;
}
.maket_header_line{
	height:35px;
	background:url(images/maket/header_line.jpg);
}
.maket_header_bg{
	background:url(images/infoBoxHeading_blue.gif) left;
}
.maket_content_bg{
	background:url(images/contentBoxHeading_red.gif) left;
}
.basket .maket_header_bg{
	background:url(images/infoBoxHeading_blue_basket.gif) left;
}
.guest_number{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	text-align:right;
}

.guest_title {
	padding:0px 10px 4px 0px;
	FONT-SIZE: 34px; 
	COLOR: #8b270a; 
	font-family:Tahoma;
	TEXT-ALIGN: right;
}
.prodText{
	padding:10px 0px 10px 0px;
}
.prodText a{
	font-size:13px;
}
.prodText img{
	border:solid 2px #ed7f7f;
	margin-bottom:10px;
}
.infoBox_red td{
	color:#000000;
}
.goto_right{
	background:url(images/maket/goto_right.jpg) right;
}
.goto_left{
	background:url(images/maket/goto_left.jpg) left;
}
.goto_bottom{
	background:url(images/maket/goto_bottom.jpg) left;
}
.goto_right_corner{
	background:url(images/maket/goto_right_corner.jpg) right;
	height:9px;
	width:9px;
}
.goto_left_corner{
	background:url(images/maket/goto_left_corner.jpg) left;
	height:9px;
	width:9px;	
}
#left_1 {
font-size:11px;
font-weight:normal;
}
#left_1 a{
font-size:11px;
font-weight:normal;
}
#right_1 {
font-size:11px;
font-weight:normal;
}
#right_1 a{
font-size:11px;
font-weight:normal;
}
#ntr1 a{
font-size:10px;
font-weight:normal;
}
#ntr1 {
font-size:10px;
font-weight:normal;
}
#rtr a{
font-size:10px;
font-weight:normal;
}
#rtr {
font-size:10px;
font-weight:normal;
}
.maket_footer{
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14;
	font-weight:bold;
}
.maket_bestsellers img{
	border:solid 2px #80cfee;
}
span a img{
	border:solid 2px #ed7f7f;
}

table.truck_alternative {
	font: 11px verdana,verdana, arial;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
	color: #333;
	line-height: 19px;
}
table.truck_alternative td {
	margin: 0;
	padding: 2px 6px;
	border: 1px solid #7EB4F5;
	background:#ffffff;
}
table.truck_alternative th {
	background-color: #575757;
	padding:  2px 5px;
	color: #fff;
	font-weight: bold;
	font-size:10px;
	border-right: 1px solid #333;
	text-transform: uppercase;
	text-align:center;
}
