@charset "utf-8";
/* CSS Document */

/*----------------------------------- Enterprise Category -------------------------*/
.category-slide-bound{
	clear:both;
	margin-top:5px;
	overflow:hidden;
	height:86px;
	background:url(../images/enterprise/bg_category_slider.png) 0% 0% repeat-x;
}
.category-slide-bound div.category-slide-left{
	height:86px;
	background:url(../images/enterprise/left_category_slider.png) 0% 0% no-repeat;
}
.category-slide-bound div div.category-slide-right{
	height:86px;
	background:url(../images/enterprise/right_category_slider.png) 100% 0% no-repeat;
	padding-left:5px;
	padding-right:10px;
}
.category-slide-bound ul li{
	text-align:left;
	list-style:none;
	width:220px;
	height:80px;
	background:url(../images/enterprise/seperate_category_slider.png) 0% 0% no-repeat;
	padding-top:10px;
	padding:5px;
}
.category-slide-bound ul li .category-name{
	float:left;
	width:60%;
	margin-top:7px;
}
.category-slide-bound ul li .category-image{
	float:left;
	margin-top:7px;
}
.category-slide-bound ul li .category-name a,
.category-slide-bound ul li .category-name a:hover,
.category-slide-bound ul li .category-name a:visited{
	font-weight:bold;
	font-size:12px;
	color:#737984;
}
.category-slide-bound ul li a{
	font:normal 11px Verdana;
	color:#000;
	text-align:left;
	list-style:none;
}
.category-slide-bound ul li img{
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
#left,#right{
	cursor:pointer;
}
/*----------------------- New Enterprise -----------------*/
.new-enterprise-bound{
	clear:both;
	overflow:hidden;
	height:190px;
}
.new-enterprise-image{
	float:left;
	margin-right:5px;
}
.new-enterprise-image img{
	width:51px;
	height:51px;
	border:1px solid #9C9E9C;
}
#new_enterprise_slider li{
	clear:both;
	padding:5px;
	padding-right:0px;
	border-bottom:1px dashed #CCCED2;
	cursor:pointer;
	width:170px;
}
#new_enterprise_slider li:hover{
	background-color:#DEDFDE;
}
#new_enterprise_slider li:hover a{
	color:#000000;
}
.new-enterprise-name a,
.new-enterprise-name a:hover{
	font-weight:bold;
	color:#737984;
	text-decoration:none;
}
.new-enterprise-button{
	text-align:right;
}
.new-enterprise-button span{
	margin-right:3px;
	cursor:pointer;
}
