/* NHOutLine */
/*
	background-image¿¡´Â ¾Æ¿ô¶óÀÎÀ¸·Î »ç¿ëµÉ ±×¸²À» ÁöÁ¤ÇÏ°í °¡·Î¼¼·Î Å©±â¸¦ ¼³Á¤
*/
.NHRVTopLeftLine {width:7px;height:6px; background: url(tl.gif); }
.NHRVTopLine {height:6px; background: url("t.gif"); background-repeat:repeat-x;}
.NHRVTopRightLine {width:7px;height:6px; background: url(tr.gif); }
.NHRVLeftLine {width:7px;height:100%; background: url(l.gif); background-repeat:repeat-y;}
.NHRVRightLine {width:7px;height:100%; background: url(r.gif); background-repeat:repeat-y;}
.NHRVBottomLeftLine {width:7px;height:6px; background: url(bl.gif); }
.NHRVBottomLine {height:6px; background-image:url(b.gif); }
.NHRVBottomRightLine {width:7px;height:6px; background: url(br.gif);}

.NHOLContent {padding:0px;margin:0px;}