﻿/* BEGIN doctor results styles */

/* The div containing all the results */
.doctor_results
{
}

/* The header for the line item results */
.doctor_results .line_item_header
{
    background: #6C1412;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    line-height: 28px;    
    color: #FFFFFF;
	height: 28px;
	margin-top: 10px;
	
}



/* The individual result item */
.doctor_results .line_item
{
    background: #fffff;
    line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* The odd individual result item */
.doctor_results .line_item_odd
{
    background: #efefef;
    line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 28px;
}

/* The column with the doctor's name */
.doctor_results .doc_name 
{
    width: 30%;
    float: left;
    text-indent: 10px;
}
.doc_name a {

color:#AF2020;
text-decoration: none;
}
/* The column with the doctor's speciality */
.doctor_results .speciality 
{
    width: 35%;
    float: left;
}

/* The column with the doctor's phone # and the one with their city, state */
.doctor_results .phone, .doctor_results .city
{
    width: 15%;
    float: left;
}

/* END doctor results styles */

/* BEGIN doctor view styles */

.infobox p
{
    margin: 0;
    padding:  0;
}

/* END doctor view styles */
