#col3 #abstractList div.row{
width: 100%;
height: 160px;
padding:4px;
margin: 4px 0 4px 0;
border:1px dotted #ccc;
overflow: hidden;
}

#col3 #abstractList div.row div{
float:left;
}

#col3 #abstractList div.row .image{
width:23%;
min-width:150px;
min-height:150px;
background:#ccc;
margin-right:4px;
}

#col3 #abstractList div.row .content{
float:right;
width:73%;
background:#eee;
margin-right:4px;
}


#mailForm .form-label{
	text-align:right;
	padding-right:10px;
}
#mailForm .form-label.requred{
	padding-right:3px;
}
#mailForm .requred label{
	text-decoration:underline;
}
#mailForm textarea, 
#mailForm .form-input input{
	width: 100%;
}


#previewGallery .image{
	display: inline;
}
#previewGallery img{
	height: 48px;
	width: 48px;
}
#gallery img{
/*	height: 310px;
	width: 898px;*/
}
#gallery #slider {
    width: 898px; /* important to be same as image width */
    height: 304px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#gallery #sliderContent {
    width: 918px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

/* Easy Slider */
#gallery #slider ul,#gallery  #slider li,
#gallery #slider2 ul,#gallery  #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#gallery #slider2{margin-top:1em;}
#gallery #slider li,#gallery  #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:898px;
	height:304px;
	overflow:hidden; 
	}	
#gallery #prevBtn,#gallery  #nextBtn,
#gallery #slider1next,#gallery  #slider1prev{ 
	display:block;
	width:26px;
	height:30px;
	position:absolute;
	left:25px;
	top:374px;
	z-index:1000;
	}	
#gallery #nextBtn,#gallery  #slider1next{ 
	left:889px;
	}
#galleryInternal #slider ul,#galleryInternal #slider li,
#galleryInternal #slider2 ul,#galleryInternal  #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#galleryInternal #slider2{margin-top:1em;}
#galleryInternal #slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:630px;
	height:422px;
	overflow:hidden; 
	}	
#galleryInternal #prevBtn,#galleryInternal  #nextBtn,
#galleryInternal #slider1next,#galleryInternal  #slider1prev{ 
	display:block;
	width:26px;
	height:30px;
	position:absolute;
	left:25px;
	top:374px;
	z-index:1000;
	}	
#galleryInternal #nextBtn, #slider1next{ 
	left:630px;
	}
													
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:26px;
	height:30px;
	background:url(/images/layouts/freccia_sin.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(/images/layouts/freccia_dx.png) no-repeat 0 0;	
	}	
/* numeric controls */	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #7A9556;
	background:#cddfb0;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#5F6A60;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */


/* Istitutional Menu */
#istitutional_menu {
	font-size:12px; 
	z-index: 3;
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
#istitutional_menu li {
	float: left;
	position:relative; 
	height: 25px;
	padding: 5px 0;
	
	_width: 100px;
}
#istitutional_menu li h2 {
	font-weight: normal;
	border-right: #fff 1px solid; 
	height: 15px;
	padding: 5px 0;
}
#istitutional_menu li.last h2{
	border-right: none;
}
#istitutional_menu li a, 
#istitutional_menu li a:visited {
	display:block;
	text-decoration:none;
	color: #fff;
	height: 15px;
	font-size:11px;	 
	overflow:hidden;
	padding: 0 8px;
}
#istitutional_menu li:hover{
	height: 500px;
}
#istitutional_menu li:hover a:hover,
#istitutional_menu li.current a{
	color:#000;
}

/*Secondo livello*/
#istitutional_menu ul {
	display: none;
	visibility: visible;
}
#istitutional_menu li:hover ul{
	display: block;	
	position: absolute;
	top: 35px;
	left: 0;
	width: auto;
	height: auto;
	list-style: none;
	background: none;
	z-index: 4;
	
	.top: 40px;
	_top: 40px;
}
#istitutional_menu li:hover ul li{
    border-top: #fff 1px solid;
	display: block;
	height: 25px;
	padding: 5px 0;
	float: none;
	width: auto;
	min-width: 140px;
	background: #aac97b none;
    color: #283a2b;
	/*opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);*/
	

	.margin-top: -5px;
	_margin-top: -5px;
}
#istitutional_menu li:hover ul li:hover,
#istitutional_menu li:hover ul li.current{
	background: #8faf65;
}
#istitutional_menu li:hover ul li h3{
	display: block;
	font-weight: normal;
	height: 15px;
	padding: 5px 0;
}
#istitutional_menu li:hover ul li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	min-width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	float: left;
}
#istitutional_menu li:hover ul li:hover h3 a,
#istitutional_menu li:hover ul li.current h3 a {
	color: #000;
}

/*Terzo livello*/
#istitutional_menu li:hover ul li ul {
	display: none;  	
}


.c50r #reviewsForm{
	float: right;
	width: 50%;
}
#reviewsForm{
	padding: 15px 0 15px 15px;
	margin: 10px 0 10px 10px;
	border: 2px solid #C5D196;
}
#reviewsForm h3{
	color: #C5D196;
	font-weight: bold;
}

.topLink{
	position:absolute;
	top:0;
}