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;
}

.valid {
	background-color: #ffffff;
}

.error {
	background-color: #ffcccc;
}

/* FONT */

.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%;
}
.text_content_normal_black {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 140%;
}

.form_header_normal_black {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 140%;
}

.requiredForm {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	/* background-color: #FFFFFF; */
	line-height: 140%;
}

/* 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;
}

div.ingredients_bar_text_align {
	margin: 2px 10px 5px 5px;
}

.ingredients_box_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/* background-color: #FFFFFF; */
	line-height: 140%;
	margin: 5px 0px 5px 5px;
}

div.ingredients_box_text_align {
	margin: 5px 0px 5px 5px;
}

/*.ingredients_box_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
	margin: 5px 0px 5px 5px;
}
*/

.ingredients_box_align {
	width: 535px; 
	margin: 25px 0px 0px 25px; 
	padding: 0px; 
}

.ingredients_box_img_align {
	margin-top: 8px;
}

/* BULLET LIST */

ul.bullet_blue_1 {
	list-style-image: url(../../../My%20Documents/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(../../../My%20Documents/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; */
}

/* **************************************************************************************************** */



