.bxn-tab{
	position: relative;
}
.bxn-tab .tab-head{
	width: 100%;
	overflow: hidden;
}
.bxn-tab .tab-head .title-area{
	float: left;
}
.bxn-tab .tab-head .tab-area{
	float: right;
	padding-right: 10px;
	position: relative;
}
.bxn-tab .tab-head .tab-area .tab-item{
	display: inline-block;
	padding: 7px 10px 4px 10px;
	line-height: 18px;
	margin: 0px 1px;
	color: gray;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-radius:  5px 5px 0px 0px;
}
.bxn-tab .tab-head .tab-area a.active{
	border-color: #0093e7;
	position: relative;
	background: url('../images/white.jpg') repeat;
	color: black;
	padding-bottom: 5px;
}
.bxn-tab .tab-content{
	border-top: 2px solid #0093e7;
	padding: 10px 0px;
	margin-top: -2px;
	*margin-top: 0px;
	_margin-top: -2px;
	_width:100%;
	_float:left;
}