 /*idTabs*/
.tab{
    background:#fff!important;
    margin:20px 20px 20px 20px;
}
.tab div h3{
    color:#DFC3C3;
}

.tab div{
    background:#a90000!important;
    overflow:hidden!important;
    color:#fff;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-bottom-left: 6px;
	-webkit-border-radius-bottom-right: 6px;
	-webkit-border-radius-top-right: 6px;
}
.tab div img{
    float:right!important;
    margin:.5em 20px 20px 20px!important;
    background:#fff;
    border:solid 1px #999;
    padding:4px;
}
.tab ul.idTabs{
    overflow:hidden!important;
    padding:0;
    margin:0;
}
.tab ul.idTabs li{
    list-style:none;
    background-image:none;
    margin:0!important;
    padding:0!important;
    text-indent: 0!important;
    zoom:1;
    float:left!important;
    border:none;
}

.tab ul.idTabs li a{
    display:block!important;
    text-transform:uppercase;
    text-decoration:none;
    width:auto;
    padding:6px 10px!important;
    background:#eee!important;
    margin-right:2px;
    border-bottom:solid 1px #ccc;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-top-left: 6px;
	-webkit-border-radius-top-right: 6px;

}
.tab ul.idTabs li a:after{
    content:"\25BC";
    font-size:.5em;
    color:#EF9700;
}
.tab ul.idTabs li a.selected{
    background:#a90000!important;
    border-bottom:solid 1px transparent;
    color:#fff;
}
.tab ul.idTabs li a:hover{
    background:#a90000!important;
    border-bottom:solid 1px transparent;
    color:#000;
}
ul.tabula li{
    background:url(bullet_orange.png) no-repeat 0 3px;
    list-style:none outside!important;
    padding-left:18px;
    line-height:1.5;
}
a img{
    border:none!important;
}
