/*
  $Id: stylesheet.css,v 1.56 2004/03/03 9:56:00 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  created by Agiro on 18.5.2004

  Released under the GNU General Public License :)
*/

BODY,DIV,TABLE {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 10px;
	}

.boxText { }
.errorBox { background: #e10025; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { color: black; font-weight: bold; border: 2px solid #996633; }
.orderEdit { color: red; text-decoration: underline; }
.headerError { background: #ff0000; color: #ffffff; }


A {  color: #990000; font-weight: bold;  text-decoration: none; }

A:hover {  text-decoration: underline; }

FORM {
	display: inline;
}


A.headerMenu { color: #ffffff; font-weight: normal;  text-decoration: none; }
A.headerMenu:hover { color: #ffffff; text-decoration: underline; }
A.headerNavigation { color: #ffffff; font-weight: bold; text-decoration: none; }
A.headerNavigation:hover { color: #ffffff; text-decoration: underline; }
FONT.headerNavigation { color: #ffffff; font-weight: bold;  }

/* three columns */
#mainContent {
	padding: 20 4 0 4;
	}
	
#leftColumn {
	background: white;
	padding: 0;
}

#rightColumn {
	background: white;
	padding: 0;
}

/* title */
.pageHeading {  font-size: 25px;  font-weight: bold; }
.smallText { font-size: 11px; text-decoration: none; color: #4D4D4D; }

/* auctions img */
#img_auctions: hover { border: 1px solid red; }

/* infoBox */
.infoBox  { margin-bottom: 5px; }
.infoBoxHeader {
	background: #990000; padding: 0 0 0 4; margin-bottom: 10px; height: 16;
	color: white; font-size: 12px; font-weight: bold; }
.infoBoxLeft { border-right: 2px solid #990000; padding: 1 2 1 4; }
.infoBoxRight { border-left: 2px solid #990000; padding: 1 4 1 2; }
.infoBoxEnd { background: white url('images/design/c_bottom.gif') repeat-x; height: 23; }

.contentBoxContents { border-left: 2px solid #990000; border-right: 2px solid #990000; }

/* articles */
.articleDisplaying { font-weight: italic; }
.articleHeader { border-bottom: 1px solid #990000; padding-top: 2; }
.articleBox { background: #990000; padding: 1 5 0 5; height: 17px; }
.articleTitle { font-size: 12px; letter-spacing: 1; color: white; }
.articleBig { font-size: 20px; letter-spacing: 1; font-weight: bold; }
.articleGrey { color: grey; font-size: 10px; }
.articleAuthor { font-weight: bold; color: #990000; }
.articleBody { padding: 5 5 5 10; }

.articleListing { background: #996633; color: white; font-size: 10px; }

/*

TD.headerError {
  font-family: Trebuchet MS, Verdana, Arial;	
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
 font-family: Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

A.infoBoxArrow {
	text-decoration: none;
	color: white;
}

.infoBoxNotice {
  font-family: Trebuchet MS, Verdana, Arial;
  background: #000000;
}

.infoBoxNoticeContents {
 font-family: Trebuchet MS, Verdana, Arial;
  background: #a58b8b;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  font-family: Trebuchet MS, Verdana, Arial;
  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 {
    font-family: Trebuchet MS, Verdana, Arial;
  background: #f8f8f9;
}

TABLE.productListing {
  font-family: Trebuchet MS, Verdana, Arial;
  border: 2px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

.productListing-heading {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

A.pageResults {
  color: red;
}

A.pageResults:hover {
  color: #ffffff;
  background: #A83333;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 11px;
}

TD.tableHeading {
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #D5740B;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 11px;
  color: #D5740B;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Trebuchet MS, Verdana, Arial;
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}
*/

.productHeadingTop { font-size: 10px; color: white; font-weight: bold; background: #996633; }
.productListing-odd,.productListing-even {margin-bottom: 5px;}
.productListing-heading { color: #990000; font-weight: bold; }

.cartSubtotal { border-top: 2px solid #996633; }

TD.productListing-data {
  font-weight: bold;
}

TD.productDesc {
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

.moduleRow { }
.moduleRowOver { background-color: #A83333; color: white; cursor: hand; }
.moduleRowSelected { background-color: #a58b8b; }

.checkoutBarFrom, .checkoutBarTo { font-family: Trebuchet MS, Verdana, Arial ; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Trebuchet MS, Verdana, Arial ; font-size: 10px; color: #000000; }

.messageBox {  }
.messageStackError, .messageStackWarning { font-family: Trebuchet MS, Verdana, Arial ; font-size: 11px; background: #A83333 ; color: white; }
.messageStackSuccess { font-family: Trebuchet MS, Verdana, Arial ; font-size: 11px; background: #a58b8b; color: white; }

.inputRequirement { font-size: 9px; color: #ff0000; font-weight: italic; letter-spacing: -1px;}

CHECKBOX, INPUT, RADIO, SELECT,TEXTAREA {
font-size: 10px;
}

TEXTAREA {
  width: 100%;
}

#bottomFrame { margin-top: 8px; }
.bottomHigh { color: white; }
#bottomBar { height: 86; padding: 0px 0px 17px 0px; }
#bottomStrape {
	background: #990000; font-weight: bold;
	padding: 1px 7px 1px 7px; margin-top: 10px;
}
#bottomEr { background: #996633; }


#poweredBy {
margin: 7 0 0 12;	color: white;
}

/********* affiliate **********/

.affiliateHeader {
	border-bottom: 1px solid #990000;
	padding-top: 2; margin-bottom: 4;
	font-weight: bold;
	}
	
.affiliateSub {
	border-bottom: 1px solid #990000;
	color: white;
	}
.affiliateInfoTitle { color: #990000; font-weight: bold; font-size: 17px; }
.affiliateInfoTable { padding: 4 0 8 6; }

.affiliateFAQq { font-weight: bold; color: #990000; }
.affiliateFAQa { padding-left: 4; }
	
.affiliateHighlight { color: #990000; font-size: 12px; font-weight: bold; letter-spacing: 2px; }
    
/* ----------------- coolMenu ----------------- */

.clCMEvent{
	position:absolute;
	width:99%; height:99%;
	clip:rect(0,100%,100%,0);
	left:0; 
	top:0;
	visibility:visible
}


.clCMAbs{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
}

.clBar{
	position:absolute;
	width:0;
	height:0;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	visibility:hidden;
}

.clLevel0,.clLevel0over{
	position:absolute;
	padding:1px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight: bold;
}

.clLevel0{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#000000;
	font-weight: bold;
}

.clLevel0over{
	background-color:#990000;
	layer-background-color:#990000;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
	font-weight: bold;
}

.clLevel0border{
	position:absolute;
	visibility:hidden;
	background-color:#ffffff;
	layer-background-color:white;
}

.clLevel1, .clLevel1over{
	position:absolute;
	padding:2px;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight: bold;
}

.clLevel1{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#000000;
}

.clLevel1over{
	background-color:#990000;
	layer-background-color:#990000;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#990000;
	layer-background-color:white;
}

/* ----------------- coolMenu_eof ----------------- */