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

div.info{
	width:635px;
	height:180px;
	padding:5px 10px 10px 10px;
	overflow:auto;
}

.info ul{
	margin-left:10px;
	padding-right:10px;
	
}

.info ul li{
	border-bottom:1px dotted #ccc;
	line-height:2.2em;
}

.short_list ul{

}
.short_list li{
	border-bottom:1px #ccc dotted;
	line-height:2.2em;
	padding-left:0.8em;
	background:url(/images/arrow2.gif) no-repeat left center;
}