/*------------------侧边tab切换效果css---------------*/

#test1 { }

/* 头部总体 css */
.ntab2-head {
height:25px;background:#e6e6e6;text-align:center;overflow:hidden;
padding-top:0px
width:100%;
BORDER:transparent 0px solid;
}

/* 头部标头的 css */

.ntab2-head li { 
	float:right;
        width: 160px;
	height: 25px;
	cursor: pointer;
        font-size: 12px;
        color: #000000;
        line-height: 215%;
	list-style-type: none;color:#000000;
	padding-top:0px;
        BORDER-left: #b8b8b8 1px solid;
        
}

.ntab2-head li.current { 
	background:#999;
	color:#ffffff;
	cursor:none;

}


.ntab2-body {PADDING-LEFT: 4px! important;PADDING-right: 4px! important;
 text-align: left; 
}

.ntab2-body dl { 
   font-size: 12px;
  color: #000000;
  line-height: 150%;PADDING-LEFT: 4px! important;
 text-indent:0px; margin:0px; padding:0px; }