/* ########## GLOBAL ######### */
BODY, TABLE{
	font-family: 		Arial, Helvetica, sans-serif;
	margin: 			0;
	padding: 			0;
}
BODY{
	margin:				10px;
	font-size:			12px;
	color:				#003263;
	background-color:	#445394;
}
FORM, PRE, H4, H3{
	margin: 			0;
}
IMG{
	border:				0;
	vertical-align:		middle;
}
A, A:active{
	color: 				#003263;
	text-decoration:	none;
}
A:hover{
	text-decoration:	underline;
}
INPUT.button{
	padding:			2px 5px;
	border:				0;
	margin-right: 		10px;
	text-align: 		center;
	font-size:			10px;
	font-weight:		bold;
	background-color:	#061b4a;
	color:				#FFFFFF;
	text-transform:     uppercase;
}
INPUT.button:hover{
	background-color:	#cc0001;
	cursor:				pointer;
}
INPUT.text, SELECT, TEXTAREA{
	border:				1px solid #7f9db9;
	font-weight:		normal;
	color:				#000000;
	font-size:			12px;
	padding:			2px 3px;
	background-color:	#ebedf6;
}
INPUT.text:hover, SELECT:hover, TEXTAREA:hover,
INPUT.text:focus, SELECT:focus, TEXTAREA:focus{
	border:				1px solid #cc0001;
}
SELECT{
	padding:			0;
	margin:				3px 0 0 0;
}
INPUT.radio{
	vertical-align:		middle;
	margin:				0 5px 0 0;
}
LABEL{
	display:			block;
	float:				left;
	cursor:				pointer;
	margin:				3px 10px 0 0;
	padding:			5px 0 0 0;
}
A.edit,
A.del,
A.del2,
A.add,
A.up,
A.down,
A.new{
	background-repeat:	no-repeat;
	display:			block;
	width:				16px;
	height:				16px;
	float:				left;
	margin:				0 0 0 8px;
}
A.edit{
	background-image:	url(/site/images/ico_edit.png);
	margin:				0 5px 9px 0;
	width:				29px;
	height:				31px;
}
A.del2{
	background-image:	url(/site/images/ico_del2.png);
}
A.del{
	background-image:	url(/site/images/ico_del.png);
	margin:				0;
	width:				29px;
	height:				31px;
}
A.add{
	background-image:	url(/site/images/ico_add.png);
}
A.up{
	background-image:	url(/site/images/ico_up.png);
}
A.down{
	background-image:	url(/site/images/ico_down.png);
}
A.new{
	background-image:	url(/site/images/ico_new.png);
	background-position:right;
	float:				right;
	width:				85px;
	font-weight:		bold;
	height:				30px;
	margin:				-40px 5px 0 0;
	padding:			0 8px 0 0;
	color:				#FFFFFF;
}
IMG.banner{
	margin:				5px auto;
	clear:				both;
}
.red{
	color:				#cc0001;
}
.hand{
	cursor:				pointer;
}
.none{
	display:			none;
}
.bold{
	font-weight:		bold;
}
.grigio{
	color:				#666666;
	font-size:			11px;
}
.contenimento {
	width: 1200px;
	overflow: hidden;
}
#centeiner{
	width:				1000px;
}

#empty,
#confirm{
	text-align:			center;
	font-size:			12px;
	padding:			20px 0;
}
#empty {
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
	text-transform: uppercase;
	background: #ddd;
	padding: 10px;
}
#confirm{
	font-weight:		bold;
	font-size:			15px;
	color:				#08a200;
}
#alert{
	width:				443px;
	background-color:	#6975a9;
	color:				#FFFFFF;
	font-weight:		bold;
	font-size:			14px;
	padding:			0 7px 0 0;
}
#alert .bt{
	width:				65px;
	height:				24px;
	vertical-align:		middle;
	margin:				0 0 0 50px;
	padding:			0 2px 2px 2px;
	background-color:	#003366;
	border:				0;
	color:				#FFFFFF;
	font-size:			11px;
	font-weight:		bold;
	text-transform:		uppercase;
}

/* ########## PAGE_TOP ######### */
#page_top{
	height:				110px;
	background-color:	#445394;
	padding:			1px;
	clear:				both;
}
#page_top #logo{
	float:				left;
}
#page_top #banner{
	float:				right;
}
#page_top #banner img {
	background:			#fff;
}
#page_tab_bar{
	height:				50px;
	clear:				both;
	position: relative;
}
#page_tab_bar A{
	background:	url(/site/images/bg_tab.png) no-repeat left bottom;
	width:				240px;
	height:				32px;
	display:			block;
	float:				left;
	color:				#CC0000;
	font-weight:		bold;
	font-size:			16px;
	text-transform:		uppercase;
	text-align:			left;
	padding:			14px 0 4px 0;
	text-decoration:	none;
}
#page_tab_bar A .up {
	text-transform: lowercase !important;
	font-size: 0.7em !important;
	color: #445394 !important;
}
#page_tab_bar A:hover,
#page_tab_bar A.hover{
	background-image:	url(/site/images/bg_tab2.png);
	height:				38px;
	padding:			6px 0;
}
#page_tab_bar a.immobiliari span {
	background: url(../images/ico_immobiliare.gif) no-repeat 20px 8px;
	display: block;
	padding: 2px 0 7px 50px;
}
#page_tab_bar a.motori span {
	background: url(../images/ico_motori.gif) no-repeat 20px 8px;
	display: block;
	padding: 2px 0 7px 60px;
}
#page_tab_bar a.inserisci span,
#page_tab_bar a.admin span {
	background: url(../images/ico_annunci.gif) no-repeat 13px 0px;
	display: block;
	padding: 4px 0 5px 40px;
}
#page_tab_bar A.motori{
	margin-left:		1px;
}
#page_tab_bar A.inserisci,
#page_tab_bar A.admin {
	float:				right;
	color:				#cc0001;
	font-size: 14px !important;
}
#page_tab_bar A.admin{
	background-image:	url(/site/images/bg_tab3.png);
	color:				#ffffff;
}
#page_tab_bar A.admin:hover,
#page_tab_bar A.adminhover{
	background-image:	url(/site/images/bg_tab4.png);
	height:				28px;
	padding:			6px 0 6px 0;
	color:				#ffffff;
}

#search_user_bar{
	height:				33px;
	background-color:	#b4bad4;
	border:				1px solid #a1a9c9;
	border-right:		0;
	clear:				both;
	color:				#FFFFFF;
	position: relative;
	z-index: 10;
}
#search_user_bar #search{
	float:				left;
}
#search_user_bar #search{
	margin:				0;
	color:				#ffffff;
	padding:			5px 0 0 5px;
	float: left;
}
#search_user_bar #search .text,
#search_user_bar #user .field{

	font-size:			12px;
	color:				#ffffff;
	background-color:	#6975a9;
	border:				1px solid #003366;
	height:				24px;
	padding:			0px 5px;
	vertical-align:		middle;
}
#search_user_bar #search .button,
#search_user_bar #user .button{
	background-image:	url(/site/images/bt_search.png);
	background-repeat:	no-repeat;
	width:				59px;
	height:				24px;
	vertical-align:		middle;
}
#search_user_bar #user{
	background-image:	url(/site/images/bg_userbar.png);
	background-repeat:	no-repeat;
	background-color:	#6975a9;
	font-size:			12px;
	height:				28px;
	padding:			5px 5px 0 100px;
	width:				450px;
	float: 				right;
	text-align: 		right;
	white-space:		nowrap;
}
#search_user_bar #user .field{
	margin-left:		3px;
	background-color:	#b4bad4;
	margin-right:		15px;
	color:				#003366;
}
#search_user_bar #user .button{
	background:			#003366 url(/site/images/bt_login.png) no-repeat right top;
	padding:			1px 20px 0 5px;
	width:				75px;
	text-transform:		uppercase;
	margin:				0 5px 0 0;
	font: 				lighter 12px Arial, Helvetica, sans-serif;
}
#search_user_bar #user .username{
	float:				left;
	margin:				3px 25px 0 0;
}

#info_bar{
	height:				32px;
	background-color:	#004766;
	clear:				both;
	font-size:			11px;
	color:				#FFFFFF;
}
#info_bar .tit, #info_bar .spot{
	width:				114px;
	height:				32px;
	float:				left;
	background-image:	url(/site/images/infobar_tit.png);
	background-repeat:	no-repeat;
	text-indent: 		-10000px;
}
#info_bar .ico{
	float:				left;
	background-repeat:	no-repeat;
	padding:			1px 0 0 48px;
	margin:				0 0 0 15px;
	height:				32px;
}
#info_bar .tel{
	background-image:	url(/site/images/infobar_ico_tel.png);
}
#info_bar .cel{
	background-image:	url(/site/images/infobar_ico_cel.png);
}
#info_bar .fax{
	background-image:	url(/site/images/infobar_ico_fax.png);
}
#info_bar .mail{
	background-image:	url(/site/images/infobar_ico_mail.png);
}
#info_bar .mail A{
	color:				#FFFFFF;
}
#info_bar .spot{
	width:				259px;
	background-image:	url(/site/images/infobar_spot.png);
	background-position:right top;
	float:				right;
}
#info_bar .nome{
	color:				#FFFFFF;
	margin:				4px 0 0 10px;
	float:				left;
	font-size:			20px;
}
#info_bar .crediti{
	font-size:			14px;
	color:				#FFFFFF;
	font-weight:		bold;
	margin:				8px 10px 0 0;
	float:				right;
}
#info_bar .accesso{
	font-size:			9px;
	color:				#000000;
	font-weight:		normal;
	margin:				2px 0 0 0;
}

#banner_dx{
	position:			absolute;
	left:				1020px;
	padding:			5px;
	background-color:	#FFFFFF;
}

INPUT.pwd{
	color:				#003366;
	background-color:	#b4bad4;
	font-size:			9px;
	margin:				0 0 0 8px;
	padding:			2px;
}

/* ########## PAGE_BOTTOM ######### */
#page_bottom{
	color:				#FFFFFF;
	text-align:			center;
	clear:				both;
	padding:			4px 0;
	font-size:			10px;
	margin:				10px 0 30px 0;
	position: relative;
}
.publikompass {
	position: absolute;
	top: -40px;
	right: 0;
	display: block;
	width: 270px;
	height: 30px;
}
.publikompass a {
	display: block;
	width: 270px;
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
}
#page_bottom A{
	color:				#FFFFFF;
}
#page_bottom .copyright{
	float:				left;
	padding:			3px 0 0 0;
}
#page_bottom .logo{
	float:				right;
	margin-top:			-5px;
}
#page_bottom .logo IMG{
	margin-left:		10px;
}

/* ########## MENU ######### */
#menu{
	width:				100%;
	clear:				both;
	margin:				0 0 10px 0;
	display:			table;
}
#menu A{
	display:			table;
	clear:				both;
	margin:				5px 0;
	font-size:			12px;
	border:				1px solid #ffffff;
	width:				200px;
}
#menu A:hover{
	text-decoration:	none;
	border:				1px solid #143d75;
}
#menu .top,
#menu .top2,
#menu .top3{
	background-image:	url(/site/images/menu_immobili.png);
	background-repeat:	no-repeat;
	width:				200px;
	height:				40px;
}
#menu .top2{
	background-image:	url(/site/images/menu_motori.png);
}
#menu .top3{
	background-image:	url(/site/images/menu_gestione.png);
}
#menu IMG{
	float:				left;
	margin:				5px 4px;
}
#menu .tit{
	color:				#cc0001;
	font-weight:		bold;
	float:				left;
	width:				160px;
	cursor:				pointer;
	margin:				5px 0 0 0;
}
#menu .desc{
	float:				left;
	width:				160px;
	cursor:				pointer;
	margin:				0 0 5px 0;
}

/* ########## NAVBAR ######### */
#navbar{
	background-color:	#314a87;
	font-weight:		bold;
	font-size:			16px;
	padding:			10px;
	margin:				10px 0 0 0;
	color:				#FFFFFF;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#navbar A,
#navbar DIV{
	color:				#FFFFFF;
	display:			inline;
}

/* ########## PAGING ######### */
#pagination{
	width:				100%;
	height:				26px;
	background-color:	#dadeea;
	padding:			2px 0;
	margin:				5px 0;
	font-weight:		bold;
}
#pagination .total{
	float:				left;
	margin:				6px 0 0 10px;
}
#pagination .paging{
	float:				right;
	margin-right:		5px;
}
#pagination .page{
	float:				left;
	margin:				6px 10px 0 10px;
}
#pagination A.first,
#pagination A.back,
#pagination A.next,
#pagination A.last{
	display:			block;
	height:				26px;
	width:				26px;
	float:				left;
	background-repeat:	no-repeat;
	cursor:				pointer;
	margin-left:		4px;
}
#pagination A.first{
	background-image:	url(../images/bt_first.png);
}
#pagination A.back{
	background-image:	url(../images/bt_back.png);
}
#pagination A.next{
	background-image:	url(../images/bt_next.png);
}
#pagination A.last{
	background-image:	url(../images/bt_last.png);
}

/* ########## BODY ######### */
#body_home{
	background-image:	url(../images/bg_home.jpg);
	background-repeat:	no-repeat;
	background-color:	#FFFFFF;
	padding:			20px;
	width:				960px;
	height:				504px;
}
#body_home TABLE{
	border-collapse:	collapse;
	width:				100%;
}
#body_home .sx{
	width:				360px;
	padding:			80px 40px 0 15px;
	vertical-align:		top;
}
#body_home .dx{
	vertical-align:		top;
	padding:			15px 0;
}
#body_home A.inserisci{
	background-image:	url(/site/images/bt_inserisci.png);
	background-repeat:	no-repeat;
	width:				186px;
	height:				30px;
	display:			block;
	margin:				30px 0 0 0;
}

#body{
	background:			url(/site/images/logo_pk.png) no-repeat right bottom;
	border-collapse:	collapse;
	width:				1000px;
	background-color:	#fff;
	margin:				0px;
	clear: both;
	/*position: relative;
	left: -660px;*/
}
#body TD{
	vertical-align:		top;
}
#body .sx{
	width:				200px;
	padding:			10px 5px 10px 9px;
}
#body .center{
	margin-left: 5px !important;
	padding: 0 5px 20px 5px;
	/*width: 458px;*/
	/*width: auto !important;*/
	min-width: 458px;
	/*width: 452px !important;*/
}
.center_home {
	width: 458px !important;
}
#body .dx,
#body .dx2{
	width:				300px;
	padding:			10px 9px 40px 5px;
	/*padding: 0 5px 20px 5px;*/
}
#body .dx2{
	width:				205px;
}

/* ########## FORM ######### */
#form TABLE.form{
	width:				100%;
	border-collapse:	collapse;
	border:				1px solid #b7b9d2;
	margin:				5px 0 0 0;
}
#form .key,
#form .key2{
	width:				15%;
	background:			#dee0e9;
	padding:			13px 5px 0 5px;
	height:				28px;
	border-bottom:		1px solid #FFFFFF;
	vertical-align:		top;
	font-weight:		bold;
}
#form .key2{
	width:				20%;
	padding:			13px 10px 10px 10px;
	text-align:			right;
	background:			none;
	border-bottom:		1px solid #dee0e9;
	font-weight:		bold;
	font-size:			13px;
}
#form .item,
#form .item2{
	border-bottom:		1px solid #dee0e9;
	padding:			10px 5px;
}
#form .item2{
	padding:			10px 10px;
}
#form TABLE{
	width:				100%;
	border-collapse:	collapse;
}
#form TABLE .nome{
	border-bottom:		1px solid #dee0e9;
	width:				25%;
	font-weight:		bold;
	vertical-align:		top;
	padding:			5px 0;
}
#form TABLE .valore{
	border-bottom:		1px solid #dee0e9;
}
#form TEXTAREA{
	width:				98%;
}
#form IFRAME{
	width:				98%;
	height:				50px;
	margin:				5px 0 0 -5px;
}
#form .cmd{
	padding:			10px 5px;
}
#form .cmd2{
	padding:			20px 10px;
	text-align:			center;
}
#form .frame{
	height:				210px;
	width:				100%;
	overflow:			auto;
}
#form .img{
	float:				left;
	width:				108px;
	margin:				0 2px 0 2px;
}
#form .img IMG{
	border:				4px solid #ffffff;
}
#form .img A{
	float:				left;
	margin:				3px 2px;
}
#form .countext{
	float:				right;
}

/* ########## LISTA ######### */
#lista{
	margin:				5px 0 0 0;
}
#lista #tit{
	font-size:			22px;
	font-weight:		bold;
	padding:			2px 6px 3px 6px;
	background-color:	#6975a9;
	color:				#FFFFFF;
}
#lista .item,
#lista .item2{
	display:			block;
	height:				32px;
	clear:				both;
	background-color:	#dee0e9;
	padding:			3px 5px;
	margin-top:			5px;
}
#lista .item:hover,
#lista .item2:hover{
	background-color:	#6975a9;
	color:				#FFFFFF;
}
#lista .item2{
	background:			none;
	background-repeat:	no-repeat;
	background-position:4px 3px;
	margin-top:			5px;
}
#lista .tit,
#lista .tit2{
	float:				left;
	font-weight:		bold;
}
#lista .tit2{
	font-weight:		normal;
}
#lista .cmd{
	float:				right;
}

/* ########## AGENZIA ######### */
#agenzia_testata{
	display:			block;
	clear:				both;
	margin:				10px 0 0 0;
	border:				1px solid #e7eaf1;
}
#agenzia_testata .lgo{
	margin:				5px 8px;
}
#agenzia_dettagli{
	display:			block;
	clear:				both;
	background-color:	#e7eaf1;
	padding:			10px 15px;
	height:				155px;
}
#agenzia_dettagli .desc{
	width:				59%;
	overflow:			auto;
	height:				155px;
	float:				left;
	padding:			0 5px 0 0;
	font-size:			11px;
}
#agenzia_dettagli .contatti{
	width:				38%;
	float:				right;
}
#agenzia_dettagli .contatti .red{
	font-size:			14px;
	padding:			0 0 10px 0;
}
#agenzia_dettagli .contatti A{
	color:				#0066FF;
}
#agenzia_dettagli .contatti .tel B{
	display:			block;
	float:				left;
	width:				80px;
}

/* ########## ANNUNCIO ######### */
#annuncio_dettagli,
#annuncio_attributi,
#annuncio_corpo{
	border-bottom:		1px solid #b7b9d2;
	font-size:			12px;
	/*display:			table-cell;*/
	padding:			8px 0;
	clear:				both;
	margin:				0;
}
#annuncio_corpo {
	margin: 0 0 10px 0 !important;
}
#annuncio_contatti label {
	font-size: 11px;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}
#annuncio_contatti textarea {
	margin: 0px 0 5px 0 !important;
}
#annuncio_dettagli .tit{
	font-size:			14px;
	font-weight:		bold;
	width:				300px;
	float:				left;
	margin:				0 0 5px 0;
}
#annuncio_dettagli .prezzo{
	font-size:			12px;
	color:				#cc0001;
	margin:				5px 0;
	width:				300px;
	float:				left;
}
#annuncio_dettagli .loc{
	font-size:			12px;
	margin:				5px 0 0 0;
	width:				300px;
	float:				left;
}
#annuncio_dettagli .data{
	font-style:			italic;
	float:				right;
}
#annuncio_dettagli .logo{
	float:				right;
	margin:				5px 0;
	cursor:				pointer;
}
#annuncio_attributi TABLE{
	width:				100%;
	border-collapse:	collapse;
	margin-bottom:		8px;
}
#annuncio_attributi TABLE .nome{
	width:				30%;
	font-weight:		bold;
}
#annuncio_attributi TABLE .valore{
}
#annuncio_galleria{
	background-color:	#ececf4;
	border:				1px solid #aab1ce;
	text-align:			center;
	margin: 0 auto 10px auto;
	padding:			0 0 10px 0;
	width: 462px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#annuncio_corpo{
	font-size:			14px;
}
#annuncio_galleria .tit{
	font-size:			22px;
	font-weight:		bold;
	background-color:	#aab1ce;
	padding:			2px 6px 3px 6px;
	color:				#0b396d;
	text-align:			left;
}
#annuncio_galleria #image{
	border:				1px solid #000000;
	margin:				10px 0 20px 0;
}
#annuncio_galleria #images{
	background-color:	#d0d3e4;
	padding:			4px 20px;
	position: 			relative;
	overflow: 			hidden;
	width:				400px;
	height:				67px;
	margin:				0 0 0 9px;
}
#annuncio_galleria #images IMG{
	width:				90px;
	cursor:				pointer;
	margin:				0 3px;
	border:				2px solid #d0d3e4;
}
#annuncio_galleria #images IMG:hover{
	border:				2px solid #993300;
}
#annuncio_galleria #images ul{
	position: 			relative;
	left: 				0;
	width: 				auto;
	margin: 			0;
	padding: 			0;
	list-style-type: 	none;
	overflow: 			hidden;
	z-index: 			1;
}
#annuncio_galleria #images li{
	float: 				left;
	display: 			inline;
}
#annuncio_galleria #images .back,
#annuncio_galleria #images .next{
	position: 			absolute;
	top: 				0;
	left: 				0;
	z-index: 			2;
	background-image:	url(/site/images/gallery_sx.png);
	background-repeat:	no-repeat;
	width:				19px;
	height:				75px;
	margin:				0;
}
#annuncio_galleria #images .next{
	left:				auto;
	right: 				0;
	background-image:	url(/site/images/gallery_dx.png);
}
#annuncio_galleria #images .back a,
#annuncio_galleria #images .next a{
	background-image:	url(/site/images/gallery_back.png);
	background-repeat:	no-repeat;
	width:				19px;
	height:				75px;
	display: 			none;
	outline: 			none;
}
#annuncio_galleria #images .next a{
	background-image:	url(/site/images/gallery_next.png);
}

#annuncio_contatti{
	border:				1px solid #aab1ce;
	background-color:	#f5f6fb;
	margin-bottom:		10px;
	padding: 5px 0;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#annuncio_contatti .tit{
	font-size:			16px;
	font-weight:		bold;
	padding:			0 0 6px 6px;
	color:				#0b396d;
}
#annuncio_contatti .tit A{
	margin-top:			1px;
}
#annuncio_contatti form {
	clear: both;
	margin: 0;
}
#annuncio_contatti .col{
	width:				46%;
	float:				left;
	display:			block;
	padding:			0 6px 5px 8px;
}
#annuncio_contatti B{
	display:			block;
	clear:				both;
	margin-top:			10px;
}
#annuncio_contatti .text,
#annuncio_contatti TEXTAREA{
	background-color:	#FFFFFF;
}
#annuncio_contatti .text{
	width:				80%;
}
#annuncio_contatti TEXTAREA{
	margin-bottom:		10px;
	height:				76px;
}
#annuncio_contatti A{
	width:				55px;
	float:				right;
	background-color:	#013366;
	color:				#FFFFFF;
	text-align:			center;
	padding:			1px 0 2px 1px;
	margin:				1px 8px 0 0;	
	font-size:			11px;
}

/* ########## ANNUNCI RANDOM ######### */
#annuncio_lista_random{
	font-size:			10px;
	/*width:				448px;*/
	background-color:	#ececf4;
	border:				1px solid #b4bad4;
	margin:				5px 0;
	padding: 5px 0 0px 5px;
	/*display: table-cell;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#annuncio_lista_random .cat{
	background-color:	#768fad;
	color:				#FFFFFF;
	font-weight:		bold;
	padding:			2px 5px;
	margin:				0 5px 5px 0;
	text-transform:		uppercase;
	font-size:			12px;
	display: block;
	clear: both;
}
#annuncio_lista_random IMG{
	margin:				0;
	border:				1px solid #000000;
	width: 93px;
}
#annuncio_lista_random .img_thumb {
	height: 70px;
	overflow: hidden;
}
#annuncio_lista_random IMG:hover{
	border:				1px solid #cc0001;
}
#annuncio_lista_random A{
	width:				95px;
	height:				150px;
	display:			block;
	float:				left;
	color:				#003263;
	margin:				0 3px 8px 4px;
	padding: 4px;
	overflow:			hidden;
	border: 1px solid #ccc;
	background-color:#D9DCE9;
}
#annuncio_lista_random A:hover{
	text-decoration:	none;
	color:				#cc0001;
}
#annuncio_lista_random .loc {
	padding: 0px 5px;
	background: #003366;
	color: #fff;
	height: 14px;
	overflow: hidden;
	margin-bottom: 3px;
}
#annuncio_lista_random A .tit{
	padding: 0;
}
#annuncio_lista_random .prezzo{
	font-weight:		bold;
	color:				#cc0001;
}

#annuncio_lista_primopiano{
	font-size:			11px;
	width:				296px;
	border:				1px solid #b4bad4;
	display:			table;
	font-weight:		bold;
	margin-top:			5px;
}
#annuncio_lista_primopiano .loc {
	background: #003366;
	margin-bottom: 5px;
	padding: 2px 5px;
	color: #fff;
	width: 270px;
}
#annuncio_lista_primopiano .cat{
	background-color:	#768fad;
	color:				#FFFFFF;
	font-weight:		bold;
	padding:			2px 5px;
	margin:				5px 5px 10px 5px;
	text-transform:		uppercase;
	font-size:			12px;
}
#annuncio_lista_primopiano .img{
	width:				278px;
	height:				200px;
	overflow:			hidden;
	border:				1px solid #000000;
}
#annuncio_lista_primopiano .img:hover{
	border:				1px solid #cc0001;
}
#annuncio_lista_primopiano .img IMG{
	width:				278px;
}
#annuncio_lista_primopiano A{
	display:			block;
	margin:				5px 10px 10px 10px;
	clear:				both;
	/*width: 278px;*/
	height: 300px !important;
	overflow: hidden;
}
#annuncio_lista_primopiano A:hover{
	text-decoration:	none;
	color:				#cc0001;
}
#annuncio_lista_primopiano .tit,
#annuncio_lista_primopiano .prezzo{
	width:				180px;
	float:				left;
	margin:				3px 0 0 0;
}
#annuncio_lista_primopiano .prezzo{
	color:				#cc0001;
}
#annuncio_lista_primopiano .logo{
	float:				right;
	margin:				5px 0;
	width: 85px;
}

#annuncio_lista_localita{
	width:				100%;
	display:			table;
	margin:				10px 0;
	font-size:			10px;
}
#annuncio_lista_localita .cat{
	background-color:	#445394;
	color:				#FFFFFF;
	font-weight:		bold;
	padding:			5px 8px;
	text-transform:		uppercase;
	font-size:			14px;
}
#annuncio_lista_localita .cols{
	display:			block;
	width:				19%;
	float:				left;
	margin:				0 5px 0 0;
	font-size:			11px;
}
#annuncio_lista_localita .cols .tit{
	font-weight:		bold;
	margin:				10px 0;
	text-transform:		uppercase;
}
#annuncio_lista_localita .cols A{
	display:			block;
	clear:				both;
}

#annunci_osservati{
	font-size:			11px;
	width:				198px;
	display:			table;
	margin-top:			10px;
}
#annunci_osservati .cat{
	background-color:	#768fad;
	color:				#FFFFFF;
	font-weight:		bold;
	padding:			6px 5px;
	text-transform:		uppercase;
	font-size:			12px;
}
#annunci_osservati A{
	display:			block;
	clear:				both;
	padding:			5px;
	margin:				10px 0;
	font-size:			11px;
	border:				1px solid #ddd;
	width:				188px;
	height: 52px;
	height: auto !important;
	min-height: 52px;
}
#annunci_osservati A:hover{
	text-decoration:	none;
	border:				1px solid #143d75;
}
#annunci_osservati .img{
	margin:				0 5px 5px 0;
	padding: 1px;
	background: #fff;
	border:				1px solid #666;
	float: left;
	width: 70px;
}
#annunci_osservati .prezzo{
	color:				#cc0001;
}


#agenzia_lista_vetrina{
	font-size:			10px;
	width:				200px;
	display:			table;
	margin-top:			5px;
}
#agenzia_lista_vetrina .cat{
	background-color:	#768fad;
	color:				#FFFFFF;
	font-weight:		bold;
	padding:			6px 5px;
	text-transform:		uppercase;
	font-size:			12px;
	width: 190px;
}
#agenzia_lista_vetrina A{
	display:			block;
	clear:				both;
	padding:			2px 5px;
	margin:				2px 0;
	font-size:			10px;
	border:				1px solid #ddd;
	width:				188px;
	overflow: hidden;
}
#agenzia_lista_vetrina A:hover{
	text-decoration:	none;
	border:				1px solid #143d75;
}
#agenzia_lista_vetrina .logo{
	margin: 0;
	float: left;
	width: 65px;
}
#agenzia_lista_vetrina .tit {
	float: right;
	width: 118px;
}

/* ########## ANNUNCI VETRINA ######### */
#annuncio_lista_cat2{
	margin-top:			15px;	
}
#annuncio_lista_cat1 .cat,
#annuncio_lista_cat2 .cat{
	font-size:			15px;
	font-weight:		bold;
	text-transform:		uppercase;
	color:				#003366;
	margin:				0 0 0 30px;
	z-index: 			10;
	position: 			relative;
}
#annuncio_lista_cat1 .cat {
	background: url(../images/tit_vetrinaimmobiliare.png);
	width: 166px;
	height: 18px;
	text-indent: -5000px;
	overflow: hidden;
}
#annuncio_lista_cat2 .cat {
	background: url(../images/tit_vetrinamotori.png);
	width: 127px;
	height: 18px;
	text-indent: -5000px;
	overflow: hidden;
}
#annuncio_lista_cat1 #vetrina,
#annuncio_lista_cat2 #vetrina2{
	background-image:	url(/site/images/bg_vetrina.png);
	background-repeat:	no-repeat;
	width:				460px;
	height:				110px;
	padding:			10px 0 0 0;
	overflow: 			hidden;
	float:				left;
	margin-top:			-3px;
}
#annuncio_lista_cat1 .box,
#annuncio_lista_cat2 .box{
	width:				5000px;
	height:				110px;
}
#annuncio_lista_cat1 A,
#annuncio_lista_cat2 A{
	color:				#666666;
	float: 				left;
	display: 			inline;
	font-size:			9px;
	width:				119px;
	height:				95px;
	overflow:			hidden;
}
#annuncio_lista_cat1 A:hover,
#annuncio_lista_cat2 A:hover{
	color:				#c80000;
	text-decoration:	none;
}
#annuncio_lista_cat1 A IMG,
#annuncio_lista_cat2 A IMG{
	border:				1px solid #666666;
	max-height:			70px;
	max-width:			100px;
}
#annuncio_lista_cat1 A .tit,
#annuncio_lista_cat2 A .tit{
	width:				100px;
	margin:				2px 0 0 0;
}
#annuncio_lista_cat1 .vetrina_sx,
#annuncio_lista_cat1 .vetrina_dx,
#annuncio_lista_cat2 .vetrina_sx,
#annuncio_lista_cat2 .vetrina_dx{
	background-image:	url(/site/images/vetrina_sx.png);
	background-repeat:	no-repeat;
	width:				30px;
	height:				110px;
	margin:				0;
	display:			block;
	float:				left;
	margin-top:			-3px;
}
#annuncio_lista_cat1 .vetrina_dx,
#annuncio_lista_cat2 .vetrina_dx{
	background-image:	url(/site/images/vetrina_dx.png);
}

#annuncio_lista_cat1 .back,
#annuncio_lista_cat1 .next,
#annuncio_lista_cat2 .back,
#annuncio_lista_cat2 .next{
	position: 			absolute;
	top: 				0;
	left: 				0;
	z-index: 			2;
	background-image:	url(/site/images/vetrina_sx.png);
	background-repeat:	no-repeat;
	width:				30px;
	height:				110px;
	margin:				0;
}
#annuncio_lista_cat1 .next,
#annuncio_lista_cat2 .next{
	left:				auto;
	right: 				0;
	background-image:	url(/site/images/vetrina_dx.png);
}
#annuncio_lista_cat1 .back a,
#annuncio_lista_cat1 .next a,
#annuncio_lista_cat2 .back a,
#annuncio_lista_cat2 .next a{
	background-image:	url(/site/images/vetrina_back.png);
	background-repeat:	no-repeat;
	width:				30px;
	height:				110px;
	display: 			none;
	outline: 			none;
}
#annuncio_lista_cat1 .next a,
#annuncio_lista_cat2 .next a{
	background-image:	url(/site/images/vetrina_next.png);
}
#annuncio_rand{
	clear:				both;
	width:				400px;
	margin:				10px 0 0 120px;
	display:			table;
}
#annuncio_rand TABLE{
	border-collapse:	collapse;
}
#annuncio_rand TABLE TD{
	text-align:			center;
}
#annuncio_rand A{
	background-color:	#f2f2ee;
	display: 			block;
	font-size:			9px;
	width:				170px;
	height:				155px;
	overflow:			hidden;
	color:				#666666;
	border:				10px solid #fff;
}
#annuncio_rand A:hover{
	color:				#c80000;
	text-decoration:	none;
}
#annuncio_rand .img{
	width:				170px;
	height:				127px;
	overflow:			hidden;
}
#annuncio_rand IMG{
	width:				170px;
}
#annuncio_rand .tit{
	padding:			3px 5px;
}

/* ########## ANNUNCI LISTA ######### */
#annuncio_lista{
	font-size:			12px;
	color:				#003263;
}
#annuncio_lista #tit{
	width:				100%;
	font-size:			22px;
	font-weight:		bold;
	padding:			2px 6px 3px 6px;
	background-color:	#6975a9;
	color:				#FFFFFF;
}
#annuncio_lista .new{
	float:				right;
}
#annuncio_lista .item{
	width:				100%;
	/*height:				73px;*/
	clear:				both;
	border-bottom:		1px solid #b6bad3;
	padding:			10px 0;
	display: table;
}
#annuncio_lista .item:hover{
	background-color:	#ebedf6;
}
#annuncio_lista IMG{
	float:				left;
	border:				1px solid #000000;
	margin:				0 10px;
}
#annuncio_lista IMG:hover{
	border:				1px solid #cc0001;
}
#annuncio_lista A{
	float:				left;
}
#annuncio_lista A:hover{
	text-decoration:	none;
}
#annuncio_lista A.link,
#annuncio_lista A.link2{
	margin:				0 2px 0 0;
	width:				93%;
}
#annuncio_lista A.link2{
	width:				78%;
	padding: 10px 0;
}
#annuncio_lista .cat{
	font-weight:		bold;
	margin:				0 0 5px 0;
	text-transform:		uppercase;
	font-size:			10px;
	color:				#8792c1;
}
#annuncio_lista .tit{
	font-weight:		bold;
}
#annuncio_lista .tit H4{
	font-size:			13px;
}
#annuncio_lista .prezzo{
	font-weight:		bold;
	margin:				3px 0 0 0;
	color:				#cc0001;
}
#annuncio_lista .dati{
	float:				right;
	margin:				30px -10px 0 0;
}
#annuncio_lista .dx{
	display:			block;
	width:				103px;
	float:				left;
	text-align:			center;
	margin-top:			-5px;
	padding: 10px 0 !important;
}
#annuncio_lista IMG.logo{
	margin:				0;
	border:				0;
	float:				none;
	cursor:				pointer;
	border:				1px solid #ffffff;
}
#annuncio_lista IMG.logo:hover{
	border:				1px solid #cc0001;
}
#annuncio_lista A.cmd{
	width:				43px;
	float:				left;
	background-color:	#013366;
	color:				#FFFFFF;
	text-align:			center;
	padding:			1px 1px 2px 0;
	margin:				10px 0 0 5px;	
	font-size:			10px;
}
#annuncio_lista A.cmd:hover{
	background-color:	#993300;
}

/* ########## ANNUNCI RICERCA ######### */
#annunci_ricerca{
	font-size:			12px;
	color:				#003263;
	margin:				0 0 15px 0;
	background-color:	#b4bad4;
}
#annunci_ricerca #tit{
	width:				100%;
	font-size:			14px;
	font-weight:		bold;
	padding:			12px 0;
	background-color:	#003263;
	color:				#FFFFFF;
	text-align:			center;
	text-transform:		uppercase;
}
#annunci_ricerca #cat{
	margin:				5px;
	background-color:	#ffffff;
}
#annunci_ricerca #cat .tit,
#annunci_ricerca #form .tit,
#annunci_ricerca #form2 .tit{
	font-weight:		bold;
	padding:			3px 0 4px 8px;
	background-color:	#dadeea;
}
#annunci_ricerca #cat A.tit{
	padding:			0;
}
#annunci_ricerca #cat A{
	display: 			block;
	clear:				both;
	padding:			5px 8px;
}
#annunci_ricerca #form,
#annunci_ricerca #form2{
	margin:				5px 5px 3px 5px;
	background-color:	#ffffff;
}
#annunci_ricerca #form .attributo,
#annunci_ricerca #form2 .attributo{
	border-bottom:		1px solid #b4bad4;
	padding:			5px 8px;
}
#annunci_ricerca #form B{
	display:			block;
	clear:				both;
}
#annunci_ricerca #form LABEL{
	float:				none;
	display:			inline;
}
#annunci_ricerca #form .button,
#annunci_ricerca #form2 .button{
	width:				100px;
	margin:				10px 0 10px 48px;
}

#ricerca_home{
	margin:				10px 0 5px 0;
	padding: 5px;
	background-color:	#ecedf4;
	/*width:				446px;
	width:				auto !important;
	min-width:			446px;*/
	/*display:			table;*/
	border:				1px solid #b4bad4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#ricerca_home #tit{
	background-color:	#314a87;
	color:				#FFFFFF;
	font-weight:		bold;
	margin: 0;
	padding:			4px 5px;
	text-transform:		uppercase;
	font-size:			12px;
}
#ricerca_home #cat,
#ricerca_home #loc{
	width:				188px;
	background-color:	#d9dce9;
	float:				right;
	margin: 0px;
	padding:			6px 6px 10px 6px;
	font-weight:		bold;
	font-size:			11px;
	text-transform:		uppercase;
}
#ricerca_home #cat .tit,
#ricerca_home #loc .tit{
	background-color:	#768fad;
	color:				#FFFFFF;
	font-weight:		bold;
	padding:			2px 6px;
	margin:				-6px -6px 6px -6px;
	text-transform:		uppercase;
	font-size:			11px;
}
#ricerca_home SELECT{
	width:				185px;
	clear:				both;
	text-transform:		capitalize;
	background-color:	#FFFFFF;
}
#ricerca_home #div_regione,
#ricerca_home #div_provincia,
#ricerca_home #div_comune{
	clear:				both;
}
#ricerca_home #bottom{
	background-color:	#768fad;
	clear:				both;
	text-align:			right;
	margin: 0;
}
#ricerca_home #bottom .button{
	margin:				0;
	padding:			3px 20px;
}
#ricerca_home #map{
	float:				left;
	width:				230px;
	height:				210px;
	text-align: right;
}
#ricerca_home #map IMG{
	margin:				5px 0;
}

/* ########## ANNUNCI CORRELATI ######### */
#annunci_correlati{
	font-size:			12px;
	color:				#003263;
	margin:				0 0 10px 0;
	padding-bottom:		5px;
	background-color:	#d0d3e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#annunci_correlati #tit{
	font-size:			13px;
	font-weight:		bold;
	padding:			5px 10px;
	background-color:	#003263;
	color:				#FFFFFF;
	text-transform:		uppercase;
	margin-bottom: 5px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#annunci_correlati A{
	display:			table;
	clear:				both;
	margin:				5px 10px;
	border: 1px solid #6C87A2;
	background-color:	#b4bad4;
}
#annunci_correlati A:hover{
	text-decoration:	none;
	background-color:	#d0d3e4;
}
#annunci_correlati IMG{
	border:				1px solid #000000;
	margin:		2px 8px 2px 2px;
	float:				left;
}
#annunci_correlati .tit{
	width:				165px;
	float:				left;
	font-weight:		bold;
	cursor:				pointer;
	margin:				3px 0 0 0;
	font-size:			11px;
}
#annunci_correlati .prezzo{
	width:				165px;
	float:				left;
	font-weight:		bold;
	color:				#cc0001;
	cursor:				pointer;
	margin:				5px 0 0 0;
}



/* ########## ANNUNCI VETRINA ######### */
#annuncio_vetrina_agenzia{
	font-size:			11px;
	background-color:	#e8e7e3;
	border-color:		#cccccc;
	margin:				10px 0 10px 0;
	width:				767px;
	/*display:			table;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#annuncio_vetrina_agenzia .tit_cat{
	font-size:			20px;
	font-weight:		bold;
	color: 				#fff;
	background:			#003263;
	padding:			5px 0 5px 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#annuncio_vetrina_agenzia .item{
	width:				240px;
	height:				115px;
	display:			block;
	float:				left;
	margin:				12px 0 5px 11px;
	color:				#003263;
}
#annuncio_vetrina_agenzia .img{
	width:				102px;
	float:				left;
	background-color:	#cccccc;
	padding:			7px 8px;
	margin:				0 5px 0 0;
}
#annuncio_vetrina_agenzia .img IMG{
	border:				1px solid #000000;
}
#annuncio_vetrina_agenzia .img IMG:hover{
	border:				1px solid #cc0001;
	cursor:				pointer;
}
#annuncio_vetrina_agenzia .img A{
	width:				46px;
	float:				left;
	background-color:	#013366;
	color:				#FFFFFF;
	text-align:			center;
	padding:			1px 0 2px 0;
	margin:				15px 0 0 0;	
}
#annuncio_vetrina_agenzia .img A:hover{
	text-decoration:	none;
	background-color:	#cc0001;
}
#annuncio_vetrina_agenzia .cat{
	width:				117px;
	float:				left;
	font-weight:		bold;
	margin:				7px 0;
	text-align:			left;
	text-transform:		uppercase;
	font-size:			10px;
	color:				#9f9f9f;
}
#annuncio_vetrina_agenzia .cat:hover{
	text-decoration:	none;
}
#annuncio_vetrina_agenzia .tit{
	width:				117px;
	float:				left;
	font-weight:		bold;
}
#annuncio_vetrina_agenzia .prezzo{
	width:				117px;
	float:				left;
	font-weight:		bold;
	margin:				7px 0;
	color:				#cc0001;
}
#ss_s {
	background: #000 !important;
	border: 1px solid #333;
}
a#ss_x {
	background: #666;
	margin: 5px;
	padding: 2px 5px;
	color: #fff;
}
a#ss_x:hover {
	background: #999;
}
img#ss_i {
	padding: 5px;
	background: #333;
}
.clear {
	clear: both;
}
.btn_insannuncio {
	float: right;
	margin-top: -50px;
}