@charset "gb2312";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.link:link {
	font-family:Arial, Helvetica, sans-serif
	font-size: 12px;
	font-weight: bold;
	color: #cb2275;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.link:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cb2275;
}
a.link:hover {
	text-decoration: underline;
	color: #FA65B9;
}
a.link:active {
	text-decoration: none;
}


.family_font {
	color: #3a3a3c;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3a3a3c;
}
.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.top_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595659;
}
.textbox{
	background-image:url('images/bg_textbox.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:2px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 16px;
	width: 154px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}
.topmenu_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #494949;
}
.left_tbl_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606368;
	font-weight: bold;
}
.path_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0f0f0f;
}
.path_arrow {
	font-family: MS Sans Serif, Arial, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #0f0f0f;
}
.path_list_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.path_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.title_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #34bef5;
}
.leftmenu_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #606368;
}
.left_tbl_lineheight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606368;
	font-weight: bold;
	line-height: 23px;
}
.leftmenu_font_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cb2275;
	font-weight: bold;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}
.leftmenu_font_subover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fa65b9;
	font-weight: bold;
	border-right-style: none;
}
.leftmenu_font_over_noborder {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cb2275;
	font-weight: bold;
}
.footer_font_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34BEF5;
}
.footer_font_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cb2275;
}
.footer_font_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


/***** Left Menu *****/
.arrowlistmenu {
	width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader a {
	text-decoration: none;
	color: #606368;
}

.arrowlistmenu .menuheader a:visited {
	text-decoration: none;
	color: #606368;
}

.arrowlistmenu .menuheader a:hover {
	color: #fa65b9;
}

.arrowlistmenu .menuheader { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606368;
	background: #ffffff;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 10px 8px; /*header text is indented 10px*/
	margin-left: 20px;
	cursor: pointer;
	border-bottom: 1px solid #e5e4e0  ;
}

.arrowlistmenu .openheader { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606368;
	background: #ffffff;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 10px 8px; /*header text is indented 10px*/
	margin-left: 20px;
	cursor: pointer;
	border-bottom: 1px solid #e5e4e0  ;
}


.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
	color: #cb2275;
	text-decoration: none;
}

.arrowlistmenu .subopenheader a{ /*CSS class to apply to expandable header when it's expanded*/
	color: #cb2275;
	text-decoration: none;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	/*list-style-image:url(images/menu_bullet.gif);*/
	padding: 3px 0 4px 12px; /*header text is indented 10px*/
	margin-left: 20px;
}

.arrowlistmenu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606368;
	text-decoration: none;
	padding-left: 4px;
	font-weight: bold;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #fa65b9;
}








.content_maintitle_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #34bef5;
	font-weight: bold;
}

.content_pink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fa65b9;
}

.content_subtitle_pink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cb2275;
	font-weight: bold;
}

.content_familyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3c;
	font-weight: normal;
}

.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3c;
	font-weight: bold;
}

.content_smallfont {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3c;
	font-weight: normal;
}

.content_smallfont_bold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3c;
	font-weight: bold;
}
.content_blue_normal {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0061a4;
	font-weight: normal;
}
.content_blue_BOLD2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0061a4;
	font-weight: bold;
}

.content_blue_bold_big {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0061a4;
	font-weight: bold;
}

.content_line {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.menu_bar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606368;
	text-decoration: none;
	
	font-weight: bold;
}

.menu_bar tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #606368;*/
	color: #cb2275;
	text-decoration: none;
	
	font-weight: bold;
}

.menu_bar tr td a:hover {
	color: #FA65B9;
}

.content_subtitle_blue3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #35bef5;
	font-weight: bold;
}

.content_maintitle_grey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #b3b3b3;
	font-weight: bold;
}

.content_bold2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a3a3c;
	font-weight: bold;
}

.table_border {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C3C3C3;
}

.table_border_left {
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 11px;
}
.table_border_top {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 11px;
	font-weight: normal;
}
.table_border_top_bold {

	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 11px;
	font-weight: bold;
}
.table_border_left_bold {
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-weight: bold;
	font-size: 11px;
}

.content_smallfont_beauticontrol2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.content_subtitle_blue2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #35bef5;
	font-weight: bold;
}

.content_naturcare_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #274200;
}

.content_naturcare_green2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #274200;
}

.content_berrygen_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #961334;
}

.content_maintitle_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #34bef5;
	font-weight: bold;
}

.content_minifont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3a3a3c;
	font-weight: normal;
}

.content_safety_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #9d9d9d;
	font-weight: bold;
}

.content_familyfont_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.content_subtitle_blue5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cb2275;
	font-weight: bold;
}

.content_bold_14pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a3a3c;
	font-weight: bold;
}

.content_bold_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cb2275;
	font-weight: bold;
}

.content_subtitle_blue4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #35bef5;
	font-weight: bold;
}

.link2 a:link {
	font-family:Arial, Helvetica, sans-serif
	font-size: 11px;
	font-weight: bold;
	color: #cb2275;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.link2 a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cb2275;
}
.link2 a:hover {
	text-decoration: underline;
	color: #FA65B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.link2 a:active {
	text-decoration: none;
}
.content_smallfont_beauticontrol {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004d53;
	font-weight: normal;
}
.content_smallfont_beauticontrol2 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.content_paragragh {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	color: #595959;
	font-weight: bold;
}
.content_italic_14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a3a3c;
	font-weight: normal;
	font-style: italic;
}
.content_pink3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cb2275;
	font-weight: bold;
}
}
.textbox1{
	background-image:url('images/contact_us/txtbox_normal.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:10px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 22px;
	width: 243px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}
.textbox2{
	background-image:url('images/contact_us/txtbox_state.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:10px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 22px;
	width: 111px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}
.textbox3{
	background-image:url('images/contact_us/txtbox_hp.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:10px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 22px;
	width: 55px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}
.textbox4{
	background-image:url('images/contact_us/txtbox_hp2.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:10px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 22px;
	width: 166px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}
.textbox5{
	background-image:url('images/contact_us/txtbox_comment.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-top:10px;
	padding-left: 8px;
	border: none;

	border-style:solid
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 69px;
	width: 286px;
	border-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	border-right-style: none;
}

.head_path_list a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #34bef5;
	text-decoration: none;
}

.product_path_list a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0f0f0f;
	text-decoration: none;
}

.map_font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34bef5;	
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34bef5;	
	text-decoration: underline;
}
.footer2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ##0061a4;	
	text-decoration: none;
}

.footer2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	
	text-decoration: underline;
}
.content_minifont {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3a3a3c;
	font-weight: normal;
}

.search_font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.search a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}
