/* BASIC css start */
.webhosing_container { text-align:center; }
.webhosing_container .wc_box { height:45px;/*border-bottom: 1px solid #0b0b0b;*/ }

.webhosing_container ul.tabs {
    display:inline-block; *display:inline; zoom:1;
	height: 43px;
}
.webhosing_container ul.tabs li {
	float: left;
	width:320px;
	text-align:center;
	height: 43px;
	line-height: 43px;
	z-index:1;
	border: 1px solid #BDBDBD;
	color: #b9dddc;
	border-left: none;
	margin-bottom: -1px;
	background: #E5E5E5;
	overflow: hidden;
	position: relative;
}

.webhosing_container ul.tabs li:first-child {
	border-left: 1px solid #BDBDBD;
}

.webhosing_container ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 13px;
	outline: none;
}
	
html .webhosing_container ul.tabs li.active, html .webhosing_container ul.tabs li.active a:hover  {
	background: #646464;
	color: #FFF;
}

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

.tab_container {
	width:1200px;
	margin:0 auto;
	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-top: 30px;
	min-height:307px;
}

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

}
*/
/* BASIC css end */

