/* ---------------------------------------------- Search Results
|	Portal:
|	Page:
|	Scope:
|	Description:
*/
div.results{
	clear: both;
}

/* ---------------------------------------------- Search Results  >>  Pager
|	Portal:
|	Page:
|	Scope:
|	Description:
*/

div#content div.results div.pager{
    background:#d1d1d1;
	_background:#ffffff;
    padding:15px;
    overflow:hidden;
    margin-bottom:5px;
}

div#content div.results div.pager a{
    color:#b4421a;
}

div#content div.results div.pager a.active{
    font-weight:bold;
}

div#content div.results div.pager ul{
    list-style:none;
    padding:0;
    margin:0;
    float:left;
}

div#content div.results div.pager ul em{
	font-size:125%;
	font-style:normal;
	font-weight:bold;
}

div#content div.results div.pager span.records_showing{
	color:#909090;
	font-style:normal;
	font-weight:bold;
	padding-top: 2px; 
}

div#content div.results div.pager span.records_showing em{
	color:#000000;
	font-style:normal;
	font-weight:bolder;
}

div#content div.results div.pager li{
    display:inline;
    padding:0 11px 0 0;
    margin-right:11px;
    border-right:1px solid #868686;
    line-height:100%;
    font-weight:bold;
}

div#content div.results div.pager li.last_li{
    padding:0;
    margin-right:0;
    border-right:0;
}

div#content div.results div.pager span{
    float:right;
    font-weight:bold;
}

/* ---------------------------------------------- Search Results  >>  Search The Site
|	Portal:
|	Page:
|	Scope:
|	Description:
*/

div#content div.results dl.search-results dd {
	padding-left:40px;
	padding-right:40px;
	border-bottom:1px solid #d6d6d6;
}

/* ---------------------------------------------- Search Results  >>  Photo Table
|	Portal:
|	Page:
|	Scope:
|	Description:
*/

div#content div.results ul.thumbnail_links {
	list-style-type:none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	background:#f4f4f4;
}

div#content div.results ul.thumbnail_links li {
	list-style-type:none;
	float:left;
	width:142px;
	height:120px;
	padding-left:15px;
}

div#content div.results ul.thumbnail_links li ul li {
    border: 0!important;
    height: auto;
    float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

div#content div.results div.floating_photo_view_container {
	display: none;	
}

/* ---------------------------------------------- Search Results  >>  Floating_photo
|	Portal:
|	Page:
|	Scope:
|	Description:
*/

div#content div#floating_photo{
	display: none;
	position: absolute;
	left:100px;
	top:150px;
	background:#f4f4f4;
	overflow:hidden;
	border:thin solid #000000;
	max-width: 550px;
}

div#content div#floating_photo div#floating_photo_content{
	padding:10px 10px 10px 10px;
	margin-top:20px;
}

div#content div#floating_photo div#floating_photo_bar{
	position:absolute;
	background:#d4d4d4;
	height:20px;
	width:100%;
}

div#content div#floating_photo div#floating_photo_bar a#floating_photo_close{
	position:absolute;
	right:0;
	top:0;
}

/* ---------------------------------------------- Photo Result
|	Portal:
|	Page:
|	Scope:
|	Description:
*/

div#content div.photo{
	height:300px;
}

div#content div.photo div.left_side {
	float:left;
}

div#content div.photo div.left_side p,
div#content div#floating_photo_content div.left_side p{
	padding-bottom:5px;
	font-weight:bold;
	color:#666666;
}

div#content div.photo div.left_side em,
div#content div#floating_photo_content div.left_side em{
	font-weight:bold;
	font-style:normal;
	color:#000000;
}

div#content div.photo div.right_side {
	padding:10px 10px 10px 10px;
	overflow:hidden;
}

/* ---------------------------------------------- Search Results  >>  Table
|	Portal:
|	Page:
|	Scope:
|	Description:
*/
div#content div.results table{
    background:#e9e9e9;
    margin-bottom:5px;
}

div#content div.results thead.header tr{
    margin: 10px 0;
}

div#content div.results thead.header th,
div#content div.results tbody.body th,
div#content div.results tbody.body td{
    padding:15px;
    border:0;
    background:#ffffff;
    margin:25px;
}

div#content div.results tbody td,
div#content div.results tbody td a{
	 line-height:150%;
}

div#content div.results thead th.date,
div#content div.results tbody th.date{

	width: 76px;
}

div#content div.results tbody td.date,
div#content div.results tbody td.date a{
	
	white-space:nowrap;
}

body.find_a_plastic_surgeon div#content div.results thead th.epp{
	
	background-color: #ACC8AB;
	font-weight: normal;
	font-size: 75%;
	padding: 10px 60px 10px 15px;
	text-align: left;
	line-height: 12px;
}

body.find_a_plastic_surgeon div#content div.results tbody th.epp,
body.find_a_plastic_surgeon div#content div.results tbody td.epp{

	background-color: #ACC8AB;
}

div#content div.results thead.header th{
    font-weight:bold;
    padding:10px 15px;
}

div#content div.results h4 a{
    font-weight:bold;
}

div#content div.results address{}

div#content div.results address > span{
    display:block;
    line-height:115%;
    position: relative;
}

/* ---------------------------------------------- Search Results  >>  Simple List
|	Portal:
|	Page:
|	Scope:
|	Description:
*/

div#content div.results ul.result_links{
	list-style-type:none;
	overflow:hidden;
	padding:0px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	background:#f4f4f4;
}

div#content div.results ul.result_links li{
	list-style-type:none;
	float:left;
	width:275px;
	padding:3px 0px 3px 15px;
}

/* ---------------------------------------------- Search Results  >>  Google Map
|	Portal:
|	Page:
|	Scope:
|	Description:
*/

div#content div#map_wrapper_div{
	width: 300px;
	height: 300px;
	border: 2px solid #bbbbbb;
	float: right;
	margin: 0 0 30px 20px;
}

div#content div#map_canvas{
	width: 100%;
	height: 100%;
}