/* 최근 게시물 레이아웃 조정용 */
div.latest_left {
	float: left;
	width: 240px;
}
div.latest_right {
	float: right;
	width: 240px;
}
div.latest_center {
	margin-left: 255px;
	padding: 0 15px;
	width: 360px;
	border: 1px #bbb solid;
	border-top: 0;
	border-bottom: 0;
}


/* 이미지 최근 게시물 */
div.latest_image {
	margin-bottom: 20px;
	color: #333;
}
div.latest_image h3 {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 28px;
	background: url('../images/icon_title.gif') left top no-repeat;
	font-size: 1.3em;
	line-height: 1em;
}
div.latest_image div.list {
	position: relative;
	padding-top: 10px;
	height: 140px;
	background: url('../images/line_title.gif') top repeat-x;
}
div.latest_image div.list div.ul {
	position: relative;
	left: 50px;
	width: 800px;
	height: 140px;
	overflow: hidden;
}
div.latest_image div.list ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 2400px;
	list-style: none;
}
div.latest_image div.list ul li {
	float: left;
	width: 160px;
	text-align: center;
}
div.latest_image div.list ul li a img {
	border: 1px #999 solid;
}
div.latest_image div.list ul li span {
	color: #666;
}
div.latest_image div.list ul li span.cmt {
	font-size: 0.85em;
}
div.latest_image div.list div.left {
	display: none;
	position: absolute;
	left: 10px;
	top: 50px;
}
div.latest_image div.list div.right {
	position: absolute;
	left: 865px;
	top: 50px;
}

/* 일반 최근 게시물 */
div.latest_moe {
	color: #333;
}
div.latest_moe h3 {
	float: left;
	margin: 0 0 5px 0;
	font-size: 1.3em;
	line-height: 1.5em;
}
div.latest_moe p.more {
	margin: 0;
	padding-top: 12px;
	text-align: right;
}
div.latest_moe ul {
	clear: left;
	margin: 0;
	padding: 3px 0;
	background: url('../images/line_title.gif') top repeat-x;
	list-style: none;
}
div.latest_moe ul li {
	padding: 3px 0 3px 10px;
	background: url('../images/list_icon.gif') left center no-repeat;
}
div.latest_moe ul li span, div.latest_moe ul li span a {
	color: #666;
}
div.latest_moe ul li span.cmt {
	font-size: 0.85em;
}

/* 리뷰/정보 최근게시물 */
div.latest_review {
	margin-bottom: 30px;
	color: #333;
}
div.latest_review div.head {
	position: relative;
	height: 28px;
}
div.latest_review div.head h3 {
	position: absolute;
	margin: 0;
	top: 4px;
	font-size: 1.3em;
}
div.latest_review p.more {
	position: absolute;
	top: 10px;
	left: 310px;
	margin: 0;
}
div.latest_review div.list {
	padding-top: 10px;
	background: url('../images/line_title.gif') top repeat-x;
}
div.latest_review div.list div.image {
	position: relative;
	width: 82px;
	height: 82px;
	height: 0;
	overflow: visible;
}
div.latest_review div.list div.image img {
	position: absolute;
	display: block;
	border: 1px #999 solid;
	cursor: pointer;
}
div.latest_review div.list ul {
	margin: 0 0 0 90px;
	padding: 0;
	list-style: none;
}
div.latest_review div.list ul li {
	padding: 3px 0;
}
div.latest_review div.list ul li span, div.latest_review div.list ul li span a {
	color: #666;
}
div.latest_review ul li span.cmt {
	font-size: 0.85em;
}


/* 포인트경매 최근게시물 */
div.latest_auction {
	margin-bottom: 30px;
	color: #333;
}
div.latest_auction div.head {
	position: relative;
	height: 28px;
}
div.latest_auction div.head h3 {
	position: absolute;
	margin: 0;
	top: 4px;
	font-size: 1.3em;
}
div.latest_auction p.more {
	position: absolute;
	top: 10px;
	left: 310px;
	margin: 0;
}
div.latest_auction div.list {
	padding-top: 10px;
	background: url('../images/line_title.gif') top repeat-x;
}
div.latest_auction div.list p {
	margin: 2px 0;
	text-align: center;
}
div.latest_auction div.list p a {
	text-decoration: none;
}


/* 한 줄 */
div.oneline_latest {
	position: relative;
	margin: 10px auto 20px auto;
	width: 700px;
	height: 26px;
	border: 1px #bbb solid;
	background: #f5f5f5;
	overflow: hidden;
}
div.oneline_latest ol {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 700px;
	list-style: none;
}
div.oneline_latest ol li {
	padding: 5px;
}
div.oneline_latest ol li img {
	vertical-align: middle;
}
div.oneline_latest ol li a {
	text-decoration: none;
}
div.oneline_latest ol li span {
	color: #666;
}



/* 랭킹 */
div.latest_rank {
	margin-bottom: 30px;
	color: #333;
}
div.latest_rank h3 {
	margin: 0;
	padding-top: 4px;
	height: 24px;
	font-size: 1.3em;
}
div.latest_rank ol {
	margin: 0;
	padding: 10px 0 0 1em;
	background: url('../images/line_title.gif') top repeat-x;
}
div.latest_rank p {
	margin: 0;
	padding-top: 10px;
	background: url('../images/line_title.gif') top repeat-x;
	text-align: center;
}
