.secondrow .wrap-tabs{ float: left; width: 100%; margin-right: 10px; }
.secondrow .wrap-tabs .tabs{ float: left; width: 100%; margin-left: 0px; }

.secondrow .wrap-tabs ul.tabs{ margin:0; padding:0; list-style-type:none;}

.secondrow .wrap-tabs .tabs a {
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin-right: 5px;
    font-size: 16px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
    background: linear-gradient(top, #ffffff 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}

.secondrow .wrap-tabs .tabs a.active{ color: #5c5c5c; background: #ffffff !important; font-weight: bold; }

.secondrow .wrap-tabs .wrap-tabs-content{
  float: left;
  width: 94%;
  padding:14px 12px 14px 14px;
  border: 1px solid #e5e5e5;
  color: #525252;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px; 
}