
div.mainBlock
{
  float: left;
	clear: both;
  position:relative;
  top:0px;
  left:0px;
  background-color: white;
  width:650px;
  margin-bottom: 0px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px
}
div.mainBlock h3 {
  background-color: white;
	display:block;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
	width:600px;
}
div.noannuncio
{
  float: left;
	clear: both;
  background-color: white;
  width:600px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
  border-style: solid;
  border-width: 2px;
	font-weight: bold;
  text-align: center;
  font-size: 25px;
	color:red;
}
div.offerta
{
  float: left;
	clear: both;
  background-color: white;
  width:636px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
  border-style: solid;
  border-width: 2px;
}
div.offerta div.header {
  float: left;
  width:inherit;
  font-size: 13px;
  background-color: #FF7900
}
div.offerta div.header span.Left{
  float: left;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 2px;
	width:auto;
	padding-bottom: 2px;
}
div.offerta div.header span.Left span.comune {
  font-weight: bold;
	color:black;
  text-transform: uppercase;
  margin-right: 10px
}
div.offerta div.header span.Right{
  float: right;
  padding-right:5px;
  padding-top:2px;
	width:auto;
  padding-bottom:2px
}
div.offerta div.header span.Right p
{
  float: right;
	color:black;
	width:auto;
	margin-right: 2px;
	margin-left: 1px
}
div.offerta div.header span.Right img
{
	margin-right: 2px;
	margin-left: 3px;
	margin-top:0px;
	margin-bottom:0px;
	border:0px;
}
div.offerta div.minidescr {
  background-color: transparent;
  width:inherit;
  float:left;
}
div.offerta div.minidescr div.Leftmini{
  float: left;
  color:black;
  width:auto;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  background-color: transparent;
}
div.offerta div.minidescr div.Leftmini img {
  float:left;
  width: 90px;
  height: 90px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
div.offerta div.minidescr div.Leftmini div.text{
  position: relative;
  width:480px;
  font-size: 15px;
  color:black;
  background-color: transparent;
}
div.offerta div.minidescr div.Rightmini {
  float:right;
  color:black;
  width:auto;
  background-color: transparent;
}
div.offerta div.minidescr div.Rightmini div.bottoni{
  text-align: left;
  color:black;
  width:auto;
  padding: 10px 10px 0px 0px;
  background-color: transparent;
}
div.offerta div.minidescr div.Rightmini div.bottoni a{
  float:left;
	clear: both;
  text-align: center;
	width:auto;
	color:black;
	padding: 10px 10px 0px 0px;
}
div.offerta div.minidescr div.Rightmini div.bottoni img{
  float:left;
  clear: both;
  border-style: solid;
  border-width: 1px;
}

/****************************************************
  PARTE DEDICATA ALL'IMPAGINAMENTO DELLA LISTA PAGINE
									INIZIO
****************************************************/

div.mainBlock ul#listaPagine {
	margin-top: 10px;
	margin-left: 200px;
	margin-bottom: 10px;
  width:auto;
  padding:0;
	text-align: center;
  list-style-type:none;
}
li.listaPagine a.pagsel {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  float:left;
  width:20px;
  text-decoration:none;
  color:white;
  background-color:#FF7900;
  padding:5px 5px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  margin-right: 5px;
}
li.listaPagine a.pag {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  float:left;
  width:20px;
  text-decoration:none;
  color:black;
  background-color:white;
  padding:5px 5px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  margin-right: 5px
}
li.listaPagine a.puntini{
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  float:left;
  width:20px;
  text-decoration:none;
  color:black;
  background-color:white;
  padding:5px 5px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  margin-right: 5px
}
li.listaPagine a.pag:hover {background-color:#FF7900}
li.listaPagine a.pagsel:hover {background-color:#FF7900}
li.listaPagine {display:inline}

/****************************************************
  PARTE DEDICATA ALL'IMPAGINAMENTO DELLA LISTA PAGINE
									FINE
****************************************************/



