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

BODY {
	color: #828282;/*#999999;*/
	margin: 0px;
	background-color: #EBE4DF;
	font-size: 12px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	background-color: #E5CB90;
}

TR.headerNavigation {
}

TD.headerNavigation {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight : bold;
	background-image: url(/images/nav_strip.jpg);
	height: 29px;
	background-position: center;
}

A.headerNavigation { 
  color: #999999; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
}

TD.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.infoBox {
	width: 229px;
	background-color: #E5CB90;
}

.infoBoxContents {
	width: 229px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E5CB90;
	padding-right: 12px;
}

.infoBoxNotice {
width: 229px;
  background: #FF8E90;
}

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

TD.infoBoxHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E5CB90;
	background-color: #E5CB90;
}
TD.infoBoxHeadingCategories {
width: 229px;
	background-repeat: no-repeat;
	background-color: #E5CB90;
} 


TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

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: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #cfb173;/*#b6b7cb;*/
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

A.pageResults {
  color: #d0b174;/*#0000FF;*/
}

A.pageResults:hover {
  color: #6e5930;/*#0000FF;*/
  /*background: #FFFF33;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
SPAN.smallTextf{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

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

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

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

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

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

CHECKBOX, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #E5CB90;
}

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

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#FF0000;
  font-weight: bold;
}

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

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

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

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }
.offerbox {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px; /*15px;*/
	padding-left: 14px; /*15px;*/
}

/* Extra Styles */
/* Left Side  Links Style */
.left_category_links{ font-family:arial;font-weight:bold;font-size:11px;color:#ABABAB; }
.list_product_style{ background:#ebd9c1 url(/images/strip-cat.jpg) repeat-x;height:29px;width:192px;text-align:right; }
.list_arrow_style{ background:url(/images/right-arrow.jpg) no-repeat;height:29px;width:43px; }
.list_product_style_links{ text-decoration:none; color:#626063; }
.list_product_style_links:hover{text-decoration:none;color:#C62A25; }

.list_product_style_hover{ background:#e5cb90 url(/images/strip-cat-peach.jpg) repeat-x;height:29px;width:192px;text-align:right; }
.list_arrow_style_hover{ background:url(/images/right-arrow-peach.jpg) no-repeat;height:29px;width:43px; }

/* Produt Listing Page Style */
.prod_list_table{ font-family:Arial, Helvetica, sans-serif;font-size:12px; }
.main_prod_div_style{
	/*border:1px solid #E5CB90;*/
	width:354px;
	height:auto;
	overflow:hidden;
/*	background-color: #E5CB90;*/
} /*width:98%;*/
.heading_range{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.content_div_class_style_odd{
	height:auto;
	overflow: hidden;
	padding: 3px;
	/*//background-color: #FFF3ED;*/
	background-color: #fff5de;
}/*line-height:37px;*/
.content_div_class_style_even{
	/*background:#ffffff;*/
	background-color: #fffcf2;
	height:auto;
	overflow: hidden;
	padding: 3px;
}/*line-height:37px;*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align:center;
	height:30px;
	line-height:25px;
}

/* Product Listing Page Manufaturer Style */
.product_box{
			background-image:url(/images/offer-holder.gif);
			background-repeat:no-repeat;
			width:234px;
			height:330px;
			float:left;
			margin:0px 0px 6px 0px;
			display:block;
			color:#5E5B62;
			text-decoration:none;
			font-size:12px;
			font-family: Arial, Helvetica, sans-serif; 
		}
.product_box h4{
	width:224px;
	text-align:center;
	color: #FFFFFF;
}
.product_box .image {
			margin:0px auto 9px;
			text-align:center;
			height:130px;
		}
.product_box .description {
	height:60px;/*64px; 74px;*/
	overflow:hidden;
	line-height:135%;
	width:100%;
	color: #999999;
	margin-left:8px;
	width:93%	
/*	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;*/
		}		
.product_box .submitHolder {
				float:left;
				overflow:hidden;
				margin-left:10px;
			}	
.product_box .submitImageSmallRed {
	background:url(/images/submit_small_red.png) repeat scroll 0pt 0px;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	height:28px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	width:87px;
}		
.product_box .submitImageSmall {
	background:url(/images/submit_small.png) repeat scroll 0pt 0px;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	height:28px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	width:87px;
}		.loginoutline {
	border: 1px solid #eeeeee;
	padding: 5px;
}
