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

BODY {
 margin:0px;
	background:#234200;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, 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: 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 {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
.span {
  height:100px;
  width:204px;
  border:1px solid #B0DF7B;
  text-align:center;
  
}

.infoBox {
  background: #284C00;
}

.infoBoxContents {
  background: #FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-left:10px;
  height:30px;
  background:url(images/title_bg.gif) repeat-x top;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, 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: #FFFFFF;
}

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

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #284C00;
  border-spacing: 1px;
  
}

.productListing-heading {
  background:url(images/title_bg.gif) repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.productListing-heading { 
  background:url(images/title_bg.gif) repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.productListing-heading:hover {
 background:url(images/title_bg.gif) repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}


TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #284C00;
	text-decoration: none;
	vertical-align:top;
	margin-top:5px;
	padding-top:5px;
}



TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #284C00;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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

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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  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: #E6F7D2; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E7FBD1; }

.bg_block
{	display:block;
	vertical-align:middle;
	padding:6px 0 6px 15px;
	background-color: #E7FBD1;
}

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #284C00;
	text-decoration: none;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #284C00;
	text-decoration: underline;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #284C00;
	text-decoration: none;
}


.left_shadow
{	
	background:url(images/left_shadow.gif) repeat-y top right;
}

.right_shadow
{	
	background:url(images/right_shadow.gif) repeat-y top left;
}

.middle_tablebg
{	
	background:url(images/middle_tablebg.gif) repeat-x top;
}

.left_nav
{	
	background: #E1FFBF url(images/left_nav_bg.gif) no-repeat top right;
	width:215px;
}


.left_nav ul
{
	margin:0px 0px 0px 15px;
	margin: 0px;
	float: left;
	width:215px;
	list-style-type: none;
	padding-right: 0px;
	padding-top:0px;
	padding-left:0px;
	border:1px solid #284C00;
	border-bottom:none;
}


.left_nav ul li {
	margin: 0px;
	float: left;
	width:215px;
	border-bottom:1px solid #284C00;
	
}

.left_nav ul li a:link, .left_nav ul li a:visited {
	margin: 0px;
	float: left;
	padding-left: 15px;
	margin-left:15px;
	padding-top: 2px;
	padding-right: 0px;
	color: #284C00;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/arrow.gif) left;
	background-repeat: no-repeat;
}


.left_nav ul li a:hover, .left_nav ul li a:active {
	margin: 0px;
	float: left;
	padding-left: 15px;
	margin-left:15px;
	padding-top: 2px;
	padding-right: 0px;
	color: #284C00;
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/arrow.gif) left;
	background-repeat: no-repeat;
}


.all_pricebg
{	
	background:url(images/all_pricebg.gif) repeat-y top left;
}

.hr_bg
{	
	background:url(images/hr_bg.gif) repeat-y top left;
}

.titlebg2
{	
	background:#ECFDD9;
	
}

.title_bg
{	
	background:url(images/title_bg.gif) repeat-x top;
	
}

.title_bgproduct
{	
	background:#ECFDD9;
	
}

.title_bgproduct a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #396A03;
	text-decoration: none;
}

.title_bgproduct a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #396A03;
	text-decoration: underline;
}

.tabel_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.tabel_title1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.tabel_title1:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	
}


.tabel_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #284C00;
	text-decoration: none;
}

a.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #D70000;
	text-decoration: underline;
}

a.links:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #D70000;
	text-decoration: none;
}

a.links_blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0033CC;
	text-decoration: underline;
}

a.links_blue:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
}

.redtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #D70000;
	text-decoration: none;
}

.box_borderhr1
{	
	background:url(images/box_border.gif) repeat-x top;
	
}
.box_borderhr2
{	
	background:url(images/box_border.gif) repeat-x bottom;
	
}

.box_bordervr1
{	
	background:url(images/box_border.gif) repeat-y left;
	
}

.box_bordervr2
{	
	background:url(images/box_border.gif) repeat-y right;
	
}
.box_bg
{	
	background: #E1FFBE url(images/gallery_boxbg.gif) repeat-x;
	
}

.textfield_file
{	width:300px;
	height:22px;
	border:1px solid #284C00;
}

.border
{
	border:1px solid #284C00;
}
.border2
{
	border:1px solid #B0DF7B;
}
.bordernew
{
	border:1px solid #B0DF7B;
}

.scroll{
	width:523px;
	height:576px;
	overflow: auto;
	border: 1px solid #284C00;
	padding:0;
}

.textfield
{
	border:1px solid #284C00;
	width:170px;
	height:18px;

}

.textfield_small
{
	border:1px solid #284C00;
	width:140px;
	height:18px;

}

.textfield_cart
{
	border:1px solid #284C00;
	width:40px;
	height:18px;
	text-align:center;

}
.textfield_cart2
{
	border:1px solid #ffffff;
	width:40px;
	height:18px;
	text-align:center;

}

.textarea
{
	border:1px solid #284C00;
	width:170px;
	height:80px;

}

.textarea2
{
	border:1px solid #284C00;
	width:260px;
	height:80px;

}

.bold_font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #284C00;
	text-decoration: none;
}
.img_border1
{
 border:1px solid #284C00;

 
}

.img_border
{
 border:1px solid #284C00;
 
 }
.titlelink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height:normal;
  text-transform:none;
  color: #284C00;

}

.top_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
