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



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


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

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

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

#headercontent {
  background-color: #F4EBEE;
}

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

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


#navigationcontent {
    background-color: #C55348;
		border-bottom: 1px solid #A14641;
		border-top: 1px solid #A14641; 
}

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

#centercontent {
		background: #FFF url('images/content/centercontent_bg.jpg') center center no-repeat;
}

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

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

.imgborder {
	 border: 1px solid #9A895D;
}

P {
  margin-bottom: 1em;
}

UL {
  margin-left: 2em;
}


A {
  color: #891812;
  text-decoration: none;
}

A:hover {
  color: #9A895D;
  text-decoration: underline;
}

LI {
    margin-bottom: .5em;
}

FORM {
	display: inline;
}



TR.headerNavigation {
}

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

A.headerNavigation { 
  color: #891812; 
}

A.headerNavigation:hover {
  color: #891812;
}

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 #C55348;
  color: #fff;
  font-size: 80%;
  padding: 1.5em 0;
  text-align: center;
}


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



.infoBox {
  background: #EAC1BD;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 80%;
  font-weight: bold;
  color: #9A895D;
}

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

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

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

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

TD.productListing-data IMG {
  
  border: 1px solid #9A895D;
}



A.pageResults {
  color: #891812;
}

A.pageResults:hover {
  color: #EAC1BD;
}

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


h1 {
  font-size: 140%;
  /* font-weight: bold; */
  color: #891812;
	padding: .2em 0;
	line-height: 120%;
}

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

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

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 #C55348;
		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: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #F9F1E8; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EAC1BD; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 12px; color: #C7C1A4; }
.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: #202326;
	padding: 10px;
  border: 1px solid #891812;
	}
#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: #202326;
	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: #C55348;
	background-color: transparent;
	border-left: 1px solid #A14641;
}

.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 #A14641;
	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: #F9F1E8;
	text-decoration: none;
	text-transform: lowercase;	
}

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

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #F9F1E8;
	background-color: #C86850;	
	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: #891812;
	border: 1px solid #B6281A;
	
	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: #F9F1E8;
	text-decoration: none;
	text-transform: lowercase;	
}

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

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #F9F1E8;
	background-color: #B6281A;		
	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: #891812;
}

.dmselected A {  
    color: #fff;
}



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



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







