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



/*
 * New Layout classes and IDs  -  T Morgan 11/2008
 */

img, input, .main_content { behavior: url("iepngfix.htc") } 



.img_link{
	
	color: #e69952; 
	font-size:10px; 
	margin-top: 5px; 
	font-style: italic;
	   
}

.breadcrumbs{
	
	font-family: Verdana;
	font-size: 11px;
	color: #e9bfa8;
}

.breadcrumbs a{
	
	color: #e9bfa8;
}


#wrapper{
	
	width: 895px; 
	margin: 0 auto; 
	height: 100%;
	text-align: center;
}

#footer{
	
	background: url(images/site_footer_bg.png) no-repeat;
	height: 200px;
	width: 895px;
	padding: 0px 5px 0px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
	text-align: center;
	
}


/* Footer - contained elements */


#members_site_link{

	text-align: left; 
	width: 120px; 
	margin: 20px 0px 0px 30px;
	padding-top: 87px;
	

}


#members_site_link a{

	font-family: Georgia;
	font-size: 15px;
	color: #e7c09e;
	font-weight: bold;
}

#members_site_link a:hover{
	
	color: #fff;
	
	}


.cat_images{
	
	background-color: #ffffff;
	padding: 10px 3px 3px 3px;
	
	
}

.cat_images a{
	
	color: #745a49;
	font-weight: bold;
}


.cat_images a:hover{
	
	color: #b79076;
	font-weight: bold;
}



#header{
	
	background: url('images/site_header_bg.png') no-repeat; 
	height: 194px; 
	width: 895px;	
	text-align: center;
}

#header_home_link{
	
	position: relative;
	width: 247px;
	height: 193px;
	display: block;
	margin: 0 auto;


}

#header_home_link a{
	
	display: block;
	width: 245px;
	height: 133px;
}



#main_content_wrapper{
	
	background: url(images/main_content_bg.png) repeat-y;
	width: 895px;
	padding: 0px;
	margin: 0px;
	min-height: 950px;
	height: 100%;
	
	
}

.notice{
	
	font-weight: bold;
	color: red;
	
	
}


#main_content{
	
	background: url(images/main_content_bg.png) repeat-y;  
	width: 895px;
	padding: 0px;
	margin: 0px;

	
	
}

#left_column{ 

	float: left; 
	width: 165px;
	margin: 0px 4px 5px 26px;
	padding-left: 7px;

}

#right_column{
	
	float: right; 
	width: 620px; 
	margin-right: 52px;
	margin-left: 0px;
	text-align: left;
	padding: 30px 8px 0px 0px;

}


/*
 * Left Navigation  
 */

#left_nav {
	width: 165px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Georgia;
	background-color: #221e1f;
	color: #333;
	}
	
#left_nav h2 {
	
	padding: 5px 5px 5px 10px;
	
	
}


	
#left_nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#left_nav li {
		border-bottom: 1px solid #7c6444;
		margin: 0;
		}


#left_nav li a {
		font-size: 12px;
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #4a3b31;
		border-right: 10px solid #94877f;
		background-color: #000;
		color: #f1e1cc;
		text-decoration: none;
		width: 100%;
		}

#left_nav li a:hover {
		font-size: 12px;
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #94877f;
		border-right: 10px solid #4a3b31;
		background-color: #000;
		color: #c6b297;
		text-decoration: none;

		}
		

html>body #left_nav li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}




.product_description{
	
	padding: 0px 5px 10px 15px;
	
}



h1{
	
	font-family: Georgia;
	font-size: 20px;
	color: #b48a79;
	
}


h2{
	
	font-family: Georgia;
	font-size: 18px;
	color: #b48a79;
	
}

h3{
	
	font-family: Georgia;
	font-size: 14px;
	color: gray;
	
}


p{
	
	font-family: verdana;
	font-size: 12px;
	line-height: 130%;
	color: #d2c4be;
	
}

#logo_link{
	
	left: 600px;
	top: 30px;
	height: 150px;
	width: 200px;
	border: none;
}


#logo_link a span{
	
	height: 150px;
	width: 200px;
	border: 1px gray solid;
	
	
}


#show_icons{
	
	left: 530px; 
	top: 145px; 
	position: relative;
	color: #c0a59a;
	background-color: #6e5145;
	font-family: Verdana; 
	
	
	
}


#header_icons{
	
	height: 20px; 
	padding: 15px;
	text-align: left;
	position: relative;
	color: #c0a59a;
	background: transparent;
	margin: 4px 100px 0px 0px;
	top: 68px;
	left: 620px;
	width: 100px;
	line-height: 140%;


}



#header_shop_links{
	
	height: 20px; 
	padding: 7px;
	text-align: left;
	float: right;
	position: relative;
	color: #c0a59a;
	background-color: #6e5145;
}



#header_icons a{
	
	
	text-transform: uppercase;
	color: #efd6b4;
	font-size: 11px;
	font-family:Georgia;
	font-weight: bold;
	
}


#header_icons a:hover{
	

	}


#sub_footer{
	
	text-align: center;
	color: gray;
	font-size: 11px;
	margin-bottom: 40px;
	
}



#product_image{
	text-align: center; 
	background-color:#ffffff; 
	padding: 10px;
	margin-left: 10px;
	
}

#product_image img{
	
	border: none;
}


#featured_categories{
	
	padding: 0px;
	margin: 0px;
	width: 615px;
}

h3{
	
	font-family: Georgia;
	color: #eac3a0;
	font-size: 15px;
	font-weight: bold;
	line-height: 140%;
	padding: 3px;
	
}


#featured_categories h2{
	
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}


#featured_categories_mid{
	
	background: url('images/front_mid_compound_bg.png') top center no-repeat;
	width: 526px;
	height: 655px;
	
}


#featured_categories td p{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eac3a0;
	font-size: 14px;
	line-height: 120%;
	padding: 0px;
	
}

#enclosure_text a{
	
	padding: 0px;
	margin: 0px;
	
}


#featured_enclosures{
	
	background: url('images/front_enclosure_bg.png') top center no-repeat; 
	height: 428px;
	width: 422px; 
	margin-left: 10px;
}

#featured_enclosures p{
	
	top: 180px;
	left: 170px;
	position: relative;
	width: 200px;
	
}


#featured_xmas{
	
	background: url('images/front_xmas_bg.png') top right no-repeat; 
	height: 233px; 
	margin-left: 20px;
/*	border: 1px solid gray; */
}

#featured_xmas p{
	position: relative;
	top: 122px;
	text-align: right;
	width: 314px;
	
}


#featured_categories a{
	
	padding: 2px;
	margin: 2px;
	border: 0px;
	text-decoration: none;
}

#featured_categories img{
	border: none;
}




.boxText a{

	margin: 10px 0px 5px 0px;
	font-family: Georgia;
	font-size: 12px;
	color: #fff; 
	line-height: 140%;        
           
	
}


.boxText a:hover{

	color: #f1dcc0;
	
	
}


/*
 * END  New Layout classes and IDs  -  T Morgan 11/2008
 */



.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #dabcac; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #E4BE9D;  
  color: #000000;
  margin: 0px;
}

A {
  color: #b99688;
  text-decoration: none;
  display:inline;
  text-indent:0px;
  padding-left:0px;
  padding-right:0px;
  margin-left:0px;
  margin-right:0px;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #e9bfa8;
  font-weight : bold;
}

A.headerNavigation { 
  color: #e9bfa8; 
  text-transform : capitalize;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000000;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: none;
}

.infoBoxContents {
  background: #6C423E;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Georgia;
  font-size: 12px;
  font-weight: bold;
  background: #FAB78F;
  color: black;
  height: 25px;
  text-transform: uppercase;
  padding: 4px;
}

.infoBoxHeading a{
	
	color: black;
	
}


.infoBoxContents .boxText {
	
	text-align: center;
	
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #F9F0E4;
}

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

.productListing-odd, .productListing-even{
	
	margin-bottom: 10px;
	padding-top: 20px;
}


TABLE.productListing {

}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #884d43;
  color: #FFFFFF;
  font-weight: bold;
  height: 20px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.productListing-data a{
	color: #4f4239;
	margin: 0px;
	padding: 0px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia;
  font-size: 16px;
  font-weight: bold;
  color: #b18b7c;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: white;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #e7ddcf;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cea37d;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #e5986e;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}


select{
	
	background-color: #f1dac6;
	
}


TEXTAREA  {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background-color: #f8ebdf;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #997454; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #9b795c; }

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: 

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