/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*	=font faces
-----------------------------------------------
@font-face {
	font-family: "Arial Black";
	src: url(../fonts/Arial-Black.otf) format("opentype");
}*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font-family: "Helvetica Neue", Helvetica, "Myriad Pro", "Myriad", "Calibri", Arial, sans-serif;
	font-size: 14px;
	color: #555;
}


/* anchors
----------------------------------------------- */
a {
	color: #F69;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*	
a:focus {
	outline: 1px dotted invert;
}
*/


/* =Headings
--------------------------------------------------------------------------------*/


/* headings
----------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
	color: #690;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

h3 a {
	color: #555;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
	color: #333;
}

h6 {
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
}

h2 + h3 {
	margin-top: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

}

/* branding
----------------------------------------------- */
#branding h1 {
	text-indent: -9999px;	
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-size: 25px;
	margin-bottom: .6em;
}

/*	Paragraphs and block level elements
----------------------------------------------- */
p, ol, ul, dl, blockquote {
	line-height: 1.7em;
	margin-bottom: 20px;
}

p {
	
}




/*	=Lists
----------------------------------------------- */
ol {

}

ul {

}

li {

}

ol li {

}

ul li {

}

ol ol,
ul ul {
	margin: 4px 0;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	
}

dl {

}

dt {

}

dd {
	margin-bottom: 20px;
}





/* =Microformats
----------------------------------------------- */

a[rel="license"] {

}

a[rel="tag"] {

}

a[rel="nofollow"] {

}


/*	styles that are reused in several microformats	
---------------------------------------------- */

.url {

}

.type {

}

.value {

}


/*	=vcards	
----------------------------------------------- */
.vcard {
/*	border: 1px solid #CCC;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 1em;
		padding-top: 8px;
	*/
	font-size: .9em;
	line-height: 1.3em;

}

.vcard .note {

}


.adr {

}

.adr .type {	/*	work | home | pref | postal | dom | intl	*/

}

.post-office-box {

}

.street-address {

}

.extended-address {

}

.region {

}

.locality {

}

.postal-code {

}

.country-name {

}

.tel {
	padding: 6px 0;
}

.imp {
	font-weight: bold;
	color: #333;
}

.tel .type {	/*	work | home | pref | fax | cell | pager -?? mobile, voice, msg ??-	*/
	float: left;
	width: 24%;
	margin-left: .5em;
	font-size: .95em;
}

.tel .value {
	float: left;
	width: 42%;
	text-align: right;
}

.org {

}

.fn {
	font-weight: bold;
}

.n {

}

.honorific-prefix {

}

.given-name {

}

.additional-name {

}

.family-name {

}

.honorific-suffix {

}

.nickname {

}

.photo {

}

.role {

}

.title {

}

.vcard .url {
	color: #333;
}

.email {
	padding-top: 6px;
}

.email .type {

}

.email .value {

}







/*	=Generic reusable styles
---------------------------------------	*/

.note {
	font-size: .85em;
	color: #888;
}



.error-msg {

}

.error {
	color: #C00;
}

.rounded {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.transparent {
	background-color: rgba(100,100,100,.5);
	/*	note that IE doesn't support this	*/
}

.shadow {
	box-shadow: 2px 2px 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
}

.textshadow {
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
}





.tooltip {
    width: 160px;
}

.tooltip p {
    padding: 5px 10px;
    z-index: 50;
}

#targeted li:last-child {
	/*	remove border on last list element. ignored in IE	*/
	border-bottom: none;
}


#crumbs {
	color: #999;
	padding-top: 3px;
	font-size: 11px;
	letter-spacing: .05em;
}

#crumbs a {
	color: #999;
}

#crumbs a:hover {
	color: #555;
}



.intro {
/*	can be a <div> or <p>	*/

}

.herbrefbody {
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.herbrefbody ul {
	margin: .2em 0;
}

.herbrefbody p,
.herbrefbody li,
.herbrefbody dd {
	line-height: 1.3em;
}


/* boxes
----------------------------------------------- */
.box {
	background-color: #FFF;
	background-image: url(../ui/bg-box-bot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 8px;
}

.img-box {
	margin: 2px 0 10px 0;
	border: 1px solid #CCC;
	height: 210px;
	width: 230px;
	overflow: hidden;
	float: right;
}

#main .img-box {
	float: right;
	margin: 2px -120px 10px 20px;
	border: 0;
}

.padded {
	padding: 8px;
}

#banner {
	width: 95%;
	height: 230px;
	margin: 1em auto;
	background-color: #D9DCCE;
	overflow: hidden;
}

#banner .feature {
	width: 98%;
	height: 212px;
	margin: 8px 1%;
	background-color: #FFF;
	border: 1px solid #999;
	overflow: hidden;
	background-image: url(../ui/bg-feature.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#leadins .padded p {
	font-size: .96em;
	line-height: 1.5em;
	margin-bottom: .3em;
}

#leadins h3 {
	font-size: 19px;
}

#leadins .thirds {
	width: 28%;
	margin: 0 2.5% 1em 2.5%;
/*	border: 1px dotted #999;	*/
}

#leadins .imagery {
	width: 100%;
	height: 90px;
	background-color: #DDD;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 1em;
}

.moreinfo {
	position: absolute;
	bottom: 0px;
	background-image: url(../ui/bg-moreinfo.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 11px;
}

.moreinfo a {
	color: #690;
	font-weight: bold;
	font-size: 11px;
}

#leadins .moreinfo {
	position: relative;
}

#leadins #EmailForm {
	width: 100%;
}

.cat-logo, 
.desc-box,
.prod-box {
	float: left;
	position: relative;
}

.desc-box .padded,
.prod-box .padded {
	padding: 8px 12px;
}

.desc-box h2 a {
	color: #690;
	font-size: 22px;
}

.prod-box h3,
.prod-box h4,
.prod-box h4 a,
.prod-box h3 a {
	color: #555;
}

.prod-box h4 {
	font-size: 14px;
}

.cat-logo {
	width: 34%;
	height: 212px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.desc-box {
	width: 40%;
	height: 85%;
	margin-top: 16px;
	border-left: 1px solid #CCC;
}

.prod-box {
	width: 25%;
	height: 85%;
	margin-top: 16px;
	border-left: 1px solid #CCC;
}

.right-line {
	border-left: 0;
	border-right: 1px solid #CCC;
}

.prod-box ul {
	margin-bottom: 4px;
	padding-left: 0;
}

.prod-box li {
	list-style: none;
	font-size: .9em;
	margin: 0;
	line-height: 1.5em;
}



/*	=product list
-----------------------------------------*/


.tpl-product-list {
	height: 180px;
	padding-top: 18px;
	position: relative;
	font-size: 12px;
}

.tpl-product-list form {
	margin: 0;
	font-size: .9em;
	position: absolute;
	bottom: 38px;
	width: 93%;
}



.tpl-product-list p {
	margin-bottom: 12px;
	line-height: 1.5em;
}
/*
	cursor: pointer;
	display: block;
	width: auto;
	margin: 1em 0;
	color: #FFF;
	background-color: #609F37;
	background-image: url(../ui/bg-buttons.jpg);
	background-position: center center;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: .2em 1em;
	*/

.tpl-product-list input.btn-submit {
	padding: 1px 3px 1px 1px;
	float: right;
	margin: 0;
}

.tpl-product-list form label {
	text-transform: uppercase;
	color: #777;
	padding-bottom: 1px;
	display: block;
	margin: 0;
	font-size: .9em;
	font-weight: normal;
}

.one-size {
	line-height: 1.7em;
}

.tpl-product-list select {
	width: 61%;
	color: #333;
	margin: 0;
	float: left;
	height: 1.85em;
}

.disclaimer {
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #CCC;
}



.disclaimer p {
	font-size: .85em;
	margin-bottom: 0;
	line-height: 1.3em;
	color: #666;
}

.dosage {
	margin: 8px -210px 20px 10px;
	float: right;
	width: 190px;
	font-size: .9em;
}

.dosage p {
	line-height: 1.3em;
}

.dosage h6 {
	color: #777;
}

.dosage table {
	width: 100%;
	margin: 0;
}

.dosage table caption {
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: .3em;
}

.dosage table td {
	padding: 4px 4px 4px 0;
}

.contains {
	color: #777;
	margin: 10px 26px 0 16px;
}

.contains p {

	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.4em;
}

.contains a {
	color: #333;
}

.contains h5 {
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
}

.warning {
	margin: 16px;	
}

.warning .label {
	background-color: #F63;
	color: #FFF;
	padding: .2em .5em;
	font-size: 11px;
	text-transform: uppercase;
}

.warning .message {
	padding-left: .5em;
	color: #f63;
	font-size: 12px;
}

.warning p {
	color: #f63;
	font-size: 12px;
}


form.cgh-form {
	margin-left: 16px;
}

form.cgh-form input.btn-submit {
	padding: 0 3px 1px 1px;
	font-size: 13px;
	margin: 0 0 0 4px;
	float: left;
}

form.cgh-form select {
	width: 45%;
	color: #333;
	font-size: 13px;
	margin: 0;
	float: left;
	height: 1.65em;
}

form.cgh-form .one-size {
	float: left;
	font-size: 13px;
	width: 45%;
}

form.cgh-form label {
	text-transform: uppercase;
	color: #777;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 11px;
}



/*	=ajaxsearch
---------------------------------------------------
all inputs wrap around inputs
--------------------------------------*/

#search {
	width: 48%;
	margin-left: 3%;
	position: relative;
}

#search label {	/* labels wrap inputs	*/
	float: left;
	margin: 0;
	border: 0;
}


#ajaxSearch_form {
	margin: 0;
	padding: 0;
}

#ajaxSearch_input {
	border: 1px solid #C3C6B0;
	width: 254px;
	margin-left: 3%;
}

#ajaxSearch_submit {
	color: #690;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0 2px;
	background-color: transparent;
	background-image: none;
	border: none;
	cursor: pointer;
}

#search .ajaxSearch_result,
#search .ajaxSearch_resultsInfo {
	display: none;
}

#ajaxSearch_intro {
	display: none;
}
/*




#current-search-results {
	background-color: rgba(207,207,192,.85);
	background-image: url(../ui/bg-ajax-results.jpg);
	background-repeat: repeat-x;
	width: 94%;
	padding: 6px 3% 2px 3%;
}



div.AS_ajax_result {
	line-height: normal;
}

#searchClose, #indicator {
	display: block;
	float: right;		
	margin-top: -1.4em;
}

#indicator {
	margin-right: 10px;
}

div.AS_ajax_resultExtract p {
	font-size: 11px;
	margin-bottom: 1em;
}
*/

span.ajaxSearch_highlight {
	text-decoration: underline;
}

.call-box {
	background-color: #D9DCCE;
	padding: 6px;
	width: 176px;
	margin: 1em auto;
}

.badge {
	background-image: url(../ui/bg-badge.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	border: 1px solid #999;
}
/*
.ab-box, .hf-box {
	background-repeat: no-repeat;
	min-height: 188px;
	border: 1px solid #CCC;
}

.ab-box {
	background-image: url(../ui/brand-animal-bot.gif);
	background-position: bottom left;
}
*/
.product-ab,
.product-ab2,
.product-hf,
.product-bc,
.product-es {
	height: 130px;
}

.badge a {
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.product-ab a {
	background-image: url(../ui/badge-ab.gif);
	background-position: bottom left;
/*	background-color: #FFF;	*/
}

.product-hf a {
	background-image: url(../ui/badge-hf.gif);
}
.product-bc {
	background-image: url(../ui/product-bc.gif);
}
.product-es {
	background-image: url(../ui/product-es.gif);
}

.category {
	font-family: Georgia, serif;
	color: #888;
	color: #919482;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: .05em;
	margin-bottom: .85em;
}

#EmailForm {
	width: 300px;
	font-size: 12px;
	margin-bottom: 1em;
}

#ShortForm {
	width: 90%;
	font-size: 12px;
	margin-bottom: 1em;
}

#EmailForm :focus,
#ShortForm :focus {
	border-color: #9C3;
}

#EmailForm input,
#EmailForm select,
#ShortForm input,
#ShortForm select {
	min-height: 1.3em;
}


/*	=Herbal Reference
----------------------------------------*/

ul.herb-list {
	list-style: none;
	width: 18%;
	float: left;
	padding: 0;
	margin-right: 1%;
}

ul.herb-list li {
	list-style: none;
	margin: .2em 0;
	line-height: 1.3em;
}

.scientific-name {
	color: #999;
	font-family: Georgia, serif;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 16px;
}

#herb-ref .label {
	color: #888;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .05em;
	margin: .8em 0 0 0;
	display: block;
}



#herb-ref .warning .label {
	color: #FFF;
	padding-right: .5em;
	display: inline;
}

#herb-ref blockquote {
	line-height: normal;
	font-size: .95em;
	font-style: normal;
	letter-spacing: .05em;
	quotes: none;
	color: #666;
}

#herb-ref blockquote p {
	margin: 8px 0;
	line-height: normal;
}

#herb-ref cite {
	font-variant: small-caps;
	font-size: .95em;
	font-weight: bold;
}

.herb-copy {
	font-size: .9em;
	color: #888;
}



.prep-dosage,
.combination,
.actions, 
.habitat,
.constituents,
.common-name,
.parts,
.scientific-name {
	line-height: 1.5em;
	margin-bottom: .6em;
}

.warning {
	margin-left: 0;
}
.prep-dosage dt {
	font-weight: bold;
	margin-top: .3em;
}
.prep-dosage dd {
	margin: 0;
}

#herb-ref p + blockquote {
	margin-top: -12px;
}

/*	this is in the aside 	*/

#herblist {
	padding-right: 8px;
	line-height: 1.5em;
	font-size: .9em;
}

#herblist a {
	padding-right: 12px;
	white-space: nowrap;
}


#shipping-charge {
/*	table	*/
	font-size: 12px;
	margin: .5em 0 1em 0;
	border: 1px solid #CCC;
	width: 99%;
}

#shipping-charge th {
/*	table	*/
	padding: 6px 16px 6px 6px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#shipping-charge thead th {
/*	table	*/
	background-color: #EAEBE9;
}


#shipping-charge td {
/*	table	*/
	padding: 6px 16px 6px 6px;
	border-bottom: 1px solid #CCC;
}

.switcher {
	height: 14px;
	width: 12px;
	background-image: url(../ui/ajax-switcher.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: inline;
	float: left;
}

.open {
	
	background-position: left bottom;
}

ul.sitemap li {
	list-style: square;
	margin: 0;
}

.sitemap a {
	color: #333;
}

.copyright {
	clear: both;
	display: block;
	font-size: .9em;
	margin-bottom: .6em;
}

#designedby {
	font-size: .9em;
}







	
	
	