﻿body{
	margin:0;
	font-size:13px;
	background-color:#3f5785;
	color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
}
*{
	font-family:Arial, Verdana, Helvetica, sans-serif ;
}
/*
*:first-letter{
	text-transform:uppercase;
}
*/
.no_uppercase:first-letter{
	text-transform:lowercase;
	color:#ff0000;
}


form{
	margin:0;
	padding:0;
}
img {
	border:0;
}
a{
	color:#053477;
	text-decoration:none;
}
a:hover{
	color:#ff6600;
}

.login_name{
	color:#ff6600;
}
.red_num{
	color:#ff0000;
	font-weight:bold;
}
#order_count{
	color:#ff0000;
	font-weight:bold;
}
#UserCartCookieNum{
	color:#ff0000;
	font-weight:bold;
}
.stock{
	font-size:12px;
	color:#ff6600;
	font-weight:bold;
	display:none;
}
.red_title{
	font-size:13px;
	color:#FF0000;
}
.price_all{
	color:#FF0000;
	font-weight:bold;
	font-size:18px;
}
.price_all_black{
	color:#000000;
	font-weight:bold;
	font-size:18px;
}
.price_black{
	color:#000000;
}
.bold{
	font-weight:bold;
}
#form_order input[type=text]{
	height:12px;
	font-size:11px;
}
input.yellow{
	background-color:#FF9;
}
.YellowSelect select{
	background-color:#FF9;
}
select.yellow{
	background-color:#FF9;
}

#form_order input.white{
	background-color:#fff;
}
#form_order select{
	height:18px;
	font-size:11px;
}

#error{
	display:block;
	margin:10px 0 0 0;
	padding:3px 10px;
	color:#ff0000;
	font-weight:bold;
	background-color:#eeeeee;
	border:1px solid #e6e6e6;
	/*text-align:center;*/
}
#success{
	display:block;
	margin:10px 0 0 0;
	padding:3px 10px;
	color:#009515;
	font-weight:bold;
	background-color:#eeeeee;
	border:1px solid #e6e6e6;
	/*text-align:center;*/
}

#AllTotal{
	color:#FF0000;
	font-weight:bold;
	font-size:20px;
}
#about_content{
	font-size:14px;
}

#process{
	margin:20px;
	font-weight:bold;
}
#process span{
	float:left;
	display:block;
	width:224px;
	padding:5px;
}
#process span.ok1{
	border-top:2px #FF0000 solid;
	color:#FF0000;
}
#process span.ok2{
	border-top:2px #e7ac18 solid;
	color:#e7ac18;
}
#process span.no{
	border-top:2px #cccccc solid;
	color:#aaaaaa;
}

#btn_continue{
	border:0;
	background:url(../images/Continue-shopping.gif);
	height:22px;
	width:140px;
	cursor:pointer;
}
#btn_continue2{
	border:0;
	background:url(../images/Continue-shopping2.gif);
	height:22px;
	width:140px;
	cursor:pointer;
}
#btn_checkout{
	border:0;
	background:url(../images/Checkout.gif);
	height:22px;
	width:76px;
	cursor:pointer;
}
#btn_Create{
	border:0;
	background:url(../images/Create-A-New-Account.gif);
	height:22px;
	width:153px;
	cursor:pointer;
}
#btn_reset{
	border:0;
	background:url(../images/reset.gif);
	height:22px;
	width:60px;
	cursor:pointer;
}
#btn_Login{
	border:0;
	background:url(../images/Login.gif);
	height:22px;
	width:76px;
	cursor:pointer;
}
#btn_Register{
	border:0;
	background:url(../images/Register.gif);
	height:42px;
	width:98px;
	cursor:pointer;
}
#btn_Back{
	border:0;
	background:url(../images/Back.gif);
	height:22px;
	width:60px;
	cursor:pointer;
}
#btn_Confirm{
	border:0;
	background:url(../images/Continue1.gif);
	height:22px;
	width:120px;
	cursor:pointer;
}
#btn_Pay{
	border:0;
	background:url(../images/Pay-It-Now.gif);
	height:22px;
	width:119px;
	cursor:pointer;
}
#btn_Submit{
	border:0;
	background:url(../images/Submit.gif);
	height:22px;
	width:76px;
	cursor:pointer;
}
#btn_Continue{
	border:0;
	background:url(../images/Continue.gif);
	height:22px;
	width:76px;
	cursor:pointer;
}
#btn_Update1{
	border:0;
	background:url(../images/update.jpg);
	height:22px;
	width:73px;
	cursor:pointer;
}
#btn_Update2{
	border:0;
	background:url(../images/Update-Info.jpg);
	height:22px;
	width:81px;
	cursor:pointer;
}
#btn_Update{
	border:0;
	background:url(../images/Update-Info.gif);
	height:22px;
	width:119px;
	cursor:pointer;
}
#btn_Edit{
	border:0;
	background:url(../images/Edit-Info.gif);
	height:22px;
	width:119px;
	cursor:pointer;
}
.shipping_info_hide{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.shipping_info_show{
	opacity:1;
	filter:alpha(opacity=100);
}




.shipping_select_txt{
	display:block;
	float:left;
	width:340px;
	margin:2px 0;
	background-color:#eeeeee;
	padding:2px;
}
.shipping_select_price{
	display:none;
	float:left;
	width:340px;
	font-weight:bold;
	line-height:35px;
	margin:2px 0;
	background-color:#eeeeee;
}
.shipping_select_info{
	display:block;
	float:left;
	width:260px;
	height:38px;
	margin:2px 0;
	background-color:#eeeeee;
}
#ShippingTxt{
	margin:5px 0;
	display:none;
}
#ShippingTotal{
	color:#F00;
}




#main{
	width:980px;
	background-color:#FFFFFF;
	margin:0 auto;
}

#top{
	height:86px;
	width:980px;
	background:url(../images/top_bg.jpg) repeat-x;
}
#logo{
	float:left;
}
#top_login{
	float:right;
	margin:10px 15px 0 0;
	text-align:right;
	vertical-align:middle;
}
	#top_login div{
		line-height:22px;
	}
	#top_login #left_login{
		height:26px;
		background:url(../images/login_bg.jpg) left no-repeat;
		margin-bottom:3px;
	}
	#top_login #login{
		background:url(../images/login_bg.jpg) right no-repeat;
		height:22px;
		font-size:11px;
		padding:2px 10px;
		margin:0 0 0 10px;
	}
	
#menu_top{
	height:52px;
	background:url(../images/menu_top_bg.jpg) no-repeat;
}
	#menu_top  #menu_top_search{
		float:left;
		width:380px;
		text-align:center;
		height:38px;
		vertical-align:middle;
		padding-top:14px;
	}
	#menu_top  #menu_top_search input{
		height:18px;
		color:#888;
	}
	#menu_top #menu_top_btn{
		float:right;
		width:540px;
		height:25px;
	}
	#menu_top #menu_top_btn a{
		background:url(../images/btn_top1.jpg) no-repeat;
		color:#313d5a;
		font-weight:bold;
		width:119px;
		height:25px;
		display:block;
		float:left;
		margin:0 3px;
		text-align:center;
		font-size:12px;
		text-decoration:none;
		line-height:25px;
	}
	#menu_top #menu_top_btn a:hover{
		background:url(../images/btn_top1_1.jpg) no-repeat;
	}
	
#menu{
	clear:both;
	height:49px;
	background:url(../images/menu_bg.jpg) no-repeat;
	text-align:center;
}
	#menu ul{
		display:block;
		height:35px;
		list-style:none;
	}
	#menu ul { margin:0 20px;} /* FireFox */
	*html #menu ul { margin:0 50px;} /* ie6 fixed */
	*+html #menu ul { margin:0 50px;} /* ie7 fixed, 注意顺序 */

	#menu ul li{
		float:left;
		display:block;
		height:35px;
		vertical-align:middle;
		background:url(../images/menu_border.jpg) no-repeat;
	}
	#menu ul li img{
		margin:10px 0;
		vertical-align:middle;
	}
	#menu ul li a{
		display:block;
		padding:0 15px;
		line-height:35px;
		color:#FFFFFF;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
	}
	#menu ul li a.last{
		background:url(../images/menu_border.jpg) no-repeat right;
	}
	#menu ul li a:hover{
		color:#fcaf21;
	}
	
#banner{
	clear:both;
	margin:5px 12px;
	width:956px;
}

#left{
	clear:left;
	float:left;
	margin:10px 6px 10px 12px!important;
	margin:10px 6px 10px 6px;
	width:190px;
}
	#left .left_menu{
		width:190px;
		margin:0 0 10px 0;
	}
	#left .left_menu .title{
		padding-left:20px;
		height:28px;
		line-height:28px;
		color:#FFF;
		font-weight:bold;
		background:url(../images/left_title_bg.jpg) no-repeat;
	}
	#left .left_menu dl{
		margin:0;
		display:block;
		border:1px solid #c0bfc2;
		border-top:none;
		background:url(../images/dt_bg.jpg) bottom repeat-x;
		padding-bottom:8px;
	}
	#left .left_menu dl dt{
		background:url(../images/dt_bg.jpg) repeat-x;
		margin:0;
		padding:0;
	}
		#left .left_menu dl dt a{
			display:block;
			height:26px;
			line-height:26px;
			font-size:13px;
			font-weight:bold;
			background:url(../images/dt_ico.jpg) left no-repeat;
			background-position:10% 50% ;
			padding-left:30px;
			border-bottom:1px solid #c0bfc2;
		}
	#left .left_menu dl dd{
		display:block;
		height:24px;
		line-height:24px;
		font-size:13px;
		/*background:url(../images/dd_ico.jpg) left no-repeat #fafafa;*/
		background-color:#fafafa;
		background-position:15% 50% ;
		margin:0;
		padding-left:20px;
		border-bottom:1px dashed #c0bfc2;
	}
	#left .left_menu dl dd span{
		padding-left:5px;
		font-size:11px;
		color:#ea9c60;
	}
	#left .left_menu dl dd.list{
		display:block;
		height:20px;
		line-height:20px;
		font-size:13px;
		background:none;
		margin:0;
		padding-left:40px;
		background-color:#f1f1f1;
		border-bottom:1px dashed #c0bfc2;
	}
	#left .left_menu dl dd a{
		color:#053477;
	}
	#left .left_menu dl dd a:hover{
		color:#ff6600;
	}
	
	#left .left_menu ul{
		padding:0;
		margin:0;
		padding-bottom:5px;
		list-style:none;
		border:1px solid #c0bfc2;
	}
	#left .left_menu ul li{
		display:block;
		height:20px;
		line-height:20px;
		padding-left:10px;
		margin:0;
		background-color:#f1f1f1;
		border-bottom:1px dashed #c0bfc2;
	}
	#left .left_menu ul li a{
		font-size:11px;
		color:#053477;
	}
	#left .left_menu ul li a:hover{
		color:#ff6600;
	}
	
	
	#left .left_banner{
		width:190px;
		margin-bottom:10px;
		text-align:center;
	}
	

#right{
	clear:right;
	float:right;
	margin:10px 12px 10px 6px!important;
	margin:10px 6px 10px 6px;
	width:752px;
}
	#right #right_title{
		background:url(../images/right_title_bg.jpg) left no-repeat;
		height:22px;
		border-bottom:2px solid #2d3d5d;
	}
		#right #right_title h2{
			float:left;
			height:22px;
			line-height:22px;
			margin:0;
			padding:0;
			font-size:12px;
			padding-left:22px;
			color:#FFFFFF;
		}
		#right_title h1{display:block; margin:0px; padding:0px; line-height:normal; margin-top:3px; color:#FFFFFF; padding-left:22px; font-size:12px}
				#right #right_title span{
			display:block;
			float:right;
			line-height:22px;
			padding-right:5px;
		}
		
/****      product_list0    *****/
	.product_list0 ul{
		list-style:none;
		margin:10px 0;
		padding:0;
	}
	.product_list0 ul li{
		display:block;
		text-align:center;
		line-height:13px;
		width:174px;
		height:270px;
		margin:5px 0;
		padding:5px 5px;
		float:left;
	}
	
	.product_list0 ul li .img_list{
		float:left;
		*display: block;
		*font-size: 126px;
  		vertical-align:middle;
		line-height:150px;
		width:168px;
		height:150px;
		text-align:center;
		vertical-align:middle;
		overflow:hidden;
	}
	.product_list0 ul li .none_images{
		float:left;
		*display: block;
		*font-size: 12px;
  		vertical-align:middle;
		line-height:150px;
		width:168px;
		height:150px;
		text-align:center;
		vertical-align:middle;
		overflow:hidden;
	}
	
	.product_list0 ul li .img_list img{
		vertical-align:middle;
	}
	
	
	.product_list0 ul li h3{
		padding:0;
		margin:0;
		line-height:18px;
		font-size:13px;
		color:#e88202;
	}
	.product_list0 ul li h3 a{
		color:#fa8c01;
		font-weight:bold;
		text-decoration:underline;
	}
	.product_list0 ul li span.sub_list{
		display:block;
		font-size:12px;
		line-height:14px;
		display:none;
	}
	.product_list0 ul li span.price_old{
		font-size:12px;
		color:#999;
		font-weight:bold;
		line-height:18px;
		display:block;
		text-decoration:line-through;
	}
	.product_list0 ul li span.price{
		font-size:14px;
		font-weight:bold;
		display:block;
		color:#000;
		color:#F00;
		text-decoration:none;
	}
	
/****      product_list1     *****/
	.product_list1 ul{
		list-style:none;
		margin:10px 0;
		padding:0;
	}
	.product_list1 ul li{
		display:block;
		text-align:left;
		line-height:16px;
		height:190px;
		margin:5px 0;
		border-bottom:1px solid #CCCCCC;
	}
	
	.product_list1 ul li .img_list{
		float:left;
		*display: block;
		*font-size: 140px;
  		vertical-align:middle;
		line-height:168px;
		width:168px;
		height:168px;
		text-align:center;
		vertical-align:middle;
		overflow:hidden;
		margin:5px 15px;
		padding:0;
	}
	.product_list1 ul li .none_images{
		float:left;
		*display: block;
		*font-size: 12px;
  		vertical-align:middle;
		line-height:168px;
		width:168px;
		height:168px;
		text-align:center;
		vertical-align:middle;
		overflow:hidden;
		margin:5px 15px;
		padding:0;
	}
	.product_list1 ul li .img_list img{
		vertical-align:middle;
	}
	
	.product_list1 ul li h3{
		display:block;
		padding:0;
		margin:0;
		line-height:32px;
		font-size:16px;
		color:#e88202;
	}
	.product_list1 ul li h3 a{
		color:#fa8c01;
		font-weight:bold;
		text-decoration:underline;
	}
	.product_list1 ul li span.sub_list{
		/*font-size:12px;
		line-height:16px;
		display:block;*/
		display:none;
	}
	.product_list1 ul li span.stock{
		display:none;
	}
	.product_list1 ul li span.price_old{
		font-size:12px;
		color:#999;
		text-decoration:line-through;
		font-weight:bold;
		line-height:14px;
		padding:8px 0 2px 0;
		display:block;
	}
	.product_list1 ul li span.price{
		font-size:14px;
		color:#000;
		color:#F00;
		font-weight:bold;
		display:block;
		padding:2px 0 8px 0;
		text-decoration:none;
	}
	.product_list1 ul li span.buy{
		display:block;
	}
	.product_list1 ul li span.buy1{
		display:block;
	}
	
/****      product_list2     *****/
	.product_list2 ul{
		list-style:none;
		margin:10px 0;
		padding:0;
	}
	.product_list2 ul li{
		display:block;
		text-align:left;
		line-height:16px;
		height:40px;
		margin:2px 0;
	}
	
	.product_list2 ul li .img_list{
		display:none;
	}
	.product_list2 ul li .img_list img{
		vertical-align:middle;
	}
	
	.product_list2 ul li h3{
		float:left;
		padding:0;
		margin:0 10px 0 10px;
		width:340px;
		/*line-height:32px;*/
		height:40px;
		font-size:14px;
		color:#e88202;
	}
	.product_list2 ul li h3 a{
		color:#fa8c01;
		font-weight:bold;
		text-decoration:underline;
	}
	.product_list2 ul li .none_images{
		display:none;
	}
	.product_list2 ul li span.sub_list{
		display:none;
	}
	.product_list2 ul li span.price_old{
		display:none;
	}
	.product_list2 ul li span.stock{
		display:none;
	}
	.product_list2 ul li span.price{
		float:left;
		color:#000;
		color:#F00;
		font-weight:bold;
		font-size:14px;
		width:140px;
		line-height:26px;
		text-decoration:none;
	}
	.product_list2 ul li .buy{
		float:left;
		display:block;
		text-align:left;
		width:110px;
		line-height:18px;
	}
	.product_list2 ul li .buy1{
		float:left;
		display:block;
		text-align:left;
		width:110px;
		line-height:18px;
	}
	
	
	 .page{
	 	clear:both;
	 	display:block;
		text-align:center;
		padding:10px;
	}
	
	#brands_list ul{
		list-style:none;
		margin:10px 0;
		padding:0;
	}
	#brands_list ul li{
		display:block;
		text-align:center;
		line-height:18px;
		width:140px;
		height:120px;
		margin:5px 0;
		padding:5px 5px;
		float:left;
	}
	#brands_list ul li img{
		padding:10px 0;
	}
	
	#product_content{
		padding:20px;
	}
	#product_content #product_left_brand{
		float:left;
		width:240px;
	}
	#product_content #product_left{
		clear:left;
		float:left;
		*display: block;
  		vertical-align:middle;
		line-height:200px;
		width:250px;
		height:200px;
		text-align:center;
		vertical-align:middle;
		overflow:hidden;
		margin:0;
	}
	#product_content #product_left img{
		vertical-align:middle;
		width:250px;
	}
	#product_content #product_left span{
		font-size:11px;
		color:#000000;
	}
	
	#product_content #product_right{
		float:right;
		width:420px;
		height:250px;
	}
	#product_content #sub_list{
		clear:right;
		float:left;
		padding:5px;
		background-color:#f6f6f6;
		border:1px solid #e6e6e6;
	}
	#product_content #sub_list li{
		float:left;
		width:190px;
		padding:5px;
		list-style:none;
	}
	#product_content #product_right h1{
		font-size:24px;
		margin:10px 0;
	}
	#product_content #product_right #sub{
		font-size:13px;
		margin:5px 0;
	}
	#product_content #product_right #price{
		font-size:18px;
		font-weight:bold;
		color:#ff0000;
		line-height:24px;
		text-decoration:none;
	}
	#product_content #product_right #skoic{
		font-size:18px;
		font-weight:bold;
		color:#ff0000;
		line-height:24px;
		text-decoration:none;
	}
	#product_content #product_right #price_old{
		font-size:12px;
		color:#999;
		font-weight:bold;
		line-height:24px;
		text-decoration:line-through;
	}
	#product_content #product_right #buy a{
		display:block;
		float:left;
		height:24px;
		width:160px;		
	}
	#product_content #product_right #buy a.buy_line{
		width:320px;		
	}
	
	#product_content #description{
		float:left;
		clear:both;
		width:100%;
		margin:20px;
		padding:20px;
		font-size:14px;
	}
	
	#nav{
		margin:5px 10px;
	}
	
	#about{
		margin:20px;
	}
	#about h1{
		font-size:25px;
	}
	
	#news{
		margin:20px;
	}
	#news h1{
		font-size:25px;
	}
	#news ul{
		display:block;
		margin:0;
		padding:0;
		margin-bottom:20px;
		list-style:none;
	}
	
	#news ul li{
		display:block;
		height:23px;
		line-height:20px;
		margin:5px 0 0 0;
		/*background-color:#f1f1f1;*/
		border-bottom:1px dashed #c0bfc2;
	}
	#news ul li a{
		font-size:11px;
		color:#053477;
	}
	#news ul li a:hover{
		color:#ff6600;
	}
	
	
.sitemap{
	width:320px;
	margin:20px 20px 0 20px;
}
	.sitemap_left{
		float:left;
	}
	.sitemap_right{
		float:right;
	}
	.sitemap h3{
		margin:10px 0;
		padding:5px 15px;
		background-color:#e1e1e1;
		font-size:16px;
		color:#333333;
	}
	.sitemap dt{
		font-size:14px;
		font-weight:bold;
		margin-left:10px;
		margin-top:20px;
		margin-bottom:12px;
		color:#333333;
	}
	.sitemap dd{
		font-size:12px;
		margin-left:30px;
		margin-bottom:5px;
	}
	.sitemap dd a{
		font-size:12px;
		font-weight:bold;
		color:#000000;
		text-decoration:underline;
	}
	.sitemap dd.second{
		margin-bottom:2px;
		padding-left:22px;
		background:url(../images/dd_ico.jpg) left no-repeat #ffffff;
		background-position:5% 50% ;
	}
	.sitemap dd.second a{
		font-size:12px;
		font-weight:100;
		text-decoration:underline;
		color:#333333;
	}

#msg_form h3{
		color:#FF0000;
		font-size:14px;
		padding:0;
		margin:0;
	}
	#msg_form h4{
		text-align:left;
		color:#000000;
		font-size:12px;
		padding:0;
		margin:0;
	}
	#msg_form h4 span{
		color:#ff0000;
		font-size:12px;
		padding-left:76px;
	}
	#msg_form hr{
		clear:both;
		margin:8px 0;
		padding:0;
		height:1px;
		border:none;
		border-bottom:1px dashed #CCCCCC;
	}
	#msg_form .msg_input{
		margin:10px 10px 5px 10px;
	}
		#msg_form .msg_input_left{
			float:left;
			/*border:4px solid #f6f6f6;*/
			width:48%;
			padding:0 0 10px 0;
			border:1px solid #ccc;
			color:#333;
		}
		#msg_form .msg_input_left h2{
			padding:5px;
			margin:0;
			font-size:15px;
			background:url(../images/cart_title_bg.jpg) repeat-x;
			height:18px;
			color:#FFF;
		}
		#msg_form .msg_input_right{
			float:right;
			/*border:4px solid #f6f6f6;*/
			width:49%;
			padding:0 0 10px 0;
			height:250px;
			border:1px solid #ccc;
			color:#333;
		}
		#msg_form .msg_input_right h2{
			padding:5px;
			margin:0;
			font-size:15px;
			background:url(../images/cart_title_bg.jpg) repeat-x;
			height:18px;
			color:#FFF;
		}
		#msg_form label{
			float:left;;
			display:block;
			width:78%;
			margin-bottom:6px;
			padding-left:5px;
			text-align:left;
			color:#333;
		}
		#msg_form label b{
			display:block;
			width:80px;
			color:#000000;
		}
		#msg_form label input[type=text],#msg_form label input[type=password]{
			height:14px;
			width:200px;
			padding:0;
			margin:0;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
		}
		#msg_form label input.login{
			height:14px;
			width:150px;
			padding:0;
			margin:0;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
		}
		#msg_form label input.mini{
			height:14px;
			width:130px;
		}
		#msg_form label textarea{
			width:55%;
			font-size:11px;
			font-family:Arial, Helvetica, sans-serif;
		}
		#msg_form label.txt{
			float:left;
			text-align:right;
			width:20%;
			color:#000000;
		}
		#msg_form label.txt1{
			float:left;
			text-align:right;
			width:24%;
			color:#000000;
		}
		#msg_form label.txt_right{
			float:left;
			text-align:left;
			width:26%;
			color:#777777;
		}
		#msg_form .msg_btn{
			text-align:left;
			padding-left:165px;
			clear:both;
		}

#foot{
	clear:both;
	width:980px;
}
	#foot #foot_menu{
		border-top:1px solid #949ca7;
		border-bottom:1px solid #949ca7;
		background-color:#e3e3e3;
		padding:10px;
		text-align:center
	}
	#foot #foot_menu a{
		padding:0 8px;
		font-size:13px;
		font-weight:bold;
	}
	#foot #foot_img{
		text-align:center;
		padding:10px;
		font-size:11px;
		color:#666;
	}
/**xiao wen**/	
.links,.links a{ color:#ABACAE;font-size:10px; font:Arial, Helvetica, sans-serif}
#right_title{text-align:left; margin-bottom:10px}
#right_title span{margin:0px; line-height:190%; color:#fff;padding-left:20px; font-size:12px;float:left!important; font-weight:bold; width:500px}
.right_span h1,.right_span h2,jaken_h{ font-size:24px; margin:10px auto 10px auto}
.right_span{ font-size:14px; display:block; margin:0px auto 15px auto;padding-bottom:0px; line-height:120%; width:710px; font-family:Arial, Helvetica, sans-serif; width:100%}
.index_projector_lamps{ background:#F4F4F4; margin-bottom:5px; color:#3E6EB1; border:1px solid #C0BFC2; border-bottom:0px;border-top:0px; font-size:12px; line-height:120%}
.index_projector_lamps a{display:block;padding-left:20px; font-weight:bold;margin:0;
		border:1px solid #c0bfc2; border-left:0px; border-right:0px; line-height:26px;
		border-top:none;
		background:url(../images/dt_bg.jpg) center repeat-x;
}
/.index_projector_lamps span a{ display: inline}
.index_projector_lamps h2{maring:0px;font-size:14px;padding:0px 0px 0px 20px;height:28px;line-height:28px;color:#FFF;font-weight:bold;background:url(../images/left_title_bg.jpg) no-repeat;}
.index_projector_lamps span{width:95%; margin:auto;padding:5px 0px; display:block; margin-top:10px;}
.wen_r{list-style-type:none;margin:8px 0px 8px 8px; clear:both; height:auto}
.wen_r li{list-style-type:none;padding-left:10px; text-align:center; margin:3px auto; width:150px;}
.wen_r li h4{margin:0px;height:18px; font-size:10px; font-weight:normal}
.wen_r li{list-style:none;float:left;width:160px;}
