.tabs {
border-bottom:1px solid #CCCCCC;
height:1%;
margin:0 0 0.75em;
overflow:auto;
}
.tabs li {
border-color:#CCCCCC #CCCCCC -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
float:left;
line-height:1.5;
list-style-type:none;
margin:0 0.25em 0 0;
padding:0;
}
.tabs li a {
background:#DDDDDD none repeat scroll 0 0;
border-color:#EEEEEE #EEEEEE -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
color:#222222;
cursor:pointer;
display:block;
float:left;
font-weight:bold;
padding:0.15em 0.33em 0.25em;
}
.tabs li a.selected {
background:#666666 none repeat scroll 0 0;
border-color:#666666 #666666 -moz-use-text-color;
border-style:solid solid none;
border-width:1px 1px medium;
color:#FFFFFF;
cursor:default;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover {
text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover {
color:#555555;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
.tabs li a.selected:focus, .tabs li a.selected:hover {
color:#FAFAFA;
}
.tabs li.label {
border:medium none;
font-weight:bold;
line-height:1.5;
margin-right:0.5em;
padding:0.25em 0.33em;
}