/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

BODY {
	background:#390f00 url(images/innerBodyBg.jpg);
	color:#992100;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	line-height: 120%;
}
.homeBodyBg {
	background:#390f00 url(images/bodyBg.jpg) repeat-x;
}
a {
	color:#992100;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
p {
	margin-bottom:15px;
	font-size:75%;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}
td, th {
	vertical-align: top
}
fieldset, img {
	border: 0
}
input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;
}
select {
	border:1px solid #c8968f;
}
label {
	font-size:75%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h1 {
	color:#ffa200;
	font-size:90%;
	margin-left:18px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


h2 {
	color:#992100;
	font-size:90%;
	text-transform:uppercase;
}

.homeh2 {
	color:#fff;
	font-size:11px;
	text-transform:none;
	padding:0;
	margin-bottom:10px;
	line-height:normal;
}
.homeContent .homeh2 a {
	color:#fff;
	text-decoration:none
	
}
h3 {
	color:#992100;
	font-size:90%;
	font-weight:normal;
	margin:8px 0;
}
.homeh3 {
	color:#fff;
	font-size:11px;
	text-transform:none;
	padding:0;
	margin-bottom:10px;
	line-height:normal;
}
.contentBg ul {
	margin:10px 0;
}
.contentBg li {
	background:url(images/bullet.gif) no-repeat 5px 5px;
	padding:0 0 5px 25px;
	font-size:90%;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
	height:0px;
}
.container {
	margin-bottom:24px;
}
.footer {
	background:#8c0c04;
	font-size:70%;
	color:#fff;
	height:50px;
	border-top:1px solid #030303;
	text-align:center;
}
.footer td {
	vertical-align:middle;
}
.footer a {
	color:#fff;
	text-decoration:underline;
}
.footer a:hover {
	text-decoration:none;
}
.center {
	text-align:center;
}
.lastChild {
	margin-bottom:0!important;
	padding-bottom:0!important;
	border:0!important;
}
.font11 {
	font-size:90%;
}
.font11 P {
	margin-bottom:8px;
	line-height:normal
}
.font120 {
	font-size:120%;
}
.innerContent P {
	font-size:90%;
}
.mainContainerHome {
	margin:0 auto;
	width:803px;
}
.mainContainerInner {
	left:50%;
	margin-left:-500px;
	position:absolute;
	top:0;
	width:1000px;
	/*test to check the missing bgimage*/
	/*background:url(images/innerContentBg.jpg)*/
		/*test to check the missing bgimage*/
}
.mainContainerInnerbg {
	left:50%;
	margin-left:-500px;
	position:absolute;
	top:0;
	width:1000px;
	/*test to check the missing bgimage*/
	background:url(images/innerContentBg.jpg)
		/*test to check the missing bgimage*/
}
.padR20 {
	padding-right:20px;
}
.fontWhite {
	color:#FFF;
}
/*common classes ends*/
#header td.logo {
	height:146px;
	border-bottom:1px solid #030303;
	background-color:#8c0c04;
}
/*Navigation classes starts*/
.homeNav {
	height:63px;
	background:url(images/homeNavBg.jpg) no-repeat;
	text-align:center;
}
.innerNav {
	height:43px;
	background:url(images/innerNavBg.jpg) no-repeat;
	/*border-bottom:2px solid #b28a32;*/
	border-bottom:1px solid #030303;
}
.homeNav ul, .innerNav ul {
	margin-top:10px;
}
.homeNav li, .innerNav li {
	display:inline;
	background:url(images/navSep.jpg) right no-repeat;
	padding:0 40px 0 18px;
	font-size:75%;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
.homeNav li a, .innerNav li a, .subNav a {
	color:#fff;
	text-decoration:none
}
.homeNav li a:hover, .innerNav li a:hover, .subNav a:hover {
	color:#ef9500;
	text-decoration:none
}
.homeNav li a.selected, .innerNav li a.selected, .subNav li a.selected {
	color:#ef9500;
}
.homeNav li.last, .innerNav li.last {
	background:none;
	padding-right:20px;
}
.subNav {
	background-color:#7c120a;
	height:45px;
	font-size:75%;
}
.subNav ul {
	margin-top:10px;
}
.subNav li {
	display:inline;
	background:url(images/subNavBg.gif) no-repeat 18px 5px;
	padding:0 10px 0 35px;
	color:#FFF;
}

.topLinks {
	color:#fff;
	font-size:65%;
	padding-right:20px;
	margin-top:110px;
}
.topLinks a {
	color:#fff;
}
.bCrumb {
	font-size:65%;
	color:#c66e17;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom:5px;
}
.bCrumb a {
	color:#c66e17;
}
.footerNav {
	width:50%;
	margin:30px 0;
}
.footerNav td {
	font-size:70%;
	border-right:1px solid #91190a;
	padding-left:20px;
	text-align:left;
}
.footerNav a, .footerNav a:hover {
	color:#ffa200;
	text-decoration:none;
}
.footerNav td.last {
	border-right:0;
}
/*Navigation classes ends*/
.homeContent {
	padding:10px;
	background:#6f1600;
}
.homeContent {
	color:#C5C59E
}
.homeContent a{
	color:#C5C59E
}
.pTitle {
	background-color:#3c0000;
	border-top:2px solid #b28a32;
}
.innerContent {
	background:url(images/innerContentBg.jpg);
	padding: 15px;
}
.innerContentNoPad {
	padding: 0px;
	background-image: url(images/innerContentBg.jpg);
	background-repeat: repeat;
}
.borderRight {
	border-right:2px solid #faba6e;
}
.borderLeft {
	border-left:2px solid #faba6e;
}
.borderBottom {
	border-bottom:2px solid #faba6e;
}
.dataHolding {
	margin-top:25px;
}
.dataHolding td {
	padding:0 20px;
}
.itemContainer {
	margin-top:20px;
	font-size:80%;
	color:#992100;
}
.itemContainer td {
	padding:0;
}
.itemContainer p {
	font-size:100%;
	color:#992100;
	margin-bottom:5px;
}
.product_attributes {
	font-size:70%;
	color:#992100;
	margin-bottom:5px;
}
.shop h2 {
	margin:10px;
}
.shop P {
	font-size:85%;
	color:#992100;
	margin:10px;
	line-height:normal;
}
.rhs {
	padding:20px 7px;
}
table.callOut {
	border:2px solid #fcc25f;
	font-size:65%;
	margin-bottom:10px;
	line-height:normal;
}
table.callOut P {
	font-size:100%;
	margin-bottom:0px;
}
.callOut thead {
	background-color:#6f1600;
	color:#FFF;
}
.callOut tbody {
	background-color:#fde3c6;
}
.callOut th {
	padding:6px;
	font-weight:bold;
}
.callOut th a {
	color:#fff;
}
.callOut tbody td, .callOut tbody th {
	padding:6px;
	color:#000;
	font-weight:bold;
}
.listItem {
	width:90%;
	margin-bottom:20px;
	color:#9d4e00;
}
/***************** OSCommerce default CSS items starts here ***********************/
.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.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;
}
.infoBox {
 //background: #b6b7cb;
}
.infoBoxContents {
 //background: #ffffff;
	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: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*background-image: url(images/infobox/boxheadbg.gif);*/
  color: #ffffff;
	background-color: #6f1600;
}
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: #ffffff;
}
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: #ffffff;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #6f1600;
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px;
	border-style: solid;
	border-color: #666666;
	border-spacing: 1px;
}
A.pageResults {
	color: #992100;
}
A.pageResults:hover {
	color: #992100;
	background: #fef7dd;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #992100;
	font-variant: small-caps;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

/*the class main has the font size for pages like login etc*/
TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size:80%;
	line-height: 1.5;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.smallText a, SPAN.smallText a, P.smallText a {
	font-size: 130%;
}
TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #aabbdd;
}
TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
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: #ff0000;
 //background: #ffffff;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	
}
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.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.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;
}
/* 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;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #992100;
	font-variant: small-caps;
}

/* BEGIN special Formatting for custom code*/
.indexCatDes {width:120px;}

.credits {
	text-decoration: none;
}
.credits a {text-decoration:none;}
.fontWhite a {color:#fff; text-decoration:none;}
.smallFont p {font-size:85%; padding-left:5px;}
.agb {
	background-color:#fff;
	border:1px solid #600;
	padding: 0px;
	margin-bottom: 5px;
	margin-left:40px;
	width:780px;
}
.smallFont td {
	font-size:80%;
	margin-right:10px;


}
.smallFont table {
	width: 400px;
		margin-left:40px;
}

.morePad p {padding-left:40px; padding-right:30px; font-size:85%; line-height:normal;}
.morePadAGB p {padding-left:40px; padding-right:30px; font-size:11px;}
.morePadPrivacy p {padding-left:40px; padding-right:30px; font-size:85%; line-height:normal;}
.morePadShipping p {padding-left:40px; padding-right:30px; font-size:95%; line-height:normal;}
.whiteFont {color:#fff;}
#popUp {margin-left:20px;}
#inci {
	padding-top: 10px;
	padding-bottom:10px;
}
#inci p {
	font-size:80%;
	color:#938B73;
}

.newsletterSmallFont {font-size:11px;}

.noUnderline {
	
	color: #938B73;
}
.smallFont {font-size:90%}
.sansStyle {padding:0; margin:0;}

/* END special Formatting for custom code*/

.padL10 {padding-left:10px;}

#landingPages {font-size:80%; margin-top:40px;}

#holidaymessage {
	/*border:#992100 1px solid;*/
	background:url(images/innerContentBg.jpg)
	padding:0px;
	
}