@charset "utf-8";
/* // 代码整理：聚合分享 www.juheweb.com
*/

#TabMain {

	width: 1000px;
	height: 100%;
	margin: 0 auto;
	margin-top: 10px;

}
.tabItemContainer {
	width: 200px;
	height: 100%;!important;
	float: left;
	position: fixed;
	z-index: 999;

}

.tabBodyContainer {
	width: 780px;
	height: 100%;
	float: left;
	background-color: #fff;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin-left: 220px;
	margin-bottom: 40px;
	min-height: 500px;
}

.tabBodyContainer img {
	max-width: 780px;
}

.tabItemContainer>li {
	list-style: none;
	text-align: center;
	background-color: #1a7eb2;
	border-bottom: 1px solid whitesmoke;
}

.tabItemContainer>li>a {
	float: left;
	width: 200px;
	padding: 3px 0 10px 5px;
	font: 18px  MS Gothic;
	color: whitesmoke;
	cursor: pointer;
	text-decoration: none;
	border:1px solid transparent;

}
.tabItemCurrent {
	/*background-color: whitesmoke;*/
	/*border: 1px solid #ccc !important;*/
	/*border-right: 1px solid #fff !important;*/

	padding-bottom: 20px;
	position: relative;

}
.tabItemContainer>li>a:hover {
	color: #333;
}
.tabBodyItem {
	width: 100%;
	height: 100%;
	display: none;
}
.tabBodyItem>p {
	font: 13px MS Gothic ;
	/*text-align: center;*/

}
.tabBodyItem>p>a {
	text-decoration: none;
	color: #0F3;
}
.tabBodyCurrent{
	display:block;

}
.fixer{
	position : fixed ;
	z-index: 999;

	top : 0px ;
	/*margin-left: -200px;*/
	_position: absolute ;
	/*_top:expression(documentElement.scrollTop+10 +  "px" )*/
}

