/* CSS Document */
.listCB{
	color:#000066;
	font-size:12px;
	font-weight:bold;
	margin:0px 10px 10px 15px;
}
.listCB a{
	background-image:url(../images/bull.jpg);
	background-repeat:no-repeat;
	background-position:top lef;
	padding-left:25px;
	cursor:pointer;
	text-decoration:none;
	color:#333333;
	display:block;
	padding-top:2px;
}
.listCB a i{
	font-size:11px;
	color:#666666;
}
.listCB a:hover{
	text-decoration:none;
}
.listCB .listCBul{
	margin:0px 0px 0px 40px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}
