
#list{}

#list h1 {
    color: #242021;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#list h2 {
	padding: 0 0 12px 0;
}

#list p.viewall {
	float: right;
	font-size: 11px;
}

#list p.viewall a {
	color: #EE1C25;
}

#list img {
	border: 1px solid #999;
}
#list img:hover {
	 border: 1px solid #333;
}

.listitem {
	clear: both;
	width: 377px;
	margin: 0 0 8px 0;
	padding: 10px;
	background-color: #f7f7f7;
    
    text-align:justify;
    
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 357px;
}
/*div#content{ margin:-1px; border: 1px solid #f00;}*/

.listitem a {
	text-decoration: none;
}

.listitem img {
	float: left;
	margin: 0 15px 0 0;
}

.listitemhover {
	clear: both;
	width: 377px;
	margin: 0 0 8px 0;
	padding: 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 357px;
}

.listitemhover a {
	cursor: hand;
}

.listitem:hover {
	background-color: #f1f1f1;
}



/* quando l'elemento è il primo, lo mettiamo in evidenza */
div.listitem.first{
    border: 1px solid #666;/*#cc0000; rosso*/
	width: 375px;
	margin: 0 0 8px 0;
	padding: 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	
    voice-family: "\"}\"";
	voice-family: inherit;
	width: 355px;
}

/* form richiesta informazioni */
form#infoRequest{
    /*border:1px solid #f00; */
    position: relative;
}
    #infoRequest label{
        float: left;
        width: 50%;
        /*border:1px solid #0f0;*/
        min-height: 19px;
        padding:0;
        margin:0;   
    }
    #infoRequest label#label_Note{
        width:100%;
    }
    #infoRequest input{
        /*height: 19px;*/
    }
    #infoRequest div{
        min-height: 19px;
        vertical-align: middle;
        margin-bottom: 8px;
    }
    #infoRequest .error{
        position: absolute;
        width: 270px;
        right: -270px;
        text-align: left;
    }
    #infoRequest textarea{
        width: 100%;    
    }
    #infoRequest #controls{
        /*border:1px solid #f00;*/
        text-align: center;
    }
    #infoRequest h3{
        line-height: 1.7em;
        font-size: 1.2em;
        margin: 1.5em 0;
    }
    #infoRequest h3.error{
        position: static;
    }
