/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
/*body {
	font: 62.5% Tahoma, sans-serif;
}
li { font-size: 1.1em; }
*/

.clear {
	clear: both;
}
#page-wrap2 {
	width:504px;
	float:left;
	display:block;
	background:url(../image/tab2_topbg.gif) no-repeat left top;
	/*margin: 25px auto;*/
}
#content-explorer2 {
	padding-top: 0px;
	width:100%;
	line-height:normal;
	
	}
	#content-explorer2 ul {
		padding: 0px 0px;
		list-style: none;
		max-width:504px;
		margin:0px 0px 0px 16px;
		
		/*background: url(images/menu_bg.gif) bottom repeat-x;*/
		/*background-color:#B4B404;*/
		}
		#content-explorer2 ul li {
			float: left;
			
			text-align: center;
			overflow: hidden;
			padding:0px;
			}
			#content-explorer2 ul li a {
				display: block;
				width:106px;
				height:30px;
				padding:10px 0px 0px 0px;
				margin-right:10px;
				font:bold 14px Arial, Helvetica, sans-serif;
				color: #000000;
				text-decoration:none;
				text-align:center;
				background: url(../image/tab_normal.jpg) no-repeat;
				
			}
			#content-explorer2 ul li a:hover {
				padding:10px 0px 0px 0px;
				background: url(../image/tab_over.jpg) no-repeat;

			}
			#content-explorer2 ul li.selected {
				/*border-right: 1px solid #4B4B4B;*/				
				padding:0px;
			}
			#content-explorer2 ul li.selected a {
				padding:10px 0px 0px 0px;
				color: #ff0000;
				width:106px;
				height:30px;
				text-align:center;
				/*border-right: 1px solid #4B4B4B;*/				
				background:url(../image/tab_over.jpg) no-repeat;
				}
				#content-explorer2 ul li.selected a:hover {
				padding:10px 0px 0px 0px;
				color: #ff0000;
				height:30px;
				/*border-right: 1px solid #4B4B4B;*/				
				background:url(../image/tab_over.jpg) no-repeat;
				}
div.yui-content {
	overflow: auto;
	border-bottom: 0px solid #ba030a;
	border-right: 1px solid #ba030a;
	border-left: 0px solid #ba030a;
	padding: 0px;
}
.tab-contentarea
{
padding:15px 12px 10px 12px; margin:0px; border-left:1px #bb070d solid;
}