@charset "utf-8"; 
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

.widgetBoxContainer{ position:relative; }

.widgetBox {
	position:relative; *zoom:1; padding:0px; 
	border:1px solid #e5e5e5; 
	-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; }
.widgetBox:after {
	content:""; display:block; clear:both; }
.widgetBox .widgetBoxHeader {	
	background:#f6f6f6; padding:5px 10px; border-bottom:1px solid  #e5e5e5; height:22px; 
	-webkit-border-radius:0px 0px 0px 0px; -moz-border-radius:0px 0px 0px 0px; border-radius:0px 0px 0px 0px; }
.widgetBox .widgetBoxHeader:after {	
	content:""; display:block; clear:both; }
.widgetBox .widgetBoxTitle {	
	float:left; font-size:16px; font-family:'malgun gothic'; height:22px; padding:0px; margin:0x; }
.widgetBox .widgetMore { 
	float:right; margin-top:7px; 
	text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:'malgun gothic'; color:#000; text-align:center; z-index:20; }
.widgetBox .widgetMore img { 
	border:0; }
.widgetBox .widgetContainer { 
	position:relative; z-index:10; padding:5px 0px 10px 0px; }

.widgetBoxC { 
	padding:3px 0; }
.widgetBoxC .widgetBox{ 
	border-left:1px solid #ccc; border-right:1px solid #ccc; }
.widgetBoxC .widgetBoxHeader{ 
	position:relative; padding:4px 0px 4px 8px; margin:0px; border-bottom:1px solid #ddd; background:url(../img/headerBgC.gif) repeat-x; }
.widgetBoxC .widgetMore{ 
	top:5px; right:5px; }

.gallery .widgetContainer {
	padding:5px 10px 10px 10px; }
	
