/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #edebde repeat-x top;
	color: #666666;
	font: .65em Arial, Georgia, "Times New Roman", Times, serif
}
a{
	color: #627f27;
	text-decoration: none
}
:focus { outline: 0; }
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	margin:0px 0pt 10px 0px;
    padding:5px;
   /* width:200px;*/
}
.checkbox{
width:15px;
}
.button, .zemSubmit{
width:60px;
margin:5px 5px 0pt 0pt;
}
li{
	list-style: none
}
h2{
	font: 1.9em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .8em
}
h3{
	font: 1.4em Georgia, "Times New Roman", Times, serif ;
	margin: 0 0 .3em;
	color:#73983B;
	font-weight: bold;
}
h4{
	color: #627f27;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .3em
}
p{
	padding: 0 0 .8em 3px;
}
p img{
	padding: 5px;
}
/*=== Shop ===*/
.yab-add input{
	border: #999999 1px solid;
	font-size: 12px;
	margin:0px 0pt 10px 0px;
    padding:5px;
    /*width:15px*/
}
p.yab-add{
	float:right
}
span.price{
	color: #73983B;
	font-size: 14px;
}
input.submit{
	border: #999999 1px solid;
	font-size: 12px;
	margin:0px 0pt 10px 10px;
    padding:5px;
    width:120px
}
/* checkout table */

#yab-checkout-table {
  width: 100%;
  margin-bottom: 2em
}

#yab-checkout-table th {
  font-weight: bold
}

#yab-checkout-table td,
#yab-checkout-table th {
  border-bottom: 1px dotted #6E5946;
  padding: 2px 5px;
  text-align: left;
}

#yab-checkout-table td.yab-checkout-price,
#yab-checkout-table th.yab-checkout-price {
  width: 20%;
  text-align: right
}

#yab-checkout-table td.yab-checkout-change,
#yab-checkout-table th.yab-checkout-change {
  width: 35%;
}

#yab-checkout-table form {
  padding: 0
}

#yab-checkout-table td.yab-checkout-change {
  text-align: right
}

#yab-checkout-table td.yab-checkout-change {
  vertical-align: bottom
}

#yab-checkout-table td.yab-checkout-price {
  vertical-align: bottom;
  color: #73983B}

#yab-checkout-table ul {
  line-height: 130%;
  padding: 0.2em 0 0 1em;
  list-style: none
}

#yab-checkout-table ul li {
  padding: 0;
  font-size: 0.87em
}

#yab-checkout-table ul li.yab-checkout-item-price {
  padding-right: 2em;
color:#73983B;
  font-size: 1em
}

#yab-checkout-table p {
  padding: 0;
  width: 100%
}

#yab-checkout-table input {
 margin:5px;
 width:20px
}

#yab-checkout-form select {
 margin:0 0 0 10px;
 width:180px
}

#yab-checkout-table input.submit-edit {
  width: auto;
  border: 1px solid #73983B;
  background: #FFFFFF;
  color: #73983B
}

#yab-checkout-table input.submit-del {
  border: 1px solid #73983B;
  background: #73983B;
  color: #FFFFFF
}

#yab-checkout-table td.yab-checkout-sum {
  text-align: right;
  color: #73983B
}

#yab-checkout-table tr.yab-checkout-total td {
  font-weight: bold;
  background: #73983B;
  color: #FFFFFF
}

.yab-to-checkout{
	display:block;
	margin:5px 0pt 0pt;
}
/* checkout-notices */

p.yab-shop-required-notice {
  background: #75111B;
  color: #FFFFFF;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em
}

ul.yab-shop-notice {
  border: 2px dashed #75111B;
  list-style: none;
  padding-top: 1em;
  color: #75111B;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em
}

/* checkout form */

#yab-checkout-form {
  padding-left: 0.5em
}

#yab-checkout-form p {
  /*width: 100%*/
}

#yab-checkout-form input {
display:block;
margin:0pt 0pt 10pt 100px;
text-align:left;
width:30em;
}

#yab-checkout-form p.zip-city input {
  /*float: left*/
}

#yab-checkout-form p.zip-city label {
  display: block;
  float: left
}

#yab-checkout-form label.city {
  width: 3em;
  /*text-align: right*/
}

#yab-checkout-form input#postal {
  width: 7em
}

#yab-checkout-form input#city {
  margin-left: 100px
}

#yab-checkout-form textarea {
  width: 32em;
  height: 8em;
  padding: 2px 5px;
  margin: 0 0 0 100px
}

#yab-checkout-form p.tou input {
  margin-left: 9em;
  width: auto;
  float: left
}

#yab-checkout-form p.tou label {
  width: auto;
  padding: 0 0 0 10px
}

#yab-checkout-form p.submit input {
  width: auto;
  text-align: center
}

#yab-checkout-form p.yab-shop-required label {
  color:#73983B;
  float:left;
  font-weight: bold
}

/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 30px 0 29px;
	width: 805px
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	width: 864px
}
#bg{
	background: url(../images/bg.jpg) no-repeat top center
}
/*=== Header ===*/
#header{
	height: 124px
}

#header .spacer{
float: right;
margin: 0 0 0 410px;
position: absolute;
top: 100px;
z-index: 100;
width: 395px;
font-size: 11px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	width: 375px
}
#header h1 a{
	display: block;
	height: 124px
}
#header h1 a:hover{
	text-decoration: none
}
#header ul{
	/*background: url(../images/hl-pic.gif) no-repeat bottom left;*/
	float: right;
	height: 24px;
}

#header li{
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #ccc;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-bgr.gif) repeat-x top;
	font-size: 14px;
	height: 43px;
	padding: 0 0 0 12px
}
#nav1 ul{
}
#nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 43px;
	margin: 0 2px 0 0
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 10px
}
#nav1 li a:hover,
#nav1 li.active a{
	background: url(../images/nav1-pin.gif) no-repeat bottom;
	text-decoration: none
}
/*=== Title ===*/
#title{
	background:#B2E176 url(../images/bookt.png) no-repeat scroll right top;
	border: 1px dashed #83ab4c;
	color: #2c5307;
	font: italic 15px/20px Arial, Georgia, "Times New Roman", Times, serif;
	height: 1%;
	margin: 0 0 50px;
	padding:10px 15px 10px 0
}
#title .spacer{
	float: right;
	width: 220px
}
#title-pic{
	margin: -15px 0 -159px -20px;
	position: relative
}
#title-pic2{
	margin: -15px 0 -159px -20px;
	position: relative;
	background: url(../images/title.png) no-repeat;
	width:521px;
	height:187px;
}
#title p{
	font-size:12px;
padding:0pt 65px 0pt 0pt;
line-height: 14px;;
}
/*=== Order Online ===*/
#order-online{
	height: 117px;
	margin: 0 0 0 610px;
	position: absolute;
	width: 277px;
	z-index: 10
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) no-repeat top left;
	height: 1%;
	padding: 35px 20px 15px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 33%
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 489px;
	font-size: 12px;
	margin: 20px 0
}
/*#centercol li{
	list-style-type: disc;
	padding:3px
}*/

#centercol ul{
	margin: 5px 0 0 25px;
}
.remedy li{
color:#73983B;
list-style-type:disc;
padding:5px;
}

/*=== Right Column ===*/
#rightcol{
	border-left: 1px dashed #6c8734;
	float: right;
	width: 255px
}
#rightcol .spacer{
	padding: 15px;
	font-size: 12px;
}
#rightcol p{
	font-size: 11px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 250px;
	font-size:12px;
}
.col2{
	float: right;
	width: 215px;
	font-size:12px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../images/box-bgr.jpg) no-repeat bottom;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 240px;
	/*min-height: 240px;*/
	padding: 0 5px
}
/*- Featured -*/
.featured{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0 0 1em
}
/*- Heading -*/
.hdr-bgr{
	background: #73983b;
	padding: 8px 10px
}

.spacer button{
	border: #999999 1px solid;
	font-size: 12px;
	margin:0px 0pt 10px 0px;
    padding:5px;
    width:100px;
}
.hdr-bgr h2{
	color: #f8fcd7;
	font-size: 24px;
	line-height: 18px;
	margin: 0;
	text-transform: uppercase
}
.hdr-bgr h2 em{
	color: #b2e176;
	font-size: 18px;
	font-style: normal
}
/*- Post -*/
.date{
	color: #999999;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 0 .5em
}
.date a{
	color: #999999
}
/*=== Styling Buttons ===*/
.more a{
	color: #969702;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline
}
.more{
padding:5px 0 5px 0;
}
.rss, .face, .twitter{
	margin: 15px 0 0 5px;
}
.rss a{
	background: url(../images/ico-rss.gif) no-repeat left;
	color: #d7d97d;
	font-weight: bold;
	padding: 0 0 2px 25px
}
.face a{
	background: url(../images/facebook.gif) no-repeat left;
	color: #d7d97d;
	font-weight: bold;
	padding: 0 0 2px 25px
}
.twitter a{
	background: url(../images/twitter.gif) no-repeat left;
	color: #d7d97d;
	font-weight: bold;
	padding: 0 0 2px 25px
}

.rssMenu ul {
margin:0pt 0pt 10px 0px;
}
.rssMenu li {
background:transparent url(../images/ico_archive.gif) no-repeat scroll left center;
border-bottom:1px solid #E4E4E4;
font-size:1.1em;
margin:0pt 0pt 0pt 5px;
padding:5px 0pt 5px 20px;
}
#category_list li{
border-bottom:1px solid #E4E4E4;
padding:5px 0pt 5px 5px;
}

#category_list ul{
font-size:12px;
padding:5px 0pt 5px 5px;
}
#category_list {
font-size:1.2em;
padding:5px 0pt 5px 5px;
}
#category_list ul li a{
color:#666
}
#category_list ul li {
margin:0pt 0pt 0pt 25px;
padding:0pt 0pt 0pt 5px;
}
.category_list li{
border-bottom:1px solid #E4E4E4;
padding:5px 0pt 5px 5px;
}

.category_list ul{
font-size:12px;
padding:5px 0pt 5px 5px;
}
.category_list {
font-size:14px;
padding:5px 0pt 5px 5px;
}
.category_list ul li a{
color:#666
}
.category_list ul li {
padding:5px 0pt 5px 5px;
}
/*=== Footer ===*/
#footer{
	border-top: 8px solid #eeefe9;
	clear: both;
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
	height: 40px;
	margin: 0 20px;
	padding: 13px 0 0
}
#footer a{
	color: #91bc4a
}
#footer ul{
	font-size: 11px;
	text-align: center
}
#footer li{
	display: inline;
	line-height: 1em;
	padding: 0 3px
}
#footer li a{
	color: #666666
}
#footer li a:hover{
	color: #91bc4a
}
/*=== Misc. ===*/
.pic {
clear:left;
float:left;
margin:0px 10px 10px 0px;
}
.answ p{ padding: 10px; margin: 0 0 0 10px;}
.faq a{ font-size: 14px; background:transparent url(../images/open.gif) no-repeat scroll left center; padding: 0 0 0 20px; }
.faq ul{ list-style: none; }
.faq li{ padding:5px 0pt 5px 0;}

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.hl{
	background: url(../images/hl-pic.gif) no-repeat top;
	clear: both;
	height: 4px;
	margin: 10px 0 10px 0px;
	overflow: hidden;
	width: 100%
}
hr{
	border-top: 1px dashed #d5dfc0;
	clear: both;
	height: 1px;
	margin: 0 0 .8em;
	width: 100%
}
.fl{
	float: left
}
.fr{
	float: right
}
.pic img{
	display: block;
	margin: 0 0 .5em
}
.pic.fl img{
	margin-right: .8em
}
.pic.b img{
	border: 1px solid #b9e482
}
.comment		{ border: 1px solid #eee; padding: 10px; margin: 5px 0; background-color: #ffffff; }
.odd  			{ background-color: #f0f0f0; margin:0pt 0pt 15px 0px;}
.even			{  }
.author		 	{ border: 1px dotted #333; }
.comment h5 	{ margin-bottom: 0.1em; }
.comment:hover 	{ border: 1px solid #333; }
.author:hover	{ background-color: #e6e6fa; }
.comment-time 	{ width: 90%; text-align: right; font-size: smaller; color: orange; }
.author-string	{ font-variant: small-caps; font-weight: 100; }
.comment-no 	{ font-size: 1.5em; color: #999; }
div.answ { display: none; }
