#content-explorer
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 0px; 
	width: 100%; 
	line-height:normal;
}
#content-explorer ul 
{ 
	margin: 0px;
	padding: 10px 10px 0; 
	list-style: none; 
	background-color: #D6D8DC;
	border-bottom: #8F99A1 1px solid;
	height: 31px;
} 
#content-explorer ul li 
{ 
	float: left; 
	background: url(../image/tab_2.png) right top no-repeat; 
	text-align: center; 
	overflow: hidden; 
	margin-left: 5px;
	padding-right: 3px;
} 
#content-explorer ul li a 
{ 
	display: block; 
	background: url(../image/tab_2.png) left top no-repeat; 
	padding: 10px 20px 8px 20px; 
	color: #999;
	text-decoration: none;
} 
#content-explorer ul li a:hover 
{ 
	color: #085871; 
} 
#content-explorer ul li.selected 
{ 
	background: url(../image/tab_2.png) right bottom no-repeat; 
} 
#content-explorer ul li.selected a 
{ 
	background: url(../image/tab_2.png) left bottom no-repeat; 
	padding-bottom: 9px; 
	color: #085871; 
} 
div.yui-content 
{ 
	overflow: auto; 
	border: 1px solid #8F99A1;
	border-top-width: 0px;
	background-color: #FFF;
	padding: 10px; 
	margin: 0px;
	text-align: justify;
}
div.yui-content .item
{
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px #CCC solid;
}
div.yui-content .last
{
	border-bottom-width: 0px;
}
div.yui-content .item:hover
{
	background-color: #EEE;
}

.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2
{ 
	background: transparent url(../image/box.png) no-repeat bottom right;
}
.cssbox
{ 
	width:530px !important; 
	width: 530px;
	padding-right:15px; 
	margin: 5px auto;
}
.cssbox_head
{
	background-position:top right; 
	margin-right:-15px; 
	padding-right:40px
} 
.cssbox_head h2
{ 
	background-position:top left; margin:0; 
	border:0; 
	padding: 6px 0 0 40px; 
	height:auto !important; 
	height:1%;
}
.cssbox_body
{ 
	background-position:bottom left; 
	padding:0px 0 15px 15px;
}