@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
#photoa {
	margin: 0px;
	padding: 0px;
	height: 154px;
	width: 124px;
	float: left;
}
#photob {
	padding: 0px;
	height: 154px;
	width: 124px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	background-color: #EAEAEA;
	border: 1px solid gray;
	width: 20%;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	background-color: #dfc378;
	cursor:pointer;
	width: 100px;
	margin: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #fae19e;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#907848;
	color: white;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	border: 1px solid gray;
	padding:5px;
	width: 65%;
	float: right;
	height: 390px;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/



.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;

}
.MasterDetail .DetailContainer #testimonialtext {
	float: none;
	clear: both;
}
.MasterDetail .DetailContainer #b4andafterphoto {
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	height: 251px;
}
.tmphoto{
	margin: 0px;
	padding: 0px;
}

.MasterDetail .MasterContainer .MasterColumn #thumbcontainer {
	height: 50px;
	width: 100px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.MasterDetail .MasterContainer .MasterColumn #thumbname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.MasterDetail #quotecontainer {
	margin: 0px;
	padding: 0px;
	height: 400px;
	overflow: auto;
	width: 110px;
}
#container #mainContent #testimonialmasterbox {
	padding: 0px;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.DetailContainer #ttext {
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	height: 225px;
	overflow: auto;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
