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

* {
	margin:0;
	padding:0;
}
#side_wrap {
	width:230px;
	/*padding-left:2px;*/
}

.side_nav {
	width:228px;
	/*height:518px;*/
	border:1px solid #ff00ff;
	padding-bottom:15px;
	
	margin-top:10px;
	
}


h4 {
	width:228px;
	height:35px;
	background-color:#ff00ff;
	color:#fff;
	text-align:center;
	line-height:35px;
}
ul {
	list-style:none;
	width:200px;
	margin-left:14px;
	margin-top:5px;
}
ul li {
	width:200px;
	height:50px;
	border-bottom:1px dotted #ccc;
	font-size:12px;
	color: #565656;
	font-weight:bold;
	line-height:50px;
}
.sub_text {
	display:block;
	float:left;
	width:150px;
	height:50px;
	
	
}
.sub_img {
	display:block;
	float:left;
	width:50px;
	height:50px;
	
}
