html {min-height: 100%; margin-bottom: 1px;} /*  Forces vertical scrollbar, corrects centering of container table in Firefox and Chrome */

/* BODY */
body {
margin: 0px;
padding: 0px;
}

/* TABLE */
table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
/*	background-color: white;  */
}
table th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
/*	background-color: white; */
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
/*	background-color: white; */
	-moz-border-radius: 0px 0px 0px 0px;
}

/* FORM */
form {
	margin: 0px;
	padding: 0px;
}

siteForm {
	line-height: 24px;
	padding-top:10px;
	padding-bottom:10px;
}

.siteForm input {
	font-family:arial;
	font-size:12px;
	color:#000000;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}

.siteForm select {
	font-family:arial;
	font-size:12px;
	color:#000000;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}

.siteForm textarea {
	font-family:arial;
	font-size:12px;
	color:#000000;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
}


/* FONT */

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}

.formLabel
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	padding-bottom:10px;
}

.text_content_box_black {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 175%;
}

.text_content_box_white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	/* background-color: #FFFFFF; */
	line-height: 175%;
}

.text_right_nav_black {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 130%;
}

.right_nav_cart {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px 10px 10px 10px; /*line-height: 130%;*/
}

 p.text_index_content_list {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 125%;
	margin: 0px 0px 8px 3px;
}
 
/* DIV ALIGN */

div.buynow_product_text {
	position:relative;
	left:10px;
	margin: 3px 15px 20px 0px;
}

div.ingredients_product_text {
	position:relative;
	left:10px;
	margin: 3px 20px 10px 3px;
}

/* BULLET LIST */

ol, ul { list-style: none; } /* resets */

ul.bullet_blue_1 {
	list-style-image: url(../images/bullet_blue_1.gif);
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	/* background-color: #FFFFFF; */
	line-height: 140%;
}

li.bullet_blue_1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

ul.bullet_blue_2 {
	list-style-image: url(../images/bullet_blue_2.gif);
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 10px 20px;
	padding: 10px 0px 0px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 160%;
}

li.bullet_blue_2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/* HR */

hr.buynow {
  border: 0px;
  width: 100%;
  color: #bfbfbf;
  background-color: #bfbfbf;
  height: 1px;
  margin: 5px 0px 5px 0px;
}

hr.ingredients {
  border: 0px;
  width: 100%;
  color: #bfbfbf;
  background-color: #bfbfbf;
  height: 1px;
  margin: 5px 0px 5px 0px;
}

/* INPUT */

input.buynow_quantity_align {
	margin: 0px 0px 0px 0px;
	border : 1px solid Black;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	width: 40px;
	height: 22px;
	position: relative;
	top: -4px;
}

input.buynow_submit_align {
	margin: 20px 0px 0px 0px;
	border: 0px;
	position: relative;
	left: 10px;
}


/* TEXTAREA */

.textarea_chatlive_align {
	margin: 0px 0px 0px 0px;
	border: 1px solid #000000;
	width: 183px;
	height: 110px;
	padding: 5px;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow:auto; /* hide scrollbar  in IE */
	white-space: normal; /* how text wraps: normal, pre or nowrap */
	/*background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat; */
}

/* **************************************************************************************************** */

h1.landing_compare_header_01 {font-family: Arial; font-style: normal; font-weight: bold; font-size: 8pt; color: #000000; line-height: 12pt; margin: 20px 0 0 30px; padding: 0; float: left; display: inline;}
ol, ul { list-style: none; }
ul.breadcrumb {margin: 20px 30px 0 0; padding: 0; float: right;}
ul.breadcrumb li {display: inline; margin: 0 0 0 0; padding: 0; font-family: arial; font-style: normal; font-weight: bold; font-size: 8pt; line-height: 12pt; color: #990000;}
ul.breadcrumb li  a {font-family: arial; font-style: normal; font-weight: bold; font-size: 8pt; line-height: 12pt; color: #990000; text-decoration: underline;}
img.landing_compare_header_02 {position: relative; margin: -5px 0px 0px 20px;}
table.landing_compare_content_list_quest {width: 185px; margin: 165px 0px 0px 140px; display: inline; position: relative; float: left;}
table.landing_compare_content_list_other {width: 185px; margin: 165px 40px 0px 0px; display: inline; position: relative; float: right;}
table.landing_compare_content_list_quest td p, table.landing_compare_content_list_other td p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 115%;
	margin: 0px 0px 8px 3px;
}
