/*
  $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
*/
/* set the master style */
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
  	color: #000000;

}
* {
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

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

p {
	font-size: 12px;
	color: #542E22;
}

A {
  color: #542E22;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #cccccc ;
}

TD.headerNavigation {
  
  font-size: 10px;
  background: #33cc33;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	
	font-size: 12px;
	color: #FF8322;
	font-weight : bold;
	text-align : center;
	background-color: #EEEAE9;
}

TR.headerInfo {
	background-color: #EEEAE9;
}

TD.headerInfo {
	font-size: 12px;
	color: #FF8322;
	font-weight: bold;
	text-align: center;
	background-color: #EEEAE9;
}

TR.footer {
	background-color: #EEEAE9;
}

TD.footer {
  
  font-size: 10px;
  background: #cccccc;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
	background-color: #FF8322;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13;
  font-weight: bold;
  background: #ffffff;
  color: #542E22;
}

TD.infoBox, SPAN.infoBox {
  
  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: #f8f8f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA9791;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AA9791;
}
TR.productListing-even {

}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #EEEAE9;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #FF8322;
  font-weight: bold;
}

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

A.pageResults {
  color: #542E22;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17;
  font-weight: bold;
  color: #FFFFFF;
}

TR.subBar {
	background-color: #EEEAE9;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 10px;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #FF8322;
}

CHECKBOX, INPUT, RADIO, SELECT {
  
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  
  font-size: 11px;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

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

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff0000; }

/* ----------------- 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:10;
	height:10;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	visibility:hidden;
}

.clLevel0,.clLevel0over{
	position:absolute;
	padding:1px;
	
	font-size:10px;
}

.clLevel0{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#000000;
}

.clLevel0over{
	background-color:#bbc3d3;
	layer-background-color:#bbc3d3;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

.clLevel0border{
	position:absolute;
	visibility:hidden;
	background-color:#c0c0c0;
	layer-background-color:white;
}

.clLevel1, .clLevel1over{
	position:absolute;
	padding:2px;
	
	font-size:10px;
}

.clLevel1{
	background-color:#ffffff;
	layer-background-color:#ffffff;
	color:#000000;
}

.clLevel1over{
	background-color:#bbc3d3;
	layer-background-color:#bbc3d3;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

.clLevel1border{
	position:absolute;
	visibility:hidden;
	background-color:#c0c0c0;
	layer-background-color:white;
}
/* ----------------- coolMenu_eof ----------------- */
/* mmi styles */


form {
	display: inline;
}

/* set the top navigation and banner styles */
#headerNav {
	background-image: url(template-core/nav-top.png);
	height: 35px;
	width: 830px;
	background-repeat: no-repeat;
}
#headerNav .customerService {
	font-size: 11px;
	color: #5d2f1e;
	padding-left: 10px;
}
#headerNav .menu {
	font-size: 11px;
	color: #5d2f1e;
	text-align: right;
}
#headerNav .menu a {
	color: #5d2f1e;
	text-decoration: none;
}
#headerNav .menu a:hover {
	color: #ff8322;
	text-decoration: none;
}
#login .email {
width: 140px;
}
#login .password {
width: 130px;
}
#siteSearch .search {
width: 80px;

}
#login .email, #login .password, #siteSearch .search {
	height: 10px;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	top: 2px;
	position: relative;
	left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#login .emailTD {
	background-image: url(template-core/email.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#login .loginTD {
	background-image: url(template-core/password.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#login .password {
	height: 12px;
	width: 100px;
	margin-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}

/* set the main navigation styles */

#mainMenu {
	background-image: url(template-core/nav-main-menu.gif);
	background-repeat: no-repeat;
	height: 45px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}
#mainMenu .menuitems {
	padding-left: 10px;
	
}
#mainMenu .menuitems a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainMenu .menuitems a:hover {
	color: #ff8322;
	text-decoration: none;
}
/* set the lft hand box styles */
#leftMenu {
	width: 185px;
	background-image: url(template-products/product-menu-back.gif);
	background-repeat: repeat-y;
	margin-right: 10px;
}
#leftMenu .boxText {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
	min-height: 400px;
}
#rightMenu {
	width: 145px;
	margin-left: 10px;
}
.pageHeading {
	background-image: url(template-products/product-header-bar.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 470px;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 5px;
}
#siteSearch {
	background-image: url(template-core/search.gif);
	height: 74px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.searchTD {
	background-image: url(template-core/search-background.gif);
	background-repeat: no-repeat;
	height: 23px;
	position: relative;
	margin-top: 25px;
}
#shoppingCart {
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.homeHeader {
	padding-bottom: 10px;
}
#featureProducts .description {
	font-size: 11px;
	text-align: center;
	padding-bottom: 5px;
}
#featureProducts .divider {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF8F38;
	height: 5px;
}
#rightContent {
	background-image: url(template-info-box/misc-info-body.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#leftMenu .menuHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FF8F38;
	margin: 0px;
}
#leftMenu .menuHeader a {
	color: #FF8F38;
	text-decoration: none;
}
#leftMenu .menuHeader a:hover {
	color: #FF8F38;
	text-decoration: underline;
}
#leftMenu .menu, #leftMenu .menu a {
	font-size: 11px;
	text-decoration: none;
	color: #542E22;
}
#leftMenu .menu a:hover {
	color: #FF8F38;
	text-decoration: none;
}
#rightContent .informationTD {
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
#rightMenu .informationBody {
	font-size: 11px;
}
#shoppingCart .cartHeader {
	font-size: 11px;
	font-weight: bold;
	color: #542E22;
}
#shoppingCart .cartTD {
	padding-right: 5px;
	padding-left: 5px;
}
#shoppingCart .cartDescription {
	font-size: 11px;
	color: #542E22;
}
.copyrightFooter {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.categoriesTD {
	background-image: url(template-products/divider.gif);
	background-position: center bottom;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
}
.productThumbnailTD {
	border: 2px solid #EEEAE9;
}
#rightContent .infoBoxContents {
	border: 0px;
}
.newProductTD {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE6D3;
}
#owlet {
	background-image: url(template-core/owlet-join.png);
	height: 87px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.owletTD {
	background-image: url(template-core/search-background.gif);
	background-repeat: no-repeat;
	height: 23px;
	position: relative;
	margin-top: 25px;
}
.owletTextBox {
	width: 80px;
	height: 15px;
	border: 0;
	background-color: #FFFFFF;
	margin-left: 5px;
}
.bdayclub_form {
	position: relative;
	width: 480px;
	clear: both; 
}
.bdayclub_col1 {
	position: relative;
	width: 260px;
	float: left;
	display: inline;
	clear: left;
	padding-left: 10px;
	font-size: 12px;
	line-height: 17px;
}	
.bdayclub_col2 {
	position: relative;
	width: 165px;
	float: left;
	display: inline;
	clear: right;
	padding-left: 30px;
	font-size: 11px;
	line-height: 15px;
}
.bdayclub_col2 A {
	color: #FF8F38;
}
.bdayclub_form H1, .bdayclub_col1 H1, .bdayclub_col2 H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5D2F1F;
	line-height: 20px;
}
.bdayclub_form H2, .bdayclub_col1 H2, .bdayclub_col2 H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8F38;
	padding:0; 
	margin: 0;
	padding-bottom: 15px;
}
.bdayclub_form td {
	font-size: 12px;
}
.bdayclub_table td {
	padding: 1px;
}
.bdayclub_divider {
	position: relative;
	display: block;
	width: 97%;
	height: 1px;
	border-bottom: 1px dotted #DDDDDD;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.emailfield {
	position: relative;	
	display: block;
	width: 150px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	border: 0;
	font-size: 10px;
	background-image: url(template-core/email.gif);
	background-repeat: no-repeat;
	clear: both;
}
.passwordfield {
	position: relative;	
	width: 121px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	border: 0;
	font-size: 10px;
	background-image: url(template-core/password.gif);
	background-repeat: no-repeat;	
	display: inline;
	float: left;
}
.bdayclub_textfield1 {
	position: relative;	
	display: block;
	width: 250px;
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0;
	font-size: 10px;
	line-height: 10px;
	background-image: url(template-core/bdayclub_textfield1.gif);
	background-repeat: no-repeat;	
}
.bdayclub_textfield2 {
	position: relative;	
	display: block;
	width: 25px;
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0;
	font-size: 10px;
	line-height: 10px;
	background-image: url(template-core/bdayclub_textfield2.gif);
	background-repeat: no-repeat;	
}
.bdayclub_textfield3 {
	position: relative;	
	display: block;
	width: 45px;
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 0;
	font-size: 10px;
	line-height: 10px;
	background-image: url(template-core/bdayclub_textfield3.gif);
	background-repeat: no-repeat;	
}
.bdayclub_textarea1 {
	position: relative;	
	display: block;
	width: 250px;
	height: 60px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border: 0;
	font-size: 10px;
	line-height: 10px;
	background-image: url(template-core/bdayclub_textarea1.gif);
	background-repeat: no-repeat;	
}
.bdayclub_textarea2 {
	position: relative;	
	display: block;
	width: 250px;
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border: 0;
	font-size: 10px;
	line-height: 10px;
	background-image: url(template-core/bdayclub_textarea2.gif);
	background-repeat: no-repeat;	
}

