/*###################### Stili generali TAG #############################*/

BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: auto;
	background: #86767a url(img/pat2.jpg) top left repeat-x;
}

input, select {font-size: 11px;}

hr {width: 98%;height: 1px;border: 1px solid #000;}

li {list-style: none outside;}

ul {margin: 0px;padding: 0px;}

a:link, a:visited{text-decoration:none;font-weight:bold;color:#000;}
a:hover, a:active{text-decoration:underline;}

.titolo {font-family: Arial;font-size: 18px;font-weight: bold;}

.inputB{
	width: 123px;
	color: #FFF;
	background: #000;
	border: 1px solid #FFF;
}

.white{color: #fff;}

.piccolo{font-size: 10px;}

/*###################### Formattazione table ############################################*/

td {vertical-align: top;}
thead {height: 22px;background: #1f354c;color: #FFF;font-weight: bold;}
tfoot {font-size: 10px;color: #888888;text-align: right;padding-top: 6px;padding-right: 4px;}

/*###################### Box Model ############################################*/

div#involucro {
	width: 980px;
	background: #c3bcbc;
	/*background: #c3bcbc url(img/pat2.jpg) top left repeat-x;*/
	margin: auto;
}



div#fascia_esterna {
	width: 980px;
	background: #FFF;
	margin: auto;
	text-align: left;
}

/*@@@@@@@@@@@@@ Testata @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

div#info
{
	height: 22px;
	padding: 4px;
	text-align: right;
	color: #a2a2a2;
	background: #231f20;
}


div#testata
{
	height: 120px;
	background: url(/img/testata.jpg) top left no-repeat;
}

a#home_lnk
{
	width: 980px;
	height: 120px;
	display: block;
}

a#home_lnk span
{
	display: none;
}

/*@@@@@@@@@@@@@ Corpo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

div#corpo
{

}

div#col1
{
	width: 300px;
	float: left;
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
}

div#mail
{
	margin: 10px;
	background: #CCC url(/img/mail.jpg) top left no-repeat;
	padding: 30px 10px 10px 10px;
	line-height: 20px;
}

div#compro
{
	height: 70px;
	margin: 10px;
	border: 3px solid #FFF;
	background: #252122 url(/img/compro.jpg) top left no-repeat;
}

div#vendo
{
	height: 70px;
	margin: 10px;
	border: 3px solid #FFF;
	background: #252122 url(/img/vendo.jpg) top left no-repeat;
}

div#affitto
{
	height: 70px;
	margin: 10px;
	border: 3px solid #FFF;
	background: #252122 url(/img/affitto.jpg) top left no-repeat;
}

div#offroaffitto
{
	height: 70px;
	margin: 10px;
	border: 3px solid #FFF;
	background: #252122 url(/img/offroaffitto.jpg) top left no-repeat;
}

span.box_sx
{
	display: block;
	padding: 26px 6px 6px 118px;
	color: #FFF;
}

div#col2
{
	width: 480px;
	float: left;
	overflow: hidden;
}

div#blog_area
{
	margin: 10px;
}

div.blog_post
{
	margin-bottom: 20px;
}

.data, .titolo, .corpo, .autore, .link
{
	display: block;
}

.corpo
{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 18px;
}

.corpo img
{
	float: left;
	padding: 0 4px 4px 0;
}

.autore
{
	color: #696969;
}

div#col3
{
	width: 200px;
	float: left;
	overflow: hidden;
}

div#vetrina
{
	margin: 10px;
	border: 3px solid #231f20;
	background: #f2f2f2 url(/img/vetrina.jpg) top right no-repeat;
	padding: 40px 10px 10px 10px;
}

div#vetrina span
{
	display: block;
	margin-bottom: 10px;
}

div.esposto
{
	border-top: 1px dotted #000;
	padding-top: 6px;
	margin-bottom: 10px;
	line-height: 15px;
}

div.esposto img
{
	border: 3px solid #FFF;
}

/*@@@@@@@@@@@@@ Bottom @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

div#bottom
{
	height: 80px;
	margin-top: 10px;
	background: #343434;
}

div#bottom span
{
	display: block;
	color: #aba3a3;
	padding: 10px;
}

/*######################### Menù #####################*/

a.button_link:link, a.button_link:visited {
	width: 230px;
	height: 18px;
	color: #FFF;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #b5b5b5;
	padding-top: 3px;
	display: block;
	cursor: pointer;
}
a.button_link:hover, a.button_link:active {
	background: #FFF;
	color: #231f20;
}

div#sottomenu_extra {
	width: 694px;
	height: 20px;
	padding-left: 4px;
	color: #FFF;
	background: url(/img/pattern8.jpg) top left repeat-x;
}

div#sottomenu_extra li {
	display: inline;
}

div#sottomenu_chiaro {
	width: 100%;
	height: 30px;
	color: #FFF;
	font-size: 11px;
	background: url(/img/pattern7.jpg) top left repeat-x;
}

div#sottomenu_chiaro li {
	display: inline;
}

a.sottomenu_link:link, a.sottomenu_link:visited {
	height: 17px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #505050;
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	float: left;
}

a.sottomenu_link:hover, a.sottomenu_link:active {
	background: #668099;
}

a.sottomenu2_link:link, a.sottomenu2_link:visited {
	height: 21px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #cfcfcf;
	text-decoration: none;
	color: #000;
	padding-top: 9px;
	float: left;
}

a.sottomenu2_link:hover, a.sottomenu2_link:active {
	background: #231f20;
	color: #FFF;
}

/*@@@@@@@@@@@@@ eXtrassssssss @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

div.closer {clear: both;}

/*######## Link ###############################*/

a.bianco:link, a.bianco:visited {color: #FFF;text-decoration: none;font-weight:normal!important;}
a.bianco:hover, a.bianco:active {text-decoration: underline;}

a.biancoblu:link, a.biancoblu:visited {color: #FFF;text-decoration: none;}
a.biancoblu:hover, a.biancoblu:active {color: #668099;}

a.nero:link, a.nero:visited {color: #000;text-decoration: none;}
a.nero:hover, a.nero:active {text-decoration: underline;}

a.arancio:link, a.arancio:visited {color: #bc5908;text-decoration: none;}
a.arancio:hover, a.arancio:active {text-decoration: underline;}

/*################################################*/