/*
  $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
*/
A {
  text-decoration: underline;
  color:ffffff;
}

A:hover {
  text-decoration: underline;
}
.boxText
{
	font-family: arial;
	font-size: 10px;
}

.errorBox
{
	font-family: arial;
	font-size: 10px;
	background: #ffb3b5;
	font-weight: bold;
}

.stockWarning
{
	font-family: arial;
	font-size: 10px;
	color: #cc0033;
}

.productsNotifications { background: #f2fff7; }

.orderEdit
{
	font-family: arial;
	font-size: 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY { margin:0px}



FORM { display: inline; }
TR.header { background: #ffffff; }
TR.headerNavigation { background: #bbc3d3; }

TD.headerNavigation
{
	font-family: arial;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}

A.headerNavigation
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

A.headerNavigation:hover
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

TR.headerError { background: #ff0000; }

TD.headerError
{
	font-family: arial;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo { background: #00ff00; }

TD.headerInfo
{
	font-family: arial;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer { background: #bbc3d3; }

TD.footer
{
	font-family: arial;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}

.infoBox
{
	border: 0px solid #ffffff;
}

.infoBoxContents
{
	font-family: arial;
	font-size: 11px;
}

.infoBoxNotice { background: #FF8E90; }

.infoBoxNoticeContents
{
	background: #FFE6E6;
	font-family: arial;
	font-size: 10px;
}

TD.infoBoxHeading
{
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	display: none;
}

TD.infoBox, SPAN.infoBox
{
	font-family: arial;
	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;
	/*//shopping-cart content color: ;*/
}

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: #CCCDFF;
	/*//shopping-cart content color: ;*/
}

TABLE.productListing
{
	border: 0px;
	border-style: solid;
	border-color: #CCCDFF;
	/*//shopping-cart header/footer color */
	border-spacing: 1px;
}

.productListing-heading
{
	border-right: 1px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	text-align: center;
	color: #2D2D2D;
	text-transform: uppercase;
	font-weight: bold;
	padding: 11px;
	font-family: arial;
	font-size: 13px;
	background: #CCCDFF;
	/*//shopping-cart header/footer color: ;*/
}

TD.productListing-data
{
	border-right: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

TD.pageHeading, DIV.pageHeading
{
	font-family: arial;
	font-size: 22px;
	color: #ffffff;
	height: 50px;
	background-color: #333333;
	text-align: center;
}

TR.subBar { background: #f4f7fd; }

TD.subBar
{
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

TD.main, P.main
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
}

TD.smallText, SPAN.smallText, P.smallText
{
	font-family: arial;
	font-size: 9px;
	color: #636563;
}

TD.accountCategory
{
	font-family: arial;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue
{
	font-family: arial;
	font-size: 12px;
}

TD.tableHeading
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart
{
	font-family: arial;
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT
{
	font-family: arial;
	font-size: 11px;
}

TEXTAREA
{
	width: 100%;
	font-family: arial;
	font-size: 11px;
}

SPAN.greetUser
{
	font-family: arial;
	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;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock
{
	font-family: arial;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice
{
	font-family: arial;
	color: #ff0000;
}

SPAN.errorText
{
	font-family: arial;
	color: #ff0000;
}

.moduleRow { }

.moduleRowOver
{
	background-color: #666666;
	cursor: hand;
}

.moduleRowSelected { background-color: #666666; }

.checkoutBarFrom, .checkoutBarTo
{
	font-family: arial;
	font-size: 10px;
	color: #8c8c8c;
}

.checkoutBarCurrent
{
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

/* message box */
.messageBox
{
	font-family: arial;
	font-size: 10px;
}

.messageStackError, .messageStackWarning
{
	font-family: arial;
	font-size: 10px;
	background-color: #ffb3b5;
}

.messageStackSuccess
{
	font-family: arial;
	font-size: 10px;
	background-color: #99ff00;
}

/* input requirement */
.inputRequirement
{
	font-family: arial;
	font-size: 10px;
	color: #314142;
}


.ch1 {
font-family:tahoma; 
font-size:12px; 
color:ffffff; 
}

.ch2 {
font-family:tahoma;
font-size:12px; 
color:FF6363; 

}

.ch3 {
font-family:tahoma;
font-size:12px; 
color:818285; 

}
.ch4 {
font-family:tahoma; 
font-size:14px; 
color:ffffff;
text-transform:uppercase;
font-weight:bold;

}

.ch5 {
font-family:tahoma; 
font-size:9px; 
color:ffffff;
font-weight:bold; 
}

.ch6 {
font-family:tahoma; 
font-size:12px; 
color:#CE151D;
font-weight:bold; 
}



.chmenubg
{
background-color:ffffff;
cursor:pointer;
}


.chmenubg2
{
background-color:efefef;
cursor:pointer;
width:75px;
}
.menuch1
{
	font-family: arial;
	font-size: 12px;
	color: #919191;
	background-color: #efefef;
	width:75px;
}

.menuch2
{
	font-family: arial;
	font-size: 12px;
	color: #919191;
	


}

.menuch3
{
	font-family: arial;
	font-size: 12px;
	color: #ff0000;
	


}








.chborder { border: 1px solid #cccccc; }

.se
{
	width: 110px;
	font-size: 9px;
	color: #282E3E;
}

.se2
{
	width: 170px;
	height: 18px;
	font-size: 12px;
	background-color: #ffffff;
	border: #000000 1px solid;
	color: #000000;
}

.chhead
{
	font-family: arial;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 30px;
}

.hdft
{	font-family: arial;
	font-size: 20px;
	color: #ffffff; 
	background-color: #8A3033;
	height: 20px;
	text-align:center;
	padding-left:20px;
	
}

.scroll
{
	height: 360px;
	width: 550px;
	overflow: auto;
	display: block;
	border: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

p
{
	padding-right: 5px;
	padding-left: 5px;
}

.bg1
{
background-color:#610001;
}



