@charset "utf-8";
/* CSS Document */

#subcol{display:block; width:230px; float:left; padding:20px 10px 0px 10px; background-color:#000070; font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#FFF}

#subcol h1{margin:0; padding:0; font-size:18px; color:#FF0}
#subcol a{color:#FF0}
#subcol a:hover{color:#FF0; background-color:#000070}

#subcol .hotel{border-bottom:1px solid #FFFFFF; padding:10px 0; float:left; width:230px;}
#subcol .hotel .miniatura{display:inline; width:120px; float:left;}
#subcol .hotel .nome-prezzo{display:inline; width:105px; float:left; padding-left:5px}
#subcol .hotel .nome-prezzo a.nome{float:left; margin-bottom:10px;}

#subcol .hotel .stella-6{display:block; width:60px; height:15px; background:url(../images/stelline-piccole.png) top left no-repeat;}
#subcol .hotel .stella-5{display:block; width:50px; height:15px; background:url(../images/stelline-piccole.png) top left no-repeat;}
#subcol .hotel .stella-4{display:block; width:40px; height:15px; background:url(../images/stelline-piccole.png) top left no-repeat;}
#subcol .hotel .stella-3{display:block; width:30px; height:15px; background:url(../images/stelline-piccole.png) top left no-repeat;}
#subcol .hotel .stella-2{display:block; width:20px; height:15px; background:url(../images/stelline-piccole.png) top left no-repeat;}
#subcol .hotel .stella-1{display:block; width:10px; height:15px; background:url(../images/stelline-piccole.png) top left no-repeat;}