/**** intestazione ****/
#content {
	padding-bottom:40px;
}

#content .titolo.rigarossa {
	margin-bottom:45px;
}

.immagineGrande {
	width: 431px;
	height: 274px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#misure_ricerca {
	position:absolute;
	top:0;
	right:0;
	width:155px;
	border:1px solid #f00;
	font-family: georgia;
	font-size:15px;
	padding: 5px 20px 5px 30px;
	}

#misure_ricerca strong { float:right; margin-right:8px; color:#f00; }

/**** categorie ****/

.catContent {
	border-top:1px solid #ccc;
	padding:20px 0 0;
	margin:15px 0;
	}
	
#content .catContent .titolo { font-size:14px; margin-bottom:20px;}
.catContent .titolo strong { color:#f00; font-size:18px; padding-left:5px;}

/**** righe articoli ****/

.riga {
	position:relative;
	padding-left: 190px;
	font-family:georgia;
	min-height:130px;
	margin-bottom:30px;
	color:#555;
	font-size:14px;
	}

.imgContent {
	position:absolute;
	top:0;
	left:0;
	border:6px solid #ccc;
	background-color:#fff;
	text-align:center;
	width:165px;
	height:115px;
	line-height:115px;
	overflow:hidden;
	}

.imgContent img {vertical-align:middle;}
.riga_titolo {font-size:16px; font-weight:normal; margin-bottom:10px;}
.riga_titolo strong {color:#f00;}
ul.misure li {margin-top:1px; border-bottom:1px solid #ddd;}
ul.misure strong {color:#000; float:right; margin-right:0;}

.riga a {
	background: transparent url("../immagini/grafica/statiche/button_ricerca_bg.png") no-repeat center center;
	text-align:center;
	font-family:sans-serif;
	display:block;
	width:160px;
	height:25px;
	line-height:28px;
	margin-top:10px;
	color:#ccc;
	}

.riga a:hover {color:#fff;}

div.galleryContainer{overflow:hidden;position:relative;}

ul.slider{
	position:absolute;right:10px;top:20px;
}

div.galleryContainer #slideshow_inner{
	overflow:hidden;margin:15px 0 0 0;
	position:relative; width: 417px; height:107px;
}
div.galleryContainer #collection{
	position:absolute;height:107px;
	left:0;	
}

div.galleryContainer #slideshow_inner a{
	background-color:#fff;
	width:136px;
	height:107px;
	float:left;	
	margin: 0 3px 3px 0;
}

div.galleryContainer strong{
	height:35px;display:block;	
}

.hidden{color: #999999;cursor: default;}

