﻿/* home */
#home #header
{
    background-image:url('head_home.jpg');
}
#home .sezione
{
    display:none;
}
#home #contentmain
{
    width:396px;   
}
#home #contentside
{
    width:300px;   
}
#home #ultimeNews
{
	width:396px;
}
#home #ultimeNews .row{
    margin-bottom:8px;
	width:396px;
	height:19px;
	background-color:White;
	background-image:url('box_small.gif');
}
#home #ultimeNews a{
    display:block;
	height:19px;
	margin:0px;
	padding:0px;
	cursor: pointer;
    color:Black;    
    background-image:url('box_small.gif');
}
#home #ultimeNews a:hover{
	background-position:0px 19px;
}
#home #ultimeNews .testo{
    font-weight:bold;
    margin:3px;	
    margin-left:10px;
    float: left;
}
#home #ultimeNews .data{
    font-style:italic;
    color:#656565;
	margin:3px;
	float: right;
}
#home #ultimeTour
{
    position:relative;
    top:55px;
    width:396px;
}
#home #ultimeTour .row{
    margin-bottom:8px;
	height:19px;
	background-image:url('box_small.gif');
}
#home #ultimeTour a{
    display:block;
	height:19px;
	margin:0px;
	padding:0px;
	background-color:White;
	cursor: pointer;
    color:Black;    
    background-image:url('box_small.gif');
}
#home #ultimeTour a:hover{
	background-position:0px 19px;
}
#home #ultimeTour .testo{
    font-weight:bold;
    margin:3px;	
    margin-left:10px;
    float: left;
}
#home #ultimeTour .data{
    font-style:italic;
    color:#656565;	
    margin:3px;
	float: right;
}

