/* CSS file for advimage plugin popup */

.tabs {
        float: left;
        width: 582;
        height: 18;
        line-height: normal;
        background-image: url("../images/tabs_bg.gif");
}

.tabs ul {
        margin: 0;
        padding: 0 0 0 0;
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: none;
}

.tabs li {
        float: left;
        background: url("../images/tab_bg.gif") no-repeat left top;
        margin: 0;
        margin-left: 0;
        margin-right: 0px;
        padding: 0px 0px 0px 10px;
        line-height: 18px;
}

.tabs li.corrente {
        background: url("../images/tab_sel_bg.gif") no-repeat left top;
        margin-right: 2px;
}

.tabs span {
        float: left;
        display: block;
        background: url("../images/tab_end.gif") no-repeat right top;
        padding: 0px 10px 3px 3px;
}

.tabs .corrente span {
        background: url("../images/tab_sel_end.gif") no-repeat right top;
}

.tabs a {
        text-decoration: none;
        font-size: 9px;
}

.tabs a:link, .tabs a:visited, .tabs a:hover {
        color: #000066;
		text-decoration: none;
}

.tabs a:hover {
}

.tabs .corrente {
}

.tabs .corrente a, .tabs .corrente a:link, .tabs .corrente a:visited {
}

.sezione_contenuti div.sezione {
        display: none;
}

.sezione_contenuti div.corrente {
        display: block;
        width: 560;
        overflow: visible; /* Should be auto but that breaks Safari */
		padding-bottom:17px;
}

.sezione_contenuti {
        border: 1px solid #919B9C;
        border-top: 0px;
        padding: 10px;
        padding-top: 5px;
        clear: both;
}

* html .sezione_contenuti {
        width: 100%;
*/
#link .sezione_contenuti, #link div.corrente {
        height: 125px;
}

#image .sezione_contenuti, #image div.corrente {
        height: 190px;
}

#table #border, #table #borderlabel {
        display: none;
}
*/
