/*************************************************************/
/* Physician Pages  */

/*************************************************************/
/* Physician Detail */

.phys-wrapper {
	margin: 0 0 40px;
}
.physician-details {
	color: #a0a0a0;
	margin: 22px 0 0 26px;
}
div.physician-name {
	overflow: hidden;
	width: 100%;
}
div.physician-name h1 {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}
.physician-name .specialty {
	text-transform: uppercase;
	float: right;
	width: 49%;
	margin:0;
	font-weight: bold;
	color: #b5b5b5;
	text-align: right;
}
.physician-name .specialty a {
	color: #5a7b70;
}
.physician-name .specialty a:hover {
	color: #81aa9d;
}
.physician-details .details .label {
	vertical-align: top;
	font: arial;
	color: #000;
	text-align: right;
}
.physician-details .details-shell {
	background: #fff url('images/bg_physician_block_bottom.jpg') no-repeat bottom center;
	margin-bottom: 1em;
}
.physician-details .details {
	margin-top: 5px;
}
.physician-details .details td {
	font: 9px arial;
}
.physician-details div.location-physician div {
	margin: 0;
}
.physician-details div {
	margin: 0 0 10px;
}
.physician-details div.location-physician {
	line-height: 12px;
}
div.photo-physician {
	width: 201px;
}
div.photo-physician img {
	width: 201px;
}
td#photo-physician-shell img.button {
	border: 0;
	position: relative;
	left: 15px;
	top: -2px;
	margin-bottom: 35px;
}
div.physician-content-block {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
div.physician-content-block div.block-content {
	margin-top: .5em;
}
form.physician-search {
	font: 10px arial;
	margin-bottom: 1em;
}
form.physician-search .title {
	margin-bottom: 10px;
}
form.physician-search .title span {
	font: bold 14px Calibri, Verdana, Helvetica, sans-serif;
	position: relative;
	top: 10px;
	left: 10px;
	color: #828282;
}
form.physician-search label {
	font: bold 10px Calibri, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #2683d3;
	padding-left: 1.5em;
}
form.physician-search .text, form.physician-search select {
	width: 255px;
	height: 25px;
	background: #e8e8e8;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
form.physician-search a.button {
	margin-left: 10px;
	padding: 2px;
	font: italic 10px Calibri, Verdana, Helvetica, sans-serif;
	color: #afa6a7;
	text-decoration: none;
	background: #fff;
	border: 1px solid #afabac;
	position: relative;
	top: 15px;
	left: 10px;
}
div .num-results b {
	margin-left: 20px;
	font: 12px arial;
	text-transform: uppercase;
	color: #008183;
	top: 3px;
	position: relative;
}
div.num-results a {
	margin-left: 20px;
	font: 12px arial;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	text-align: right;
}
table.search-result {
	margin-left: 20px;
}

#rightCol table.search-result {
	margin-left: 0;
}

div.search-result-divider {
	height: 11px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-bottom: 1px solid #e5e5e5;
}

#rightCol div.search-result-divider{
margin-left: 0;
}

table.search-result td {
	vertical-align: top;
}
table.search-result .address {
	font: bold 12px Calibri, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #b5b5b5;
	text-align: right;
}
table.search-result .display-name{
	font: bold 12px Calibri, Verdana, Helvetica, sans-serif;
	color: #5a7b70;
	text-transform: uppercase;
}
table.search-result .key {
	font: 14px Calibri, Verdana, Helvetica, sans-serif;
	color: #2683d3;
}
table.search-result .value {
	vertical-align: bottom;
	font: 11px Calibri, Verdana, Helvetica, sans-serif;
	color: #8b8b8b;
	text-transform: uppercase;
}
div#multimap {
	margin-bottom: 20px;
	position: absolute;
	top: 12px;
	left: 14px;
}
div.map-marker {
	font: 12px arial;
}
a.click-open {
	display: block;
	margin-left: 20px;
	font: italic 14px Calibri, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #fc0;
	margin-bottom: 10px;
	height: 45px;
}
div.map-title {
	font: italic 14px Calibri, Verdana, Helvetica, sans-serif;
	margin-left: 15px;
	font-weight: bold;
	color: #fc0;
	margin-bottom: 0;
}
div#map-shell {
	background: url('images/bg_map_500x300.jpg') no-repeat center center;
	width: 526px;
	height: 325px;
	position: relative;
	left: -5px;
}
div.physician-map-block {
	font: 12px arial;
}
div.location-content-block {
	width: 133px;
	float: left;
}
div.location-description {
	font-weight: normal;
	width: 100px;
}
div.physician-map-block .google-map-shell {
	float: left;
}
div.location-type {
	margin-bottom: 2px;
	font-weight: bold;
}
div.location-address {
	margin-bottom: 5px;
}
.google-map-textnode .title {
	font: 12px arial;
}
.google-map-textnode span {
	display: block;
}
.google-map-textnode a {
	font-style: normal;
	display: block;
}

