/* @override http://fabrikade.sg/includes/templates/classic/css/stylesheet.css */

/**
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
*/

html{
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 68.5%;
	color: #333;
	background-color: #fff;
	height: 100%;
	
}
a img {
	border: none;
}
a:link, #navEZPagesTOC ul li a {
	color: #7e2b02;
	text-decoration: none;
}

a:visited {
	color: #7e2b02;
	text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color:#c05b02;
}
h1, h2 {
	font-family: "Trebuchet MS", "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	color: #3e5401;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	margin: 0.3em 0;
}
p{
	font-size: 1.2em;
	line-height: 1.5em;
	padding:0 0 1em 0;
	margin:0;
}
/* Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
}
*html .centerColumn {
	height: 1%;
}
*/

TD{
padding:5px;
border-top:1px solid #80A82C;
font-size: 1.2em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}
INPUT{
	float: left;
	margin: 0;
}
select,input,textarea{
	background: #fef9eb;
	border: none;
	display: block;
	float: left;
	border: 1px solid #c2db8a;
	font-size: 1.4em;
	padding: 0.3em;
	margin: 3px 0 10px 0;
	color:#5f6543;
	font-weight:bold;
}
.topinput{
	width: 10em;
	margin: 0 5px 0 0;
	font-size: 1.2em;
}
.fabinput{
	padding: 0.4em;
}
.searchbox{
	margin:8px 0 0 0;
}
.searchinput{
	color: #5f6543;
	font-size: 15px;
	padding: 0.3em;
	margin: 0 5px 0 0;
}

.button_search{
*padding:0;
*width:65px;
}

.hidden{
	background: 0;
	border: 0;
	width:1px;
	height:0;
	margin:0;
	padding:0;
}
.right,.forward{
float:right;
}

.alignright{
text-align: right;
}
.content{
font-size: 1.2em;
}

.clearBoth {
	clear: both;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 90%;
}
input:focus, select:focus, textarea:focus {
	background: #fbf9d3;
}

FIELDSET {
	padding: 1em;
	margin: 1em 0em;
	border: 2px dashed #80a82c;
	/*for stupid ie6 */
	*overflow-x:hidden;
	_float:left;
	*border: 2px solid #80a82c;
}
FIELDSET FIELDSET{
	border: 1px dashed #A1BF5F;
	*border: 1px solid #A1BF5F;
	*overflow-x:hidden;
	*clear:both;
	_margin:0 5px 0 5px;
	_width:540px;
}
LEGEND {
	font-size: 1.4em;
	color: #b83d00;
	padding: 0.3em;
}
/* for ie6 AGAIN*/
LEGEND{
_line-height: 1.3em;
 _float: left; 
_background-color:transparent;
_padding:10px;
}
LABEL, h4.optionName {
	float: left;
	line-height: 1.5em;
	color:#511C02;
}

.buttonRow input{
font-size: 14px;
}

.buttonRow .cssButton{ margin-left: 10px;}

#attribsOptionsText{
color:#333;
}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}

#indexProductList

LABEL.inputLabel {
	float: left;
}

#indexProductList LABEL.inputLabel{
font-weight: bold;
}

#indexProductList select{
font-size: 1.2em;
}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
}
#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
}
ADDRESS {
	font-style: normal;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #80A82C;
}
.alert{
font-weight: bold;
color:#7E2B02;
}

.centerColumn a{
font-size:1.2em;
}
/*user login*/
.login-email-address {
	float: left;
}
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.4em;
}
.messageStackWarning, .messageStackError {
	border:2px dashed #bf1515;
	width:90%;
}
.messageStackWarning a, .messageStackError a{
font-weight: bold;
text-decoration: underline;
}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

.exclaim{
font-size: 3em;
line-height: 1em;
padding:0;
}

.messageStackWarning .exclaim, .messageStackError .exclaim{
color:#bf1515;
}
/*wrappers - page or section containers*/
#centerWrapper{
float:left;
width:610px;
_overflow-x:hidden;

}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

.centerColumn{
margin:0 15px 0 0;
width:609px;
}
#navColumnTwo{
	vertical-align: top;
	float:left;
	margin-left:15px;
	_overflow-x:hidden;
}
#header{
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 212px;
	margin: 0;
	padding: 0;
}
#headerWrapper{
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
#logoWrapper{
	float: left;
	margin-top: -20px;
}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#mainWrapper {
	position: relative;
	text-align: left;
	width: 100%;
	min-height: 85%;
	vertical-align: top;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#tagline {
	color: #000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
}
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
#sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 45%;
}

.floatingBox{
	margin: 0;
	width: 95%;
}
.wrapperAttribsOptions {
	clear: both;
	margin: 0.3em 0em;
}
/*sorter styles*/
#sorter{
font-weight: bold;
color: #374514;
}

#disp-order-sorter{
font-size: 1.2em;
margin:0 0 10px 5px;
}
/*navigation*/

/*displaying no. of prod txt*/
.navSplitPagesResult{ 
padding: 0 0 10px 0;
color: #333;
}

.navSplitPagesLinks{
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
}
#navMainWrapper {
width:100%;
	float: right;
}
#navMini{
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	width: 205px;
	height: 49px;
	background: url(../images/mininav_bg.gif) no-repeat;
}
#navMini p{
	margin: 0 0 0 42px;
	padding: 20px 0 0 0;
	font-size: 11px;
}
#navMini p a{
	text-decoration: none;
	color: #e6e6c8;
	font-weight: normal;
}
#navMini p a:hover{
	text-decoration: underline;
}
#navAll {
	float: right;
	margin: 66px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#navAll li{
	display: inline;
}
#navAll li a{
	float: left;
	margin: 0 1px;
	padding: 10px 0 0 0;
	display: block;
	width: 93px;
	height: 41px;
	background: url(../images/tab.gif) no-repeat;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #9ea081;
	text-align: center;
	text-transform: lowercase;
}
#navAll li a:hover{
	background: url(../images/tab-over.gif) no-repeat;
	color: #fbfbd4;
}

#home #hometab a,
#blog #blogtab a,
#shop #shoptab a,
#help #helptab a,
#friends #friendtab a
{
background: url(../images/tab-over.gif) no-repeat;
	color: #fbfbd4;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 12px 0 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}
#navMain ul{
	float: left;
	width: 940px;
}

#navMain ul.right{
	float: right;
	width: 940px;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	float: left;
	font-size: 1.1em;
	line-height: 2.4em;
	margin: 0 15px;
	color: #595b36;
	text-transform: lowercase;
}

#navMain ul.right li{
	float: right;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	color: #595b36;
}
#navMain ul li a:hover{
	color: #595b36;
	text-decoration: underline;
}



#navBreadCrumb {
	padding: 0.5em 0;
	color: #3e5401;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0em;
	text-transform: lowercase;
}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
}
/*The main content classes*/


#bodyWrap{
	float: left;
	width:100%;
	background: #fff url(../images/bg.jpg) repeat-x top left;
	_margin-top:-5px;
}
#contentMainWrapper
{
	margin: auto;
	padding-top: 20px;
	width: 940px;
}
/*Shopping Cart Display*/
#shoppingCartDefault{
font-size:1.2em;
}
#cartDefaultHeading a{
font-size: 0.7em;
}

#cartEmptyText{
margin:20px 0;
line-height:1.5em;
color:#511C02;
}

.cartProductDisplay {
font-size: 1em;
}

.cartTotalsDisplay {
font-weight: bold;
}
.tableheading, #cartContentsDisplay TH{
padding:0 0.5em;
}
#cartContentsDisplay TD{
padding:0.75em;
}
.cartQuantity {
text-align:center;
width:3em;
}
.cartQuantityUpdate{
width:5em;
}
.cartQuantity input{
	display: block;
	border: 1px solid #c2db8a;
	width:2em;
	padding: 0.3em;
	margin: 3px 0 10px 0;
}

#cartImage{
padding:0.25em;
}

.cartTableHeading{
font-size: 1.2em;
padding:0 0 5px 0;
}

.cartAttribsList{
margin: 5px;
}

.centerColumn .forward { /*help link*/
padding-top:5px;
}

#checkoutConfirmDefault .forward{
padding-top:0px;
}

#checkoutConfirmDefault .cartProductDisplay{
font-size: 1.2em;
}

#cartAdd {
	text-align: center;
	padding: 10px 0;
}

#cartSubTotal {
	border-top: 2px dashed #511C02;
	font-weight: bold;
	text-align: right;
	font-size: 1.3em;
	line-height: 2.2em;
	padding-right: 0.5em;
	color: #3E5401;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}
#cartProdTitle{
margin:0 0 0 10px;
}

.cartAttribsList ul{
float: left;
margin:0 0 0 25px;
padding: 0;
}



.cartAttribsList li{
font-size: 0.9em;
margin:0px;
color:#511C02;
}


.rowOdd, .rowEven {
	height: 1.5em;
	vertical-align: top;
	padding:1em;
}
.rowEven td{
border-top: 1px solid #80a82c;
}

.rowOdd td{
border-top:1px solid #9a5c04;
}

#orderTotals{
margin-bottom: 15px;
}

/*Image Display*/

/*list box contents*/
.centerBoxWrapper {
	height: 1%;
	margin: 0;
}
/*sideboxes*/
.columnLeft {
}
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	text-align: left;
	margin: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #9a5c04;
	font-size: 2em;
	color: #b83d00;
	font-weight: normal;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	float:left;
	margin-top: 1.5em;
	padding:5px 0 15px 0;
	width: 300px;
	background: #fff url(../images/sidebox_bg.gif) no-repeat top center;
}
.sideBoxContent {
	margin: 0;
	padding: 0 30px;
}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: none;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
	background-color: #0000cc;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #7e2b02;
	font-size: 1.1em;
	text-decoration: none;
}
#wpcats a, A.category-links, A.category-links:visited {
	display: block;
	color: #511c02;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}

A.category-top:hover, #wpcats a:hover, A.category-links:hover{
color:#c05b02;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
}
#shoppingCartDefault #PPECbutton {
	float: right;
}
.bold {
	font-weight: bold;
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
	line-height: 1.1em;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
TR.tableHeading {
	color:#511C02;
	height: 2em;
	font-size:1.5em;
}
.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
}
#siteMapList {
	width: 90%;
	float: right;
}
.ratingRow {
	margin: 1em 0em 1.5em 0em;
}
/*additional styles*/
/*featured box*/
#featuredLabel, #featuredProducts{
	float: left;
	*height:285px;
	_overflow-y: hidden;
	border: 6px solid #83ab2d;
	margin-bottom: 12px;	
	position:relative;
}

#featuredLabel{
float: right;
border:6px solid #7f8f30;
}
#featuredLabel h2, #featuredProducts h2 {
	z-index: 2;
	position: absolute;
	top: 20px;
	left:-6px;
	background-color: #000;
	border: 6px solid #000;
	text-align: left;
	width:285px;
	
}

#featuredProducts h2{
top:230px;
}

#featuredLabel h2 a{
float:right;
}

#featuredLabel, #featuredProducts img{
position:relative;
}

.centerColumn h2 {
	font-size: 1.85em;
	font-weight: normal;
	color: #B83D00;
	text-align: left;
}

.index .centerColumn h2 {
	color: #91b63c;
}
.centerColumn h2 a,.centerColumn h2 a:visited{
	float: right;
	color: #fff8ac;
	font-size: 0.85em;
	margin: 5px 10px 0 0;
}

#currentReleases h2 a:hover, .centerColumn h2 a:hover{
color:#c05b02;
}
/*latest releases box*/
#whatsNew{
	float: left;
	padding: 5px 0 0 0;
	margin: 5px 0 15px 0;
	width: 609px;
	background: #82a92c url(../images/latestbox_bg.gif) repeat-x;
	overflow-x: hidden;
}
#whatsNew h2{
	clear: both;
	padding: 10px 0;
}
#whatsNew h2 span{
	padding: 5px 10px;
	color:#91B63C;
	background-color: #000;
}
/*current releases*/
#currentReleases{
	margin: 10px 0;
	padding:0;
	width: 609px;
	clear:both;
	
}
#currentReleases h2{
	color: #b83d00;
	margin: 10px 0;
}
#currentReleases h2 a, #currentReleases h2 a:visited {
	color: #7e2b02;
}
/*thumbnails styles*/
a.imgThumb {
	margin: 0 0 15px 9px;
	padding: 0;
	float: left;
}
a.imgThumb img{
	padding: 4px;
	border: 1px dashed #A1BF5F;
}

a:hover img, #crossSell a:hover img, #productAdditionalImages a:hover img{
border-color:#5a2407;
}
/*categories box*/

#categories{
	padding-bottom: 15px
}
.subHead{
	border-top: 1px dashed #80a82c;
	color: #3e5401;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}
#manufacturers {
float: left;
	background-image: none;
	margin: 0;
	padding: 0 0 20px 0;
}
#manufacturers h3{
	margin: 0 30px;
	border: none;
	border-top: 1px dashed #80a82c;
	color: #3e5401;
	font-size: 1.4em;
	font-weight: bold;
	padding:5px 0;
}
#manufacturersContent {
	padding: 0 30px;
}
#manufacturers select{
clear: both;
	font-size: 1.1em;
	margin:10px 0;
}
/*site-wide heading styles*/

.centerColumn h1, .mainHeading{
	border-top: 2px dashed #511c02;
	padding: 10px 0;
}
/*product display*/

#productName span{
	float: right;
	font-size: 0.8em;
	color: #511c02;
}
#productMainImage{
margin-right:10px;
}

#productMainImage img{
	border: 3px solid #b5c084;

}
#productMainImage span{
	width:417px;
	float: left;
	text-align: center;
	padding: 5px 0;
	background: #b5c084;
}

#productDetails{
width:181px;
float:left;
}

#crossSell, #productAdditionalImages{
	float: left;
}
#crossSell a, #productAdditionalImages a {
	float: left;
	margin-right: 3px;
}
#crossSell a img, #productAdditionalImages a img{
	float: left;
	border: 3px solid #b5c084;
}
#productPrices, #productDescription, #productAttributes{
	float: left;
	width: 180px;
}

#productPrices{
text-transform: capitalize;
line-height: 1em;
}
#productDescription {
	margin: 10px 0;

}

#productDescription p{
padding:0;
	line-height: 1.35em;
	font-size: 1.05em;
}

.productSalePrice {
text-transform: lowercase;
}

#productAttributes{
	margin: 0 0 5px 0;
}
#productAttributes input{
	line-height: 1.5em;
	margin: 0.3em 0.5em;
}

.attribsSelect {
	font-size: 1em;
	margin-right: 5px;
}

a.sizechart {
text-decoration: underline;
font-size:1em;
font-weight: bold;
}

#productFooter{
width:100%;
float:left;
margin:20px 0 0 0;
padding:10px 0;
border-top:1px dashed #A1BF5F;
border-bottom:1px dashed #A1BF5F;

}

#productFooter h2{
font-size: 14px;
font-weight: bold;
margin:7px 0 5px 0;
color:#B83D00;
}

#crossSell{
border-right:1px dashed #A1BF5F; 
padding-right: 15px;
width: 270px;
overflow-x:hidden;

}

#crossSell h2{
	padding-bottom: 10px;
}
.navNextPrevWrapper{
	margin:0 0 0 15px;
	float: left;
	padding-bottom: 15px;
	
}

.navNextPrevCounter {
	margin: 0 0 0 0;
	padding:0;
	font-size: 14px;
	font-weight: bold;
	color:#B83D00;
	text-align: center;
	width: 300px;

}

#navNextPrevCont{
margin:0 0 0 45px;
float:left;
}
.navNextPrevList {
	border:2px solid #D6D575;
	float: left;
	display: inline;
	margin: 5px 0 0 0;
	padding: 2px;
	list-style-type: none;
	margin-right: 15px;
	background-color: #f8f8e4;
}

.navNextPrevList:hover{
border-color:#5a2407;
}

.navNextPrevList img{
float:left;
}
.navNextPrevList span{
display:block;
float: left;
text-align: center;
padding:13px 10px;
}

#productTellFriendLink{
	float: left;
	border-right:1px dashed #A1BF5F; 
	padding-right:20px;
	margin-right:20px;
}

#productButtons{
float: left;
border-top:1px dashed #A1BF5F; 
margin: 0 0 0 10px;
padding:10px 0 0px 15px;
width: 298px;
}

.normalprice{
color:#8EB445;
}

.productSalePrice{
color: #af3226;
font-weight:bold;
}
.productPriceDiscount{
color:#333;
font-size:0.6em;
text-transform: uppercase;
font-weight: bold;
float: left;
margin:0;
padding:0;
}

.wrapperAttribsOptions select{
font-size: 1.1em;
padding:0.1em;
}

/*featured page*/

.featuredName{
font-size: 2em;
}

.label{
font-size:1.6em;
}

#featuredDefault img{
float:left;
margin:0 10px 0 0;
}

#featuredDefault a{
display:block;
}

#featuredDefault .button_buy_now{
float:right;
margin-right:20px;
}
/*login, account pages*/
#accountEditDefault label, #passwordForgotten label, #timeoutDefault label, #createAcctDefault label{
	float: none;
}

#createAcctSuccess fieldset cssButton{
margin-left:10px;
}

#accountEditDefault .radioButtonLabel{
float:left;
}
#createAcctDefault #newsletter-checkbox{
	margin-right: 5px;
}
.cartQuantity .hidden, #createAcctDefault .hidden,#loginDefault .hidden{
	background: 0;
	border: 0;
	width:1%;
	height:1%;
	display:none;
}
.information {
	margin: 0;
}
.inputRadio, #newsletter-checkbox, #email-format-html, #email-format-text, #createAcctDefault #gender-male, #createAcctDefault #gender-female, #loginDefault #gender-male, #loginDefault #gender-female{
	float: left;
	margin: 0px 5px 10px 0;
	border:none;
	background: none;
}
#createAcctDefault .radioButtonLabel {
	float: left;
	margin-right: 10px;
}
#loginDefault .topinput{
	margin-right: 5px;
}
#loginDefault .button_create_account, #loginDefault .button_login{
	font-size: 1.3em;
	margin: 0;
}

#accountLinksWrapper{
width:80%;
}

#accountLinksWrapper li{
font-size: 1.2em;
padding:5px 0;
}

#myAccountShipInfo, #myAccountPaymentInfo{
width:50%;
}

#myAccountTotal{
text-align: right;
}

/*faq*/
.faqAnswer{
margin-top:-15px;
}
.faqAnswer BR{
margin:10px 0;
}
.faqSort{
float: left;
margin-right:10px;
}

#faqAll select{
font-size: 1.2em;
}

#faqList, #faqAll a{
display:block;
clear:both;
font-size: 1.2em;
}

#faqList li{
list-style-type: none;
padding:10px 0;
}


#faqCategories{
font-size: 1.5em;
line-height: 2em;
margin: 0;
list-style-type: lower-roman;
*list-style-position: inside;
}

#faqCategories li{
margin-left:10px;
}

#faqCategories li a{
*padding-left:5px;
}

#faqNav{
float:left;
width:100%;
margin-top:20px;
padding: 20px 0;
border-top: 1px dashed #80a82c;
}

#faqNav h3{
float:left;
color:#7E2B02;
}

#faqNav a span{
float:left;
margin-left:30px;
}

#faqButtons{
float:right;
}
/*generic subpages styles*/

.genericSubpage h2{
color:#B83D00;
font-size: 1.6em;
font-weight: bold;
}
/*subfooter style*/
#subfooter{
margin-top:25px;
padding-bottom: 15px;
background: #fff url(../images/subfooter.gif) repeat-x;
width: 100%;
float: left;
}
#subfooterWrap{
width:960px;
margin: auto;
padding:20px 20px;
}

.subfooterCont{
float: left;
width: 125px;
}

.subfooterCont h3{
color:#88a21b;
font-size: 1.2em;
}

.subfooterCont p{
font-size: 0.95em;
color:#383838;
padding-top:0;
margin-top:0;
}

.subfooterCont p a{
font-weight: bold;
}

.subfooterCont p a:hover{
text-decoration: underline;
}
.subfootDivider{
float: left;
width:2px;
height: 100px;
margin:0 17px;
border-right:1px dashed #d6d575;
}

/*wishlist styles*/
.pageresults{
clear:both;
}

.multiple label{
margin-right:5px;
}

.multiple select{
font-size:1.2em;
}

#un label{
clear: both;
}


#un li{
list-style-type: none;
}

#un ul{
list-style-type: none;
}

#un .footnote{
clear: both;
padding:10px 0 0 0;
}

#un .button_TellAFriend{
float: right;
}

#unLinks{
margin:0 0 10px 0;
padding:0;
font-size: 1.2em;
}

.unDetails {
float:left;
padding:0;
margin:0 0 0 15px;
}

#un .price{
font-size: 1.5em;
line-height: 1.2em;
}
.unDetails li{
clear:both;
margin:5px 0 0 0;
}

#un h3{
border-top:1px dashed #A1BF5F;
padding:5px 0;
}

.formrow input{
clear: both;
}

.wishlistdata{
float: left;
width:85%;
font-size:0.8em;
}

.wishlistdata ul{
padding-left:15px;
}


.wishlistdata li{
float: left;
margin-right:15px;
padding-bottom: 40px;
}

.wishlistfields{
clear:both;
}

.wishlistfields ul{
margin:0;
padding:0;
}

.wishlistfields label{
float: none;
}

.wishlistfields li{
float: left;
margin:0 5px;
}

.wishlistfields li.update{
padding-top:20px;
}

.unButtons{
float:right;
margin:10px 0 0 0;
}

.unButtons a span{
margin: 0 5px;
}
#un img{
float:left;
	padding: 4px;
	border: 1px dashed #A1BF5F;
}

.wishlist-even, .wishlist-odd, #un h3{
clear: both;
}


/*footer style*/
#footer{
	text-align: center;
	color: #fff;
	padding-top: 25px;
	background: #131313 url(../images/footer_bg.gif) repeat-x;
	height: 113px;
	clear: both;
}

#siteinfoLegal{
	font-size: 1em;
	line-height: 1.5em;
color: #a5a99b;
}

#siteinfoLegal a {
text-decoration: underline;
color: #a5a99b;

}

/*blog styles*/
#blog .rightBoxContainer ul{
list-style: none;
margin:0;
padding:0 15px;
font-size: 1.05em;
}

#blog #sidebar ul ul{
padding:0 0 15px 15px;
border-bottom: 1px dashed #80a82c;
}

#blog #sidebar ul ul li{
margin:5px 0;
}
#sidebar h2{
	
	color: #3e5401;
}

 .cat-item {
margin:0 0 10px 15px;
clear: both;
}



#blog .post{
width:90%;
padding:3px;
background-color: #fcfbed;
margin:15px auto;
border-top:1px solid #f4eaca;
border-left:1px solid #f4eaca;
border-right:1px solid #f4dca2;
border-bottom:1px solid #f4dca2;;
}


.dashes{
border:1px dashed #f4dca2;
padding:5px 10px;
}

#blog .post h2{
padding:0 0 5px 0;
border-bottom:1px dashed #A1BF5F;
font-size: 2.5em; 
}

#blog .post span{
font-weight:bold;
font-size:1.2em;
color:#3E5401;
}

#blog .post h2 a{
float:none;
color:#B83D00;
font-weight: normal;
letter-spacing: -0.02em;

}

#blog h2.pagetitle{
margin:0 0 0 20px;
color:#511C02;
font-size: 1.5em;
font-weight: bold;
}

.post h3#respond{
margin-top:25px;
padding-top:5px;

}

.postmetadata{
border-top:1px dashed #A1BF5F;
padding:5px 0 0 0;
}

.post .navigation{
padding:0 0 15px 0;
border-bottom:1px dashed #A1BF5F;
}
#wpcats{
padding:0 0 10px 0;
}

#wpcats .cat-item a{
float:left;
line-height: 1em;
margin:0 5px 0 0;
}

#wpsidebarHeading a{
font-size: 1em;
border:none;
margin:0;
}

#blog .centerColumn a{
font-size:1em;
font-weight: bold;
}

#commentform label, #commentform input, #commentform textarea{
float:none;
margin:0;
}

#commentform input, #commentform textarea{
margin:0 0 15px 0;
}

#commentform textarea{
width:80%;
}

h3#comments, h3#respond{
margin-top:15px;
color:#511C02;
}

.commentBubble{
background:transparent url(../images/commentpointer.gif) no-repeat;
padding:10px 0 0 0;
margin:0 0 0 25px;
}

.commentBox{
border-right:1px solid #f4dca2;
border-bottom:1px solid #f4dca2;
padding:10px;
background-color: #fbf1d4;
margin:0;
width:95%;
}

.commentlist{
padding:5px 0;
list-style: none;
}

.commentlist li{
padding:5px 0;
}

.commentlist li p{
padding:10px 0;
}


.commentlist li.author p{
color:#000;
font-weight: bold;
}

.commentlist li.author cite {
color:#B83D00;
}

.commentlist cite{
font-style: normal;
font-weight: bold;
font-size: 1.4em;
}


.commentlist cite a{
color:#3E5401;
}

#commentsHolder{
margin:auto;
width:90%;
}

/*blog text formatting*/
blockquote{
font-family: Georgia, times, serif;
font-style: italic;
padding:10px;
border:1px dashed #B83D00;
border-left:0px;
border-right:0px;
}

blockquote p{
padding:0;
}

.post ul, .post ol{
font-size:1.05em;
line-height: 1.2em;
}

.post li{
padding:3px 0;
}

.genericSubpage .centerColumn img, .post img{
padding:5px;
margin:10px;
border:1px dashed #F4DCA2;
}

/*homepage styles*/
#monthlyIMG{
margin-bottom:-5px;
}

.uniqueSidebox{
float:left;
width:100%;
margin:10px 0;
}

.uniqueSidebox #rssicon{
margin-right:5px;
}

.uniqueSidebox h1{
color:#b83d00;
padding:15px 0 5px 0;
margin:0 15px;
border-bottom:1px dashed #9a5c04;
}

.uniqueSidebox h1 a{
font-size:0.7em;
line-height: 1.7em;
}

.uniqueSidebox ul{
list-style: none;
margin:0;
padding:5px 15px;
}

.uniqueSidebox .date{
margin:0;
padding:0;
font-size: 1.2em;
color:#3e5401;
}

.uniqueSidebox h2{
margin:0;
padding:0;
}
.uniqueSidebox h2 a{
text-decoration: underline;
}

.uniqueSidebox li p{
font-size: 1.05em;
line-height: 1.2em;
}

#latestNews{
margin-bottom:0;
background: transparent url(../images/latestnewsbg.png) no-repeat;
_background: transparent url(../images/latestnewsbg.jpg) no-repeat;
}

#latestBlog{
background: transparent url(../images/latestblogbg.png) no-repeat;
_background: transparent url(../images/latestblogbg.jpg) no-repeat;
}

#subscribe {
float:left;
padding:15px;
width:276px;
height:66px;
background: transparent url(../images/newsletterbox_bg.png) no-repeat;
}

#subscribe h3{
font-size: 1.3em;
font-weight:bold;
color:#feffc5;
border:none;
padding:0;
margin:0 0 10px 0;
}

#subscribe .sideBoxContent{
padding:0;
margin:0;
float:left;
}

#newsemail{
margin:0 5px 0 0;
}

#subscribeDefault label{
float:none;
}

#subscribeDefault input{
margin:0 5px 0 0;
}

/*contact us */

#contactUsDefault label{
float:none;
}

/*paypal*/
#paypal{
float: left;
padding:20px;
}