ul.prodtabs {
height: 34px;
line-height: 25px;
list-style: none;
border-bottom: 2px solid #074E18;
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: #DADADA solid 1px;
border-bottom: #074E18 solid 1px;
}

.prodtabs li.current {
color: #fff;
background: #25AF45;
padding: 0 13px 2px;
border: #25AF45 solid 1px;
border-bottom: 1px solid #05721F;
height: 30px;
}
.prodtabs li:hover,
.prodtabs li.current:hover {
background: #35C857;
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:16px;
}

.tabs-section {
margin-bottom: 30px;
}