.webhosing_container {width:842px;font-family: 'Nanum Gothic', sans-serif; font-size: 13px; font-weight:bold }
.webhosing_container ul.tabs {
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 0px solid #e1e1e1;
	width: 842px;
	margin:0 auto;
}
.webhosing_container ul.tabs li {
	float: left;
	width:19.87%;
	text-align:center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
	color: #b9dddc;
	border-left: none;
	margin-bottom: -1px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.webhosing_container ul.tabs li:last-child {
	border-right: 0px solid #e1e1e1;
}

.webhosing_container ul.tabs li a {
	text-decoration: none;
	color: #000;
    font-weight:bold;
	display: block;
	font-size: 13px;
	/*padding: 0 80px;*/
	outline: none;
}
.webhosing_container ul.tabs li a:hover {
	/*background: #e1e1e1;*/
}	
html .webhosing_container ul.tabs li.active, html .webhosing_container ul.tabs li.active a:hover  {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}

html .webhosing_container ul.tabs li.active a  {
	color: #000;
	border-bottom: 1px solid #FFF;
}

.tab_container {
	width:842px;
	border-top: none;
	clear: both;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	min-height:307px;
}

/*
.tab_content .scroll_box{
   height:400px;
   overflow-y: scroll; 

}
*/