
ul.css-tabs {
border-bottom:1px solid #F00;
height:30px;
margin:0 !important;
padding:0;
}
ul.css-tabs li {
float:left;
list-style-type:none;
margin:0;
padding:0;
}
ul.css-tabs a {
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#EFEFEF;
border-color:#666666 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px 0;
color:#777777;
display:block;
float:left;
font-size:13px;
height:18px;
margin-right:2px;
padding:5px 10px;
position:relative;
text-decoration:none;
}
ul.css-tabs a:hover {
background-color:#F7F7F7;
color:#333333;
}
ul.css-tabs a.current {
background-color: #F00;
color:#fff;
cursor:default;
}
span.css-panes span {
display:none;
min-height:150px;
}


.css-panes {
display: block;
width:728px;
}