.tab-page {
    display:none;
}

.active-page {
    display: block;
}
.clear-float {
    clear:both;
}

.simple-tabs {
    width:100%;
    margin: 0;
    padding: 0;
	background:url(/images/bgtabL.png) repeat-x;
	height:50px;
}

.simple-tabs li {
    float:left;
    
	width:146px;
    height:44px;
    /*margin-bottom: 30px;*/
    list-style-type: none;
    text-align: center;
    line-height:44px;
}

.simple-tabs li:hover, ul.simple-tabs li:active {
    background: url(/images/bgtabS.png) repeat-x;
	cursor:pointer;
	width:146px;
}

.simple-tabs li.active {
    background: url(/images/bgtab.png) no-repeat;
	width:146px;
	height:60px;
    color:#ffffff;
    
}

.tab-page {
	margin-top:-15px;
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.ninety-percent-pad {
    width:90%;
    margin:25px auto;
}