/*
  $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
*/

/* Build a Box Styles */
div.buildboxDesc {
  display: none;
  font-size: 70%;
  padding: 5px;
  width: 110px;
  margin: 0 0 5px 5px;
  border: 1px solid #EBE4CA;
  text-align: center;
 
  float: right;  
  /*position: absolute;
  top: 0;
  right: 0; */
}

div.buildbox {
  margin: 20px 0;
  padding: 5px;

  border: 1px solid #EBE4CA;
  
  width: 440px;
  /* position: relative; */
}

div.buildboxSpans {
  font-size: 80%;
  width: 300px;
  
  float: left;  
}



.boxText {  font-size: 80%; }
.errorBox {  font-size : 80%; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 80%; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  font-size : 80%; color: #F00; text-decoration: underline; }



BODY {
  background: #1F0000;
  color: #000;  
  font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	text-align: center;
}

#topnavigationcontent {
  background-color: #1F0000;
}


#topnavigationcontentinner {
  color: #FFF;
  font-size: 80%;
  margin: 0 auto;
  padding: .2em 0 .2em 0;
  text-align: right;
  width: 980px;
}

#topnavigationcontentinner a {
	color: #FFF;
	margin: 0 .5em;
}

#topnavigationcontentinner a:hover, #topnavigationcontentinner a:active {
	color: #FDF8E9;
}

#headercontent {
  background: #EBE4CA url('images/content/header_bg.gif') top left;
  height: 175px;
}

#headercontentinner {
  background: transparent url('images/content/logo_right.gif') top right no-repeat;
  margin: 0 auto; 
  text-align: left; 
  width: 980px;
}

#headercontentinner form {
  float: right;
  padding-top: 1em;
}


#navigationcontent {
    background-color: #5E2A05;
		border-bottom: 1px solid #1F0000;
		border-top: 1px solid #1F0000; 
}

#navigationcontentinner {
  margin: 0 auto;
  text-align: left;
  width: 980px;
}

#centercontent {
		background: #FDF8E9 url('images/content/centercontent_bg.gif') bottom right no-repeat;
}

#centercontentinner {
    margin: 0 auto;
		padding: 0 0 2em 0;
		text-align: left;
		width: 980px;
}

div#emailsignup {
  background-color: #EBE4CA;
  border: 2px solid #D7D1B9;
  width: 225px;
  margin: 2em 0 3em 1em;
  padding: 0 .5em .5em .5em;
}

#emailsignup p {
  font-size: 80%;
}

.imgfloatright {
   float: right;
	 border: 1px solid #1F0000;
	 margin: 0 0 1em 1em;
}

.imgborder {
	 border: 1px solid #1F0000;
}

P {
  margin-bottom: 1em;
}

UL {
  margin-left: 2em;
}


A {
  color: #5E2A05;
  text-decoration: none;
}

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

LI {
    margin-bottom: .5em;
}

FORM {
	display: inline;
}



TR.headerNavigation {
}

TD.headerNavigation {
  font-size: 80%;
  color: #5E2A05;
}

A.headerNavigation { 
  color: #5E2A05; 
}

A.headerNavigation:hover {
  color: #5E2A05;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  
  background: #f00;
  color: #fff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #0f0;
}

TD.headerInfo {
  
  background: #0f0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#footer {
  border-top: 8px solid #5E2A05;
  color: #fff;
  font-size: 80%;
  padding: 1.5em 0;
  text-align: center;
}


#footer a:link, #footer a:visited  {
  color: #FDF8E9;
}



.infoBox {
  background: #EBE4CA;
}

.infoBoxContents {
  /* font-size: 80%; */
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  /* font-size: 80%; */
}

TD.infoBoxHeading {
  font-size: 90%;
  font-weight: bold;
  color: #5E2A05;
  padding-bottom: .5em;
}

TD.infoBox, SPAN.infoBox {
  
  /* font-size: 80%; */
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

}

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

TABLE.productListing {
  border: 2px;
  border-style: solid;
  border-color: #EBE4CA;
  border-spacing: 0;
	margin-bottom: .8em;
}

.productListing-heading {
  
  font-size: 80%;
  background: #EBE4CA;
  padding: .2em;  
}

TD.productListing-data {
  
  font-size: 85%;
  padding: .2em;
}

TD.productListing-data IMG {
  
  border: 1px solid #8E5E3B;
}



A.pageResults {
  color: #5E2A05;
}

A.pageResults:hover {
  color: #8E5E3B;
}

TD.pageHeading, .pageHeading {
  
  font-size: 140%;
  /* font-weight: bold; */
  color: #1F0000;
	padding: .2em 0;
}

h2 {
  font-size: 120%;
  /* font-weight: bold; */
  color: #5E2A05;
	padding: .2em 0;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 80%;
  color: #000000;
}

TD.main, .main {
  line-height: 1.5;  
  font-size: 90%;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 80%;
}

TD.accountCategory {
  
  font-size: 110%;
  color: #EBE4CA;
}

TD.fieldKey {
  
  
  font-weight: bold;
}

TD.fieldValue {
  
  
}

TD.tableHeading {
  
  
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 80%;
  color: #ffff00;
}

/* Custom form sttle */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
    font-size: 80%;
    color: #000;
		background-color: #FFF;
		border: 1px solid #5E2A05;
		padding: .2em;
}

CHECKBOX:hover, INPUT:hover, RADIO, SELECT:hover, TEXTAREA:hover {
		background-color: #FFF;
}


TEXTAREA {
    font-size: 100%;
}

SPAN.greetUser {
  
  
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #FDF8E9;
  border-color: #EBE4CA;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #f00;
}

SPAN.errorText {
  
  color: #f00;
}

.moduleRow { }
.moduleRowOver { background-color: #EBE4CA; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FDF8E9; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 12px; color: #8E5E3B; }
.checkoutBarCurrent {  font-size: 12px; color: #000; }

/* message box */

.messageBox {  font-size: 80%; }
.messageStackError, .messageStackWarning {font-size: 12px; background-color: #ffb3b5; color: #000; }
.messageStackSuccess {font-size: 12px; background-color: #99ff00; color: #000; }

/* input requirement */

.inputRequirement {  font-size: 80%; color: #f00; }


#lightbox{
	background-color: #1F0000;
	padding: 10px;
  border: 1px solid #5E2A05;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	color: #FFF;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url('images/overlay.png'); }

* html #overlay{
	background-color: #1F0000;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}


/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: #5E2A05;
	background-color: transparent;
	border-left: 1px solid #1F0000;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
}

.horizitem a {              /* Font style, size of submenu items */
	font-size: 90%;	
	text-decoration: none;
	border-right: 1px solid #1F0000;
	position: relative;	
	display: block;
	padding: .2em 0 .2em .6em;
	text-transform: lowercase;

}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #FDF8E9;
	text-decoration: none;
	text-transform: lowercase;	
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #FDF8E9;
	background-color: #8E5E3B;
	text-decoration: none;
	text-transform: lowercase;	
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #FDF8E9;
	background-color: #1F0000;	
	text-decoration: none;
	text-transform: lowercase;	
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #5E2A05;
	border: 1px solid #1F0000;
	
	position: relative;
	display: block;
	z-index: 100;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
	
}

.horizsubitem a {            /* Font style, size of submenu items */
	font-size: 90%;
	line-height: 100%;	
	text-decoration: none;
	padding: .3em;
	position: relative;
	display: block;	
	text-transform: lowercase;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #FDF8E9;
	text-decoration: none;
	text-transform: lowercase;	
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #FDF8E9;
	background-color: #8E5E3B;
	text-decoration: none;
	text-transform: lowercase;	
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #FDF8E9;
	background-color: #1F0000;		
	text-decoration: none;
	text-transform: lowercase;	
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: .75em;
	right: .5em;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #5E2A05;
}

.dmselected A {  
    color: #fff;
}



/* Style override for selected root category */
.horbar .dmselected {   
    background-color: #1F0000;
}



.horbar .dmselected A {
		font-weight: bold;
    color: #fff;		
}


/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}
}
/* OTF contrib ends */







