/* BASIC css start */
.webhosing_container {width:1200px;font-family: 'Nanum Gothic', sans-serif; font-size: 13px; font-weight:bold }
.webhosing_container ul.tabs {
	height: 35px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 700px;
	margin:0 auto;
}
.webhosing_container ul.tabs li {
	float: left;
	width:24.8%;
	text-align:center;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	color: #b9dddc;
	border-left: none;
	margin-bottom: -1px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}
.webhosing_container ul.tabs li a {
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	color: #222;
    font-weight:bold;
	display: block;
	font-size: 14px;
	/*padding: 0 80px;*/
	outline: none;
}
.webhosing_container ul.tabs li a:hover {
	/*background: #ccc;*/
}	
html .webhosing_container ul.tabs li.active, html .webhosing_container ul.tabs li.active a:hover  {
	background: #222;
	color: #fff;
}

html .webhosing_container ul.tabs li.active a  {
	color: #fff;
}

.tab_container {
	/*border: 1px solid #d5d8d8;*/
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	-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;*/
}

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

}
*/





/* BASIC css end */

