@charset UTF-8;

/* global */
html {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
}
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family:Tahoma,Verdana,Arial,Helvetica,"ËÎÌå",sans-serif;
	font-size:12px;
}

.lineobj
{
	vertical-align:middle;
}

.center
{
	text-align:center;
	width:100%;
}

.clear 
{
	clear:both;
}

img
{
	border:none;
}

form
{
	display:inline;
	margin:0;
	padding:0;
}

input,select,textarea
{
	font-size:12px;
	font-family:Tahoma, Arial;
}

ul 
{
	list-style:none;
	padding:0px;
	margin:0px;
}
a:link,a:visited
{
	color:#666666;
	text-decoration:none
}

a:hover
{
	color:#6BB044;
	text-decoration:none;
}

/* header */
#header {
	width:960px;
	margin:0px auto;
	padding:0px;
}

#top {
	width:960px;
	margin:0px auto;
	padding:0px;
}

#logo {
	width:180px;
	height:80px;
	float:left;
}

#topNav {
	padding-left:40px;
	padding-top:30px;
	float:left;
}

#topInfo {
	width:350px;
	float:left;
}

#quickLink {
	width:390px;
	float:right;
	text-align:right;
}

/* search */

#navBottom {
	margin-left:20px;
}
#hotSearch{
	width:400px;
	float:left;
	padding-top:7px;
	color:#6BB044;
	font-weight:bold;
}

#hotSearch a {
	color:#999;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
}

#hotSearch a:hover {
	text-decoration:underline;
	font-weight:normal;
}
#search {
	float:right;
	padding-right:10px;
}
.searchText
{
	border-color:#9F9F9F #DCDCDC #DCDCDC #9F9F9F;
	border-style:solid;
	border-width:1px;
	color:#444444;
	height:14px;
	padding:2px 2px;
	width:150px;
	margin-top:4px;
}
.search_btn{
	border:0;
	width:60px;
	height:20px;
	cursor:hand;
	background-image:url(../images/search_btn.gif);
}

/* mainPage */
#mainPage {
	width:960px;
	margin:0px auto;
	padding:0px;
}
/* buttons */
.white_button_40 {
	width:40px;
	height:20px;
	border: 0;
	padding:0 0 2px 0;
	#padding:2px 0 0 0;
	margin: 0 0 0 0;
	background:url(../images/button_bg_40.png) no-repeat;
	cursor: pointer;
	font-size:12px;
}

.org_button_40 {
	width:40px;
	height:20px;
	border: 0;
	padding:0 0 2px 0;
	#padding:2px 0 0 0;
	margin: 0 0 0 0;
	background:url(../images/button_bg_70.png) no-repeat;
	cursor: pointer;
	font-size:12px;
	color:#FFFFFF;
}

.imageButton {
	border: 0;
	padding: 0 0 2px 0;
	_padding: 0;
	#padding: 0;
	margin: 0 0 0 0;
	background: url(../images/button.gif) no-repeat;
	color: #666;
	font: 12px Tahoma, Arial;
	width: 103px;
	height: 26px;
	_height: 28px;
	#height: 28px;
	cursor: pointer;
}

.imageButton:hover {
	background: url(../images/button_hover.gif) no-repeat;
	color: #000;
}
.button { padding: 2px; border:1px solid #B5CFD9; background:#F2F9FD; color:#666; vertical-align: middle; margin: 0; cursor: pointer; }

/* old */
#pageNav
{
	padding:6px 0 10px;
	color:#777;
}

/* pages */
.pages
{
	background:#F5F5F5 none repeat scroll 0;
	border:1px solid #c8e8ce;
	color:#999;
	float:right;
	height:20px;
	line-height:20px;
	overflow:hidden;
	margin:10px 0;
}

.pages em
{
	line-height:20px;
}

.pages a,.pages strong,.pages em
{
	float:left;
	line-height:20px;
	padding:0 8px;
}

.pages a:hover
{
	background-color:#FFF;
}

.pages strong
{
	background:#c8e8ce none repeat scroll 0;
	color:#487c48;
	font-weight:700;
}

.pages a.prev,.pages a.next
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:18px;
}

.pages a.next
{
	padding:0 15px;
}

.pages kbd
{
	border-left:1px solid #c8e8ce;
	margin:0;
}

* html .pages kbd
{
	padding:1px 1px 1px 5px;
}

.pages kbd input
{
	border:1px solid #c8e8ce;
	height:13px;
	font-size:11px;
	margin:3px 4px 0 3px;
	padding:0 2px;
}

* html .pages input
{
	margin-top:2px;
}

.pages kbd > input
{
	margin-bottom:2px;
}


.errorMsg {
	background:#FFF7E6;
	border:1px solid #FC0;
	color:#900;
	margin:5px;
	padding:5px;
}

.acceptMsg {
	background:#dbf0c4 url(../images/accept_l10.gif) no-repeat left center;
	border:1px solid #62a630;
	color:#333;
	margin:10px;
	padding:10px 10px 10px 30px;
}

.ajax-loading_pro {
	background: transparent url(../images/ajax-loading_100.gif) no-repeat center;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 200;
	left: 50%;
	margin-left: -50px;
	padding: 0;
}
.promptMsg
{
	width:360px;
	height:170px;
	position:absolute;
	left:50%;
	margin-left:-200px;
	background:transparent url(../images/prompt_bg.gif) no-repeat;
	padding:20px;
	z-index: 200;
}

.promptMsg h3
{
	display:block;
	font:12px Tahoma, Arial;
	margin:0;
}

.promptMsg .notic
{
	display:block;
	font:12px Tahoma, Arial;
	height:105px;
	margin:0;
	padding:10px 10px 10px 20px;
}

.promptMsg ol
{
	margin:6px 0 6px 25px;
	padding:0;
}

/* nav */

#nav {
	width:960px;
	height:65px;
	background:#FFFFFF url(../images/nav_bg.gif) no-repeat;
	margin-top:5px;
}

#menu {
	margin:0px auto;
	padding:0px;
	margin-left:130px;
	list-style:none;
}

#menu li {
	margin:0px auto;
	padding:0px;
	float:left;
	width:110px;
	height:34px;
	margin-left:2px;
}

#menu li a {
	width:110px;
	height:22px;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:12px;
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
}
#menu li a:hover {
	width:110px;
	height:20px; 
	background:#95c55f;
	background-image:url(../images/nav_actived.gif);
	color:#6BB044;
	text-decoration:none;
	padding-top:14px;
}

#menu li .current {
	width:110px;
	height:20px; 
	background:#ffffff;
	background-image:url(../images/nav_actived.gif);
	background-repeat:no-repeat;
	color:#6BB044;
	padding-top:14px;
}

#nav_sale sub {
	background:transparent url(../images/icon/hot.gif) repeat-x scroll;
	height:21px;
	overflow:hidden;
	position:absolute;
	right:9px;
	text-indent:-199em;
	top:-9px;
	width:21px;
}

/* green */
#nav {
	width:960px;
	height:65px;
	background:#FFFFFF url(../images/nav_bg.gif) no-repeat;
	margin-top:5px;
}

#menu li a:hover {
	width:110px;
	height:20px; 
	background:#95c55f;
	background-image:url(../images/nav_actived.gif);
	color:#6BB044;
	text-decoration:none;
	padding-top:14px;
}

#menu li .current {
	width:110px;
	height:20px; 
	background:#ffffff;
	background-image:url(../images/nav_actived.gif);
	background-repeat:no-repeat;
	color:#6BB044;
	padding-top:14px;
}
.greenTitle {
	width:150px;
	margin:0px auto;
	padding:0px;
	background:#ffffff url(../images/greenTitleBg.gif) no-repeat;
	height:18px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-left:15px;
	padding-top:4px;
	margin-bottom:2px;
}
#hotSearch{
	width:400px;
	float:left;
	padding-top:7px;
	color:#6BB044;
	font-weight:bold;
}
.whiteTitle {
	width:175px;
	margin:0px auto;
	padding:0px;
	background:#ffffff url(../images/whiteTitleBg.gif) no-repeat;
	height:17px;
	font-size:12px;
	font-weight:bold;
	color:#6BB044;
	padding-left:15px;
	padding-top:4px;
}
#productSearch {
	border-top:2px #6BB044 solid;
}
.product_info {
	border-top:2px #6BB044 solid;
}

/* footer */

#footer 
{
	width:960px;
	margin:0px auto;
	padding:0px;
	margin-top:10px;
	border-top:1px solid #dododo;
}

#navtitle
{
	height:28px;
	width:auto;
}

#navtitle h1 
{
	border-top:2px solid #efefef;
	color:#666666;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:auto;
	line-height:24px;
	padding:4px 0 0 50px;
	width:140px;
}

#navText
{
	clear:both;
	width:auto;
}

#navText ul
{
	float:left;
	margin:0px;
	padding:0 0 0 50px;
	width:140px;
}

#navText ul li 
{
	background-image:url(../images/icon/footdot.gif);
	background-position:left 8px;
	background-repeat:no-repeat;
	color:#999999;
	line-height:22px;
	margin:0px;
	padding:0 0 0 10px;
}

#footBottom
{
	overflow:hidden;
	border-top:1px #ccc solid;
}

#footBottom_nav
{
	height:30px;
	line-height:35px;
	overflow:hidden;
	text-align:center;
}

#footBottom_nav a
{
	height:30px;
	line-height:35px;
	overflow:hidden;
	margin-right:15px;
	margin-left:15px;
}

#footBottom_info
{
	height:60px;
	line-height:25px;
	overflow:hidden;
	padding-top:10px;
	text-align:center;
}


#kefu {
	padding-top:10px;
	border-top:1px #f0f0f0 dotted;
	margin-left:10px;
	margin-right:10px;
}

#kefu_icon {
	width:160px;
	height:120px;
}

#kefu_icon ul {
	margin:0px;
	padding:0px;
}

#kefu_icon ul li{
	height:21px;
}

.kefu_icon_tel_1 {
	font-weight:bold;
	color:#FF0000;
}
.kefu_icon_tel_2 {
	border-bottom:1px #ccc dotted;
	padding-left:15px;
	margin-bottom:10px;
	color:#FF0000;
}
