fieldset {
	margin: .5em 0 1em 0;
}


#product_select {
	height: 22px;
}

#unav {
	clear: both;
	border-bottom: 2px solid #9c6;
	background: #fff;
	text-align: right;
	padding-right: 15px;
}


/*	secnav	*/
ul.unav {
	height: 22px;
	display: block;
}

.unav li img#nav_button_patient_section,
.unav li img#nav_button_practitioner_section,
.unav li img#nav_button_investors {
	height: 22px;
	width: 109px;
	display: block;
}

.unav li img#nav_button_patient_section {
	width: 107px;
}

.unav li img#nav_button_patient_section {
	background: url('/images/nav_sm_patient_section.gif') no-repeat;
	width: 107px;
}
.unav li:hover img#nav_button_patient_section,
.unav li.hover img#nav_button_patient_section,
li.lit img#nav_button_patient_section {
	background: url('/images/nav_sm_patient_section_on.gif') no-repeat !important;
}
.unav li img#nav_button_practitioner_section {
	background: url('/images/nav_sm_practitioner_section.gif') no-repeat;
}
.unav li:hover img#nav_button_practitioner_section,
.unav li.hover img#nav_button_practitioner_section,
li.lit img#nav_button_practitioner_section {
	background: url('/images/nav_sm_practitioner_section_on.gif') no-repeat !important;
}
.unav li img#nav_button_investors {
	background: url('/images/nav_sm_investors.gif') no-repeat;
}
.unav li:hover img#nav_button_investors,
.unav li.hover img#nav_button_investors,
li.lit img#nav_button_investors {
	background: url('/images/nav_sm_investors_on.gif') no-repeat !important;
}


/* subnav */
#subnav {
	background: #339cde;
	height: 25px;
}
#subnav li {
	width: 110px;
	display: block;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 1px 0 0;
	background: url('/images/div_nav.gif');
}
#subnav li.first {
	padding-left: 1px;	/*	add left border	*/
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav a {
	color: #fff;
	display: block;
	background: #0083d6; /*	#339cde; */
	padding: 7px 0 6px 0;
	text-align: center;
	height: 12px;
	font-weight: bold;
}
* html #subnav a {
  width: 110px           /* IE */
}
#subnav li:hover a,
#subnav li.hover a,
#subnav li.lit a {
	background: #004279;
}
 


/*	sidenav	*/
#sidenav ul, #sidenav li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	width: 100%;
	list-style-image: none;
}
#sidenav a {
	color: #0083d6;
	padding: 6px 0 7px 18px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
}
* html #sidenav a {
  width: 185px;           /* IE */
}

#sidenav li.lit a {
	color: #fff;
	background: #004279;
}

#sidenav ul ul a {
	border: none;
	padding: 4px 0 4px 34px;
}

#sidenav ul ul {
	border-bottom: 1px solid #e6e6e6;
}

#sidenav ul ul a, #sidenav li.lit li a {
	background: #fff url('/images/lnav_bullet.gif') 24px 6px no-repeat;
	color: #0083d6;
}

#sidenav li.lit li.lit a {
	color: #004279;
}



/*	content stuff	*/


#main_content_wrapper {
	background: #fff;
	padding: 18px 15px 50px 0;
	overflow: hidden;
}
#main_content {
  width: 535px;
  float: right;
  font-size: 12px;
}

#main_content_full {
  width:712px;
  font-size: 12px;
  padding-left:18px;
}

#admin_content {
  width: 600px;
  float: right;
  font-size: 12px;
}

#main_content_print {
  width: 660px;
  font-size: 12px;
  margin:10px;
}

#main_content p, #main_content_print p {
	line-height: 1.66em;
}
#left {
 	width: 185px;
	float: left;
}

#adminleft {
  width: 120px;
  float:left;
}

#left .content {
	padding: 15px 0 15px 8px;
	width: 177px;
	text-align: left;
}

#left input.text, #left select {
	width: 140px;
	margin: 4px 3px 4px 0;
}

#left h5 {
	font-weight: bold;
	font-size: 12px;
	color: #f46f21;
	margin: 0 0 .5em 0;
	display: block;
}

#left #productbrowse a, #left #productsearch a {
	font-weight: bold;
}

#left #productsearch {
	border-bottom: 1px dotted #999;
}
#left #productbrowse {
	border-bottom: 1px solid #e6e6e6;
}
#left #findpractitioner img {
	float: left;
	margin: 0 8px 0 0;
}
#left #findpractitioner p {
	margin: 0 0 1em 0;
	padding-top: .5em;
	line-height: 1.5em;
	font-size: 11px;
}


#left #leftzone {
	border-bottom: 1px solid #e6e6e6;
	padding: 1em;	
	font-size: 11px;
}







/*	headerzone	*/
#headerzone {
	background: #dfecef;
	height: 146px;
	margin-bottom: 20px;
	font-size: 11px;
	overflow: hidden;
}

#headerzone div {
	padding: 10px 0 14px 15px;
}
#headerzone img {
	float: right;
	border-left: 14px solid #fff;
	margin-left: 14px;
}

#headerzone h1 {
	color: #519107;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
}
#headerzone h1 strong {
	font-size: 24px;
	display: block;
	font-weight: normal;
}
#headerzone p {
	margin: 5px 0 0 0;
	line-height: 1.2em;
}

/*	featured products table	*/
.featured {
	border: 1px solid #ffe066;
	border-top-width: 10px;
	padding: 15px 0 10px 10px;
	margin-top: 30px;
}
.featured table {
	border-collapse: collapse;
	font-size: 11px;
	margin: 18px 0 10px 0;
}
.featured table td {
	border-left: 1px dotted #666;
	padding: 0 10px;
	text-align: center;
}
.featured table td.first {
	border: none;
	padding-left: 0;
}
.featured table td img {
	display: block;
	margin: auto
}
.featured p {
	line-height: 1em;
	color: #626566;
}
.featured p, .featured h3 {
	text-align: left;
}
.featured h3, .featured h3 a {
	font-size: 14px;
	color: #519107;
	margin-top: 0;
}
.featured td strong {
	display: block;
	font-weight: bold;
	color: #626566;
	text-transform: uppercase;
	line-height: 1em;
}

/*	disclaimerzone	*/
.disclaimerzone {
	background: #f4f4f4;
	font-size: 10px;
	color: #666;
	padding: 10px 15px;
	margin: 2em 0;
}

/*	bluebox	*/
.bluebox {
	background: #dfecef;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

/*	product list	*/
.product_result {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	color: #666;
	font-size: 11px;
}

.product_result .img {
	float: left;
	margin-right: 15px;
	vertical-align: middle;
	width: 100px;
	height: 125px;
}

.product_result .desc {
	margin-top: 12px;
	float: left;
}

.product_result .desc a {
	color: #0083d6;
	font-weight: bold;
	font-size: 12px;
}


/*	product purchase	*/
#logout {
	text-align: right;
}	

#loginForm div {
  clear:both;
  height:25px;
}

#loginForm label {
	width: 75px;
	display: block;
	margin: 3px 0;
	float: left;
}

#loginForm input {
	margin: 3px 0;
	float:left;
}

#contactform label {
	width: 150px;
	display: block;
	margin: 3px 0;
	float: left;
}


#contactform label.account {
	width: 150px;
	display: block;
	margin: 3px 0;
	float: left;
    clear: left;
}

#contactform .column1 {
	width: 220px;
	display: block;
	margin: 3px 0;
	float: left;
}

#contactform label.column1 {
	width: 175px;
	display: block;
	margin: 3px 0;
	float: left;
	clear: left;
}

#contactform .column2 {
 	width:250px;
	display: block;
	margin: 3px 0;
	float: left;
}

#contactform .line {
	margin: 1em 0 .5em 0;
	clear: both;
}

#contactform textarea {
	width: 250px;
	height: 8em;
}


#contactform textarea, #contactform input.text, #contactform select, #contactform input.text_qty {
	font: inherit;
	border: 1px solid #999;
}

#contactform legend {
	font-size: 11px;
	color: #004279;
	text-transform: uppercase;
	font-weight: bold;
}

#contactform fieldset {
	clear: both;
	border: 1px solid #ccc;
	padding: 1em 20px;
	width: 500px;
	margin: 25px 0;
}

#contactform .text {
	width: 200px;
}

/* product page	*/
#catalog_browse_toolbar {
	background: #f8f8f8;
	color: #5f665a;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}
#catalog_browse_toolbar .sel {
  	font-size:18px;
	color:#519107;
}
#catalog_browse_toolbar a {
	color: #0083d6;
	margin: 0 3px;
}
#catalog_browse_toolbar .dim {
	color: #004279;
	margin: 0 3px;
}
#catalog_browse_toolbar img {
	margin: 0 5px;
	vertical-align: middle;
}

.product p {
	margin-top: 0;
}

.product_header {
	border-bottom: 2px solid #9c6;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.product_header .details {
	float: left;
	display: block;
}

.product_header .photo {
	float: left;
}

.product_header .details h1 {
	font-weight: bold;
	font-size: 14px;
	color: #519107;
}

.product_header .details .short_description {
	display: block;
	font-size: 12px;
	color: #626566;
}

.product_header .details img {
	margin-right: 15px;
	vertical-align: middle;
}

.subingredient {
	padding-left: 20px;
}

table.ingredients {
	width: 100%;
}

table.ingredients td {
	vertical-align: top;
	padding: 0 0 5px 0;
}

table.ingredients td.subingredient {
	padding-left: 2em;
}

table.ingredients td.ingredient,
table.ingredients td.col1
{
	background: url('/images/dots_bkg.gif') 0 10px repeat-x;
}

table.ingredients div.subing
{
	background: url('/images/dots_bkg.gif') 0 10px repeat-x;
}

table.ingredients td.ingredient *,
table.ingredients td.subingredient *,
table.ingredients td.col1 *
{
	background: #fff;
}

.footnote {
	margin: 2em 0;
}

.disclaimer, .fine {
	background: #f4f4f4;
	font-size: 10px;
	color: #666;
	padding: 10px 15px;
	margin: 2em 0;
}

.disclaimer p,
.disclaimer div {
	border-top: 1px solid #ccc;
	margin-top: 1em;
	padding-top: 1em;
}

.disclaimer p.first,
.disclaimer div.first {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

.disclaimer b {
  font-size:11px;
}

.hidden {
	display: none;
}


/*	 searchboxes for catalog landing page	*/
.searchbox {
	border-bottom: 1px dotted #666;
	padding: 2em 0;
}
.first_searchbox {
	border-top: 1px dotted #666;
}
.searchbox form {
	display: block;
	float: left;
}
.searchbox h2 {
/*		float: left;	*/
/*		width: 45%;	*/
	display: block;	
	margin-top: 0;
}


/*	pr	*/

ul.pr {
	margin-top: 2em;
}