@charset "utf-8";
/* CSS Document */
#sidebar_left{
	width:200px;
	float:left;
/*	padding-left:10px;*/
}
.sidebar_item{
	margin-bottom:6px;
}
.sidebar_top_item{
	background:#f5f5f5;
	border-top:2px solid #e9e9e9;
	border-left:2px solid #e9e9e9;
	border-right:2px solid #e9e9e9;	
	float:left;
	width:191px;
	padding:3px;
	margin-bottom:-8px;

}
.sidebar_footer_item{
	float:left;
}
.sidebar_title{
	background:url(../images/title_bg.jpg) repeat-x;
	width:181px;
	height:26px;
	line-height:26px;
	text-align:center;
	float:left;
	text-transform:uppercase;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.sidebar_item_detail .item_li{
	background:url(../images/next_icon.jpg) no-repeat right;
	border-bottom:1px solid #e9e9e9;
	padding:0px 5px 0px 5px;
	margin-left:3px;
	margin-right:3px;
	font-weight:bold;
	height:25px;
	line-height:25px;
}
.sidebar_item_detail .last{
	background:url(../images/next_icon.jpg) no-repeat right;
	padding:0px 5px 0px 5px;
	margin-left:3px;
	margin-right:3px;
	font-weight:bold;
	height:25px;
	line-height:25px;

}

.sidebar_item_detail ul {
	list-style-type:none;
	font-weight:normal;
	margin-left:-3px;
}

.sidebar_item_detail ul li{
	background:url(../images/row_icon.jpg) no-repeat 5px 10px;
	display:block;
	margin:0px 5px 0px 5px;
	border-bottom:1px solid #e9e9e9;
	padding-left:5px;
		height:25px;
	line-height:25px;

}

.sidebar_item_detail ul a{
	list-style-type:none;
	margin-left:10px;
}
.sidebar_item_detail ul .li_last{
	border:0px;
}
/*----------------------------------------------*/
.onl_visit{
	font-weight:bold;
	background:url(../images/onl_icon.jpg) no-repeat left;
	padding-left:10px;
	margin:5px 5px 0px 15px;
}
.visited{
	font-weight:bold;
	background:url(../images/visited_icon.jpg) no-repeat left;
	padding-left:20px;
	margin:5px 5px 0px 5px;
	padding-bottom:5px;
}
.sidebar_item_detail form input{
	margin:5px 5px 5px 3px;;
	color:#999;
	border:1px solid #ccc;
	padding:2px;
	width:179px;
}
.sidebar_item_detail form img{
	float:right;
	margin-right:5px;
}
/*----------------------------SIDEBAR_RIGHT-------------------------*/
#sidebar_right{
	float:right;
	width:200px;
}
.sidebar_flash{
		margin-bottom:5px;
		background:#163371;
}
.sidebar_top_flash{
	background:#163371;
	float:left;
	color:#fff;
	text-align:center;
	width:199px;
	border-left:1px solid #bbc4d6;
}
.sidebar_top_flash img{
	width:199px;
}
.onl{
	margin:5px 0px 5px 0px;
}
.sidebar_item_detail img{
	margin:2px 10px 5px 5px;
	float:left;
}
.sidebar_item1{
	background:url(../images/title_sidebar.jpg);
	width:186px;
	height:28px;
	line-height:28px;
	padding-left:13px;
	margin-bottom:6px;
}
.sidebar_item1 a{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;

}
