/* CSS Document */
#ad {
	width:950px;
	margin-top:6px;
	margin-right:auto;
	margin-left:auto;
	padding:2px;
	border:1px dashed #ACD63B;
	text-align:center;
}

#container {
	width:955px;
	margin-top:6px;
	margin-right:auto;
	margin-left:auto;
}

#left {
	float:right;
	width:202px;
}
#left .menu {
	height:20px;
	padding-top:20px;
	padding-left:10px;
	border-bottom:3px solid #FF6600;
	color:#666666;
	font-weight:bold;
	line-height:20px;	
}
#left .newslist {
	clear:both;
	margin-top:4px;
}
#left .newslist li {
	height:20px;
	padding-top:3px;
	padding-left:11px;
	background:url(../images/point_gray.gif) no-repeat 3px 11px;
	border-bottom:1px dashed #CCCCCC;
	line-height:20px;
}
#left .newproduct {
	clear:both;
	margin-top:12px;
	width:210px;
	height:490px;
	background:url(../images/newproduct_bg.gif) no-repeat;
}
#left .newproduct .tit {
	height:36px;
	padding-left:28px;
	color:#3497CB;
	font-weight:bold;
	line-height:36px;
}
#left .newproduct .recommendProduct {
	clear:both;
	margin-top:10px;
	padding-right:5px;
	padding-left:5px;
}
#left .newproduct .recommendProduct li {
	float:left;
	height:110px;
	width:100px;
	text-align:center;
} 
#left .newproduct .recommendProduct img {
	width:80px;
	height:80px;
}

#right {
	float:left;
	width:726px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}
#right .menu {
	clear:both;
	height:40px;
	padding-left:20px;
	border-bottom:1px solid #A8B5BD;
	color:#51B400;
	font-size:18px;
	font-weight:bold;
	line-height:40px;	
}
#right .content {
}
#right .content h2 {
	padding-top:20px;
	color:#048EBB;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#right .content .info {
	clear:both;
	padding-top:20px;
	padding-bottom:8px;
	border-bottom:1px dashed #CCCCCC;
	color:#666666;
	text-align:center;
}
#right .content .info span {
	padding-right:5px;
	padding-left:5px;
}
#right .content .info span.goback {
	cursor:pointer;
}
#right .content .cont {
	min-height:200px;
	_height:200px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	border-bottom:1px dashed #CCCCCC;
}

