@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-size:12px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#666;
	background:url(../images/bj.jpg) repeat-x center top #FFF;
}
a{text-decoration:none;}
a:link,a:visited{color:#666;}
a:hover,a:active{color:#00F;}
form{
	padding:0;
	margin:0;
}
.clear:after{
	content: '.'; 
	display: block; 
	height: 0; 
	line-height:0;
	clear: both; 
	visibility: hidden;
}
.clear{
	line-height:0;
	height: 0; 
	clear:both;
}
.empty{
	line-height:40px;
	text-align:center;
}
.red{
	color:#F00;
}

#container{
	width:1002px;
	margin:0 auto;
	padding:0;
	background-color:#FFF;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}
#container #head{
	height:88px;
	background:url(../images/logo.jpg) no-repeat no-repeat #000;
}

#TopMenu{
	height:42px;
	background:url(../images/TopMenu.jpg) repeat-x;
}
*html #TopMenu ul{
	padding:6px 17px;
}
#TopMenu ul{
	display:block;
	list-style:none;
	margin:0;
	padding:6px 26px;
	height:30px;
}
#TopMenu ul li{
	display:block;
	float:left;
	padding:0 7px 0 5px;
	background:url(../images/TopMenu_line.jpg) no-repeat right center;
}
#TopMenu ul li#last{
	padding:0 5px;
	background:none;
}
#TopMenu ul li a{
	display:block;
	font-size:18px;
	line-height:30px;
	padding:0 18px;
}
#TopMenu ul li a:link,#TopMenu ul li a:visited{color:#FFF;}
#TopMenu ul li a:hover,#TopMenu ul li a:active,#TopMenu ul li.on a{color:#4AA9A3;}

#main{
	min-height:50px;
	padding:0 5px 10px 5px;
	background:url(../images/main_bg.jpg) repeat-x left top;
}
#main #title{
	height:48px;
	line-height:48px;
}
#main #title #search{
	float:left;
	margin-top:15px;
	padding-left:160px;
	background:url(../images/search.png) no-repeat 20px center;
}
#main #title #search #key{
	width:300px;
	font-size:11px;
	border:solid 1px #000;
	background-color:#E8E8E8;
	vertical-align:middle;
	margin-right:10px;
}
#main #title #search #submit{
	vertical-align:middle;
}
#main #title #location{
	float:right;
	color:#666;
	padding-right:20px;
}
#main #title #location a:link,#main #title #location a:visited{color:#666;}
#main #title #location a:hover,#main #title #location a:active{color:#00F;}
#foot{
	height:78px;
	line-height:26px;
	padding:5px 10px 7px 0;
	background:url(../images/foot.jpg) repeat-x;
}
#foot #item{
	height:26px;
}
#foot #item ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	width:529px;
	height:26px;
	float:right;
}
#foot #item ul li{
	float:left;
	padding:0 9px 0 8px;
	background:url(../images/foot_line.jpg) no-repeat right center;
}
#foot #item ul li#last{
	padding:0 8px;
	background:none;
}
#foot #item ul li a{
	line-height:26px;
}
#foot #item ul li a:link,#foot #item ul li a:visited{color:#666;}
#foot #item ul li a:hover,#foot #item ul li a:active{color:#4AA9A3;}
#foot #copyright{
	clear:both;
	text-align:right;
	padding-right:8px;
}

#index_1{
	height:300px;
	overflow:hidden;
	background-color:#000;
}
#index_1 ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#index_2{
	height:35px;
	background:url(../images/index_2.jpg) repeat-x;
}
#index_2 #online{
	width:294px;
	height:35px;
	float:left;
	margin-left:20px;
	background:url(../images/online_1.jpg) no-repeat;
	position:relative;
}
#index_2 #online a{
	display:block;
	position:absolute;
}
#index_2 #online a#item1{
	width:25px;
	height:35px;
	left:109px;
}
#index_2 #online a#item2{
	width:25px;
	height:35px;
	right:101px;
}
#index_2 #online a#item3{
	width:25px;
	height:35px;
	right:48px;
}
#index_2 #online a#item4{
	width:25px;
	height:35px;
	right:0;
}
#index_2 #search{
	float:right;
	margin-top:9px;
	padding-left:140px;
	padding-right:20px;
	background:url(../images/search_2.png) no-repeat left center;
}
#index_2 #search #key{
	width:300px;
	font-size:11px;
	border:solid 1px #000;
	background-color:#E8E8E8;
	vertical-align:middle;
	margin-right:10px;
}
#index_2 #search #submit{
	vertical-align:middle;
}
#index_3{
	padding:10px 5px 10px 5px;
}
#left{
	width:200px;
	float:left;
}
#right{
	width:750px;
	padding-left:30px;
	float:right;
	background:url(../images/line.jpg) repeat-y;
}
#left #login{
	height:120px;
	color:#CCC;
	background:url(../images/login.jpg) no-repeat;
}
#left #login #item1{
	padding:35px 0 0 0;
}
#left #login #item1 #item{
	padding:2px 0;
	height:20px;
	clear:both;
}
#left #login #item1 #item #name{
	width:72px;
	text-align:right;
	float:left;
}
#left #login #item1 #item #value{
	width:120px;
	float:right;
}
#left #login #item1 #item #value input{
	width:100px;
	background-color:#CCC;
	border:solid 1px #000;
}
*html #left #login #button{
	padding-top:8px;
}
#left #login #button{
	height:17px;
	padding:0 10px;
	padding-top:14px;
}
#left #login #button input{
	margin:0 4px;
}
#left #member{
	height:90px;
	color:#CCC;
	padding-top:30px;
	background:url(../images/member.jpg) no-repeat;
}
#left #member div{
	padding-top:10px;
	padding-left:15px;
}
#left #member a:link,#left #member a:visited{color:#CCC;}
#left #member a:hover,#left #member a:active{color:#00F;}
#TreeMenu{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#TreeMenu li{
	display:block;
	margin-top:8px;
	color:#FFF;
}
#TreeMenu li a{
	display:block;
	height:24px;
	line-height:24px;
	font-size:14px;
	padding-left:28px;
	background:url(../images/TreeMenu_1.jpg) no-repeat;
}
#TreeMenu li a:link,#TreeMenu li a:visited{color:#FFF;}
#TreeMenu li a:hover,#TreeMenu li a:active,#TreeMenu li.on a{color:#4AA9A3;}
#TreeMenu li ul{
	display:block;
	width:192px;
	padding:0;
	margin:0 auto;
	border-left:solid 1px #D7D7D7;
	border-right:solid 1px #D7D7D7;
}
#TreeMenu li ul li{
	display:block;
	margin:0;
	border-bottom:solid 1px #D7D7D7;
	background:url(../images/TreeMenu_2.jpg) repeat-x;
}
#TreeMenu li ul li a{
	display:block;
	height:20px;
	line-height:20px;
	padding-left:20px;
	font-size:12px;
	background:url(../images/icon.gif) no-repeat 10px center;
}
#TreeMenu li ul li a:link,#TreeMenu li ul li a:visited{color:#666;}
#TreeMenu li ul li a:hover,#TreeMenu li ul li a:active,#TreeMenu li ul li.on a{color:#00F;}
#left #picture1{
	padding-top:10px;
}
#left #picture2{
	padding-top:10px;
}

.dlg_subject{
	height:24px;
	line-height:24px;
	padding-left:30px;
	padding-right:20px;
	background:url(../images/subject.jpg) no-repeat;
}
.dlg_subject #text{
	color:#FFF;
	float:left;
	font-size:15px;
	font-weight:bold;
}
.dlg_subject #more{
	width:39px;
	height:9px;
	float:right;
	margin:7px 0;
	background:url(../images/more.gif) no-repeat;
}
.dlg_content{
	clear:both;
	border-left:solid 1px #E1E1E1;
	border-right:solid 1px #E1E1E1;
	padding:5px 6px;
}
.dlg_content #item{
	width:174px;
	padding:5px;
	float:left;
}
.dlg_content #item #img{
	width:75px;
	height:100px;
	float:left;
	border:solid 1px #E7E3E7;
}
.dlg_content #item #info{
	width:92px;
	height:102px;
	float:right;
}
.dlg_content #item #info #name{
	height:34px;
	line-height:17px;
	color:#000;
	font-weight:bold;
	overflow:hidden;
}
.dlg_content #item #info #brand{
	height:18px;
	color:#000;
	white-space:nowrap;
	overflow:hidden;
}
.dlg_content #item #info #brand strong{
	height:18px;
	color:#990000;
	font-weight:normal;
	overflow:hidden;
}
.dlg_content #item #info #more{
	height:13px;
	overflow:hidden;
}
.dlg_content #item #info #more a{
	display:block;
	width:44px;
	height:13px;
	background:url(../images/more1.gif) no-repeat;
}
.dlg_bottom{
	clear:both;
	line-height:25px;
	padding:2px;
	margin-bottom:10px;
	border-left:solid 1px #E1E1E1;
	border-right:solid 1px #E1E1E1;
	border-bottom:solid 1px #E1E1E1;
}
.dlg_bottom #item{
	text-align:center;
	background-color:#F3F3F3;
}
.dlg_bottom #item #page{
	width:20px;
	font-size:12px;
	text-align:center;
	border:solid 1px #9C9A9C;
}
.dlg_bottom #item #go{
	width:25px;
	height:19px;
	font-size:12px;
	text-align:center;
	padding:0;
	border:solid 1px #404040;
	background-color:#EFEFEF;
}
#loading{
	width:16px;
	height:16px;
	margin:20px auto;
	background:url(../images/loading.gif) no-repeat;
}

.product{
	padding:6px 0;
	border-bottom:solid 1px #E1E1E1;
}
.product #img{
	width:225px;
	height:300px;
	padding:7px;
	float:left;
	margin-left:6px;
	background:url(../images/product_1.jpg) no-repeat;
}
.product #info{
	width:490px;
	height:306px;
	padding:8px 0 0 0;
	line-height:20px;
	float:right;
	margin-right:6px;
}
.product #info div strong{
	color:#990000;
	font-weight:normal;
}
.product #info #item1,.product #info #item2,.product #info #item3{
	font-weight:bold;
	padding-left:10px;
	background:url(../images/icon.jpg) no-repeat left center;
}
.product #info #item4{
	height:120px;
	padding-left:10px;
}
.product #info #item5{
	height:102px;
	padding:10px 0;
	border-top:solid 2px #F5F5F5;
	border-bottom:solid 2px #F5F5F5;
}
.product #info #item5 div{
	height:102px;
	float:left;
}
.product #info #item5 #prev,.product #info #item5 #next{
	width:6px;
	padding:44px 10px;
	height:12px;
}
.product #info #item5 #prev div,.product #info #item5 #next div{
	width:6px;
	height:11px;
	cursor:pointer;
}
.product #info #item5 #prev div{
	background:url(../images/left.gif) no-repeat;
}
.product #info #item5 #prev div.disabled{
	background:url(../images/gleft.gif) no-repeat;
}
.product #info #item5 #next div{
	background:url(../images/right.gif) no-repeat;
}
.product #info #item5 #next div.disabled{
	background:url(../images/gright.gif) no-repeat;
}
.product #info #item5 #items{
	width:435px;
	position:relative;
	overflow:hidden;
}
.product #info #item5 #items ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	width:40000em;
}
.product #info #item5 #items ul li{
	display:block;
	height:100px;
	width:75px;
	float:left;
	border:solid 1px #D7D7D7;
	margin:0 5px;
}
.product #info #item5 #items ul li a{
	display:block;
}
/*.product #info #item1,.product #info #item2,.product #info #item4,.product #info #item5,.product #info #item7{
	width:200px;
	float:left;
}
.product #info #item3,.product #info #item6{
	width:165px;
	float:left;
}
.product #info #item8{
	width:365px;
	float:left;
}*/

.product #images_title{
	height:37px;
	clear:both;
	border-bottom:solid 1px #E1E1E1;
	background:url(../images/propic.gif) no-repeat left bottom;
}
.product #images{
	padding:5px;
}
.product #details_title{
	height:37px;
	clear:both;
	border-bottom:solid 1px #E1E1E1;
	background:url(../images/proinf.gif) no-repeat left bottom;
}
.product #details{
	padding:5px;
}

#reg_1{
	line-height:30px;
	font-size:18px;
	color:#F00;
	text-align:center;
}
#reg_2{
	width:680px;
	margin:0 auto;
	padding:10px;
	border:solid 1px #CECFCE;
}
#reg_3{
	text-align:center;
	padding-top:10px;
}
#reg_3 input{
	font-size:10px;
	margin:0 10px;
	border:solid 1px #404040;
	background-color:#EFEFEF;
}
#reg_4{
	color:#000;
	border:solid 1px #CECFCE;
	border-collapse:collapse;
}
#reg_4 td{
	padding:3px 5px;
	border:solid 1px #CECFCE;
}
#reg_4 th{
	color:#F00;
	text-align:left;
	font-weight:normal;
	padding:3px 5px;
	background-color:#F7F3F7;
}
#reg_4 td input{
	height:15px;
	font-size:12px;
	border:solid 1px #9C9A9C;
}
#reg_4 td input.w200{
	width:200px;
}
#reg_4 td.radio input{
	height:auto;
	border:none;
	vertical-align:middle;
}
#reg_4 td .Tip{
	display:inline;
	width:100px;
}
/*#reg_4 #subject{
	clear:both;
	color:#F00;
	padding:0 5px;
	background-color:#F7F3F7;
	border-bottom:solid 1px #CECFCE;
}
#reg_4 #name{
	width:189px;
	float:left;
	padding:0 5px;
	text-align:right;
	border-right:solid 1px #CECFCE;
	border-bottom:solid 1px #CECFCE;
}
*html #reg_4 #value{
	padding:2px 5px;
}
*+html #reg_4 #value{
	padding:2px 5px;
}
#reg_4 #value{
	width:490px;
	float:left;
	padding:3px 5px;
	text-align:left;
	border-bottom:solid 1px #CECFCE;
}
#reg_4 #value.w210{
	width:210px;
}
#reg_4 .Tip{
	width:280px;
	height:25px;
	float:left;
	border-bottom:solid 1px #CECFCE;
}
#reg_4 #value input{
	height:15px;
	font-size:12px;
	border:solid 1px #9C9A9C;
}
#reg_4 #value input.w200{
	width:200px;
}
*+html #reg_4 #value select{
	height:21px;
}
#reg_4 #value select{
	height:19px;
	font-size:12px;
	border:solid 1px #9C9A9C;
}
*html #reg_4 #radio{
	padding:2px 5px 3px 5px;
}
#reg_4 #radio{
	width:490px;
	float:left;
	padding:0 5px;
	text-align:left;
	border-bottom:solid 1px #CECFCE;
}
#reg_4 #radio input{
	vertical-align:middle;
}*/