/* @override http://localhost:8888/workspace/css/template_css.css */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D2D45;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

h3 {
	line-height: 20px;
	font-size: 18px;
}

h4 {
	font-size:  16px;
	line-height: 18px;
}


.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

.red16 {
	font-size:  16px;
	font-weight: bold;
	color: #FF0000;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}

.blue18 {
	color: #0000FF;
	font-size: 18px;
	font-weight: bolder;
}

.yellowhigh {
	background-color: #FFFF00;
	white-space: pre;
	margin: 1px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
}
.bluebold {
	color: #0000FF;
	font-size: large;
	font-weight: bolder;
}

.floatr {
	float: right;
	padding: 3px;
	clear: both;
	width: 75px;
}

.floatl {
	float: left;
	clear: both;
	width: 75px;
}

/* @end */

/* @group Family */

div#top {
	color: #666;
}

a:link,{
	/* color: see style css */
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #993399;
	text-decoration: underline;
}
div#bottom a:link,
div#bottom a:visited {
	color: #9900CC;
}

a:hover {
	text-decoration: underline;
	background-color: #FFFF00;
}


/* @group Structure */

html {
	background: #5670A1 url(https://www.asktheherbalist.net/images/templ/bg.png) 0 0 repeat-x;
}

div#wrapper {
	margin: 0 auto;
	width: 888px;
	padding-top: 18px;
}

div#header {
	background: url(https://www.asktheherbalist.net/images/templ/header-bg.png) 0 0 repeat-x;
	overflow: hidden;
}

div#header .rk-1 {
	background:  url(https://www.asktheherbalist.net/images/templ/header-r.png) 100% 0 no-repeat;
}

div#header .rk-2 {
	background:  url(https://www.asktheherbalist.net/images/templ/header-l.png) 0 0 no-repeat;
	height: 153px;
	overflow: hidden;
}

img#logo {
	float:  left;
	margin-left: 15px;
	width: 340px;
	height: 138px;
	background: url(https://www.asktheherbalist.net/images/templ/sunflower325.gif) 0 0 no-repeat;
	margin-top: 15px;
}

div#top {
	margin-left:  350px;
	height: 138px;
	font-style: italic;
}

div#top .padding {
	padding:  12px;
}

div#horiz-menu {
	background: url(https://www.asktheherbalist.net/images/templ/menu-bg.png) 0 0 repeat-x;
	height: 36px;
}

table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;
}

td.mainbody {
	background: #fff;
}

td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding,
td.left .padding {
}	

td.mainbody .padding {
	padding: 15px 15px;
}

td.left {
	background: #EEF6FF url(https://www.asktheherbalist.net/images/templ/col-divider.png) 0 0 repeat-y;
	width: 135px;
}
td.right {
	width: 145px;
	background-image: url(https://www.asktheherbalist.net/images/templ/col-divider.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #FFFFFF;
	padding: 7px;
	border-left-width: medium;
	border-left-color: #9933CC;
	border-left-style: solid;
}

div#bottom {
	background: #121A28 url(https://www.asktheherbalist.net/images/templ/bottom-bg.png) 0 0 repeat-x;
}

div#footer {
	background: url(https://www.asktheherbalist.net/images/templ/footer-bg.png) 0 0 repeat-x;
}

div#footer .rk-1 {
	background: url(https://www.asktheherbalist.net/images/templ/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(https://www.asktheherbalist.net/images/templ/footer-l.png) 0 0 no-repeat;
	height: 105px;
	overflow: hidden;
}

div#the-footer {
	text-align: center;
	color: #FFFFFF;
}

/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(https://www.asktheherbalist.net/images/templ/menu-divider.png) 100% 0 repeat-y;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 7px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#horiz-menu a:hover {
	background: #4F6FA7;
}

/* @group content */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

td.left div.moduletable {
	color: #121A28;
}

td.left div.moduletable h3 {
	border-bottom: 3px solid #D2E0F2;
}

div#bottom div.moduletable {
	color: #ccc;
}

div#bottom div.moduletable h3 {
	border-bottom: 3px solid #243959;
	color: #fff;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #0033CC;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

.clr {
	clear: both;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 20px;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #666;
}

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(https://www.asktheherbalist.net/images/templ/menu-bullet.png) 0 0 no-repeat;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

/* From STYLE.CSS */

.bigger {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #FFF;
	text-align: left;
}
.big16 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background: #FFF;
	text-align: left;
}
.box-dash {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-align: center;
	border: thin ridge #FF9900;
	background-color: #FFFF99;
	white-space: nowrap;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 7px;
	display: block;
	padding: 5px;
}
TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #000000;
}
.smaller11 {
	font-size: 11px;
}

TD.whitetext {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
}

TD.menu {
	font-size: 12px;
	font-family : Tahoma;
	font-weight : bold;
	padding: 5px;
}
TABLE.menu {
	font-size: 14px;
	font-family : Tahoma;
	font-weight : bold;	
}

input.search
{
	height: 12px;
	background-color: #D0CDAD;
	border: solid #666;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
	
}

select.search
{
	height: 17px;
	background-color: #F8F0D8;
	border: solid #C0BC91;
	border-width: 1px;
	font-family: tahoma;
	color: rgb(0,0,0);
	font-size: 11px;
margin: 0px;
	
}

TD.mincart {
	font-size: 11px;
	font-family : Arial;
}

P.mincart {
	font-size: 11px;
	font-family : Arial;
}

HR {
	color : #C0BC91;
	height : 1px;
}

TD.searchtext {
	font-size: 11px;
	font-family : Arial;
font-weight: bold;
margin-bottom: 2px;
text-align: bottom;
}

form {
margin: 0;padding: 0;
margin-bottom: 3px;
}
.BodyTextRedHeader {
	FONT-WEIGHT: bold; 
	COLOR: #FF0066; 
	FONT-FAMILY: Tahoma, Arial, Helvetica; 
	TEXT-DECORATION: none}
	
.yellow14 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	text-align: center;
	margin: 2px;
	line-height: 110%;
	}
.FORMTEXT {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin: 4px;
	padding: 5px;
	font-weight: bold;
	line-height: 16px;
	}
.boldfourteen {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	list-style-type: disc;
	padding: 5px;
}
.answer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9900FF;
}
.fourteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	list-style-type: disc;
}
.box-dash2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #CC33CC;
	text-align: center;
	border: thin ridge #FF9900;
	background-color: #FFFF99;
	padding: 5px;
}
.blue {
font-family: arial, helvetica, sans-serif;
color: #0066FF;
margin: 2px;
}
.blue dark{
font-family: arial, helvetica, sans-serif;
color: #0066CC;
margin: 2px;
}
.blue light{
font-family: arial, helvetica, sans-serif;
color: #3399FF;
margin: 2px;
}
.padding {
	padding: 5px;
}
.box-dashleft {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
	border: thin ridge #FF9900;
	background-color: #FFFF99;
	padding: 5px;
}
div.prodname {
	color: #0000CC;
	font-weight:bold;
	line-height:16px;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.detailname {
	color: #3300FF;
	font-weight:bold;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Bodytext14 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14pt; 
	COLOR: #FF0066; 
	FONT-FAMILY: Tahoma, Arial, Helvetica;
}

#ATH
{
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	line-height: 18px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
}
 .floatr {
	white-space: normal;
	display: table;
	float: right;
	margin-right: 12px;
}
.floatrw150 {
	white-space: normal;
	display: table;
	float: right;
	margin-right: 7px;
	width: 150px;
}

 .padtopbottom {
	white-space: normal;
	display: table;
	padding-top: 7px;
	padding-bottom: 7px;
}

/*Waiora Supp*/
.serving		{ text-align: left;  border-bottom: 7px solid #000; padding-bottom: 10px; }

.sTitleL		{ text-align: left;  border-bottom: 5px solid #000; }
.sTitleM		{ text-align: right; border-bottom: 5px solid #000; }
.sTitleR		{ text-align: right; border-bottom: 5px solid #000; padding-right: 10px; width: 50px; }

.sL0			{ text-align: left;  padding-left:  10px; }
.sM0			{ text-align: right; padding-right: 20px; }
.sR0			{ text-align: right; padding-right: 20px; }

.sL1			{ text-align: left;  border-bottom: 1px solid #000; padding-left:  10px; }
.sM1			{ text-align: right; border-bottom: 1px solid #000; padding-right: 20px; width: 85px; }
.sR1			{ text-align: right; border-bottom: 1px solid #000; padding-right: 20px; }

.sL2			{ text-align: left;  border-bottom: 1px solid #000; padding-left:  20px; }
.sM2			{ text-align: right; border-bottom: 1px solid #000; padding-right: 20px; width: 85px; }
.sR2			{ text-align: right; border-bottom: 1px solid #000; padding-right: 20px; }

.sL3			{ text-align: left;  border-bottom: 5px solid #000; padding-left:  10px; }
.sM3			{ text-align: right; border-bottom: 5px solid #000; padding-right: 20px; width: 85px; }
.sR3			{ text-align: right; border-bottom: 5px solid #000; padding-right: 20px; }

.sL4			{ text-align: left;  border-bottom: 5px solid #000; padding-left:  20px; }
.sM4			{ text-align: right; border-bottom: 5px solid #000; padding-right: 20px; width: 85px; }
.sR4			{ text-align: right; border-bottom: 5px solid #000; padding-right: 20px; }

.sL5			{ text-align: left;  border-bottom: 7px solid #000; padding-left:  10px; }
.sM5			{ text-align: right; border-bottom: 7px solid #000; padding-right: 20px; width: 85px; }
.sR5			{ text-align: right; border-bottom: 7px solid #000; padding-right: 20px; }

.sL6			{ text-align: left;  border-bottom: 7px solid #000; padding-left:  20px; }
.sM6			{ text-align: right; border-bottom: 7px solid #000; padding-right: 20px; width: 85px; }
.sR6			{ text-align: right; border-bottom: 7px solid #000; padding-right: 20px; }

.sBottom		{ text-align: left; padding-left: 10px; padding-top: 10px;  }

.tb_ingredients		{ width: 450px; }
#container_sup 		{ width: 472px; }
#container_sup .tb	{ border: 1px solid #000; padding: 10px; }
#container_sup .ing	{ padding-left: 10px; padding-right: 10px; padding-top: 10px; }

/* @end */
