@charset "utf-8";

/*****************************************************************
Author : 강다운(Kang Dawoon)
*****************************************************************/

.basic-simple li{ 
	position: relative;
	width: 100%:
	font-size: 13px;
	line-height: 34px;
	background-image:url(./img/latest_dotted.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.basic-simple li a{ 
	color:#404040;
	padding-left: 12px;
}
.basic-simple li span{ 
	position: absolute;
	right: 0;
	color: #bbb;
}