	

.container{
	width: 100%;
	margin: 0 auto;
}

.tabs{
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
	overflow: hidden;border-bottom: 1px solid #000;
    padding-bottom: 1px;
}

.tabs li{
	       display: inline-block;
    float: left;
    margin: 0;text-transform:uppercase;
    margin-right: 5px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 2em;
    width: auto;padding:0px 10px;
    position: relative;
    font-size: 15px;
    background: #808080;color:#fff;
   -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.tabs li:last-child{/*float:right;margin-right:0px*/}
.tabs li span{ color: #666;position:relative;
        z-index: 2;font-family: UTM_Avo;font-size:24px}
.tabs li:hover {
	
	}
.tabs li:hover{
	background:#000;
	}
.tabs li.current{
	
	background:#000;
}

.tab-content{
	display: none;
	background: #fff;
	padding: 15px 0px;
			
	line-height:1.4;overflow:hidden;
}

.tab-content.current{
	display: inherit;
}