/*
  $Id: cpxshop.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: Tahoma, Verdana, Arial;
	font-size: 10px;
	}

.boxText {  }
.errorBox { font-family : Tahoma, Verdana, Arial; font-size : 10px; background: #e10025; font-weight: bold; }
.stockWarning { font-family : Tahoma, Verdana, Arial; font-size : 10px; color: red; }
.productsNotifications { }
.orderEdit { font-family : Tahoma, Verdana, Arial;font-size : 10px; color: #fbab4c; text-decoration: underline; }

BODY {
	background: #ffffff;
	margin: 0px;
}

A { color: #000000; font-weight: bold; text-decoration: none; }

A:hover { color: #FD890C; text-decoration: underline; }

FORM {
	display: inline;
}

/*         heading            */

#headerBar {
	background: #ffffff url('images/div_cpx_tile.gif') repeat-x;
	height: 113px;
}

#headerLogo {
	background: url('images/div_cpx_left.gif') no-repeat top left;
}

#headerRight {
}

DIV.headerNavigation {	background: #fccc8c;	border-top: 3px solid white;
	color: #000000;	font-weight : bold;	height: 14;
	margin-bottom: 4px;
}

A.headerNavigation {color: #e10025;text-decoration: none; }
A.headerNavigation:hover {color: #000000;  text-decoration: none; }

/*  foootage   */

DIV.footer {
  background: #fccc8c;
  color: #ffffff;
  height: 14;
  font-weight: bold;
}

/* three columns */
#mainContent {
	padding: 4 4 0 4;
	}
	
#leftColumn {
	background: white;
	padding: 4 0 0 4;
}

#rightColumn {
	background: white;
	padding: 4 4 0 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: 5; }
.infoBoxHeader { background: #fbab4c; padding: 0 0 0 4; color: white; font-weight: bold; height: 13; }
.infoBoxLeft { border: 1px solid #fccc8c; padding: 3 4 3 6; }
.infoBoxRight { border: 1px solid #fccc8c; padding: 3 6 3 4; }
.infoBoxEnd { height: 0; background: black; }

.contentBoxContents { border: 1px solid #fccc8c; padding: 2px; }

/* articles */
.articleDisplaying { font-weight: italic; }
.articleHeader { border-bottom: 1px solid #fbab4c; padding-top: 2; }
.articleBox { background: #fbab4c; 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; }

.articleDleft { padding-left: 5; }
.articleDright { padding-right: 5; }

.articleListing { background: #fccc8c; color: black; font-size: 10px; }

/*

.infoBox {
  background: #fccc8c;
  margin-bottom: 5px;
}

.infoBoxPrefix {
	color: #e10025;
}

.infoBoxContents {
  background: #ffffff;
}

.infoBoxNotice {
  background: #000000;
}

.infoBoxNoticeContents {
  background: #F7EDE3;
}

TD.infoBoxHeading {
  font-weight: bold;
  background:  #fbab4c;
  color: #ffffff;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
*/

.productHeadingTop { font-size: 10px; color: white; font-weight: bold; background: #fccc8c; }
.productListing-odd,.productListing-even {margin-bottom: 5px;}
.productListing-heading { color: #f5a956; font-weight: bold; }

.cartSubtotal { border-top: 2px solid #f5a956; }

TD.productListing-data {
  font-weight: bold;
}

TD.productDesc {
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

.moduleRow { }
.moduleRowOver { background-color: #F5A956; color: white; cursor: hand; }
.moduleRowSelected { background-color: #FFB400; }

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

.messageBox { color: white; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Verdana, Arial ; font-size: 11px; background: #A83333 ; color: white; }
.messageStackSuccess { font-family: Tahoma, Verdana, Arial ; font-size: 11px; background: #a58b8b; color: white; }

.inputRequirement { font-size: 9px; color: #ff0000; font-weight: italic; }

CHECKBOX, INPUT, RADIO, SELECT,TEXTAREA {
font-size: 10px;
font-family: Tahoma, Verdana, Arial;
}

TEXTAREA {
  width: 100%;
}


/********* affiliate **********/

.affiliateHeader {
	border-bottom: 1px solid #fccc8c;
	padding-top: 2; margin-bottom: 4;
	font-weight: bold;
	}
	
.affiliateSub {
	border-bottom: 1px solid #fccc8c;
	color: white;
	}
.affiliateInfoTitle { color: #fbab4c; font-weight: bold; font-size: 17px; }
.affiliateInfoTable { padding: 4 0 8 6; }

.affiliateFAQq { font-weight: bold; color: #fbab4c; }
.affiliateFAQa { padding-left: 4; }
	
.affiliateHighlight { color: #fbab4c; 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:#fbab4c;
	layer-background-color:#fbab4c;
	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: #fbab4c;
	layer-background-color: #fbab4c;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color: #fccc8c;
	layer-background-color:white;
}

/* ----------------- coolMenu_eof ----------------- */

/* message box 

.messageBox {  }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #fbab4c ; border: 2px solid #e10025; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

*/