table#tableAnchors:after {
	content: ' ';
	position: absolute;
	width: 0px;
	height: 0;
	left: 1px;
	top: 100%;
	border-width: 4px 2px;
	border-style: solid;
	border-color: #9f9f9f #9f9f9f transparent transparent;
	z-index:100;
}

html ul.tabs li.active, html ul.tabs li.active a:hover{
	z-index:9;
}

.CommonAnchors:after {
	content: ' ';
	position: absolute;
	width: 0px;
	height: 0;
	right: 1px;
	top: 100%;
	border-width: 4px 2px;
	border-style: solid;
	border-color: #9f9f9f transparent transparent #9f9f9f;
}

.CommonAnchors{
	background: #fff !important;
	-webkit-box-shadow: 0px 4px 15px #E3E3E3;
	-moz-box-shadow:0px 4px 15px #E3E3E3;
	box-shadow: 0px 4px 15px #E3E3E3;
	border-top:1px solid #E3E3E3 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=120, Color='#E3E3E3')";
	
}
.CommonAnchors .anchor-topright {
	border-right: 1px solid #E3E3E3 !important;
	background: #fff !important;
}

.CommonAnchors .anchor-topleft {
	background: #fff !important;
	border-right: 1px solid #E3E3E3 !important;
}

.CommonAnchors .anchor-bottomleft {
	background: #fff !important;
	border-left: 1px solid #E3E3E3 !important;
}

.CommonAnchors .anchor-bottomright {
	background: #fff !important;
	border-right: 1px solid #E3E3E3 !important;
}

.CommonAnchors .anchor-topcenter {
	background: #fff !important;
}

.CommonAnchors .anchor-item {
	border-right:1px !important;
	white-space:normal !important;
	padding: 0;
}

.CommonAnchors .anchor-item:hover {
	background:#dae6f4;
}

.CommonAnchorsParent{
	position: relative;
	top: -19px;
	margin-left: -26px;
	margin-right: -26px;
}

.tableAnchors{
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
}

.CommonAnchors .midCommonAnchors {
	background: #fff !important;
	padding: 0px 10px 0px 10px !important;
}
.CommonAnchors .anchorsList{
	padding-top: 0; 
	padding-left: 0; 
}

.anchor-item a{
	color:#c74600 !important;
}

.InfoTabs ul.tabs {
    padding: 0;
}

.global_header {
    padding-top: 29px;
    font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #edecea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edecea));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#edecea 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#edecea 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#edecea 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#edecea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edecea',GradientType=0 );
}

.adsHeader {
	margin: 7px auto -4px;
	text-align: center;
}

.adsHeaderTitle {
	font-size: 0.8333em;
	line-height: 2.1;
	font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif;
	color: #444;
	margin-bottom: 1em;
	font-weight: bold;
}

.global_header .global_login_nav, .global_header .HeaderGreetings {
	padding-top: 10px !important;
	padding-left: 20px;
}

.global_header .MySettings {
	padding: 10px 0px 0px 20px !important;
}

.qv_logo_cont img {
	cursor: pointer;
}
.qv_logo_cont img:hover {
	opacity:.9;
}

.global_header .HeaderGreetings a,
 .global_header .HeaderGreetings #headerGreetingSpan,
 .global_header .MySettings span{
	color: #444 !important;
	display: inline-block !important;
	font-size: 14px !important;
	padding-left: 2px !important;
	padding-top: 2px !important;
	padding-right: 0px !important;
	height: 15px;
	background: none;
	font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif !important;
}

.global_header .help-icon .CleanUrlLink a {
	color: #444 !important;
	display: inline-block !important;
	font-size: 14px !important;
	padding-left: 2px !important;
	padding-top: 2px !important;
	padding-right: 0px !important;
	height: 15px;
	background: none;
}

 .global_header .HeaderGreetings a:hover,
 .global_header .MySettings .settingCont:hover {
	padding-bottom:5px !important;
	border-bottom: 1px solid #aaa;
}

.global_header .help-icon .CleanUrlLink:hover {
	padding-bottom:1px !important;
	border-bottom: 1px solid #aaa;
}

	
.global_header .help-icon .CleanUrlLink .iconLink {
	background: transparent url('/qv/images/icons-header.png') 0 0;
	display: inline-block;
	height: 13px;
	width: 13px;
	margin-right: -3px;
	margin-bottom: -1px;
}

.MySettings .iconLink {
	background: transparent url('/qv/images/icons-header.png') -14px 0;
	display: inline-block;
	height: 13px;
	width: 13px;
	margin-bottom: -1px;
}

.global_header .CleanUrlLink a{
	color: #444 !important;
	display: inline-block !important;
	font-size: 1em !important;
}

.landscape_border {
	height: 1px;
	display: block;
	border-bottom: 1px solid #e0dddb;
	position: relative;
	top: -5px;
	z-index: 10;
}
/* use in my qv */
.landscape_border.botBorder {
	margin-bottom: 19px;
}

.landscape_border.topBorder {
	margin-bottom: 18px;
	margin-top: 26px;
}

.header_shade {
	height: 50px;
	top:-3px;
	z-index: 3;
	background: rgb(236,234,233);
	background: -moz-linear-gradient(top, rgba(236,234,233,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,234,233,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(236,234,233,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(236,234,233,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(236,234,233,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(236,234,233,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceae9', endColorstr='#ffffff',GradientType=0 );
	display: block;
	width: 100%;
	position: relative;
	left: 0;
	visibility: visible;
}

.landscapeCont {
	max-width: 1260px;
	min-width: 987px;
	width:1260px;
	bottom:-1px;
	z-index: 15;
	position: relative;
}

.landscapeWrapper {
	height: 69px;
	width: 49%;
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 20;
}
.landscape1 {
	background-image: url('/qv/images/landscape-minor-1.png');
	background-position: 0 bottom;
}

.landscape2 {
	background-image: url('/qv/images/landscape-minor-2.png');
	background-position: 100% bottom;
}

.landscapeHome {
	background-image: url('/qv/images/landscape_home.png');
	background-position: 50% 15px;
}

.landscapeContHome {
	max-width: 1655px;;
	min-width: 987px;
	width:1655px;;
	bottom:-1px;
	z-index: 15;
	position: relative;
}

.landscapeWrapperHome {
	height: 136px;
	width: 100%;
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 20;
}

.landscape_border_home {
	height: 1px;
	display: block;
	border-bottom: 1px solid #e0dddb;
	position: relative;
	top: -19px;
	z-index: 10;
}

ul.global_nav {
	margin-right: -10px !important;
	margin-top: 0px !important;
}

.global_header .advanceSearch_qv div {
	padding-left: 20px !important;	
}

.global_header .advanceSearch_qv a {
	color: #c0c0c0 !important;
	font-size: 14px !important;
	display: inline-block !important;
	padding: 2px 0px 0px 8px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}

.global_header .advanceSearch_qv a:hover {
	color:#444 !important;
}

.global_header_wrapper {
	margin: 0 auto;
	border-bottom: 1px solid #d2d2d1;
}

#loginBox {
	right: 1px !important;
}

#loginForm {
	width: 248px;
	border-radius: 0px !important;
	-moz-border-radius: 0 0 0 0 !important;
	margin-top: -1px;
	padding-top: 10px;
	background: #191919;
	background: rgba(0,0,0,1) !important;
	padding: 6px;
}

.footer_qv_logo a {
    background: url("/qv/images/logo-qv-co-nz-dark.png") no-repeat scroll 0 0 transparent;
    border-bottom: medium none !important;
    display: inline-block;
    float: left;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    top: 2px;
    width: 115px;
}

.search_text {
    border: medium none;
    color: #000000;
    float: left;
    font-size: 17px;
    /*margin: 14px 0px 0px 15px;
    padding: 0px;*/
    padding: 10px 0 10px 15px;
    /*width: 240px;*/
    width:238px;
    line-height: 20.4px;
    font-family: "Helvetica Neue","DejaVu Sans",Arial,Helvetica,Geneva,sans-serif;
}

#loginButton { 
    font-size: 14px;
	background: #FC9A33;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	position: relative;
	z-index: 30;
	vertical-align: middle;
}

.login-popup-wrap {
	margin-top:-2px;
}

#loginButton:hover {
    border-color: #000000;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#393939), to(#191919));
    background-image: -webkit-linear-gradient(top, #393939, #191919);
    background-image: -moz-linear-gradient(top, #393939, #191919);
    background-image: -o-linear-gradient(top, #393939, #191919);
    background-image: -ms-linear-gradient(top, #393939, #191919);
    background-image: linear-gradient(top, #393939, #191919);     
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#393939', EndColorStr='#191919'); 
}

ul.global_nav li {
	display: inline-block;
}

ul.global_nav a {
	 color: #444 !important;
	 border-radius: 3px;
	 font-size: 16px;
     display: inline-block;
     margin: 3px 10px 10px 10px !important;
      text-shadow: none;
}

ul.global_nav a:hover,
ul.global_nav a.active {
    color: #fc9a33 !important;
}

ul.global_nav a:hover span,
ul.global_nav a.active span {
    color: #fc9a33 !important;
}

.basic_property_guide a, .e_valuer a, .comprehensive_property_guide a {
	color: #C74600 !important;
}

.basic_property_guide a:hover, .e_valuer a:hover, .comprehensive_property_guide a:hover {
	color: #333333 !important;
}

h4.bloglistHeader {
	padding:2px 0px 5px 0px !important;
	margin:0px !important;
	font-size: 1em !important;
}

.bloglistHeader span { 
	color: #444 !important;
	text-decoration: none !important;
	font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

.blogItems {
	padding:0px !important;
	margin:0px !important;
	border:  none !important;
}

.blogItems .blogItems-inner {
	padding:0px !important;
	margin:0px !important;
	border-bottom:none !important;
}
.blogItems .blogItems-inner span.date {
	font-weight: bold;
	font-size: 13px;
	margin: 1em 0 0;
	line-height: 1.54;
}

.blogItems .blogItems-inner .readmore {
	font-size: 13px !important;
	line-height: 20.013839721679688px !important;
}
.blogItems .morelink {
	padding:0px 0px 0px 0px !important;
	margin:0px !important;
	font-size: 13px !important;
	line-height: 20.013839721679688px !important;
}

.blogItems .morelink a{
	padding:0px !important;
	margin:0px !important;
	background: none !important;
}

.blogItems-inner .p {
	font-size: 13px !important;
	line-height: 20.013839721679688px !important;
	display: inline !important;
}

.right_col .panel h4,
.newsletter h4 a {
    color: #C74600;
}

h4 {
    color: #C74600 !important;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.167em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 15px 0 7px;
    padding: 0;
}

h2 {
    font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
    padding: 0;
    margin: 16px 0 5px;
}

h2.custom {
    font-size: 1.833em;
    padding: 0 0 5px;
    margin: 20px 0 0;
    color: #C74600;
    border-bottom: 1px solid #DFDFDF;
}

h2.noBottomborder{
	font-size: 1.833em;
    padding: 0 0 5px;
    margin: 20px 0 0;
    color: #C74600;
}

h3 {
    color: #C74600 !important;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.333em;
    font-weight: normal;
    line-height: 1.333em;
    margin: 15px 0 7px;
    padding: 0;
}

h3.custom {
    border-bottom: 1px solid #888888;
    line-height: 1.2em;
    margin: 20px 0 15px;
    padding: 0 0 5px;
}

h1 {
	margin: 0 0 12px 21px;
}

.wbdRichText > h1 {
	width:inherit;
}

.main_label, h1 {
	color: #444;
}

.school3{
    color: #C74600;
    font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.333em;
    font-weight: normal;
    line-height: 1.333em;
    margin: 0;
    padding: 0;
}

.sub_label {
    color: #c74600;
}

.table-grid {
    clear: both;
    padding-top: 10px;
}
.table-grid table tr:first-child td {
    border-top: medium none !important;
}
.table-grid table {
    border-left: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
}
.table-grid table td, .table-grid table th {
    border-bottom: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    font-size: 11px;
    padding: 8px 10px;
    vertical-align: middle;
}
.table-grid table tr.odd td {
    background-color: #FFF2EA !important;
}
.table-grid table tr th {
    background-color: #EBEBEB;
}

span.sub_label_small {
	font-family: "Helvetica Neue","DejaVu Sans",Arial,Helvetica,Geneva,sans-serif;
	color: #DF4F05;
    font-size: 12px;
    margin: 20px 0 0;
    padding: 0 0 5px;
}

.listSummary.BlogList  .blogItems{
	padding-top: 10px !important;
}

ul.news_listing span.date {
    color: #D34401;
}

.blogTitle {
	color: #C74600;
}

.comment-count {
	color: #C74600;
}

table.tablesorter tbody tr.odd td {
	background-color:#FFF2EA;
}

.qv_notification_stripe td {
    background-color: #FFF2EA;
}

.main-label {
	color: #C74600;
}

.label-address {
	color: #C74600;
}

.qv_header9_withline {
	color: #C74600;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial,
		Helvetica, sans-serif;
	font-size: 14px;
        border-bottom: 1px solid #A5A5A5;
        padding-bottom: 5px;
        display: block;
}



.body_text {
    height: 100%;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    /*line-height: 150%; */
    margin: 0;
}


/**** overrides *****/


.new_footer_bottom .col_1 .desc {
   	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: none !important;
}

.new_footer_bottom .findAPropertyFooter p {
	font-size:12px !important;
}


.aboutqv {
    margin-bottom: 15px !important;
}


.gray_underline {
	padding-bottom: 22px !important;
	margin-bottom: -8px !important;
}

.sepa {
	 padding-right: 10px !important;
	 padding-left:10px !important;
}


table.property_details th, table.property_details td {
    padding-right: 5px;
}


.qv_prophistory_table td{
	vertical-align: middle !important;
}

.sinceText {
	vertical-align: middle;
	padding-right: 5px;
}


.ls_result {
padding: 6px 0;
}

.MySettings .my-setting-cog {
	color: #F5CCB2;
}

.MySettings .settings-link {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 32px;
	left: -20px;
	z-index: 10;
	width: 150px;
	text-align: left;
	background-color: #000 !important;
}
.MySettings .settings-link:hover, .MySettings .settings-link a:hover {
	color: #fd982c !important;
	background-color: #000 !important;
}
.MySettings .settings-link a {
	color: #fff !important;
}

.UrgentUpdateRatingValueOrderForm h2.noBottomborder {
    color: #C74600;
}

.FullMarketValuationOrderForm h2.noBottomborder {
    color: #C74600;
}

.OrderValuation h2.noBottomborder {
    color: #C74600;
}

.basic_property_guide a, .basic_property_guide span > p {
	display: block;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	background-image: url("/qv/images/rightcol-pack-bgs.gif");
	background-repeat: no-repeat;
	background-position: -192px 0px;
	padding: 15px 60px 7px 0px;
	height: 37px;
}

.e_valuer a, .e_valuer span > p {
	display: block;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	background-image: url("/qv/images/rightcol-pack-bgs.gif");
	background-repeat: no-repeat;
	background-position: -371px 0px;
	padding: 15px 60px 7px 0px;
	height: 37px /*24px*/;
}

.comprehensive_property_guide a, .comprehensive_property_guide span > p {
	display: block;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	background-image: url("/qv/images/rightcol-pack-bgs.gif");
	background-repeat: no-repeat;
	background-position: -11px 0px;
	padding: 15px 55px 7px 0px;
	height: 37px;
}

.colorBlack {
	color:black;
}

/* Homepage Override*/

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #424242;
	line-height: 150%;
}

.welcome_banner {
    position: relative  !important;
    left: -4px  !important;
    width: 608px !important;
    margin-bottom: 11px !important;
    }

.welcome_banner h1 {
    font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	/* color: #d34400; */
	color: #444;
	margin: 5px 24px 30px 21px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 11px;
	text-rendering: optimizelegibility;
}

.welcome_banner .welcome_message p {
    padding: 0 100px !important;
    font-size: 15px !important;
    line-height: 22.5px !important;
    }

.welcome_banner li a {
    color: #0062a9 !important;
    padding-right: 10px !important;
    }

.welcome_banner li a:hover {color: #333333 !important;}

.welcome_banner li a span {
    position: relative !important;
    left: -6px !important;
    }

.text_banner {
    text-align: center !important;
    max-width: 770px !important;
    margin: 0 auto 60px !important;
}

.text_banner h1 {
    border-bottom: 0;
    margin-bottom: 0.75em !important;
}

.welcome_message .intro p {
	font-size: 15px !important;
}

.description span {
	font-size: 13px !important;
	line-height: 20.013839721679688px;
	margin: 0 0 1em;
}
.description a {
	line-height: 20.013839721679688px !important;
}

.text_link_h a{
	color: #444 !important;
	text-decoration: none !important;
	font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif !important;
	font-size: 1.5em !important;
	font-weight: bold !important;
}
.text_link_h a:hover{
	color: #000 !important;
}

.titleHeader p{
	color: #444 !important;
	text-decoration: none !important;
	font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

h6 {
	font-weight: bold;
	font-size: 13px;
	margin: 1em 0 0;
	line-height: 20.020000457763672px !important;
}

.type_size_13 {
	font-size: 13px !important;
	line-height: 20.013839721679688px;
}


/* mortgage */
.MortgageRate div.mortgage_rates h4 {
	border: none !important;
	color: #444 !important;
	margin:-9px 0px 12px 0px !important;
}

.MortgageRate div.mortgage_rates h4 {
	color: #444 !important;
	width: 100% !important;
	line-height: 35px;
	padding:0px 0px 0px 0px !important;
	font-size: 18px !important;
	font-weight: bold !important;
	vertical-align: top;
	font-family: 'Helvetica Neue', 'DejaVu Sans', Arial, Helvetica, Geneva, sans-serif !important;
}

div.mortgage_rates h4 {
	background: none !important;
	border-bottom: none !important;
}

.MortgageRate div.mortgage_rates {
	margin-bottom: 15px !important;
	width: 100%  !important;
	border-radius: 3px !important;
}

.MortgageRate div.mortgage_rates table {
	width: 100% !important;
	border: none !important;
}

.MortgageRate div.mortgage_rates table th.bank {
	border-right: none !important;
}

.MortgageRate div.mortgage_rates table th {
	background-color: transparent !important;
	border: none !important;
	padding: 0px 0px 5px 0px !important;
	font-size: 13px !important;
	line-height: 20.013839721679688px;
}

.MortgageRate div.mortgage_rates table td {
	padding: 0px 0px 5px 0px !important;
	line-height: 20.013839721679688px !important;
}

.MortgageRate div.mortgage_rates tr.stripe td {
	background-color: transparent !important;
}

.MortgageRate div.mortgage_rates td.bank a {
	font-weight: normal;
	white-space: normal;
	font-size: 13px !important;
}
.MortgageRate .qv_content8 {
	width:160px !important;
	line-height: 1.54 !important;
} 

.MortgageRate .term.qv_content2 {
	width:85px !important;
	line-height: 1.54 !important;
}

.MortgageRate .qv_content8 a {
	color: #0062A9 !important;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.54 !important;
	font-size: 1em !important;
}
.MortgageRate .qv_content8 a:hover {
	color: #444 !important;
}

.MortgageRate div.mortgage_rates table th, .MortgageRate div.mortgage_rates table td {
	color: #444;
	text-align: left;
	padding: 0px;
}

.MortgageRate div.mortgage_rates table td.bank {
	border:none !important;
	font-size: 1em !important;
}

.MortgageRate div.mortgage_rates table .term {
	text-align: left !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	font-size: 13px !important;
}

.MortgageRate div.mortgage_rates table th.term {
	font-size: 13px !important;
}
.MortgageRate div.mortgage_rates table th.value {
	font-size: 13px !important;
}

.MortgageRate div.mortgage_rates table .value {
	text-align: left !important;
	padding: 0px 0px 0px 0px !important;
	border: none !important;
	font-size: 13px !important;
	line-height: 20.013839721679688px !important;
	height: 20px;
}

.MortgageRate div.mortgage_rates a span {
	background: none !important;
	padding-left: 0px !important;
}

.MortgageRate div.mortgage_rates a.more {
	display: block;
	background:none !important;
	border:none !important;
	position: relative;
	left: 0px !important;
	height: 39px;
	width: 100%;
	line-height: 35px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0 !important;
	font-size: 13px !important;
	font-weight: normal;
}

/* newsletter */
.NewsLetterWrap .right_col .panel {
	width: 100% !important;
	padding: 0 0 0 12px;
	margin: 0 0 15px;
	background: #ffffff;
	border: none !important;
	border-radius: 3px;
}

.NewsLetterWrap div.newsletter h4 {
	color: #444 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 0 !important;
	background:none !important;
	line-height: 21.600000381469727px;
	font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif !important;
	padding-left: 0px !important;
	position: relative;
	left: 0px !important;
}

.NewsLetterWrap .right_col .panel {
	width: 100% !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	background: none !important;
	border: none !important;
}

.NewsLetterWrap div.newsletter p {
	font-size: 13px !important;
	line-height: 20.013839721679688px !important;
	margin: 18px 0 0 !important;
	margin-bottom: 12.996000289916992px !important;
	height: 40px !important;
}

.NewsLetterWrap a.more {
	font-size: 13px !important;
	padding-left: 0px !important;
	background: none !important;
	margin-bottom: 0 !important;
	line-height: 20.013839721679688px !important;
}

/* statistics */
.PropertyStatistics div.nz_map div.statistics h3 {
	font-family: "Helvetica Neue", "DejaVu Sans", Arial, Helvetica, Geneva, sans-serif;
	color: #333 !important;
	font-size: 1.8em;
	margin-bottom: 17px;
	line-height: 1em;
}

.announcementCont img {
	max-width: 320px;
}

.main_label_myqv {
	line-height:initial !important;
}

.SingleLineSearch input.input_button{
	background: #fd982c !important;
}


/* evaluer new design--- start */

.confidenceLevelAccessibility span{
	color: #C74600;
}

.fsdData table.fsdDataTable td{
	color: #C74600;
}
.evaluerData table.evaluerDataTable td{
	color: #C74600;
}

#dateEstimateValue span{
	color: #C74600;
}

/* evaluer new design--- end */

/* social media icon on top --- start */
.socialIcon{
	display: inline-block !important;
	padding-top:2px !important;
}

.socialIcon a{
	width: 23px;
}

.fbIcon  a {
	background: url('/qv/images/social_media_icons.png') no-repeat -2px -2px;
	width: 25px;
	height: 25px;
}

.fbIcon a:hover {
	background: url('/qv/images/social_media_icons.png') no-repeat -27px -28px;
}

.twitIcon  a {
	background: url('/qv/images/social_media_icons.png') no-repeat -27px -2px;
	width: 25px;
	height: 25px;
}
.twitIcon a:hover {
	background: url('/qv/images/social_media_icons.png') no-repeat -2px -28px;
}
/* social media icon on top --- end */

/*single search loading icon*/
.global_header .SingleLineSearch #ols-suggestion-loader {
	top:9px	 !important;
	right:149px !important;
}

.ie8 .CommonAnchors .anchorMainRow div{
	width: 113px;
}