
#accordion-resizer {
font-family: Arial, Verdana, sans-serif;
font-size: 10px;
padding: 10px;
width: 350px;
height: 400px;
ul: color #ffffff;
}

#accordion-resizer ul {   
color: rgb(0, 0, 0);
list-style-type: circle;
padding-left: 10%; 
list-style-image: none;  
} 



button {
float: right;
width: 5em;
margin-bottom: 8px;
margin-right: 9px;
color: #ffffff;
text-shadow: 1px 1px 1px #000;
border: solid thin #882d13;
-webkit-border-radius: .7em;
-moz-border-radius: .7em;
border-radius: .7em;
-webkit-box-shadow: 2px 2px 3px #999;
box-shadow: 2px 2px 2px #bbb;
background-color: #ce401c;
background-image: -webkit-gradient(linear, left top, left bottom,
 from(#e9ede8), to(#ce401c),color-stop(0.4, #8c1b0b));
 cursor: pointer;
}

span.videoTitle
{
font-weight: bold; 
color: #910000;
}

/* span.text */

									/*    riga bianca della tabella (righe dispari) */

td #v1, td #v3, td #v5, td #v7, td #v9, td #v11, td#13    /* tabella immagine di sinistra */
{
vertical-align: center;
}
td #v2, td #v4, td #v6, td #v8, td #v10, td #v12 , td#14  /* tabella testo di destra */
{
text-align: justify; 
padding-right: 15px;
vertical-align: top;
}

								/*    riga grigia della tabella (righe pari) */
/* colore bianco solo per le righe dispari */

td #v1, td #v2, td #v5, td #v6, td #v9, td #v10, td#v13, td#v14
{
background-color: #ffffff;
}


