/* Style for Usual tabs */
.usual {
background:#BBB6AE;
background-image:-webkit-gradient(linear,left top, left bottom, from(#BBB6AE), to(#F2ECE1)); background-image: -moz-linear-gradient(top, #BBB6AE,#F2ECE1 180%);
color:#111;
padding:1%;
margin:6px auto;
}

.usual h3, .usual h4 {margin-top:0px; padding-top:1px;}

.idTabs li { list-style:none; float:left; }

.idTabs li a {
display:block; white-space: nowrap;
padding-left:3px;padding-right:3px;
text-decoration:none!important;
margin:1%;
margin-left:4px;
font: 90%;
color:#FFF;
background:#EBEBEB;
-moz-border-radius: 6px 6px 0px 0px; -webkit-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px;
}
.usual ll a:hover {
color:#FFF;
background:#111;
}
.usual ul a.selected {
margin-bottom:0;
color:#000;
background:white;
border-bottom:1px solid white;
cursor:default;
}
.usual div {
padding:10px 10px 8px 10px;
padding-top:3px;
margin-top:-15px;
clear:left;
background:white;
}
.usual div a { color:#000; font-weight:bold; }


