/* Desert Hills Plastic Surgery Center - stylesheet */

/* Procedure pop-up section */

.procedure_popup {
	width:543px;
	font-family:"Century Gothic", Arial;
	text-align:center;
	margin:0px auto;
}
.procedure-popup {
	width:250px;
	right:30px;
}
.procedure_popup_content {
	padding:0px 25px;
	background-color:white;
}
.procedure_popup_info {
	background-image:url(images/bkg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;

	padding:10px 0px;
	text-align:right;
	border-top:5px solid white;
	border-bottom:5px solid white;
	
}
.patient_information {
display:block; background:#F2F2F2; border:1px solid #dddddd; width:462px; padding:10px; margin:0 auto;
}
.procedure_heading {
	padding:14px;

}
h3.procheading {
	color:#993399;
	margin:0px;
	font-size:19px;
	letter-spacing:1px;

}
h2.procheading {
	color:#333;
	font-size:14px;
	letter-spacing:1px;
	margin:0 0 7px 0;
}
h4.procheading {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:white;
	margin:10px 0 0 0;
}
h4.procinfo {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0;
	text-align:left;
}
h3.procinfo {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0;
	text-align:left;
}
.procedure_heading h3 a {
	border:2px solid white;
	background-color:white;
	color:#2A0038;
	padding:3px 0 0 3px;
}
.procedure_heading h3 a:hover {
	text-decoration:none;
	border:2px solid #358122;
	background-color:#358122;
	color:white;
}
.procedure_heading ul {
	list-style-type:none; font-size:12px;
	display:inline;
	margin:0;
	padding:0;
}
.procedure_heading ul li {
	list-style-type:none;
	display:inline;
	line-height:12px;
}
.procedure_heading ul li a {
	border:1px solid #d9d6d6;
	background-color:#eeeeee;
	text-decoration:none;
	color:#2A0038;
	padding:3px;
}
.procedure_heading ul li a:hover {
	text-decoration:none;
	border:1px solid #666666;
	background-color:#999999;
	color:white;
}

.procedure_heading ul li a.active {
	text-decoration:none;
	border:1px solid #666666;
	background-color:#999999;
	color:white;
	padding:3px;
}
.procedure_heading ul li a.active:hover {
	text-decoration:none;
	border:1px solid #666666;
	background-color:#999999;
	color:white;
}

.procpic {
	width:auto;
	text-align:center;
	float:left;
	padding:10px 3px;

}


.f-clear{ clear:both;}



