.wrap-tabs {width:518px; display:inline-block; vertical-align:top}

.tabs-nav{
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}

.tabs-nav:after, .tabs-nav:before{
    content: "";
    display: table;
}

.tabs-nav:after{
    clear: both;
}

.tabs-nav li{
    float: left;
}

.tabs-nav li a{
    display: block;
    font:normal 14px;
    text-decoration: none;
}

.tabs-body-square2{
    height: 185px;
    background-color: #d84f4f;
    padding: 25px;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}

.tabs-body-square2{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-body-square2 > div{
    display: none;
}

.tabs-body-square2 > div.active{
    display: block;
}

.temp-content .tabs-body-square2{
    margin: 0;
}

.tabs-nav-square2{
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.tabs-nav-square2 li a{
    height: 37px;
    line-height: 37px;
    background-color: #ebebeb;
    color: #666;
    padding: 0 15px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
}

.tabs-nav-square2 li a.active,.tabs-nav-square2 li a:hover{
    position: relative;
    z-index: 10;
    height: 35px;
    line-height: 35px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 3px solid #d84f4f;
    background-color: #fff;
    margin-top: -1px;
}

.temp-content .tabs-body-square2{
    position: relative;
    border: 1px solid #cecece;
    background-color: #fff;
    margin-top: -6px;
}
.temp-content .tabs-body-square2 p{
   	color: #666;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 20px;
}

.tabs-nav-rounded2{
    margin-left: 0;
}

.tabs-nav-rounded2 li{
    margin-left: -15px;
}

.tabs-nav-rounded2 li:first-child{
     margin-left: 0;
}

.tabs-nav-rounded2 li a{
    position: relative;
    display: block;
    height: 33px;
    padding-left: 22px;
    background: url('list-bg.png') no-repeat left -79px;
    font:normal 14px 'robotoblack';
}

.tabs-nav-rounded2 li a span{
    display: block;
    height: 33px;
    background: url('list-bg.png') no-repeat right -120px;
    padding-right: 36px;
    line-height: 33px;
    color: #292929;
}
.tabs-nav-rounded2 li a {z-index:8}
.tabs-nav-rounded2 li + li a {z-index:7}
.tabs-nav-rounded2 li + li + li a {z-index:6}

.tabs-nav-rounded2 li a.active{
    z-index: 10;
    background: url('list-bg.png') no-repeat left 0;
}

.tabs-nav-rounded2 li a.active span{
    color: #fcd601;
    background: url('list-bg.png') no-repeat right -37px;
}

.tabs-body-rounded2{
    position: relative;
	border:3px solid #fcd601;
    background: #fff;
	font:normal 14px Arial, Helvetica, sans-serif; color:#383838;
}
.tabs-body-rounded2:after {display:block; content:''; background:url(tabs-bg.jpg) 0 0 no-repeat; width:46px; height:46px; position:absolute; bottom:-3px; right:-3px}

.temp-content .tabs-body-rounded2 p{
    line-height: 16px;
    font-size: 12px;
    color: #666;
    padding-bottom: 20px;
}

.tabs-body-rounded2 > div{
    display: none;
    padding: 25px;
}

.tabs-body-rounded2 > div.active{
    display: block;
}
.temp-content .rounded2{
    margin-right: 38px;
}