/*
    Document   : style
    Created on : 22-lug-2011, 10.57.32
    Author     : Vincenzo S.
    Description:
*/

/*
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * Inizio stile pagina
 */
body {
	background: url(http://images.prendicasa.it/bg-page.jpg) 0 0 repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 12px;
}

em {
	font-style: oblique;
}

#links-top {
	width: 980px;
	margin: 5px auto 0px;
	padding-right: 10px;
	min-height:35px;
}

#links-top, #links-top a {
	color: #333;
}

#container {
	width: 990px;
	margin: 0 auto;
	border-top: 1px solid #a8c366;
}

.clear		{ clear: both; }
.f-right	{ float: right; }
.f-left	{ float: left; }
.green		{ color: #8ba548; }
strong		{ font-weight: bold; }
.center		{ text-align: center; }
.apice		{ vertical-align: super; font-size: 8px;  }

.icon-fb {
	background: url(http://images.prendicasa.it/sprite.png) -620px 0 no-repeat;
	width: 21px;
	height: 21px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin: 0 3px;
}

.icon-twitter {
	background: url(http://images.prendicasa.it/sprite.png) -620px -24px no-repeat;
	width: 21px;
	height: 21px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin: 0 3px;
}

#ff_hghg {

}

#header-home {
	width: 958px;
	background: #FFF;
	margin: 0 auto;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	padding-top: 1px;
	padding-bottom: 12px;
}

#header-home h1 {
	font-size: 22px;
	color: #333;
	text-align: right;
	padding-right: 30px;
	padding-top: 22px;
}

#header-home h2 {
	text-align: right;
	padding-right: 30px;
	color: #666;
	line-height: 18px;
}

#logo-hp {
	background: url(http://images.prendicasa.it/sprite.png) 0 0 no-repeat;
	width: 260px;
	height: 40px;
	text-indent: -9000px;
	margin: 25px 0 0 30px;
	display: block;
	float: left;
}

.shadow-top {
	background: url(http://images.prendicasa.it/shadow-top.png) 0 0 no-repeat;
	width: 990px;
	height: 12px;
}

#form-home {
	width: 680px;
	background: #e7e7de;
	border-right: 1px solid #BBB;
	float: left;
	padding-bottom: 20px;
	height: 410px;
}

#form-home a {
	color: #8ba548;
}

#form-home-right {
	width: 308px;
	background: #e7e7de;
	height: 410px;
	border-left: 1px solid #FFF;
	float: left;
	padding-bottom: 20px;
}

#map-path {
	background: #333;
	color: #FFF;
	font-size: 11px;
	padding: 5px 10px 5px 15px;
	color: #fed221;
	font-size: 14px;
	height: 28px;
}

#map-path a {
	color: #CCC;
	text-decoration: none;
	font-size: 11px;
}

#map-path a:hover {
	color: #fed221;
	text-decoration: underline;
}

#map {
	width: 300px;
	height: 300px;
	margin-top: 27px;
	margin-left: 45px;
	float: left;
}

#frm-search-home {
	width: 270px;
	float: left;
	padding-top: 20px;
	margin-left: 20px;
}
#frm-search-home .row {
	clear: both;
	margin: 6px 0;
}

#frm-search-home .label {
	font-size: 23px;
	background: url(http://images.prendicasa.it/sprite.png) -611px -49px no-repeat;
	line-height: 29px;
	padding-left: 35px;
	color: #333;
	margin-left: 46px;
	margin-bottom: 10px;
}

#frm-search-home label {
	display: block;
	width: 80px;
	font-weight: bold;
	color: #333;
	float: left;
	line-height: 22px;
}

#frm-search-home select {
	width: 180px;
}

#frm-search-home .prezzo {
	width: 65px;
}

#frm-search-home .cerca {
	background: url(http://images.prendicasa.it/sprite.png) 0 -89px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	margin: 15px auto 0;
}

#frm-search-home .problemi-ricerca {
	margin-left: 80px;
	font-size: 11px;
	color: #333;
}

.search-big-city {
	padding-left: 155px;
	line-height: 16px;
	color: #333;
	margin-top: 10px;
}

.vendi-casa {
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-top: 45px;
	border-bottom: 1px solid #BBB;
	padding-bottom: 40px;
}

.vendi-casa a {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 60px;
	background: url(http://images.prendicasa.it/sprite.png) -190px -89px no-repeat;
	text-indent: -9000px;
	margin-top: 20px;
}

.box-newsletter-home {
	border-top: 1px solid #FFF;
}

.box-newsletter-home-inner {
	padding: 40px 25px 0px;
}

.box-newsletter-home-inner label {
	font-size: 18px;
	color: #333;
}

.box-newsletter-home-inner .desc {
	font-size: 13px;
	color: #666;
	background: url(http://images.prendicasa.it/sprite.png) -555px -89px no-repeat;
	padding-left: 100px;
	height: 79px;
	margin: 20px 0 10px;
	line-height: 16px;
	/* font-weight: bold; */
}

.box-newsletter-home-inner .bt-iscriviti {
	background: url(http://images.prendicasa.it/sprite.png) -111px -90px no-repeat;
	width: 78px;
	height: 39px;
	border: none;
	text-indent: -9000px;
	display: block;
	float: left;
	margin-left: 3px;
}

.box-newsletter-home-inner input {
	padding: 5px;
	font-size: 14px;
	width: 162px;
	color: #666;
	float: left;
	margin-top: 3px;
}

#last-ads-home {
	width: 985px;
	margin: 20px auto;
}

#last-ads-home h3, .tabs-home h3 {
	color: #151515;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#last-ads-home .list-ads {
	background: #e7e7de;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#last-ads-home .ad {
	background: #FFF;
	width: 165px;
	height: 175px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	padding: 10px;
	font-size: 13px;
	color: #333;
	line-height: 14px;
	font-weight: bold;
}

#last-ads-home .ad a {
	text-decoration: none;
	color: #333;
}

#last-ads-home .margin-right {
	margin-right: 10px;
}

#last-ads-home .ad img {
	border: none;
}

#last-ads-home .ad .citta {
	margin-top: 10px;
}

#last-ads-home .ad .price {
	font-size: 18px;
	color: #151515;
	line-height: 30px;
}

#content-tab-home {
	margin-bottom: 30px;
}

#content-tab-home ul li {
	float: left;
	width: 160px;
	line-height: 22px;
	font-size: 14px;
}

#content-tab-home ul li a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#content-tab-home ul li a:hover {
	text-decoration: underline;
	color: #151515;
}

.link-other-city {
	color: #8ba548 !important;
}

/**
 * Stile footer
 */
#footer {
	border-top: 1px solid #CCC;
	padding-top: 30px;
	margin: 20px 0 40px;
}

#footer .links {
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}

#footer .links a:first-child {
	padding: 0px 10px 0px 0px;
	border: none;
}

#footer .links a {
	color: #748b3a;
	padding: 0px 10px;
	border-left: 1px solid #CCC;
	text-decoration: none;
	font-weight: bold;
}

#footer .links a:hover {
	text-decoration: underline;
}

#footer .links a.grigetto {
	color: #999;
}

#footer .webpage a {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

#footer .other {
	font-size: 11px;
	color: #999;
	line-height: 13px;
}

#footer .logo {
	background: url(http://images.prendicasa.it/sprite.png) 0px -576px no-repeat;
	width: 120px;
	height: 20px;
	float: left;
	display: block;
	text-indent: -9000px;
	margin-right: 20px;
	margin-top: 3px;
}


/*
 * Stile per la gestione degli errori
 */
#msg-from-async {
	display: none;
	padding-top: 10px;
	padding-bottom: 15px;
	position: fixed;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #FFF;
	top:0;
	z-index: 10000;
}

#msg-from-async a {
	color: #FFF;
}

.error {
	background: #B90201 !important;
}

.ok {
	background: #2b3809 !important;
}

#msg-from-async-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 35px;
}

.close-msg-from-async {
	position: fixed;
	width: 30px;
	height: 20px;
	background: url(http://images.prendicasa.it/sprite.png) -610px -483px no-repeat;
	cursor: pointer;
}

.err-msg {
	background: url(http://images.prendicasa.it/sprite.png) -620px -284px no-repeat;
	line-height: 15px;
	padding-left: 22px;
	color: #C80301;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 12px;
}

.icon-ok {
	background: #2b3809 url(http://images.prendicasa.it/sprite.png) -610px -502px no-repeat !important;
}

.icon-error {
	background: #B90201 url(http://images.prendicasa.it/sprite.png) -610px -453px no-repeat;
}


/*
 * Stile pagina results.php
 */
#breadcrumbs {
	padding-left: 25px;
	line-height: 18px;
	width: 730px;
	float: left;
	margin-top: 7px;
}

#breadcrumbs .item {
	 float: left;
}

.bt-inserisci-annuncio {
	float: right;
	background: url(http://images.prendicasa.it/sprite.png) 0 -354px no-repeat;
	width: 202px;
	height: 35px;
	display: block;
	text-indent: -9000px;
}

#logo-result {
	width: 234px;
	height: 80px;
	background: url(http://images.prendicasa.it/sprite.png) 0 -161px no-repeat;
	display: block;
	text-indent: -9000px;
	margin-left: 10px;
	float: left;
	border-right: 1px solid #E7E7DE;
}

#header-result {
	width: 974px;
	background: #FFF;
	margin-left: 16px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	padding-top: 1px;
	padding-bottom: 12px;
}

#header-result .h1 {
	font-size: 24px;
	/* font-weight: bold; */
	padding-top: 18px;
	padding-left: 15px;
	letter-spacing: -1px;
	color: #333;
	width: 550px;
}

#header-result .h1 .qt-ads {
	padding-right: 5px;
	float: left;
	display: block;
	font-size: 23px;
}

.ad-social {
	float: right;
	width: 130px;
}

.gplus		{ padding: 3px 0;}
.fb			{ padding: 10px 0 3px }
.twitter	{ padding-top: 3px; }
.bt-agenzie {
	background: url(http://images.prendicasa.it/sprite.png) -275px -178px no-repeat;
	width: 240px;
	height: 75px;
	display: block;
	text-indent: -9000px;
	margin: 5px 0;
}
.bt-imprese {
	background: url(http://images.prendicasa.it/sprite.png) -275px -267px no-repeat;
	width: 240px;
	height: 75px;
	display: block;
	text-indent: -9000px;
	margin-bottom: 5px;
}
.bt-riviste {
	background: url(http://images.prendicasa.it/sprite.png) -275px -350px no-repeat;
	width: 240px;
	height: 75px;
	display: block;
	text-indent: -9000px;
}

#result-left-col {
	width: 260px;
	float: left;
}

#result-left-col .shadow {
	background: url(http://images.prendicasa.it/sprite.png) 0 -248px no-repeat;
	width: 260px;
	height: 12px;
	margin-top: -12px;
	border-right: 1px solid #E7E7DE;
}

#search-form {
	font-size: 11px;
	background: #e7e7de;
	padding: 13px 10px 13px 12px;
}

#search-form a {
	color: #748b3a;
	font-size: 12px;
	font-weight: bold;
}

#search-form .row {
	clear: both;
	padding: 3px 0;
}

#search-form label {
	width: 65px;
	display: block;
	float: left;
	line-height: 22px;
	color: #666;
	font-weight: bold;
}

#search-form .label {
	font-size: 21px;
	background: url(http://images.prendicasa.it/sprite.png) -611px -49px no-repeat;
	line-height: 29px;
	padding-left: 35px;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

#search-form select {
	width: 170px;
}

#search-form .prezzo {
	width: 58px;
}

#search-form .nomeagenzia {
	width: 165px;
}

#search-form .cerca {
	background: url(http://images.prendicasa.it/sprite.png) 0 -89px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	cursor: pointer;
	display: block;
	margin: 10px auto 0;
}

#search-form .options {
	border-bottom: 1px solid #CCC;
	padding: 10px 0 15px 0;
}

#search-form .option {
	float: left;
	width: 50%;
}

#search-form .problemi-ricerca {
	color: #333;
	font-size: 11px;
	font-weight: normal;
}

/* accordion */
#search-different, #search-different-bottom{
    margin:20px 0;
    padding:0 10px;
    font-size:12px;
}
#search-different li, #search-different-bottom li{
    line-height:14px;
    font-weight:bold;
    margin:10px 0;
}
#search-different li a, #search-different-bottom li a{
    text-decoration:none;
	color: #748b3a;
}
#search-different ul, #search-different-bottom ul{
    margin:5px 0 5px 15px;
}
#search-different ul li, #search-different-bottom ul li{
    font-weight:normal;
    margin:0;
	padding-left: 15px;
	line-height: 18px;
}
#search-different ul li a, #search-different-bottom ul li a{
    text-decoration:underline;
}

.more-js, .no-more-js {
    text-decoration: underline !important;
    font-weight: bold;
    background: url(http://images.prendicasa.it/sprite.png) 3px -57px no-repeat;
    padding-left: 15px;
	color: #333 !important;
	font-size: 13px;
}

#listing-result {
	width: 730px;
	background: #FFF;
	float: left;
	border-top: 1px solid #e7e7de;
}

.vedi-anche {
	padding: 10px 5px 12px 10px;
}

.vedi-anche label {
	display: block;
	float: left;
	width: 80px;
	line-height: 16px;
	font-weight: bold;
}

.vedi-anche ul {
	float: left;
	width: 635px;
}

.vedi-anche li {
	float: left;
	padding-right: 7px;
	line-height: 16px;
}

.vedi-anche a {
	color: #748b3a;
}

#listing-result .tabs {
	width: 730px;
	height: 40px;
	background: #333;
}

#listing-result .tabs a {
	background: #333;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 18px;
	color: #FFF;
	text-decoration: none;
	/* border-right: 1px solid #0A0A0A; */
	line-height: 40px;
	border-right: 1px solid #666;
	color: #999;
}

#listing-result .tabs a:hover {
	background: #000;
	color: #FFF;
}

#listing-result .ordinamento {
	/* width: 320px; */
	color: #999;
	float: right;
	font-size: 12px !important;
	padding-right: 10px !important;
	border-right: none !important;
	font-weight: bold;
	padding: 0 18px;
	line-height: 40px;
}

#listing-result .ordinamento-inner {
	float: right;
}

#listing-result .ordinamento select {
	font-size: 11px;
}

#listing-result .selected {
	color: #FFF !important;
}

/**
 * Stile snippet annuncio nel listing
 */
#listing-result .snippet {
	margin: 20px 10px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 20px;
}

#listing-result .snippet:first-child {

}

#listing-result .snippet .other-info {
	float: left;
	width: 400px;
	margin-left: 10px;
}

#listing-result .snippet .summary a {
	font-size: 16px;
	font-weight: bold;
	color: #748b3a;
	text-decoration: none;
	margin-bottom: 2px;
	display: block;
}

#listing-result .snippet .summary a:hover {
	text-decoration: underline;
}

#listing-result .snippet .location {
	color: #333;
	padding: 3px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	float: left;
}

#listing-result .snippet .description {
	color: #666;
	line-height: 16px;
	font-size: 12px;
}

#listing-result .snippet .dtlisted {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

#listing-result .snippet .icons {
	position: absolute; top: 121px;
}

#listing-result .snippet .info-cantiere {
	position: absolute; top: 150px;
}

#listing-result .snippet .icon-mappa {
	display: block;	width: 19px; height: 16px;
	background: url(http://images.prendicasa.it/sprite.png) -623px -408px no-repeat;
	float: left;
	margin-left: 5px;
	width: 50px;
	padding-left: 22px;
	margin-top: 2px;
	line-height: 16px;
	font-size: 11px;
}

#listing-result .snippet .icon-mappa a {
	color: #748b3a !important;
}

#listing-result .snippet .icon-vt {
	display: block;	width: 17px; height: 17px;
	background: url(http://images.prendicasa.it/sprite.png) -624px -384px no-repeat;
	float: left;
	margin-right: 5px;
	width: 80px;
	padding-left: 20px;
	line-height: 18px;
}

#listing-result .snippet .icon-planimetria {
	display: block;	width: 17px; height: 17px;
	background: url(http://images.prendicasa.it/sprite.png) -624px -430px no-repeat;
	float: left;
	margin-right: 5px;
	width: 75px;
	padding-left: 20px;
	line-height: 18px;
}

#listing-result .snippet .icon-video {
	display: block;	width: 17px; height: 17px;
	background: url(http://images.prendicasa.it/sprite.png) -624px -360px no-repeat;
	float: left;
	width: 50px;
	padding-left: 20px;
	line-height: 18px;
}

#listing-result .snippet .icons a {
	color: #666;
	padding-right: 10px;
}

#listing-result .snippet .data-right {
	float: left;
	width: 120px;
	text-align: right;
	color: #666;
	font-size: 14px;
}

#listing-result .snippet .other-foto img {
	border: 1px solid #CCC;
	padding: 2px;
	margin-top: 5px;
}

#listing-result .snippet .margin-right {
	margin-right: 5px;
}

#listing-result .snippet .data-right .price {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-align: right;
}

#listing-result .snippet .data-right .mq {
	text-align: right;
}

#listing-result .cantiere-agen {
	margin-top: 37px;
}

#listing-result .vedi-scheda, #listing-result .contatta-ora {
	display: block;
	width: 108px;
	height: 27px;
	background: url(http://images.prendicasa.it/sprite.png) no-repeat;
	text-indent: -9000px;
	text-align: left;
}

#listing-result .vedi-scheda {
	background-position: -532px -167px;
	margin: 20px auto 0;
}

#listing-result .contatta-ora {
	background-position: -532px -194px;
	margin: 0 auto;
}



#listing-result .thumb {
	border: 1px solid #CCC;
	padding: 2px;
	display: block;
	width: 170px;
	height: 130px;
	float: left;
	position: relative;
	text-decoration: none;
}

#listing-result .thumb .qt-fotos {
	position: absolute;
	top: 110px; left: 0;
	background: #fed221;
	display: block;
	padding: 4px 10px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

#listing-result .thumb .icon-new {
	position: absolute;
	top: 0px; left: 0;
	display: block;
	width: 55px;
	height: 55px;
	background: url(http://images.prendicasa.it/sprite.png) -536px -232px no-repeat;
}

#listing-result .thumb .icon-cantiere {
	position: absolute;
	top: 93px; left: 130px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(http://images.prendicasa.it/sprite.png) -215px -271px no-repeat;
}

#listing-result .other-ads {
	background: #d6e6ae;
	width: 700px;
	margin-left: 5px;
	padding: 10px;
	font-size: 16px;
}

/*
 * Paginazione
 */
.pagination {
	font-size: 16px;
	font-weight: bold;
}

.pagination .p {
	padding: 0 6px;
	color: #748b3a;

}

.pagination .selected {
	text-decoration: none;
	background: #333;
	padding: 2px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pagination .trovato-niente {
	margin: 20px 0 40px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.pagination .question {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
}
.pagination .trovato-niente a {
	color: #748b3a;
}

/*
 * Stile pagina AD
 */
#ad-left-col {
	width: 260px;
	float: left;
}

#ad-left-col .shadow {
	background: url(http://images.prendicasa.it/sprite.png) 0 -248px no-repeat;
	width: 260px;
	height: 12px;
	margin-top: -12px;
	border-right: 1px solid #e7e7de;
}

#logo-ad {
	width: 234px;
	height: 80px;
	background: url(http://images.prendicasa.it/sprite.png) 0 -161px no-repeat;
	display: block;
	text-indent: -9000px;
	margin-left: 10px;
}

#ad-left-col .logo {
	background: #FFF;
	width: 243px;
	margin-left: 16px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border-right: 1px solid #E7E7DE;
}

/**
 * Stile Form "richiedi informazioni"
 */
#box-richiedi-info {
	background: #e7e7de;
	padding: 20px;
	font-size: 11px;
}

#box-richiedi-info a {
	color: #748b3a;
}

#box-richiedi-info .input {
	width: 210px;
	padding: 5px;
	border: 1px solid #BBB;
	border-top: 1px solid #999;
	font-size: 12px;
	color: #333;
	font-family: Arial;
	margin: 3px 0;
}

#box-richiedi-info textarea {
	height: 100px;
	font-size: 11px;

}

#box-richiedi-info .label {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

#box-richiedi-info .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 40px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto 0;
	cursor: pointer;
}

#frm-richiedi-info {
	border-top: 1px solid #FFF;
	padding-top: 10px;
	/* border-bottom: 1px solid #CCC; */
}

#views-other-ads-left {
	margin-top: 5px;
	display: block;
}

/**
 * Stile per box "Proposto da:" sulla colonna di sinistra
 */
#info-ads {
	border: 10px solid #e7e7de;
	margin-top: 10px;
	color: #666;
}

#info-ads label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 0 0 10px 0;
	background: #E7E7DE;
}

#info-ads .inner {
	padding: 10px;
}

#info-ads .logo-ads {
	padding: 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #CCC;
	background: #FFF;
	float: left;
	margin-right: 10px;
}

#info-ads .indirizzo {
	font-size: 12px;
	line-height: 16px;
}

#info-ads .indirizzo a {
	font-size: 11px;
	color: #748b3a;
	font-weight: bold;
	line-height: 13px;
}

#info-ads .name-ads {
	margin-bottom: 5px;
}

#info-ads .name-ads a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
}

#info-ads .links {
	color: #748b3a;
	font-size: 14px;
	display: block;
	width: 150px;
	margin: 7px 0 7px 70px;
	font-weight: bold;
}

#info-ads .view-phone {
	background: url(http://images.prendicasa.it/sprite.png) -283px -4px no-repeat;
	width: 160px;
	height: 55px;
	display: block;
	margin: 10px auto;
}

#info-ads .phone {
	font-size: 18px;
	text-align: center;
	line-height: 75px;
}




#ad-right-col {
	background: #FFF;
	float: left;
	width: 730px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	padding-top: 10px;
}

#ad-right-col .bt-back {
	margin-left: 15px;
	background: url(http://images.prendicasa.it/sprite.png) -622px -335px no-repeat;
	padding-left: 25px;
	color: #748b3a;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
}

/**
 * Stile header dettaglio annuncio "H1, Indirizzo, Prezzo e mq."
 */
#ad-right-col .ad-header {
	color: #999;
	padding: 12px 20px 15px 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #E7E7DE;
	border-bottom: 1px solid #E7E7DE;
}

#ad-right-col .ad-header h1 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 490px;
}

#ad-right-col .fonte {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

#ad-right-col .fonte  a {
	color: #748b3a;
}

#ad-right-col .stats {
	font-size: 12px;
	margin-top: 10px;
	color: #666;
}

#ad-right-col .ad-header .prezzo {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.tabs-ad {
	padding: 10px 10px;
}

.tabs-ad .bt-foto	 { margin-right: 5px; display: block; background: url(http://images.prendicasa.it/sprite.png) -1px -448px no-repeat; float: left; width: 51px; height: 25px; text-indent: -9000px; }
.tabs-ad .bt-mappa	 { margin-right: 5px; display: block; background: url(http://images.prendicasa.it/sprite.png) -56px -448px no-repeat; float: left; width: 52px; height: 25px; text-indent: -9000px; }
.tabs-ad .bt-stampa  { margin-right: 5px; display: block; background: url(http://images.prendicasa.it/sprite.png) -403px -448px no-repeat; float: left; width: 79px; height: 25px; text-indent: -9000px; }
.tabs-ad .bt-floor	 { margin-right: 5px; display: block; background: url(http://images.prendicasa.it/sprite.png) -299px -448px no-repeat; float: left; width: 100px; height: 25px; text-indent: -9000px; }
.tabs-ad .bt-virtual { margin-right: 5px; display: block; background: url(http://images.prendicasa.it/sprite.png) -195px -448px no-repeat; float: left; width: 100px; height: 25px; text-indent: -9000px; }
.tabs-ad .bt-video	 { margin-right: 5px; display: block; background: url(http://images.prendicasa.it/sprite.png) -112px -448px no-repeat; float: left; width: 79px; height: 25px; text-indent: -9000px; }

.tabs-ad .bt-foto:hover		{ background-position: -1px -476px; }
.tabs-ad .bt-mappa:hover	{ background-position: -56px -476px; }
.tabs-ad .bt-stampa:hover	{ background-position: -403px -476px; }
.tabs-ad .bt-floor:hover	{ background-position: -299px -476px; }
.tabs-ad .bt-virtual:hover	{ background-position: -195px -476px; }
.tabs-ad .bt-video:hover	{ background-position: -112px -476px; }

.tabs-ad .selected.bt-foto {
	background-position: -1px -476px;
}

.tabs-ad .succ {
	color: #748b3a;
	padding: 0 6px 0 25px;
	line-height: 24px;
}
.tabs-ad .prec {
	color: #748b3a;
	padding: 0 8px 0 0;
	line-height: 24px;
}

#ad-right-col .left {
	padding-left: 10px;
	width: 500px;
	float: left;
}

.nav-foto {
	background: #e7e7de;
	padding: 5px 10px;
}

.nav-foto .prec {
	display: block;
	width: 10px;
	height: 20px;
	background: url(http://images.prendicasa.it/sprite.png) -479px -95px no-repeat;
	text-indent: -9000px;
	float: left;
}

.nav-foto .succ {
	display: block;
	width: 10px;
	height: 20px;
	background: url(http://images.prendicasa.it/sprite.png) -479px -115px no-repeat;
	text-indent: -9000px;
	float: right;
}

.nav-foto .nr-foto {
	float: left;
	width: 460px;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 20px;
}

.ad-details, .ad-mapplusvideo, .ad-description, .ad-video, .ad-virtual, .ad-floor, #capitolati {
	margin-top: 20px;
}

.ad-details h3, .ad-description h3, .ad-video h3, .ad-floor h3, .ad-virtual h3, .ad-mapplusvideo h3, #soluzioni-abitative h3, #capitolati h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
}

.ad-description {
	background: #FFF;
}

.torna-su {
	float: right;
	color: #748b3a;
}

.ad-details li {
	float: left;
	width: 250px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}

.ad-details li span {
	color: #666;
	display: block;
	float: left;
	width: 120px;
	font-weight: normal;
}

.ad-description p {
	line-height: 16px;
	color: #666;
}

#ad-right-col .right {
	margin-left: 15px;
	width: 205px;
	float: left;
}

#ad-right-col .gallery a {
	margin: 0 4px 8px 4px;
	display: block;
	width: 90px;
	height: 70px;
	border: 1px solid #CCC;
	float: left;
}

#ad-left-col .links {
	margin: 20px 5px;
}

#ad-left-col .links a {
	display: block;
	background: url(http://images.prendicasa.it/sprite.png) -622px -230px no-repeat;
	padding: 0px 0px 5px 25px;
	font-size: 13px;
	line-height: 18px;
	color: #748b3a;
	font-weight: bold;
}

#ad-left-col .links .bt-stampa			{ background-position: -622px -230px; }
#ad-left-col .links .bt-ricevi-annunci	{ background-position: -622px -256px; }
#ad-left-col .links .bt-segnala-errori	{ background-position: -622px -282px; }
#ad-left-col .links .richiedi-immobile	{ background-position: -622px -312px; }


/*
 * Stile form "Invia ad un amico"
 */
#ad-sendtoafriend {
	background: #EEEEEE;
	margin-top: 20px;
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#ad-sendtoafriend .inner {
	padding: 10px;
}

#ad-sendtoafriend .bg-cover-top {
	background:  url(http://images.prendicasa.it/sprite.png) -10px -512px no-repeat;
	height: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#ad-sendtoafriend .bg-cover-bottom {
	background:  url(http://images.prendicasa.it/sprite.png) -10px -511px no-repeat;
	height: 12px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#ad-sendtoafriend input {
	width: 180px !important;
	color: #666;
	margin-bottom: 5px;
}

#ad-sendtoafriend textarea {
	width: 172px  !important;
}

#ad-sendtoafriend button {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 5px auto;
	cursor: pointer;
}

#ad-sendtoafriend label {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #CCC;
}

#ad-sendtoafriend form {
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

/**
 * Stile per form "Quanto pagheresti per questo immobile?"
 */
.ad-questionaboutprice {
	padding: 10px;
	background: #d6e6ae;
	margin-top: 15px;
}

.ad-questionaboutprice input {
	width: 100%;
}

.ad-questionaboutprice .label {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #b6c985;
	line-height: 20px;
}

.ad-questionaboutprice .p {
	border-top: 1px solid #FFF;
	padding-top: 10px;
	line-height: 15px;
}

.ad-questionaboutprice .backgroundprice {
	padding: 5px 0 10px 0;
}

.ad-questionaboutprice .backgroundprice strong {
	font-size: 16px;
}

#przVisual {
}

#przVisual label {
	padding-top: 5px;
	display: block;
}

#przVisual a {
	color: #333;
}

#przVisual em {
	font-style: oblique;
	font-weight: bold;
	margin-top: 5px;
	display: block;
}

#przVisual p {
	font-size: 11px;
	line-height: 14px;
}

#przVisual button {
	background: url(http://images.prendicasa.it/sprite.png) 0px -314px no-repeat;
	width: 150px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 5px auto;
	cursor: pointer;
}

#fotogallery li {
	margin: 20px 30px 30px;
	float: left;
	width: 292px;
	height: 260px;
}

#fotogallery img {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}

#fotogallery .title a {
	font-size: 16px;
	color: #748b3a;
	line-height: 18px;
	font-weight: bold;
}

.fotogallery-information {
	margin-top: 5px;
	color: #333;
	font-weight: bold;
}

/**
 * Stile per la tabella soluzioni abitative (AD cantiere)
 */
#soluzioni-abitative {
	margin-top: 20px;
}

#soluzioni-abitative img {
	border: 1px solid #CCC;
}

#soluzioni-abitative td {
	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	/* font-weight: bold; */
	color: #333;
}

#soluzioni-abitative th {
	color: #FFF;
	background: #8ba548;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#soluzioni-abitative .dettagli {
	display: block;
	width: 69px;
	height: 27px;
	text-indent: -9000px;
	background: url(http://images.prendicasa.it/sprite.png) 1px -390px no-repeat;
	margin-left: 5px;
}

#capitolati a {
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	float: left;
	background: url(http://images.prendicasa.it/sprite.png) -453px -438px no-repeat;
	text-indent: -9000px;
}

.classe-energetica {
	margin-top: 10px;
	line-height: 25px;
}

.ce {
	background: url(http://images.prendicasa.it/sprite.png) 0 0 no-repeat; display: block; width: 55px; height: 25px; float: left; margin-left: 10px;
}

.classe-8811 { background-position: -536px -295px }
.classe-8812 { background-position: -536px -321px }
.classe-8813 { background-position: -536px -348px }
.classe-8814 { background-position: -536px -374px }
.classe-8815 { background-position: -536px -400px }
.classe-8816 { background-position: -536px -425px }
.classe-8817 { background-position: -536px -452px }
.classe-8818 { background-position: -536px -477px }

#slideshow a {
	margin: 0 10px 5px 0;
	display: block;
	float: left;
	border: none;
	overflow: hidden;
}

#slideshow a:hover		{ border: 6px solid #333; }
#slideshow a:hover img	{ margin: -6px; }

#slideshow .selected {	border: 6px solid #333; }
#slideshow .selected img {	margin: -6px }

#noresults {
	padding: 30px 15px;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

#noresults a {
	color: #748b3a;
}

#noresults .title {
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
	line-height: 24px;
}

#noresults ul {
	padding-left: 40px;
	margin-top: 10px;
}

#noresults li {
	list-style-type:disc;
	line-height: 24px;
}

#list-advs {
	border-top: 1px solid #E7E7DE;
	padding: 10px 0 0 10px;
}

#list-advs .adv-logo {
	float: left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-right: 10px;
}

#list-advs li {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	line-height: 20px;
}

#list-advs .titolo a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#list-advs .adv-desc {
	float: left;
	width: 340px;
	padding-left: 10px;
	color: #666;
}

#list-advs .vedi-immobili, #list-advs .website a {
	color: #748b3a;
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 150px;
	text-align: center;
}

#list-advs .view-phone {
	color: #748b3a;
	font-weight: bold;
}

/**
 * Stile per le info dell'agenzia nell'header results ADVS
 */
.info-adv {
	padding: 17px 0 0 20px;
}

.info-adv .logo-adv {
	margin-right: 20px;
}

.info-adv .advs-name {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.info-adv .view-phone {
	display: block;
	font-size: 14px;
	color: #748b3a;
	line-height: 24px;
}

.info-adv .links {
	margin-top: 40px;
	padding-left: 20px;
}

.info-adv .links a {
	display: block;
	color: #748b3a;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	background: url(http://images.prendicasa.it/sprite.png) 0 0 no-repeat;
	padding-left: 25px;
	line-height: 20px;
}

.info-adv .vedi-mappa {
	background-position: -625px -405px !important;
}

.info-adv .scrivi-email {
	background-position: -623px -255px !important;
}

.info-adv h1 {
	padding:0px !important; margin: 0px !important;
}

.info-adv .ads-agency {
	line-height: 24px;
	font-size: 13px;
	color: #666;
}

#result-left-col .menu {
	background: #E7E7DE;
	padding: 20px;
}

.menu a {
	text-decoration: none;
	color: #748b3a;
	font-size: 16px;
	font-weight: bold;
}

.menu a:hover {
	text-decoration: underline;
}

.menu ul li {
	line-height: 40px;
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#main {
	background: #FFF;
	font-size: 14px;
	/* line-height: 22px; */
	float: left;
	width: 710px;
	padding: 10px;
	border-top: 1px solid #E7E7DE;
}

#main a {
	color: #748b3a;
}

#main h2 {
	font-size: 20px;
	font-weight: bold;
	color: #748b3a;
	margin: 20px 0 10px 0;
}

/*
 * Form contatti
 */
#frmContatti {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    width: 670px;
	padding:10px;
}

#frmContatti .leftCol {
    float: left;
    width: 50%;
	margin-top:5px;
	margin-right: 10px;
}

#frmContatti .rightCol {
    float: left;
    width: 45%;
	margin-top:5px;
}

#contentbox fieldset {
    padding: 10px;
}

#contaxtbox li {
    margin: 5px 0;
}

#frmContatti label {
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 110px !important;
	font-size: 13px;
	line-height: 25px;
}

#frmContatti input.text {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    padding: 5px;
    width: 180px;
}

#frmContatti input, #frmContatti select, #frmContatti textarea {
    border: 1px solid #CCCCCC;
    margin: 0;
}

#frmContatti input.text {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    padding: 5px;
    width: 180px;
	margin-bottom: 5px;
}

#frmContatti .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto;
	cursor: pointer;
}

/**
 * Stile per l'elenco delle filiali nella pagina contatti
 */
#contactbox .info-agenzia {
	margin-bottom: 20px;
	line-height: 20px;
	width: 330px;
	float: left;
	padding-right: 25px;
}

#contactbox .info-adr {
	color: #666;
}

#contactbox .info-org {
	font-weight: bold;
}



.content-privacy h4 {
	color: #748b3a;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 18px;
}

.content-privacy p {
	margin-bottom: 30px;
}

.content-privacy ol {
	padding-left: 20px;
}

.content-privacy ol li {
	list-style-type: disc;
}

/*
 * form generic request "Richiedi immobile" pagina statica
 */
#generic-request .row {
	margin: 5px 0;
}

#generic-request h6 {
	font-size: 18px;
	color: #748b3a;
	font-weight: bold;
	border-bottom: 1px dotted #748b3a;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#generic-request select {
	width: 180px;
}

#generic-request .input1 {
	width: 176px;
}

#generic-request .row label {
	width: 140px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}

#generic-request .checkbox {
	float: left;
	width: 20px;
}

#generic-request .cb-left {
	width: 150px;
	font-size: 11px;
	color: #666;
	line-height: 13px;
	margin-bottom: 10px;
	padding-top: 3px;
}

#generic-request .cb-left .label {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#generic-request .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto;
	cursor: pointer;
}

/*
 * Stile plugin "popup"
 */
#popup {
	border: 10px solid #CCC;
	background: #FFF;
}

#pop_close {
	background: url(http://images.prendicasa.it/sprite.png) -214px -317px no-repeat;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

#mask {
	position:fixed; left:0; top:0; z-index:9000; width:100%;
	display:none;
	background: url(http://images.prendicasa.it/bg_mask.png);
}

/*
 * Stile popup "Cosa ne pensi di PrendiCasa.it?"
 */
#thinking-form {
	padding: 10px;
	font-size: 16px;
	background: #FFF;
}

#thinking-form a {
	color: #748b3a;
}

#thinking-form .title-box {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

#thinking-form .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto;
	cursor: pointer;
}

#thinking-form input, textarea {
	font-family: arial;
	width: 365px;
	font-size: 16px;
	padding: 5px;
	color: #666;
}

/*
 * Stile popup "Contatto diretto agenzia"
 */
#contatta-adv {
	padding: 10px;
	font-size: 16px;
	background: #FFF;
	width: 375px;
}

#contatta-adv a {
	color: #748b3a;
}

#contatta-adv .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto;
	cursor: pointer;
}

#contatta-adv h1 {
	font-size: 24px;
	font-weight: bold;
	color: #748b3a;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#contatta-adv .row {
	margin: 5px 0;
}

#contatta-adv label {
	width: 100px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}

#contatta-adv .input, #contatta-adv textarea {
	font-family: arial;
	width: 260px;
	font-size: 16px;
	padding: 3px;
	color: #666;
}

#contatta-adv textarea {
	width: 262px;
}

#contatta-adv .privacy {
	font-size: 11px;
	color: #666;
}

/*
 * Form iscrizione alla newsletter
 */
#form_newsletter {
	background: #FFF;
	padding: 10px;
	width: 620px;
}

#form_newsletter a {
	color: #748b3a;
}

#form_newsletter .popup-title-textarea {
	font-size: 14px;
}

#form_newsletter .title-box {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#form_newsletter .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto;
	cursor: pointer;
}

#form_newsletter label {
	display: block;
	width: 100px;
	float: left;
	line-height: 20px;
}

#form_newsletter .row {
	margin: 5px 0;
}

#form_newsletter select {
	width: 200px;
	font-size: 14px;
	height: 25px;
}

#form_newsletter .confirm {
	font-size: 11px;
}

#form_newsletter h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
}

#form_newsletter .popup-title-textarea {
	color: #666;
	margin-bottom: 20px;
}

#form_newsletter .email {
	font-size: 16px;
	width: 510px;
	padding: 2px;
}

/*
 * Popup "Problemi con la ricerca?"
 */
#research-problems-form {
	background: #FFF;
	padding: 10px;
}

#research-problems-form a {
	color: #748b3a;
}

#research-problems-form .title-box {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

#research-problems-form .message, #research-problems-form .email {
	font-family: arial;
	width: 365px;
	font-size: 16px;
	padding: 5px;
	color: #666;
	margin-top: 10px;
}

#research-problems-form .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 43px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto;
	cursor: pointer;
}

/*
 * Icona RSS
 */
.rss-icon {
	background: url(http://images.prendicasa.it/sprite.png) -612px -184px no-repeat;
	line-height: 20px;
	display: block;
	padding-left: 33px;
	font-size: 14px;
	color: #748b3a;
	font-weight: bold;
	margin-left: 80px;
}

/**
 *
 */
#bt-ricevi-annunci-simili {
	background: url(http://images.prendicasa.it/sprite.png) 0px -535px no-repeat;
	width: 150px;
	height: 30px;
	text-indent: -9000px;
	display: block;
	float: left;
}

/**
 *
 */
.rss-icon-listing {
	background: url(http://images.prendicasa.it/sprite.png) -150px -535px no-repeat;
	display: block;
	height: 30px;
	text-indent: -9000px;
	display: block;
	float: left;
	width: 103px;
}

/**
 *
 */
#bt-problemi-ricerca {
	background: url(http://images.prendicasa.it/sprite.png) -253px -535px no-repeat;
	display: block;
	height: 30px;
	text-indent: -9000px;
	display: block;
	float: left;
	width: 163px;
}

/*
 * ZONE stile generale
 */
#zone {
	width: 641px;
	height: 350px;
	background:#e7e7de;
	border: 1px solid #999;
	position: absolute;
	top: 181px;
	left: 535px;
	-box-shadow:2px 2px 4px #b3b3b3;
	-webkit-box-shadow:2px 2px 4px #b3b3b3;
	-moz-box-shadow:2px 2px 4px #b3b3b3;
	z-index:99;
	text-align: left;
}

#zone h5 {
	padding: 7px;
	background: #748b3a;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	color: #FFF;
}

#zone .close {
	float: right;
	font-size: 14px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}

#zone #map_bottom {
	width: 300px;
	height: 285px;
	float: left;
	margin: 0 10px 10px 10px;
	background-position: center center;
	z-index:100;
	border:0px solid #0ff000;
}

#map_sensible_area{
	width:300px;
	height:300px;
	border:0px solid #ff0000;
	position:absolute;
	z-index:10000;
}

#zone #list-zones {
	font-size: 11px;
	color: #666;
	overflow: auto;
	height: 315px;
	width: 320px;
	text-align:left;
	float: left;
	z-index:100;
	background: #FFF;
	border-left: 1px solid #CCC;
}

#zone #list-zones li {
	clear:left;
	line-height: 14px !important;
}

#zone #list-zones li div {
	line-height: 14px;
}

#zone #list-zones li input{
	float: left;
}

.zonefield {
	display: block;
	background-color:white;
	height: 20px;
	line-height: 20px;
}

.zonefield a {
	text-decoration: none;
	color:#ff6600;
	background: url("http://images.prendicasa.it/home-sprite.png") no-repeat -230px -407px;
	padding-left:45px;
	display: block;
	height: 30px;
	width: 100%;

}

.zonefield a:hover {
text-decoration: underline;
}



/* MAPPA */
#slice_map {width:300px; height:285px; z-index:105; border: 1px solid green;}
#map {height:300px;}


/*
 * Stile mini-lsiting (pagina 404)
 */
#ad-minilisting {
	margin-top: 50px;
}

#ad-minilisting .thumb {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	padding: 3px;
}

#ad-minilisting h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

#ad-minilisting .hlisting {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #CCC;
}

#ad-minilisting .ad-mini-info {
	line-height: 18px;
}

#ad-minilisting h4 {
	font-size: 18px;
	font-weight: bold;
}

#ad-minilisting h4 a {
	text-decoration: none;
}

#ad-minilisting .description a {
	color: #666;
	display: block;
	text-decoration: none;
	margin-top: 5px;
}

#ad-minilisting .vedi-scheda {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

#ad-minilisting .minidata {
	font-weight: bold;
	color: #333;
	float:left;
}

/*
 * Stile mappa e zone
 */
#zone #list-zones li div{
	float:left;
	width:270px;
	line-height: 18px;
}

.list_zones{
	display:none;
	top:0; left:0;
	position:absolute;
	overflow:auto;
	background:#ffffff;
	width:500px;
	height:200px;
	font-size:11px;
	border:1px solid #999;
	z-index:10000;
	color: #333;
}

#lbl, #lbl_zona {
	font-size:11px;
}

#scegli_zone {
	width: 156px;
	float: left;
	margin-right: 2px;
}

#zon .select, #zon-valutazione .select {
	width: 17px;
	height: 22px;
	background: #748b3a;
	display: block;
	float: left;
	margin-top: 2px;
	background: url(http://images.prendicasa.it/sprite.png) -503px -95px no-repeat;
	cursor: pointer;
}

#scegli_zone_result {
	width: 146px;
	float: left;
	margin-right: 2px;
}



.msg_newsletter {
	font-size: 20px !important;
	min-height: 300px;
	color: #333;
}

.static-content p {
	line-height: 20px;
}

.static-content ul {
	padding-left: 40px;
	list-style-type: disc;
}

.static-content ul li {
	line-height: 20px;
}

.static-content h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 5px;
}

.box-province {
	margin-bottom: 30px;
}

.box-province .title {
	margin: 0px !important;
	padding: 0px;
}

.box-province ul {
	margin: 0px !important;
	list-style-type: none;
	padding: 0px !important;
}

.box-province ul li {
	margin: 0px !important;
	padding: 0px !important;
	list-style-type: none;
	display: block;
	float: left;
}

.box-contatti-bottom {
	background: #E7E7DE;
}


/**
 * Stile Form "richiedi informazioni" in fondo alla pagina dettaglio
 */
#box-richiedi-info-bottom {
	background: #e7e7de;
	padding: 15px;
	font-size: 11px;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
}

#box-richiedi-info-bottom a {
	color: #748b3a;
}

#box-richiedi-info-bottom .input {
	width: 210px;
	padding: 5px;
	border: 1px solid #BBB;
	border-top: 1px solid #999;
	font-size: 12px;
	color: #333;
	font-family: Arial;
	margin: 3px 0;
}

#box-richiedi-info-bottom textarea {
	height: 77px;
	font-size: 11px;

}

#box-richiedi-info-bottom .label {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}

#box-richiedi-info-bottom .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 40px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto 0;
	cursor: pointer;
}

#frm-richiedi-info-bottom {
}


/**
 * Stile per box "Proposto da:" in fondo alla pagina dettaglio
 */
#info-ads-bottom {
	color: #666;
	float: left;
	width: 240px;
	margin-left: 10px;
}

#info-ads-bottom label {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
}

#info-ads-bottom .inner {
	padding: 10px;
	background: #FFF;
	border-top: 1px solid #FFF;
	margin-top: 10px;
}

#info-ads-bottom .logo-ads {
	padding: 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #CCC;
	background: #FFF;
	float: left;
	margin-right: 10px;
}

#info-ads-bottom .indirizzo {
	font-size: 12px;
	line-height: 16px;
}

#info-ads-bottom .indirizzo a {
	font-size: 11px;
	color: #748b3a;
	font-weight: bold;
	line-height: 13px;
}

#info-ads-bottom .name-ads {
	margin-bottom: 5px;
}

#info-ads-bottom .name-ads a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
}

#info-ads-bottom .links {
	color: #748b3a;
	font-size: 14px;
	display: block;
	width: 150px;
	margin: 7px 0 7px 70px;
	font-weight: bold;
}

#info-ads-bottom .view-phone {
	background: url(http://images.prendicasa.it/sprite.png) -283px -4px no-repeat;
	width: 160px;
	height: 55px;
	display: block;
	margin: 10px auto;
}

#info-ads-bottom .phone {
	font-size: 18px;
	text-align: center;
	line-height: 75px;
}

.gruppo-zone {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.reload_captcha {
	background: url(http://images.prendicasa.it/sprite.png) -624px -557px no-repeat;
	font-size: 11px;
	color: #748b3a;
	display: block;
	line-height: 20px;
	width: 100px;
	font-weight: bold;
	padding-left: 20px;
	margin: 0 auto 5px;
}

.info-agenzia-footer {
	line-height: 16px;
	color: #666;
	margin-bottom: 20px;
	margin-left: 140px;
}

#servizi-agenzia {
	width: 500px;
	background: #FFF;
	padding: 15px;
}

/**
 * Stile per form valutazione nella pagina web agenzia
 */
#form-valutazione .row {
	 clear: both;
	 border-top: 1px dotted #CCC;
	 padding: 3px 0;
}

#form-valutazione h2 {
	font-size: 18px;
	margin: 0px 0 10px;
	line-height: 22px;

}

#form-valutazione {
	line-height: 16px;
	font-size: 12px;
}

#form-valutazione label {
	display: block;
	width: 250px;
	float: left;
	font-size: 12px;
	line-height: 26px;
}

#form-valutazione select {
	width: 230px;
}

#form-valutazione .input {
	width: 225px;
}

#form-valutazione textarea {
	width: 440px;
}

#form-valutazione .bt-invia {
	background: url(http://images.prendicasa.it/sprite.png) 0px -270px no-repeat;
	width: 110px;
	height: 40px;
	border: none;
	text-indent: -9000px;
	display: block;
	margin: 15px auto 0;
	cursor: pointer;
}
