img{
	border:0px;
}
body{
	 padding-top:20px;
	 margin:0 auto;
	 width:100%;
	 height:100%;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 background-color:#fff;
	 color:#868585;
}

#container{
	width:960px;
	margin:0 auto;
}

#contentArea{
	width:100%;
	height: auto !important;
    height: 500px; 
    min-height: 500px;	
}

.bgHome{
	background-image:url('../images/home/immagine_home.jpg');
	background-repeat:no-repeat;
	background-position:0px 100px;	
}

#extraArea{
	float:left;
	width:277px;
	margin-right:30px;
	margin-left:25px;
	position:relative;
}

#mainArea{
	float:left;
	width:624px;
	position:relative;
}

#header{
	width:100%;
	float:left;
	margin-left:25px;
}

#footer{
	margin-left:25px;
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	margin-top:40px;
}

#titleTDS{
	font-size:30px;
	color:#868585;
	text-transform:uppercase;
}

#titleRicerca{
	font-size:24px;
	color:#3f4241;
	text-transform:uppercase;
	margin-top:30px;
}

#boxChiaroRicerca{
	height:40px;
	width:227px;
	background-color:#eee;
	padding:5px 20px;
	margin-bottom:1px;
	font-size:15px;
}

#boxScuroRicerca{
	height:40px;
	width:227px;
	background-color:#e0e0e0;
	padding:5px 20px;
	margin-bottom:1px;
	font-size:15px;
}

#boxScuroRicercaSubmit{
	height:25px;
	width:227px;
	background-color:#e0e0e0;
	padding:20px;
	margin-bottom:1px;
}

#boxChiaroRicerca label{
	width:217px;
	float:left;
	font-size:14px;
}

#boxScuroRicerca label{
	width:217px;
	float:left;
	font-size:11px;
}
#boxChiaroRicerca select,
#boxScuroRicerca select,
#boxChiaroRicerca input,
#boxScuroRicerca input{
	width:217px;
	float:left;
	background-color:#fff;
	border:1px solid #cccccc;
	color:#666;
}

#listaTDS{
	background-color:#f5f5f5;
	float:left;
}

#containerListaTDS{
	padding:30px;
}

#dettaglioTDS{
	width:564px;
	float:left;
	padding-bottom:30px;
}

#dettaglioTDSimg{
	float:left;
	width:100px;
	margin-right:20px;
}
#dettaglioTDStext{
	float:left;
	width:440px;
}

.imgListaTDS{
	border:1px solid #fff;
}
.titoloListaTDS{
	font-weight:bolder;
	font-size:16px;
	color:#333;
}

.marginTop30{
	margin-top:30px;
}

.borderBottomLista{
	border-bottom:1px solid #dddddd;
}

.labelValore{
	font-size:12px;
	color:#868585;
}

.valoreScheda{
	font-size:12px;
	color:#333;	
}

#frmPage{
	float:right;
}

.pagination {float:left; width:490px; text-align:right; margin-top:10px; margin-bottom:10px;}
.pagination form {float:right; height:22px; padding:0px; margin:0px;}
.pagination a {
	float:left;
	width:21px;
	height:17px;
	text-align:center;
	padding-top:5px;
	text-decoration:none;
	font-size:12px;
	line-height:12px;
	color:#999;
	background: url(../images/paginazione/bgPagination.gif) no-repeat top left;
}
.pagination a:hover {text-decoration:none; background: url(../images/paginazione/bgPaginationOver.gif) no-repeat top left; color:#000;}
.pagination span {
	float:left;
	width:21px;
	height:17px;
	text-align:center;
	padding-top:5px;
	font-size:12px;
	line-height:12px;
	color:#000;
	background: url(../images/paginazione/bgPaginationOver.gif) no-repeat top left;
}
