/*初始化所有元素的内外边距*/
*{ margin:0; padding:0; word-wrap:break-word; }
/*IE6.0环境下html默认就是100%高度，body则不是, FF1.5环境下html和body高度默认都不是100%，需要自定义。*/

html, body { height:100%; width:100%; border:0; font: 1em/normal "宋体", "Courier New", Tahoma, sans-serif, serif; }
/*IE5 居中,在后面的div中重定义 text-align. */
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
div { display:block; }
/******************************************
	初始化表单元素
******************************************/
input, select, textarea, button { vertical-align:middle; }
fieldset { border:0; }
/*****************************************
	初始化图片元素，清除图片边线，清除图片链接边线
******************************************/ 
img { border:0; }
a img { border:0; }
/*****************************************
	默认样式
	outline:none,仅处理FF下链接虚线框问题
******************************************/
a, a:link { color:#000; text-decoration:none; outline: none; }
a:visited { text-decoration:none; color:#000; }
a:focus, a:hover { color:#ff0000; text-decoration:underline; }
a:active { text-decoration:underline; color:#000; }


/* 布局样式 */

/****************************************************************
	两列固定宽度
******************************************************************/
.macroblue #CONTAINER {
	width: 966px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	color: #000000;
}
.macroblue   #CONTAINER  #HEADER {
	padding: 0;
	margin:0;
	height: 104px;
	background-image: url(../images/head_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.macroblue  #CONTAINER  #MAINPAGE { width: 100%; }
.macroblue  #CONTAINER  #MAINPAGE #SIDEBAR {
	float: left;
	width:261px;
	background-color:#fff;
	height:auto;
	overflow:hidden;
}
.macroblue  #CONTAINER  #MAINCONTENT {
	float:right;
	width:691px;
	background-color:#fff;
}
.macroblue  #CONTAINER  #FOOTER {
	clear:both;
	text-align:center;
	height: 114px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-image: url(../images/Foot_back.gif);
	padding-top: 6px;
}

.macroblue #MENU {
	margin: 0px auto;
	height:53px;
	background-image: url(../images/Menu_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 93px;
	width: 290px;
	margin-top: 5px;
	margin-left: 24px;
	float: left;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url((URL));
	list-style-type: none;
}
li {
	list-style-image: none;
	list-style-type: none;
}


.contact_us {
	background-image: url(../images/contact_us.gif);
	height: 33px;
	width: 360px;
	float: right;
	margin-top: 35px;
	margin-right: 15px;
}
#MENU ul {
	list-style-type: none;
	list-style-image: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#FOOTER ul li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-image: none;
	list-style-type: none;
}

#MENU ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding-right: 21px;
	padding-left: 21px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#MENU ul li a:hover{ color:#990066; text-decoration:none;}
#MENU ul .last {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	border: 0px solid #FFF;
}

#FOOTER a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#FOOTER  a:hover { color:#FF9900; text-decoration:none;}
#FOOTER .Copy {
	font-size: 12px;
	line-height: 80px;
	color: #666;
}
#FOOTER .Copy a {color: #666;}
#FOOTER .Copy a:hover { Color:#990066; text-decoration:none;}
.sendandpay {
	background-image: url(../images/sendandpay.gif);
	height: 87px;
	width: 961px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.search_login {
	height: 46px;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.search_login .search {
	background-image: url(../images/search_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	overflow: hidden;
	width: 472px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}
.search_login .search .searchinput {
	background-image: url(../images/search_input.gif);
	margin: 0px;
	height: 22px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: right 0px;
	border: 0px none #CCC;
	float: right;
	font-size: 12px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: hidden;
}
.search_login .search .searchbut {
	float: right;
	background-image: url(../images/search_but.gif);
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 26px;
	border: 0px solid #FFF;
}
.search_login .login {
	background-image: url(../images/login_back.gif);
	height: 34px;
	width: 365px;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 90px;
}
.search_login .login .login_but {
	background-image: url(../images/login_but.gif);
	height: 19px;
	width: 39px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFF;
	float: right;
	line-height: 12px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.search_login .login .userpasw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	border: 1px solid #759601;
	height: 13px;
	width: 110px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #FFF;
}
.search_login .login .username {
	font-size: 12px;
	line-height: 13px;
	float: left;
	height: 13px;
	width: 110px;
	border: 1px solid #789D02;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.listbox1 {
	background-image: url(../images/listbox_m.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: auto;
	width: 261px;
	margin-bottom: 10px;
}
.listbox1 .listbox1_m {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}

.listbox1 .listbox1_t {
	background-image: url(../images/listbox_t.gif);
	height: 50px;
	width: 239px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 27px;
	padding-left: 22px;
	font-weight: bold;
	color: #606060;
	background-repeat: no-repeat;
}
.listbox1 .listbox1_b {
	background-image: url(../images/listbox_b.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 13px;
	width: 261px;
	overflow: hidden;
}
.listbox1 .listbox1_m ul {
	margin: 0px;
	padding: 0px;
}
.listbox1 .listbox1_m ul li {
	background-image: url(../images/ico_01.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 22px;
	line-height: 20px;
	color: #3e3e3e;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.listbox1 .listbox1_m ul li ul {
	margin: 0px;
	padding: 0px;
}
.listbox1 .listbox1_m ul li ul li {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #292929;
	background-image: none;
}
.listbox2 {
	background-image: url(../images/listbox2_m.gif);
	height: auto;
	width: 691px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	overflow: hidden;
	margin-bottom: 10px;
}
.listbox2 .listbox2_t {
	background-image: url(../images/listbox2_t.gif);
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
	font-weight: bold;
	clear: both;
}
.listbox2 .listbox2_m {
	margin-right: 10px;
	margin-left: 10px;
}
.listbox2 .mainbox {
	margin-right: 10px;
	margin-left: 10px;
	font-size:14px;
	text-align:justify;
	}
.listbox2 span { text-align:justify;}
.listbox2 .listbox2_b {
	background-image: url(../images/listbox2_b.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 11px;
	clear: both;
	overflow: hidden;
}
.listbox2 .listbox2_m ul li {
	float: left;
	height: 171px;
	width: 155px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/image_bg.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align:center;
	line-height:30px;
	font-size:14px;
	0font-weight:bold;
	
}
.listbox2 .listbox2_m ul li a:hover { color:#993399; text-decoration:none;}
.listbox2 .listbox2_m ul {
	padding: 10px;
	margin: 10px;
}

.listbox2 .listbox2_m ul li .title {
	height: 22px;
	line-height: 22px;
	padding-top: 10px;
	font-size: 12px;
	color: #3E3E3E;
	text-align: center;
	font-weight: bold;
}
.listbox2 .listbox2_m ul li img{ width:120px; height:100px; border:0px;}
.listcontent {
	clear: both;
	height: auto;
	width: 690px;
}
.listcontent ul li {
	margin: 0px;
	float: left;
	width: 218px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.listbox3 {
	background-image: url(../images/listbox3_m.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 209px;
}
.listbox3 .listbox3m {
	width: 100%;
	overflow: hidden;
}

.listbox3 .listbox3t {
	background-image: url(../images/listbox3_t.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: auto;
	width: 209px;
	padding-top: 2px;
	overflow: hidden;
}
.listbox3 .listbox3b {
	background-image: url(../images/listbox3_b.gif);
	background-position: 0px 0px;
	height: 10px;
	width: 209px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.listbox3 .listbox3m ul {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
.listbox3 .listbox3m ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	padding-left: 30px;
	background-image: url(../images/ico_02.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	list-style-type: none;
	list-style-image: none;
	line-height: 18px;
	height: 18px;
}
.listbox3 .listbox3m ul li a {
	font-size: 12px;
	line-height: 18px;
	color: #686868;
	height: 18px;
	list-style-type: none;
}
.listbox3 .listbox3m .listmore {
	height: 30px;
	padding-top: 20px;
	clear: both;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.listbox1 .listbox1_m ul .li2 {
	height: 130px;
	width: 155px;
	list-style-image: none;
	list-style-type: none;
	background-position: center 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	background-image: url(../images/image_back.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height:20px;
}
.listbox1 .listbox1_m ul .li2 a:hover{ color:#993399; text-decoration:none;}
.listbox1 .listbox1_m ul .li2 img { width:120px; height:100px; border:0;}

/*By Program 2009-05-24*/
.detail { width:100%; height:auto; line-height:20px; text-decoration:none; font-weight:normal;}
.detail a { text-decoration:none;}

.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }

/**********************************************
	myform
***********************************************/
.feedback{ margin:0; padding:0; width:600px; height:auto; padding-top:0; float:left; text-align:left; }
.myform{ margin-top:0px;}
.myform fieldset { padding:5px; border:1px solid #fff; width:460px; margin: 5px auto; text-align:left; }
.myform fieldset legend { color:#D8DEDA; font-weight:bold; font-size:14px; padding:3px 20px 3px 10px; border:1px solid #fff; margin-top: 10px; }
.myform div { width:100%; clear:both; }
.myform div label { float:left; width:180px; text-align:right; margin:1px; padding-right: 10px; }
.myform input, .myform select, .myform textarea { padding:1px; margin:2px; font-size:12px; border: 1px solid #CCCCCC; vertical-align: text-bottom; background: #FFFFFF; }
.myform .btn { background: url(../skin/Yah_Btnbg.jpg); margin: 10px 5px; padding: 0px 5px; height: 24px; line-height: 20px; border: 1px solid #666666; }

.myform dl { width:100%; clear:both; 0background: #000000; }
.myform dd { width:100%; color:#666666; line-height:30px;}
.myform dd label { float:left; width:80px; text-align:right; margin:1px; padding-right: 10px; }
/*pageprenext*/
.pageprenext { width:100%; height:30px; line-height:30px; font-size:14px; font-weight:bold; text-align:center;}
.pageprenext a{ color:#666666;}
.pageprenext a:hover { color:#990066; text-decoration:none;}

.nexttopclose {clear:both; padding-top:10px;text-align:center; width:100%; color:#666666; height:20px; font-size:12px; font-weight:normal;}
.nexttopclose a { color:#666666; text-decoration:none;}
.nexttopclose a:hover { color:#990066; text-decoration:none; }

/******************浮动类*******************************/
.fltrt { float: right; margin-left: 8px; }
.fltlft { float: left; margin-right: 8px; }
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
.navbox { width:100%; height:230px; height:auto!important; min-height:230px; margin:0 auto; padding:0; }
dl.unitbox { border: 1px solid #AED2EA; height:auto; display:block; padding:0 0 5px 0; width:99%; margin:5px auto; }
.unitbox dt { background-color: #B0E6FF; background-image: url(../Skin/img/commonbg.jpg); height: 23px; margin: 0px; padding: 0px; width: 100%; display:block; text-align:left; text-indent:10px; font-family: Tahoma; font-size: 12px; font-weight: bold; line-height: 23px; }
.unitbox dd { background-color: #fff; height: 60px; height:auto!important; min-height:60px; margin: 0px; padding: 0px; width: 100%; display:block;  padding-top:5px; padding-bottom:0px; }
.unitbox dd p { text-align:left; line-height:200%; margin:5px; }
dl.searchbox { border: 2px solid #AED2EA; height:auto; display:block; margin:0; padding:0; width:99%; float: left; margin-top:5px; }
.searchbox dd { background-color: #fff; height: 40px; height:auto!important; min-height:40px; margin: 0px; padding: 0px; width: 100%; display:block; padding-top:5px; padding-bottom:5px; }
ul.shop { text-indent:20px; }
ul.shop li { line-height:120%; }
#flash { background-image: url(../Skin/img/flash.jpg); height: 217px; width: 570px; margin: 5px auto; padding: 0px; margin-left:0px; }
.inputbox { background-color: #E9F4FA; width: 180px; height:22px; margin:0; padding:0; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #ACE4FF; border-right-color: #ACE4FF; border-bottom-color: #ACE4FF; border-left-color: #ACE4FF; }
.inputbox2 { background-color: #E9F4FA; width: 80px; height:22px; margin:0; padding:0; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #ACE4FF; border-right-color: #ACE4FF; border-bottom-color: #ACE4FF; border-left-color: #ACE4FF; }
.button { background-image: url(../Skin/img/button.jpg); height: 26px; width: 70px; margin: 0px; padding: 0px; border:0; }
label { width:55px; text-align:right; padding-right:5px; line-height:22px; float:left; }
ul.feature { padding: 0px; width:255px; display:block; list-style-type: none; margin:0 auto; height:auto; }
.feature li { background-image: url(../Skin/img/bluebg.jpg); height: 110px; margin:10px auto; width: 255px; list-style-type: none; margin: 0px; padding: 0px; float:left; padding-top:3px; padding-bottom:3px; background-repeat: no-repeat; display:block; text-align:left; }
.feature h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.featurepic { float:left; width:100px; padding:5px; }
ul.new { padding: 0px; width:98%; display:block; list-style-type: none; height:500px; margin:0; margin-left:5px; height:auto; float:left; }
.new li { height: 244px; width: 161px; list-style-type: none; float:left; margin:0 auto; margin-top:3px; background-repeat: no-repeat; display:inline; background-image: url(../Skin/img/whitebg.jpg); text-align:center; overflow:hidden; padding:10px; }
.new h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.new p { font-size:12px; text-align:left; margin:0; padding:0px; line-height:120%; }
ul.new2 { padding: 0px; width:98%; display:block; list-style-type: none; height:500px; margin:0; margin-left:5px; height:auto; float:left; }
.new2 li { height: 244px; width: 161px; list-style-type: none; float:left; margin:3px 15px; background-repeat: no-repeat; display:inline; background-image: url(../Skin/img/whitebg.jpg); text-align:center; overflow:hidden; padding:5px; }
.new2 h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.new2 p { font-size:12px; text-align:left; margin:0; padding:0px; line-height:120%; }


ul.packing { padding: 0px; width:98%; display:block; list-style-type: none; height:500px; margin:0; margin-left:5px; height:auto; float:left; }
.packing li {
	height: 180px;
	width: 161px;
	list-style-type: none;
	float:left;
	margin:3px 15px;
	background-repeat: no-repeat;
	display:inline;
	text-align:center;
0overflow:hidden; 		padding:5px;
	border: 0px solid #CCCCCC;
}
.packing h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.packing p { font-size:12px; text-align:left; margin:0; padding:0px; line-height:120%; }





.verticle { line-height:160%; text-align:left; text-indent:5px; margin-bottom:5px; }
ul.verticle li { line-height:200%; }
ul.product { padding: 0px; width:auto; display:block; list-style-type: none; height:500px; margin:0; margin-left:5px; height:auto; float:left; background-image: url(../Skin/img/newbg.jpg); background-repeat: repeat-x; }
.product li { height: 244px; width: 161px; list-style-type: none; float:left; margin-left:4px; margin-top:3px; background-repeat: no-repeat; display:inline; background-image: url(../Skin/img/whitebg.jpg); margin-right: 0px; text-align:center; overflow:hidden; }
.product h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.product p { font-size:12px; text-align:left; margin:0; padding:10px; }
ul.hot { padding: 0px; width:98%; display:block; list-style-type: none; margin:0 auto; height:auto; float:left; background-repeat: repeat-x; list-style-position: outside; }
.hot li { height: 244px; width: 161px; list-style-type: none; float:left; margin-left:4px; margin-top:3px; background-repeat: no-repeat; display:block; margin-right: 0px; text-align:center; list-style-position: outside; }
.hot h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.hot li p { font-size:12px; text-align:center; margin:0; padding:2px 5px; }
ul.product2 { padding: 0px; width:98%; display:block; list-style-type: none; margin:0 auto; height:auto; float:left; background-repeat: repeat-x; list-style-position: outside; }
.product2 li { height: 250px; width: 190px; list-style-type: none; float:left; margin-left:4px; margin-top:3px; background-repeat: no-repeat; display:block; margin-right: 0px; text-align:center; list-style-position: outside; }
.product2 h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.product2 li p { font-size:12px; text-align:center; margin:0; line-height: 120%; padding-top: 0px; padding-right: 15px; padding-bottom: 10px; padding-left: 15px; }
.product2 li p strong { text-align:center; }
.thumbnail { width:100px; }
.contentholder { margin: 0px; padding: 0px; width: 48%; float: left; }
.imgholder { width:400px; float: left; margin: 5px 0px; padding: 10px 0px; }
.bigpic { width:300px; margin: 0px; padding: 0px; }
.orderlist { border: 1px solid #66CCCC; background-color:#B3E7FF; background-image: url(../Skin/img/menubg.jpg); background-repeat: repeat-x; width:600px; margin:0px; padding:0px; table-layout: fixed; word-break: break-all; }
.orderlist th {width:20%; border: 1px solid #B3E7FF; padding:0; margin:0; font-size:14px; line-height: 14px; font-weight: bold; height: 30px; }
.orderlist td { background-color:#FFFFFF; margin:0px; padding:0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; height: 30px; }
.orderlist form textarea { margin:0; padding:0; border:1px #CCCCCC solid; }
.billingform { border: 1px solid #66CCCC; background-color:#E8F8FF; background-repeat: repeat-x; width:600px; margin:0px; padding:0px; table-layout: fixed; word-break: break-all; }
.billingform caption { font-size:18px; }
.billingform th { font-size:14px; line-height: 14px; font-weight: bold; height: 30px; width:120px; text-align:right; padding-right:5px; }
.billingform td { background-color:#F9F9F9; margin:0px; padding:0px; padding-left:10px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; text-align:left; }
.printorder { border:1px solid #ccc; background-color:#CCCCCC; width:1000px; }
.printorder th { text-align:center; background-color:#fff; height:25px; }
.printorder td { text-align:left; background-color:#FFFFFF; height:25px; padding-left:5px; }
.emp { font-size:15px; font-weight:bold; color:#000000; }
.emp a { color:#FF0000; }
.emp_red { color:#FF0000; font-weight:bold; padding:5px; }
.sort_select { width: 120px; margin-left:10px; }
.content { width:95%; display: block; margin-right: auto; margin-left: auto; table-layout: fixed; text-align: left; text-indent: 0px; }
ul.loveto { padding: 0px; width:420px; display:block; list-style-type: none; margin:0 auto; height:auto; }
ul.loveto li { height: 220px; margin:10px auto; width: 140px; list-style-type: none; margin: 0px; padding: 0px; float:left; padding-top:3px; padding-bottom:3px; background-repeat: no-repeat; display:block; text-align:left; }
ul.loveto h3 { font-size:12px; color:#03B3D1; margin:0; padding:5px; }
.tbl_detail { width:280px; border:1px solid #DEF5FE; margin: 0px; padding: 4px; background: #F3F3F3; margin:0 auto; }
.tbl_detail th { width:130px; text-align:left; height:25px; background:#F0F9FF; margin:3px; padding:3px; }
.tbl_detail td { background:#F0F9FF; margin:3px; padding:3px; text-align:left; }
.footerline { clear:both; }
.printorder { margin: 0px; padding: 0px; border: 1px solid #B3E2F0; background: #DDDDDD; }
.printorder th { text-align:left; text-indent:10px; }
.printorder td { background:#F4FAFF; }
/*******************************************************
样式	t1
*******************************************************/
table.myorderlist { border:1px solid #cad9ea; color:#666; font-size: 12px; margin:0 auto; width:100%; }
table.myorderlist caption { font-size:16px; font-weight:bold; }
table.myorderlist th { background-image: url("CssImg/th_bg1.gif"); height:30px; background-repeat: repeat-x; }
table.myorderlist td, table.myorderlist th { border:1px solid #cad9ea; padding:0 1em 0; }
table.myorderlist tr.even td { background-color:#f5fafe; }
dl.toploginmenu { float:right; margin-top:15px; font-size:12px; font-weight:bold; }
dl.toploginmenu dd a { padding:5px 10px; font-size:12px; font-weight:bold; }


.printorder { border:1px solid #ccc; background-color:#CCCCCC; width:1000px; }
.printorder th { text-align:center; background-color:#fff; height:25px; }
.printorder td { text-align:left; background-color:#FFFFFF; height:25px; padding-left:5px; }

/*Right News */
.right_news {width:95%; height:auto;padding-top:10px; float:left;}
.right_news ul { width:100%; height:auto; padding:0; margin:0; list-style-type: none; }
.right_news ul li{ margin-left:20px;width:99%; height:30px; line-height:30px; float:left; background:url(../skin/sign40.gif) no-repeat; text-decoration:none; color:#000000; text-align:left; padding-left:0px; font-size:12px; border-bottom-color:#CCCCCC; border-bottom-style:solid; border-bottom-width:1px;}
.right_news ul li a{ color:#000000;}
.right_news ul li a:hover{ color:#FF0000;}

/*Page control*/
.pageturnover { margin:0; padding:0; width:100%; text-align:center; color:#000000; font-size:14px;}
.pageturnover a { color:#000000; text-decoration:underline; }
.pageturnover a:hover { color:#FF0000; text-decoration:none; }

/*Home Prodcuts*/
.homeproducts { width:680px; height:auto; padding:0; margin:0; }
.homeproducts ul {width:680px; height:auto; padding:0; margin:0; list-style-type: none; }
.homeproducts ul li { float:left; margin-left:25px; margin-top:20px; width:180px; height:171px; background:url(../images/img_bg.jpg) no-repeat; text-align:center; padding-top:5px;}
.homeproducts ul li img {width:150px; height:120px; border:0;}
.homeproducts ul li a {}
.homeproducts ul li a:hover {}

/*Feature Prodcuts*/
.featureproducts { width:100%; height:auto; padding:0; margin:0; background:none;}
.featureproducts ul {width:100%; height:auto; padding:0; margin:0; list-style-type: none; }
.featureproducts ul li { background-image:none; float:left; margin-left:5px; margin-top:20px; width:180px; height:150px; background:url(../images/img_bg.jpg) no-repeat; text-align:center; padding-top:5px;}
.featureproducts ul li img {width:150px; height:120px; border:0;}
.featureproducts ul li a {}
.featureproducts ul li a:hover {}


/*Home Prodcuts*/
.homefeatureproducts { width:210px; height:auto; padding:0; margin:0; text-align:left; float:left; margin-left:17px; display:inline;}
.homefeatureproducts ul {width:auto; height:auto; padding:0; margin:0; list-style-type: none; }
.homefeatureproducts ul li { float:left; margin-left:20px;margin-top:20px; width:180px; height:171px; background:url(../images/img_bg.jpg) no-repeat; text-align:center; padding-top:5px; display:inline;}
.homefeatureproducts ul li img {width:150px; height:120px; border:0;}
.homefeatureproducts ul li a {}
.homefeatureproducts ul li a:hover {}
