@charset "utf-8";
/* CSS Document */
#commleftbox
{
	float:left;
	width:230px;
}
#commleftbox .title{
	float:left;
	width:100%;
	height:25px;
	background:url(../images/ctitle.gif) repeat-x;
}
#commleftbox .title h3
{
	margin:0px;
	padding:0px;
	margin-top:6px;
	margin-left:2px;
	padding-left:18px;
	font-size:13px;
	float:left;
	background:url(../images/cdirect.gif) no-repeat;
}
#commleftbox .title h3 a
{
	text-decoration:none;
	color:#464600;
}
#commleftbox .title a:hover
{
	text-decoration:underline;
	color:#ef4a00;
	position:static;
}
#commleftbox .leftcontent
{
	float:left;
	height:210px;
	width:228px;
	border:1px solid #E6E6E6;
}
#commleftbox .leftcontent li{
	text-align:left;
	line-height:20px;
}
#commleftbox .leftcontent li a{
	margin-left:5px;
	background: url(../images/sdirect.gif) no-repeat 0 center ;
	padding-left:15px;
	font-size:12px;
}

