@charset "utf-8";
.nTab{
float: left;
width: 100%;
margin: 0 auto;
border-bottom:2px #dd96b6 solid;
background:#f0cddd;
background-position:left;
background-repeat:repeat-y;
margin-bottom:2px;
}
.nTab .TabTitle{
clear: both;
height: auto;
overflow: hidden;
}
.nTab .TabTitle ul{
border:0;
margin:0;
padding:0;
}
.nTab .TabTitle li{
float: left;
width: 32%;
cursor: pointer;
padding-top: 1px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 1px;
list-style-type: none;
}
.nTab .TabTitle .active{background:#f0cddd; border-left:2px #dd96b6 solid; border-top:2px #dd96b6 solid;border-right:2px #dd96b6 solid; border-bottom:0px #dd96b6 solid; color: #cc0066; font-family: arial; font-size: 12px; font-weight: bold;}
.nTab .TabTitle .normal{background:#ffeffc; border:1px #dd96b6 solid; color: #ba5c8a; font-family: arial; font-size: 12px; font-weight: bold;}
.nTab .TabContent{
width:auto;background:#f0cddd;
margin: 0px auto;
padding:10px 0 0 0;
border-right:2px #dd96b6 solid;border-left:2px #dd96b6 solid;
}
.none {display:none;}
