.PXE_box { padding-bottom:5px; overflow:hidden; position:relative;}
.PXE_box h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}

.PXE_box .more { position:absolute; top:12px; right:11px; color:#000000; font:.8em Tahoma;}
.PXE_box a.more { text-decoration:none;} 
.PXE_box a.more:hover { text-decoration:underline;} 

.PXE_box .thumbnail_box { width:100%; table-layout:fixed; }
.PXE_box .thumbnail_box .thumbnail { margin:0 auto; text-align:center; position:relative; padding:9px; border:1px solid #e3e3e3; }
.PXE_box .thumbnail_box .thumbnail img { position:relative; }
.PXE_box .thumbnail_box .thumbnail span img { position:absolute; top:-1px; right:-1px; border:none; z-index:999; width:46px; height:46px; }

.PXE_box .thumbnail_box .title { margin:8px auto 12px auto; overflow:hidden; white-space:nowrap; text-align:center; font:bold 8pt µ¸¿ò; text-transform:uppercase; letter-spacing:-1px; }
.PXE_box .thumbnail_box .title span.replies { height:12px; padding-left:16px; background:url(../images/normal/iconReply.gif) no-repeat left center; float:right; font:bold 9px Tahoma, Arial, Helvetica, sans-serif; color:#8493aa; margin-bottom:10px; }

.PXE_box .thumbnail_box a { color:#b6b6b6; text-decoration:none; }
.PXE_box .thumbnail_box a:visited { color:#b6b6b6; text-decoration:none; }

.PXE_box .thumbnail_box div.author { color:#828282; text-align:center;}
.PXE_box .thumbnail_box div.author span, .PXE_box .thumbnail_box div.author div { color:#828282; }
.PXE_box .thumbnail_box div.regdate { font-size:0.9em; color:#828282; margin-top:2px;text-align:center;}

.PXE_box .thumbnail_box div.readAndVoted { color:#828282; font-size:0.9em; text-align:center;}
.PXE_box .thumbnail_box div.readAndVoted span.div_block { color:#828282; font-size:0.9em; }
.PXE_box .thumbnail_box div.readAndVoted strong { font-weight:normal; color:#828282; }

/* Mouse Over Tooltip (Image Preview) */
#tooltip {
	position: absolute;
	z-index: 999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #cacaca;
	background-color: #fafafa;
	padding: 5px;
    }
#tooltip h3 { margin: 0; font:12px; color:#8493aa; line-height:140%; }
#tooltip div { color:#828282; }