*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
li, body, td, p, div{
	font-size:12px;
}
sup{
	font-size:9px;
}
a:hover{
	cursor:hand;
}
form{
	padding:0px;
	margin:0px;
}
h2{
	font-size:16px;
	font-weight:bold;
}
h3{
	font-size:14px;
	font-weight:bold;
}
h1,h2,h3{
	margin-bottom: 4px;
}

/* new styles */
.propertytitle {
	padding-bottom:2px;
	font-size:11pt;
	color:#11365B;
	font-weight:bold;
	border-bottom:1px solid #E1E2E2;
}


/* Existing styles - Peter */
/* SECTION FOR ADDING NEW LISTINGS */
/* general info */
.caption{
	white-space:nowrap;
	padding-right:10px;
	font-size:9pt;
}
.form-input{
	/*background-color:#F4F5F6;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	font-size: 12px;
	border:1px solid #999;
	height: 18px;
	width: 198px;
}
select.form-input{
	width: 200px;
	height: 18px;
}
textarea.form-input{
	height:auto;
}
#listing_payment_form input.form-input{

}
#listing_payment_form select.form-input{

}
#new_stock_form select.form-input{
	width: 220px;
}
#new_stock_form input.form-input{
	width: 218px;
}
.validation_response{
	background-color:lightyellow;
	color:red;
	font-size: 9pt;
	font-weight:normal;
}
#overLayTip{
	color: #333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	width:220px;
	background: url("../images/tip_bg.gif") no-repeat;
	background-position: 8px 5px;
	padding: 0px 0px 0px 28px;
	visibility:hidden;
	Filter:blendTrans(duration=.2);
}
#overLayTip.overLayTipLeft{
	/* Whem tip is left aligned */
	background: url("../images/tip_bg_l.gif") no-repeat;
	background-position: right 8px;
	padding: 0px 18px 0px 0px;
}
#overLayTipContents{
	background: #9BD1FA;
	padding: 3px 10px;
}

/* Upload photo */

table#upload_button{
	margin: 20px auto 0px auto;
}
table#uploading_throbber{
	display:none;
	margin-left:10px;
}
table#uploading_throbber td{
	color:#666;
	font-size:9pt;
}
.inlineTip{
	font-size: 10px;
	color: #003366;
}
#photo_upload_browse .response{
	color:red;
	font-weight:bold;
	font-size: 12px;
	margin-bottom:5px;
}
#photo_upload_preview .photo_upload_thumb_wrapper{
	height: 170px;
	width: 170px;
	float:left;
	border:1px solid #D0E3EC;
	margin:4px;
	background:#FFFFFF;
	position:relative;
	text-align:center;
}
#photo_upload_preview .photo_upload_thumb{
	padding:10px;
}
#photo_upload_preview .primary{
	background-color:#FFDB8E;
	font-size:9pt;
}
#photo_upload_preview .caption{
	bottom:10px;
	left:7px;
	font-size:9pt;
	position:absolute;
	width: 160px;
}

blockquote.default_bq{
	padding:5px;
	border:1px solid #ccc;
	background:#eee;
	margin:10px 0px;
}

#listing_services h2.services_title{
	background-color: #ccc;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:0px;
	padding:5px;
}
#listing_services blockquote.default_bq{
	margin-top:0px;
	display:none;
}

/* OPEN HOMES */
#table_openHome .form-input{
	width: 140px;
}

/* BREADCRUMB */
.breadcrumb{
	display:inline;
	float:right;
	color: #ccc;
}
.breadcrumb a{
	text-decoration:none;
	color: #666;
}
.breadcrumb a:hover{
	text-decoration:underline;
}

/* SECTION FOR ADDING NEW LISTINGS EOF*/
/* property detail page */
div#favouritesConfirmWrapper{
	width: 225px;
	position:absolute;
	bottom:26px;
	right:3px;
	font: 11px arial;
	text-align:left;
	display:none;
	z-index: 20000;
}
div#favouritesConfirm{
	padding: 8px;
	background:#FFEFB8;
}
div#favouritesConfirm .inputBox{
	width: 160px;
	border:1px solid #666;
	margin-left: 10px;
}
div#favouritesConfirm .inputButton{
	width: 60px;
	border:1px solid #666;
	margin: 0px 20px;
}
div#favouritesConfirmHeader{
	margin-bottom:10px
}
div#favouritesConfirm div{
	width:100%;
}
div#favouritesConfirmButtons{
	margin-top:10px;
}
div#contactSeller .caption{
	font-weight:bold;
}
.open_home_block{
	margin-bottom: 15px;
	background: #FFEFB8;
	border:1px solid red;
	padding: 5px;
}
.open_home_title{
	color:red;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}

.dp_button_valuation{
	background: url("../images/QVLogo.gif") no-repeat 5px 16px;
}
.dp_button_broker{
	background: url("../images/button_broker.gif") no-repeat 5px 5px;
}
.dp_button_agent{
	background: url("../images/button_agent.gif") no-repeat 5px 5px;
}
.dp_button_lawyer{
	background: url("../images/button_lawyer.gif") no-repeat 5px 5px;
}

.dp_button_printable{
	background: url("../images/button_printable.gif") no-repeat;
	padding: 2px 2px 2px 20px;
	font-size:12px;
	height: 20px;
	display:block;
	width: 100px;
}

.dp_button{
	border:1px solid #eee;
	display:block;
	width: 94px;
	height: 45px;
	padding:5px 5px 5px 65px;
	text-decoration:none;
	color: #000;
	background-color: #fff;
}
.contentWidescreen .featured_content .dp_button{
	width: 70px;
	padding:5px 5px 5px 60px;
}


.content .featured_content .dp_button{
	width: 70px;
	padding:5px 5px 5px 5px;
	border-width:0px;
	overflow:hidden;
}

.content .featured_content .dp_button .text{
	visibility:hidden;
}

.dp_button:hover{
	border:1px solid #95B0CB;
}

/* additional styles for table created by harcourts data import */
table.description_extra{
	margin-top: 10px;
}

table.description_extra th{
	font-weight:bold;
	text-align:left;
	padding-right:15px;
	white-space:nowrap;
	color: #666;
}



/* property detail page EOF */

/* property search result page */

table.search_result{
	border: 1px solid #E1E2E2;
	margin-bottom: 5px;
}
table.search_result.homepageFeature{
	background-color:#FFEFB8;
}
table.search_result.featured{
	background-color:#ffffcc;
}
td.search_result_heading{
	background:#FFFFFF url(../images/title-bg.gif) repeat-x;
	font-size:8pt;
	padding:4px;
}
td.search_result_blurb{
	padding: 8px;
	color: red;
	font-size:9pt;
}

td.search_result_blurb a, td.search_result_blurb a:hover{
	color: #666;
	text-decoration:none;
}
#js_required{
	padding:10px;
	margin:10px;
	border:4px solid red;
	font-size:12px;
	font-weight: bold;
	background-color:yellow;
	color:red;
	text-align:justify;
}
.hide_if_no_js{
	display:none;
}
/* other exisiting styles  */
.pageTitle{
	color:#527294;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	margin:0px 0px 10px 0px;
}
.boxText{
	font-size: 9pt;
	font-family: verdana, tahoma, arial;
}
.boxTextWhite{
	font-size: 9pt;
	font-family: verdana, tahoma, arial;
	color:#ffffff;
}
.buttonDefault{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:1px 4px;
	background:#6D93BA;
	border:1px solid #3F6388;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	height: 20px;
}
a.buttonDefault{
	height:16px;
	display:inline-block;
}
.buttonDefault:hover{
	text-decoration:none;
	color:#CDCDCD;
}
.search-text{
	font-family: verdana, tahoma, arial;
	font-size:9pt;
}
.list{
	width:200px;
/*	background-color:#F4F5F6;	*/
}
.minlist {
	width:90px;
/*	background-color:#F4F5F6*/;
}
.tinyText{
	font-size: 9pt;
	font-family: verdana, tahoma, arial;
}

.small_light_text{
	font-size: 10px;
	color:#666;
}
.infoBox{
	border:1px solid #95B0CB;
	text-align:left;
}
.boxContents{
	padding:20px;
	color: #003366;
	background-color:#F5F8FA;
}
.infoBox ul{
	padding-left:30px;
	margin:0px 10px 0px 0px;
}
.infoBox li{
	margin: 6px 0px;
	font-size: 12px;
	padding-left:3px;
}
.boxHeading{
	background:url(../images/title-bg.gif) repeat-x;
	font-weight: bold;
	font-size: 9pt; 
	padding: 3px;
	color: #336699;	
}
.infoBox.boxWarning .boxHeading{
	color: red;
}
.infoBox.boxWarning .boxContents{
	background: #FFEFB8;
}
.infoBox div.confirm_button{
	text-align:right;
	margin:10px 7px 0px 0px;
}
.infoBox .listingAdmin{
	_height:120px;
	min-height:120px;
	padding: 10px 20px 7px 20px;
}

.infoBox .listingAdmin ul, .infoBox .listingAdmin .default_bq ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.infoBox .listingAdmin li{
	font-size: 11px;
	margin:5px;
	padding:0px;
}

.infoBox .listingAdmin .default_bq{
	padding:0px;
}

.adminTab{
	border: 1px solid;
	border-bottom-width:0px;
	margin:0px;
}
.adminTabOn{
	border-color:#666;
	background-color:buttonface;
}
.adminTabOff{
	border-color:#ccc;
	background-color:#eee;
}
.adminTab a{
	text-decoration:none;
	padding:2px 10px;
}
.adminTabOff a{
	color: #666;
}
.adminTabOn a{
	color:#333;
}


/* HOME PAGE STYLES */

div.featured_large{
	background: url("../images/home/featured_bg_large.gif") left no-repeat;
	width: 100%;
}
div.featured_large div.featured_large_inner{
	background: url("../images/home/featured_bg_right.gif") right repeat-y;
	height: 189px;
}
div.featured_large_inner div.featured_content{
	padding:14px 10px;
	position:relative;
}
div.featured_large .featured_description{
	color: #666;
	font-size: 9px;
	line-height:15px;
	height: 138px;
	overflow: hidden;
}
div.featured_large .featured_more{
	text-align:right;
	position:absolute;
	right: 10px;
	bottom: 18px;
}

div.featured_small{
	background: url("../images/home/featured_bg_small.gif") left no-repeat;
	width: 100%;
}
div.featured_small div.featured_small_inner{
	background: url("../images/home/featured_bg_right.gif") right repeat-y;
	height: 89px;
}
div.featured_small_inner div.featured_content{
	padding:8px 10px;
	position:relative;
}
div.featured_small .featured_more{
	padding-top:7px;
}
div.featured_small .featured_price{
	font-size: 11px;
	color: #666;
}
.content div.featured_small .featured_photo{
	width:95px;
	overflow:hidden;
	height: 71px;
}
.contentWideScreen div.featured_small .featured_photo{
	width:200px;
}
div.featured_small .featured_photo img{
	margin-right:10px;
}
.featured_heading{
	color: #336699;
	font-size: 11px;
	margin-bottom:5px
}
.featured_photo{
	float:right;
	margin-left:5px;
}
.featured_photo img{
	border:1px solid #999;
}

.featured_more a{
	color: orange;
	text-decoration:none;
	font-weight:bold;
}
.double_arrow{
	background: url("../images/home/double_arrow_r.gif") 2px 4px no-repeat;
	padding-left: 20px;
	margin:4px 0px 15px 0px;
	color: #336699;
	font-weight:bold;
}

#home_welcome{
	font-size: 11px;
	color: #336699;
	background: #ffffcc;
	border:1px solid #66819D;
	padding:6px;
	margin-bottom:4px;
}

#home_toolbox{
	background: url("../images/home/toolbox_bg.gif") repeat-y;
	border-top: 1px solid #99A7B6;
	border-bottom: 1px solid #99A7B6;
	width: 260px;
}
#home_toolbox li{
	list-style-type:square;
	color:orange;
	font-size:14px;
}
#home_toolbox a{
	color:#336699;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#home_toolbox_header{
	color: #336699;
	font:bold 16px "georgia", "Times New Roman";
}

#home_general_info, #home_general_info p{
	font: 11px arial;
	color: #666;
}

.rounded_box_outer{
	background:url('../images/home/content_bg_base.gif') bottom no-repeat;
	padding-bottom:10px; 
	width:260px;
}

.rounded_box_inner{
	background:url('../images/home/content_bg_top.gif') top no-repeat;
	padding:2px 10px 0px 10px;
}
/* HOME PAGE EOF */

/* ADMIN SECTION */

.dataCell{
	border-right:1pt solid; 
	border-bottom:1pt solid; 
	border-color:silver; 
	padding:2px;
	font-size: 10px;
}
.headerCell{
	border:1px outset; 
	background-color:buttonface; 
	padding:2pt;
	font-size: 10px;
}

/* ADMIN SECTION EOF */

h3.sectionHeading{
	color: #003366;
}

/* terms and conditions */
div.t_and_c li{
	list-style-type: decimal;
	margin-top:10px;
}
div.t_and_c li li{
	list-style-type: lower-alpha;
}
div.t_and_c li li li{
	list-style-type: lower-roman;
}

/* links page */
div#all_links h3 a, div#all_links h3 a:active, div#all_links h3 a:hover, div#all_links h3 a:visited {
	color:#527294;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	margin:0px 0px 10px 0px;
}
div#link_navigation {
	width: 100%; 
	text-align:right;
}
div#link_navigation a, div#link_navigation a:active, div#link_navigation a:hover, div#link_navigation a:visited {
	color:#527294;
}
p#editing_links a, p#editing_links a:active, p#editing_links a:hover, p#editing_links a:visited {
	color:#FF0000;
}

#tips li {
	list-style-type: upper-roman;
	margin-bottom: 15px;
}

#open_home li {
	margin-bottom: 15px;
}

#property_checklist li {
	list-style-type: circle;
	margin-bottom: 15px;
	list-style-image: url(../images/template/checkbox.gif);
}
#property_checklist .supporting_text {
	color: #5D5D5D;
	font-style: italic;
}		

.oddrow {
	background: #EDE1C6;
}
.savings_table th {
	font-weight: normal;
	text-align: left;
	background: #517293;
	color: #fff;
}

h3.advice_centre{
	color:#517293;
	font-size: 12px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding: 0px;
}

#print_link a, #print_link a:hover, #print_link a:active, #print_link a:visited {
	 color:#527294;
}		

div.listingMapDiv{
	width:728px; 
	height:300px;
}

div.frontendMapDiv{
	width:100%; 
	height:300px;
}
