* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px;
}

/* global styles */
a { color:#175D7F; text-decoration:none; }

a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }
.cname a  { color:#000000; text-decoration:none; }
.cname a:hover { text-decoration:underline; }
#main1 a{color:#000000; font-family:arial; font-size:12px;}
#main1 a:hover{color:#00CCCC; font-family:arial; font-size:12px; text-decoration:none}

#prdlist a{color:#666666;}
#prdlist a:hover{color:#00CCCC;}

.prdlist a{color:#666666;}
.prdlist a:hover{color:#00CCCC;}

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:100%;	/* change value to adjust width */
	text-align:left;
	margin:0px auto;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:90%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:90%;*/
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	text-align: right;	
}
.cartsubtotalminicart1{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:2px;
	/*border:1px solid #e5e5e5;*/
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #EEEEEE;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	/*font-size:80%;*/
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:120px; 
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
display:block;
	width:100%;
	margin-left:0px;
	background-color:#FFFFFF;
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
	padding-left: 0px; 
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:0px solid #006600; background-color:#FFFFFF;
	border-right:0px;
	text-align:left; width:100%;
	padding-left:30px;
	margin-left:0px;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#C1E750;
	padding:3px;
	border-bottom:2px solid #669900;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
/*	font-size:80%;*/
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	 width:190px; 	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
/*	font-size:90%;*/
	border:1px solid #eee;
	margin-bottom:5px; width:125px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
/*	padding:10px 15px;*/
	margin:0px 0px 5px 0px;
	line-height:20px;
/*	font-size:90%;*/
	/*border:1px solid #eee;*/
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 0px;
	padding-left:15px;
	/*color:#505050;*/
}

/* Extra styles for category navigation */
#catnav ul { margin:0px 5px; }

/* Main content area */
#main {
	text-align:center; 
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:10px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	background:#E1E1E1;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
#footerlink a {
color:#666666;
font-weight:none;
text-decoration:none;
}

#footerlink a:hover {
font-weight:none;
/*color:#00FFFF;*/
color:#666666;
text-decoration:none;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color:#8484FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #8484FF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #8484FF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #8484FF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: x-small;*/
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
/*font-size: x-small;*/
	font-style: normal;
	font-weight: normal;
	border:1px solid #8484FF;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr{
	font-family:Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
/*	font-size : x-small;*/
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	/*width:98%; */
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left; font-family:arial; font-size:12px;
	color:#999999;
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#999999;
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family:Arial;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:12px;font-family:Arial;font-size:12px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:12px;
}

.std_table table { 
	border-collapse:collapse;
	width:97%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 0px 0px 0px;
	/*width:35%;*/
	font-weight:normal;
}
.std_table td {	padding:0px 0px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }
.style_qty {color:#666666}
.style_qty a {color: #999999}
.style_qty a:hover{color:#00356A}
#contact_cyan {color:#FFFFFF}
#contact_cyan a {color: #FFFFFF}
#contact_cyan a:hover{color:#00CCCC;}
#contact_cyan1 {color:#FFFFFF}
#contact_cyan1 a {color: #FFFFFF}
#contact_cyan1 a:hover{color:#00CCCC;}

#Side_A a{background:url(../auxil/menu_btn.jpg) no-repeat;padding:0 0 0 0px;color:#848383; }
#side_A a:hover{background:url(../auxil/menu_btn_R.jpg) no-repeat;color:#FFFFFF;padding:0 0 0 0px; }

.recipe_header {font-family:verdana; font-size:11px; color:#FFFFFF; font-weight:bold; padding-left:15px;}
.recipe_header a{font-family:verdana; font-size:11px; color:#FFFFFF; font-weight:bold; padding-left:15px; text-decoration:none}
.recipe_header a:hover{ text-decoration:underline}

.recipe_sub_header {font-family:verdana; font-size:11px; color:#FF4800; font-weight:bold; }
.recipe_sub_header  a{font-family:verdana; font-size:11px; color:#FF4800; font-weight:bold;text-decoration:none }
.recipe_sub_header  a:hover{text-decoration:underline}

.recipe_sub_title {font-family:verdana; font-size:11px; color:#787155;}
.recipe_sub_title  a{font-family:verdana; font-size:11px; color:#787155;text-decoration:none}
.recipe_sub_title   a:hover{text-decoration:underline}


.recipe_breadcrumb {font-family:verdana; font-size:11px; color:#a1a0a0;}
.recipe_breadcrumb  a{font-family:verdana; font-size:11px; color:#a1a0a0;text-decoration:none}
.recipe_breadcrumb   a:hover{text-decoration:underline}

.recipe_name{font-family:verdana; font-size:11px; color:#787155;}
.recipe_name a{font-family:verdana; font-size:11px; color:#787155;}
.recipe_name a:link{font-family:verdana; font-size:11px; color:#787155;}
.recipe_name a:hover{text-decoration:underline}

.header1{
	color:#B0C279;
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#4F697F;
	vertical-align:top;
	padding-bottom:9px;
}
.header2{ /* used for inline headers */
	color:#B0C279;
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#4F697F;
	vertical-align:top;
	padding-top:9px;
	padding-bottom:9px;
}

img.dispPic{
	margin:14px;
	border:1px solid #54747C;
}

img.dispPicRight{ /* for pictures on right side of page */
	margin:14px;
	margin-right:7px;
	border:1px solid #54747C;
}

img.dispPicLeft{ /* for pictures on left side of page */
	margin:14px;
	margin-left:7px;
	border:1px solid #54747C;
}

img.dispLogo{
	margin:6px;
	border:0px;
}

img.dispLogoRight{ /* for pictures on right side of page */
	margin:6px;
	margin-right:3px;
	border:0px;
}

img.dispLogoLeft{ /* for pictures on left side of page */
	margin:6px;
	margin-left:3px;
	border:0px;
}

img.dispAdvertRight{ /* for pictures on right side of Advertisement page */
	margin-right:10px;
	border:0px;
}

img.dispAdvertLeft{ /* for pictures on left side of Advertisement page */
	margin:6px;
	margin-left:1px;
	border:0px;
}
/*************************/

ul.clinical{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

/*************************/

.prodDesc{
	text-align:center;
	vertical-align:top;
	padding:0px 2px 0px 2px;
}

.prodDescDetails{
	vertical-align:top;
	padding:0px 2px 0px 2px;
}

.prodPicCell{
	padding:14px 4px 2px 4px;
	width:160px;
	border:1px solid #D8DCE2;
}

.prodPicTable{
	font-family: Arial;
	font-size: 12px;
/*	letter-spacing: 1.5px;*/
	color: #4E4E4E;
	width:100%;
}

.prodTextCell{
	padding:10px;
	vertical-align:top;
/*	background:url(./images_ch/prodbgtest.jpg) left top repeat-x;*/
/*	background-color:#e8f8ff;*/
}

ul.prod{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.prodTitle{
	/*letter-spacing: 1.5px;*/
	font-size:16px;
	font-weight:bolder;
/*	background-color:#D0F3FD;*/
/*	color:#336699;*/
	padding:1px 8px 3px 80px;
/*	background-color:#1075B1;*/
	color:#FFFFFF;
/*	border:1px solid #43A8F3;
	border-bottom:0px;*/
/*	background:url(images_ch/prodTitleBg.jpg) left top no-repeat;*/
	width:420px;
	height:28px;
	text-align:center;
}

.prodTable{
	width:580px;
	/*background:url(./images_ch/prodbgtest.jpg) left top no-repeat;/*repeat-x;*/
	background:url(./images_en/prodTitleBg.jpg) left top no-repeat;
	margin-bottom:60px;
	font-family: Arial;
	font-size: 12px;
	/*letter-spacing: 1.5px;*/
	color: #4E4E4E;
	border-right:1px solid #1075B1;
}

.prodTable2{
	width:580px;
	/*background:url(./images_ch/prodbgtest.jpg) left top no-repeat;/*repeat-x;*/
	background:url(./images_en/prodTitleBg2.jpg) left top no-repeat;
	margin-bottom:10px;
	font-family: Arial;
	font-size: 12px;
	/*letter-spacing: 1.5px;*/
	color: #4E4E4E;
	border-right:1px solid #1075B1;
}

.prodTable3{
	width:580px;
	/*background:url(./images_ch/prodbgtest.jpg) left top no-repeat;/*repeat-x;*/
	background:url(./images_en/prodTitleBg3.jpg) left top no-repeat;
	margin-bottom:10px;
	font-family: Arial;
	font-size: 12px;
	/*letter-spacing: 1.5px;*/
	color: #4E4E4E;
	border-right:1px solid #1075B1;
}

.prodTableHidden{
	width:580px;
	font-family: Arial;
	font-size: 9px;
	letter-spacing: 1.5px;
}

.prodTestCell{
	padding-top:20px;
	text-align:center;
}

.prodPrice{
	color:#FF0000;
	text-decoration:underline;
}

.directionText{
	color:#C07156;
}

.orderPic{
	border:0px;
}
/*************************/
.packPicCell{
	vertical-align:bottom;
	text-align:center;
	width:180px;
	padding-top:30px;
}

.packImg{
	border:1px solid #D2E2FB;
}

/*************************/
.faqA{
	font-family: Arial;
	font-size: 12px;
	/*letter-spacing: 1.5px;*/
	color: #4E4E4E;	
	padding-bottom:30px;
}

.faqQ{
	font-family: Arial;
	font-size: 14px;
	/*letter-spacing: 1.5px;*/
/*	color:#333399;*/
	background-color:#4D5F80;
	color:#FFFFFF;
	font-weight:bolder;
	padding:4px;
}

/*************************/
.testSpacer{
 border-bottom:1px solid #E0F5FC;
 padding-bottom:10px;

 margin-bottom:20px;
}

.testQuote{
	padding:4px;
}

.testPerson{
	width:100%;
	text-align:right;
	color:#006666;
}

.testProdTitle{
	font-size:18px;
	font-weight:bolder;
	/*color:#295E98;*/
	background-color:#4D5F80;
	color:#FFFFFF;
	padding:2px 10px 2px 10px;
/*	padding-top:30px;*/

}

.testTable{
	font-family: Arial;
	font-size: 12px;
	/*letter-spacing: 1.5px;*/
	color: #4E4E4E;	
}

.testBackTop{
	margin-bottom:30px;
}

/***************************/

.contInfoField{
	/*letter-spacing: 0px;*/
	font-weight:bolder;
	width:30%;
	vertical-align:top;
	font-size:13px;
	text-align:right;
}

.contInfoText{
	/*letter-spacing: 0px;*/
	width:70%;	
}

.formFieldCell{
	font-weight:bolder;
	width:30%;
	vertical-align:top;
	font-size:13px;
	text-align:right;
}

.formTextCell{
	width:70%;
}

.formTextField{
	font-size:9px;
	/*letter-spacing: 1.5px;*/
	width:92%;
}

.formButton{
	font-size:12px;
	/*letter-spacing: 1.5px;	*/
}

/**********************************************/
.approvalPic{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}	
.infoTxt { /* used on a td */
	font-family: verdana;
	font-size: 11px;
/*	letter-spacing: 1.5px;*/
	color: #787155;
/*	text-align: justify;*/
	padding:10px 4px 10px 4px;
}	

.infoPTxt{ 
	font-family: verdana;
	font-size: 11px;
/*	letter-spacing: 1.5px;*/
	color: #787155;
	padding:4px;
}


.infoheader {
font-family: verdana;
	font-size: 16px;
/*	color: #568A03;*/
	color: #00006C;
	font-weight: bold;
	padding:10px 4px 10px 4px;
	text-align:center;
	text-decoration:underline;	 
}

img.infoPic{
	margin-left:5px;
	margin-right:5px;
	border:1px solid #54747C;
}

.fnt{
font-size: 11px;
font-weight: bold;
font-family: Arial;
}
.fntid{
text-align:center;
font-size: 14px;
font-weight: bold;
font-family: Arial;
color:#FF0000;
}

.invProdSInfo{
	font-size:10px;
	color:#996600;
	padding-top:10px;
	padding-bottom:15px;
}
.invProdFieldNow{
	color:#FF0000
}
.AdHeading {
font-family:Verdana;
font-size:11px;
font-weight:bold;
padding-left:10px;
color:#FFFFFF;
}
.style_foot {color: #000000}
