/* --- Stile bariaffari.it --- */

.stile1 {font-family: tahoma; font-size: 10px; font-weight: bold}
.stile2 {font-family: tahoma; font-size: 11px; color:white}
.stile3 {font-family: tahoma; font-size: 11px; color:#333333}
.stile4 {font-family: tahoma; font-size: 12px; font-weight: bold; color:#000000}
.stile5 {font-family: tahoma; font-size: 11px; font-weight: bold}
.stile6 {font-family: tahoma; font-size: 12px; color:#666666}
.stile7 {font-family: tahoma; font-size: 12px; color:#000000}

a:hover { color:#000000; text-decoration: underline; background-color:#EEE; }

.bodyitalia {
background-image: url(logo_italia.png);
background-repeat: no-repeat;
background-position: upper left;
}

.expandticker{
border:0px solid black;
padding:0px;
background:white;
width: 400px;
height:140px;
overflow-y:auto; /*set DIV to scroll if content exceeds ticker height*/
position: relative;
font-family: tahoma;
font-size: 12px;
}

.expandcontent{
display:none;
}

ul.dropdownlist{
font: normal 12px Tahoma;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;

list-style-type: none;
background: white;
border: 1px solid #ca431a;
padding: 3px;
}


ul.dropdownlist li a{
display: block;
background: #ffdb8d;
color: black;
text-decoration: none;
padding: 3px 5px 3px 3px;
}

ul.dropdownlist li a:hover{
background: #ffbf6d;
color: black;
}

ul.dropdownlist li.selected a{
background: #ca431a;
color: white;
}
