ul.prodtabs {
height: 34px;
line-height: 25px;
list-style: none;
border-bottom: 3px solid #E5E9F0;
background: white;
margin:20px 0 0 0;
padding:0;
display:none;
}
.prodtabs li {
float: left;
font-family: Verdana, Arial;
display: inline;
margin: 0 3px -1px 0;
padding: 0 13px 1px;
color: #000;
cursor: pointer;
position: relative;
background-color: transparent;
height:32px;
line-height: 30px;
-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;
border: #E5E9F0 solid 1px;
}

.prodtabs li.current {
color: #383D45;
background: #e5e9f0 none repeat scroll 0 0;
padding: 0 13px 2px;
/*border: #25AF45 solid 1px;*/
border: #e5e9f0 1px solid;
border-bottom: none;
height: 30px;
}
/*.prodtabs li:hover,
.prodtabs li.current:hover {
background: #35C857;
border: #35C857 solid 1px;
color:#fff;
} */
prodtabs li:hover {
background: #F4F6F9;
/*border: #35C857 solid 1px;
color:#fff;*/
}
.tabs-box {
display: none;
border-width: 0 1px 1px;
padding: 10px;
color: #000;
border-bottom: silver solid 1px;
}

.tabs-box *, .tabs-box ul {
color: #000;
}

div.tabs-box.visible {
display: block;
}

.tabs-box p {
margin:5px 0;
text-align:justify;
}

.tabs-box {
line-height:20px;
}

.tabs-section {
margin-bottom: 30px;
}
.in_product .content {
    line-height: 20px;
}
.in_product .title {
    font-size: 18px;
}