div.tabpanel {
margin-top: 10px;
width:100%;
margin-bottom:2em}
div.tabpanel div.tab{
border: 1px solid #D7D7D7;
border-top:0}



div.tabpanel div.tab{
/*padding: 10px;*/
text-align:center}

div.tab p{
margin-top:0}

/* Inizio tab */

ul.tabnav{
width: 100%;
overflow:hidden;
list-style: none;
     margin: 0;
	 padding:0;
/* 	 background: url(../img/agenzie/line.png) repeat-x bottom*/}
ul.tabnav li{
float: left;
margin: 0 0 0 0.5em;
padding: 0}

ul.tabnav a{
	float: left;
	padding: 0 0 0 0.8em;
    background: url(../img/agenzie/sirio/tab_off.png) no-repeat top left;
	color:#FF6600;
    text-decoration: none;
	color: #222;
    border-bottom: 1px solid #D7D7D7}

ul.tabnav span{
float: left;
text-transform:uppercase;
font-size: 14px;
font-family:"Trebuchet MS";
padding: 0.6em 0.8em 0.6em 0;

    background: url(../img/agenzie/sirio/tab_off.png) no-repeat top right;
	color: #00932d;
	cursor: pointer}

ul.tabnav a.active,ul.tabnav a:hover{
    background: url(../img/agenzie/sirio/tab_on.png) no-repeat top left;
	color:#FFFFFF;
	text-decoration:none;
    border-bottom:1px solid #FFF}

ul.tabnav a.active span,ul.tabnav a:hover span{
    background: url(../img/agenzie/sirio/tab_on.png) no-repeat top right;
	color: #FFFFFF;
	text-decoration:none;}
