.nTab{ 
float: center; font-weight: normal;
width: 97%; /*height:28px;*/
margin: 0 auto; 
background-position:left; 
background-repeat:repeat-y; 
} 
.nTab .TabTitle{ 
clear: both;
border: 0px;
height: 22px; 
overflow: hidden; 
} 
.nTab .TabTitle ul{ 
border:0; 
margin:0; 
padding:0; 
} 
.nTab .TabTitle li{ 
float: left; 
/*width: 52px;*/
height:22px;
border: #666666 1px solid;
border-bottom: 0px;
cursor: pointer;
margin-right:10px;
padding-right: 10px; 
padding-left: 10px; 
list-style-type: none; 
} 
.nTab .TabTitle .active{line-height:22px; color: #FFFFFF; font-size:14px; text-align:center; background:#666666;} 
.nTab .TabTitle .normal{line-height:22px; font-size:12px; color:#666666; text-align:center; background: #cccccc;} 
.nTab .TabContent{ width:auto; border:1px #666666 solid; font-weight: normal;padding-left: 10px;} 

.none {display:none;}


