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

#sitebar{
	float:right;
	width:200px;
}

.sitebar_item{
	width:200px;
	margin-bottom:7px;
}
.sitebar_item .sitebar_item_title{
	background:url(../images/sitebar_title_left.jpg) no-repeat left;
	height:25px;
		padding-left:5px;

}
.sitebar_title_center{
	background:url(../images/sitebar_title_right.jpg) no-repeat right;
}
.sitebar_title_center h4{
	font-weight:normal;
	font-size:11px;
	background:url(../images/sitebar_title_bg.jpg) repeat-x;
	width:190px;
	line-height:25px;
	text-align:center;
	color:#fff;
}
.sitebar_bg,.sitebar_bg1,.sitebar_bg2,.sitebar_bg3{
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;	
	width:173px;
	float:left;
	background:#fff;
	padding:1px 15px 10px 10px;
	height:226px;
}
.sitebar_bg1{
	padding:3px 5px 7px 7px;
	width:186px;
}
.sitebar_bg ul li{
	border-bottom:1px solid #c0c0c0;
	height:19px;
	line-height:19px;
}
.sitebar_bg ul a{
	color:#e27017;
}
.sitebar_bg1 ul li{
	line-height:20px;
	background:url(../images/icon3.jpg) 0px 3px no-repeat;
	padding-left:16px;
}
.sitebar_bg1 ul a{
	color:#000;
}
.sitebar_bg2 ul li,.sitebar_bg3 ul li{
	height:19px;
	line-height:19px;
}
.sitebar_bg2 ul a,.sitebar_bg3 ul a{
	color:#ec7017;
	border-bottom:1px solid #c0c0c0;
	width:160px;
	float:left;
	background:url(../images/icon6.jpg) no-repeat 0px 8px;
	padding-left:10px;
	
}
.sitebar_bg2{
	height:300px;
	min-height:300px;
	height:auto !important;
}