/* --------------------------------------------------------------------------
 * ¢½ ÃÖ½Å±Û hn_basic ½ºÅ² ¢½
 * Website : http://huon.co.kr
 * E-mail : huon@hanmail.net
 * ÃÖÁ¾¼öÁ¤ÀÏ : 2010.10.13
------------------------------------------------------------------------- */
dl.hnLtBasic {
	margin-bottom:10px;
	background-color:#FFFFFF; border: 1px solid #ddd;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

dl.hnLtBasic dt  { 
	overflow:hidden; height:20px; padding:5px 0 0 10px; 
	background-color:#f5f5f5; border-bottom:1px solid #ddd; 
	color:#515151; font-size:11px; font-weight:bold; 
}
/* Á¦¸ñ ½ºÅ¸ÀÏ */
dl.hnLtBasic dt .subject 	 { float:left;  margin:0; padding:0; font-size:14px; font-weight: bold; color: #666;}
dl.hnLtBasic dt .subject a:link ,
dl.hnLtBasic dt .subject a:visited,
dl.hnLtBasic dt .subject a:hover { text-decoration:none; }
dl.hnLtBasic dt .more { float:right; margin:0 5px 1px; padding:0;}


dl.hnLtBasic dd { padding:8px 10px; color:#666; line-height:150%; }

/* ¸ñ·Ï ½ºÅ¸ÀÏ */
dl.hnLtBasic dd ul	{ clear:both; list-style:none; margin:0; padding:0; }
dl.hnLtBasic dd li 	{ 
	clear:both; margin: 5px 0 0 0; padding:0 0 0 10px; color: #ccc; border-bottom: dashed 1px #eee;
	background:transparent url(./img/board_icon.gif) no-repeat  left 50%;
}
dl.hnLtBasic dd li.first 	{ margin-top: 0; }
dl.hnLtBasic dd li a:link , .hnLtBasic li a:visited { color:#6A6A6A;  text-decoration:none; }
dl.hnLtBasic dd li a:hover {color:#ff6633;}

dl.hnLtBasic dd li .ltCaName 	{ float:right; _display:inline; font-size:10px; color:#808080; letter-spacing:-1px; }
dl.hnLtBasic dd li .ltDateTime 	{ font-size:10px; color:#808080; }
dl.hnLtBasic dd li .ltNotice		{ color:#2C88B9; font-weight:bold;}
dl.hnLtBasic dd li .ltComment 	{ font-size:10px; color:#9A9A9A; }
