body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   padding:0;
   margin: 0;
}

.outer-wrap {
    width:100%;
    max-width:500px;
    margin: 0 auto;
}
.clear-float {
    clear:both;
}

ul.simple-tabs {
    width:100%;
    margin: 0;
    padding: 0;
	border-bottom:solid 7px #0079c2;
	overflow:hidden;
}

ul.simple-tabs li {
    float:left;
    /*margin-bottom: 30px;*/
    list-style-type: none;
    text-align: center;
}


 ul.simple-tabs li:active {
	color:#336699;
	font-weight:bold;
}

	
 .simple-tabs#inner-page-tabs{
border-bottom:solid 1px #ccc;
overflow:hidden;
}

.innerContent-tab {
margin-bottom:0;
}


ul.simple-tabs li {
color:#336699;
margin-right:2px;
font-size: 14px;
cursor:pointer;
background:#e0eff8;
width:38px;
height:39px;
padding-top:11px;

border-top-left-radius: 2px;
border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius:
}

ul.simple-tabs li.active {
color: #000;
font-weight: bold;
font-size: 14px;
background:#0079c2;
}

.tab-page {

    width:100%;
}



.tab-page {
    display:none;
}

.active-page {
    display: block;
}

.tab-content-inner{
margin-top:20px;

}


