/* Tabs */
#tabsholder {margin: 0px auto; text-align: center;}
.center {
width:60%;
margin:20px auto 0 auto
}
.marginbot {
margin-bottom:15px
}
ul.list li {
list-style-type:none;
margin-left:20px
}
ul.tabs {
overflow:hidden;
padding-left:20px; 
}
ul.tabs li {
list-style-type:none;
float:left;
color:#fff;
margin-right:2px;
border-bottom:2px solid #454545;
border-top:1px solid #101010;
background-color:#393939;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
cursor:pointer;
padding: 0 10px;
height:15px;
text-align: center;
border-top:none;
border-right:none;
border-left:none;
opasity:0.3;
-moz-opacity:0.3;
-webkit-opacity:0.3;
filter:alpha(opacity=30);
}
ul.tabs li:hover {
background-color:#404040;
}
ul.tabs li.current {
border-bottom:2px solid #454545;
border-top:1px solid #101010;
border-right:none;
border-left:none;
background-color:#575757;
opasity:0.6;
-moz-opacity:0.6;
-webkit-opacity:0.6;
filter:alpha(opacity=60);
}
.tabscontent {
padding:6px 0 0 0;
display:none;
width:100%;
text-align:justify;
} 
.infTitle {
width: 0;
}
/* ------------ */