/**
 * This file contains all the new search css styles, to replace /new/css/search.css
 */

#he_search {
	background: #FFFFFF;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#he_search_header {
	background: #EFEFEF;
	color: #333333;
	padding: 10px 20px 15px 20px;
}
#he_search_header h1 {
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
}
#he_search_header h2.description {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 0 0;
	line-height: 16px;
}

#he_search_header h2.description a {
	color: #045475;
	line-height: 16px;
}

#he_search_toolbar {
	padding: 10px 20px;
	width: 800px;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	float: left;
	line-height: 24px;
	vertical-align: middle;
	background: #DDDDDD;
	border-top:1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	color: #666666;
}

#he_search_toolbar label {
	margin-right: 10px;
}

#map-link {
	background: #DDDDDD url('/images/map.png') 18px center no-repeat;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 5px 20px 5px 10px;
	text-align: right;
	vertical-align: middle;
	width: 109px;
}

#num_results {
	float: right;
	padding-top: 5px;
}
#search_filters {
	width: 100%;
	overflow: hidden;
	display: block;
}
#search_filters select {
	font-size: 14px;
	padding: 1px;
}

#he_search_body {
	background: #FFFFFF;
	color: #333333;
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 980px;
}

#he_search_results {
	color: #333333;
	width: 940px;
	float: left;
	margin: 0;
	padding: 0 20px;
}

#he_search_sidebar {
	color: #333333;
	display: block;
	width: 310px;
	float: right;
	margin: 0;
	margin-top: 20px;
}
#he_search_more {
	// border-left: 1px solid #CCCCCC;
	padding: 0 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 19px;
}
#he_search_more h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
#he_search_map {
	background: #FFFFFF url('/images/loading.gif') center center no-repeat;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	display: none;
	height: 300px;
	width: 980px;
}
#he_search_pagination {
	margin: 20px 0 0 0;
	padding: 10px 20px;
	background-color: #E9E9E9;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	color: #333333;
}

#he_search_look_for_more {
	margin: 0;
	padding: 10px 20px;
	background-color: #E9E9E9;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	color: #333333;
}

#he_search_look_for_more p {
	clear: both;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}

#he_search_look_for_more a {
	color: #045475;
	display: inline-block;
	margin-right: 10px;
}

.page-link {
	color: #045475;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

.page-active {
	padding: 5px;
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E5E5E5));
	background: -moz-linear-gradient(top, #FEFEFE, #E5E5E5);
	text-decoration: none;
	border: 1px solid #CCCCCC;
	color: #595856;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
}

#search_results_divider {
	padding: 0;
}
#search_results_divider span {
	font-weight: bold;
	line-height: 14px;
}
#search_results_none {
	font-size: 14px;
	line-height: 18px;
}

.result-b {
	color: #333333;
	font-size: 12px;
	overflow: auto;
	overflow: hidden;
}

.result .imgfloat {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.result .txtfloat {
	margin-left: 0;
	font-size: 12px;
	line-height: 16px;
}

.result h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
.result h3 a {
	color: #045475;
}
.cat-ah h3 a {
}
.cat-cm h3 a {
}
.result h3 span.tel {
	float: right;
	padding-top: 2px;
	text-align: right;
}
.result div.tagline {
	font-weight: bold;
	margin-top: 5px;
	font-size: 12px;
	min-height: 16px;
}
.result img {
	border: 0;
}
.result strong.spe {
	font-weight: bold;
	line-height: 16px;
}
.result span.fax {
	font-weight: normal;
	display: block;
	line-height: 16px;
	font-size: 12px;
	text-align: right;
}
.spe {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #0E774A;
	display: block;
	margin-top: 5px;
}
.result span.int {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.result span.byline {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.tel {
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}

.custom0 .tel {
	float: right;
	font-size: 14px;
	margin-top: 0;
}

.blurb {
	font-size: 11px;
	margin-top: 5px;
}

.add {
	margin-top: 5px;
}

/* package customisations */
.custom0 {
	margin: 0px;
	padding: 20px 10px;
	border-bottom: 1px solid #015474;
}

.custom1 {
	padding: 10px;
	border: 1px solid #CFE2E8;
	background: #F4F9FC;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F9FC));
	background: -moz-linear-gradient(top, #FFFFFF, #F4F9FC);
}

.custom4 {
	padding: 10px;
	border: 1px solid #CFE2E8;
	background: #F4F9FC;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7FBFE), to(#F4F9FC));
	background: -moz-linear-gradient(top, #F7FBFE, #F4F9FC);
}

.custom0 .imgfloat {
	display: none;
}

.custom1 .imgfloat {
}

.custom1 .txtfloat h3 {
	font-weight: bold;
}

.custom4 .txtfloat h3 {
	font-weight: bold;
}

.custom0, .custom1, custom4 {
	padding: 3px
}

.custom0 .result-a, .custom1 .result-a, .custom4 .result-a {
	padding: 10px;
}

.custom0 .result-a-with-tag, .custom1 .result-a-with-tag, .custom4 .result-a-with-tag {
	padding: 10px;
}

.custom4 .result-b {
	
}

div.infowindow {
	height: 60px;
	overflow-y: hidden;
}

.map-name a {
	color: #045475;
	font-size: 12px;
	font-weight: bold;
}

.map-location {
	font-size: 12px;
}

.map-telephone {
	font-size: 12px;
	font-weight: bold;
}

#results-left {
	float: left;
	width: 500px;
}

#results-right {
	float: right;
	width: 420px;
}

#results-left h2, #results-right h2 {
	color: #62AE2A;
	margin-bottom: 5
	px;
}

#results-left p, #results-right p {
}

.result {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	cursor: pointer;
	display: block;
}

.custom0 {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.web, .email, .more {
	margin-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2A07A1;
	font-size: 11px;
}

.results_appointments_available a {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #0E774A;
}

.favourites {
	padding: 0px;
	margin: 0px;
	float: left;
}

.favourites img {
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
}

.favouritesAdd, .favouritesRemove {
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	vertical-align: middle;
	text-align: middle;
}

.metalinks {
	margin-top: 5px;
}

#google-maps-section {
	float: right;
	width: 325px;
	height: 42px;
	margin: 10px 10px 10px 0;
	background: #F4F4F4;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#localsearchlink {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

#localsearchlink a {
	color: #045475;
	font-weight: bold;
}

.header_search_more {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	float: right;
	width: 420px;
	text-align: right;
}

.header_search_more a {
	color: #045475;
	display: inline-block;
	margin-right: 10px;
}
.article_header_right {
	float: right;
	width: 48%;
}

.related_interests_left {
	clear: both;
	float: left;
	width: 48%;
	border-right: 1px solid #CCC;
	padding-right: 20px;
}

.search-ad-mrec {
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 300px;
}

.expandable_toggle {
	background: #BFDFED;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BFDFED));
	background: -moz-linear-gradient(top, #FFFFFF, #BFDFED);
	border: 1px solid #A4CCE5;
	color: #045475;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 8px 10px 5px 10px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
	vertical-align: baseline;
	width: 180px;
}

/* STATIC PAGE CONTENT STARTS HERE */

#main {
	background-color: white;
	padding: 20px;
	color: rgb(51, 51, 51);
	line-height: 1.3em;
	font-size:13px;
	width: 940px;
	margin: 0 auto;
}

#main h1 {
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 20px;
	color: rgb(110, 174, 42);
}

#main h2 {
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom:10px;
	font-size: 15px;
	color: #333333;
}

#main img.photo {
	border: 1px solid #CCC;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

#main img.clickable {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

.feature-pane {
	float:left;width:600px;margin-right:20px;
}

.feature-pane h2 {
	padding-top: 10px;
}

.sidebar {
	float:left;
	width:300px;
	padding-left:10px;
}

.sidebar h2 {
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
	font-size: 15px;
	color: rgb(110, 174, 42);
}

#box-1 {
	background-color:#EEEEEE;
	padding:10px 20px;
	margin-bottom:15px;
}

#box-2 {
	background-color:#EEEEEE;
	padding:10px 20px;
}

.main-form {
	-moz-box-shadow: #999999 0 0 10px;
	-webkit-box-shadow: #999999 0 0 10px;
	box-shadow: #999999 0 0 10px;
	background: #E6F3F8;
	color: #333333;
	padding: 0 20px 20px 20px;
	margin: 20px 0;
}

.main-form-sections {
	clear: both;
}

.main-form-section-title {
	background: #005D80;
	background: -webkit-gradient(linear, left top, left bottom, from(#008EB7), to(#005D80));
	background: -moz-linear-gradient(top, #008EB7, #005D80);
	margin: 20px -20px;
	padding: 10px 20px;
}

.main-form-section-title span {
	color: white;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-shadow: 0 2px 2px #333333;
	width: 580px;
}

.main-form br {
	clear: both;
}

.main-form hr {
	background: #CCCCCC;
	border: none;
	color: #CCCCCC;
	height: 1px;
	margin: 20px 0;
}

.main-form p {
	margin-bottom: 20px;
}

.main-form label {
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
	vertical-align: middle;
}

.main-form .floated-label {
	clear: both;
	float: left;
	font-weight: bold;
	line-height: 16px;
	width: 150px;
}

.main-form select {
	margin-bottom: 20px;
}

.main-form .field, .main-form .floated-field {
	border: 1px solid #CCCCCC;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 5px;
}

.main-form .floated-field {
	float: left;
}

.main-form .radio {
	float: left;
	margin-bottom: 20px;
}

.main-form .radio-text {
	float: left;
	margin: 0 20px 0 5px;
}

.main-form .checkbox {
	float: left;
	margin-bottom: 10px;
}

.main-form .checkbox-text {
	float: left;
	margin: 0 5px;
}

.main-form .select {
	float: left;
	margin-bottom: 20px;
}

.main-form textarea {
	border: 1px solid #CCCCCC;
	float: left;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	margin: 10px 0 20px 0;
	padding: 5px;
	height: 100px;
	width: 300px;
}

.main-form span.newline {
	clear: both;
}

.main-form span label.error {
	background: #FFCCCC;
	border: 1px solid red;
	color: red;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	margin-top: 2px;
}

.clear-collapse {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#professionalblurb {
	margin: 0;
	padding: 0;
}

#professionalblurb p {
	line-height: 21px;
}

#search_appointment_bubble {
	position: absolute;
	padding: 40px;
	margin: 1em 0 3em;
	color: white;
	background: #5b8810;
	background: -webkit-gradient(linear, left top, left bottom, from(#9bcf45), to(#5b8810));
	background: -moz-linear-gradient(top, #9bcf45, #5b8810);
	background: linear-gradient(#9bcf45, #5b8810);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 340px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin-left: 540px;
	margin-top: -160px;
	font-weight: 300;
	text-shadow: 0 -1px 0 #666666;
	box-shadow: #333 0 25px 50px;
	display: none;
}

#search_appointment_bubble:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 170px;
	border-width: 40px 40px 0;
	border-style: solid;
	border-color: #5b8810 transparent; 
    display: block;
    width: 0;
}

#search_appointment_bubble > span {
	font-weight: bold;
}

#search_appointment_bubble #close_button {
	background: url('/new/js/fancybox/fancy_close.png');
	width: 30px;
	height: 30px;
	top: -10px;
	right: -10px;
	position: absolute;
	cursor: pointer;
}