
.tabs-nav,
.tabs-nav-2 {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tabs-nav li,
.tabs-nav-2 li {
    float: left;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabs-nav li.active,
.tabs-nav-2 li.active { line-height: 31px }
.tabs-nav li a,
.tabs-nav-2 li a {
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    color: #959393;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.tabs-nav li:first-child a,
.tabs-nav-2 li:first-child a { border-left: 1px solid #dddddd }
.tabs-nav li a:hover,
.tabs-nav-2 li a:hover { background: #f0f0f0 }
.tabs-nav li.active a,
.tabs-nav-2 li.active a {
    background: #fff;
    border-bottom: 2px solid #fff;
    border-top: 1px solid #fd4326;
    color: #fd4326;
}
.tabs-nav li.active a span,
.tabs-nav-2 li.active a span { color: #fd4326 }
.tabs-container,
.tabs-container-2 {
    border: 1px solid #dddddd;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
}
.tab-content,
.tab-content-2 {
    padding: 20px;
    background: #FFF;
}
.tab-nav-3-wrapper {
    float: left;
    width: 100%;
}
.tabs-nav-3 {
    list-style: none;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-right: none;
    float: left;
    width: 25%;
	margin:0;
	padding:0;
}
.tabs-nav-3 li {
    list-style: none;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    position: relative;
}
.tabs-nav-3 li.active { line-height: 31px }
.tabs-nav-3 li a {
    background: #f8f8f8;
    border-bottom: 1px solid #dddddd;
    color: #959393;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.tabs-nav-3 li:last-child a { border-bottom: none }
.tabs-nav-3 li:first-child a { border-left: none }
.tabs-nav-3 li a:hover { background: #f0f0f0 }
.tabs-nav-3 li.active a {
    background: #fff;
    border-top: 1px solid #fd4326;
    color: #fd4326;
}
.tabs-nav-3 li.active a span { color: #fd4326 }
.tabs-nav-3 li a span { margin-right: 5px }
.tabs-container-3 {
    border: 1px solid #dddddd;
    background: #FFF;
    float: left;
    width: 64%;
}
.tab-content-3 {
    padding: 20px;
    background: #FFF;
}
.one-third { width: 400px; float:left;margin-right:10px;}