/* 
    Document   : home
    Created on : 1-feb-2010, 18.42.35
    Author     : yary
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#inEvidenzaSinistra{
    width: 100%;
	margin: 0%;
	padding: 0%;
}

div#inEvidenzaSinistraTitolo{
    background-color: #4477cc;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}

div#eventiNotizieSinistra{
    width: 100%;
    margin-bottom: 20px;
}

div#eventiNotizieSinistraTitolo{
    background-color: red;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

div#vacanzaDestra{
    width: 100%;
    margin-bottom: 20px;
}

div#vacanzaDestraTitolo{
    background-color: maroon;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

div#limoneDestra{
    width: 100%;
    margin-bottom: 20px;
}

div#limoneDestraTitolo{
    background-color: gray;
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

.round {
	height: 1.1em;
	padding: 0.15em;
	padding-left: 1em;
}

.elemento {
	margin: 0px;
	margin-bottom: 20px;
}




.iconaGrande {
	width: 100%;
}

.iconaPiccola {
	float: left; 
	border: none;
}

.icona_1  img{
    float: left;
}

dt.inEvidenzaTitolo{
	margin: 0px;
    font-weight: bold;
	text-align: left;
    font-size: 1.2em;
    color: #4477cc;
}

dt.titolo{
	margin: 0px;
    font-weight: bold;
	text-align: left;
}

dd.testo{
    font-size: 80%;
	color: gray;
	margin: 0px;
	height: 80px;
}

dd.prezzo{
    font-size: 80%;
    font-weight: bold;
	color: red;
	margin: 0px;
}

