/* Spry Overrides */

/* Widget Styles */
#widget_EmployeeChoice
{
	position:relative;
	width:100%;
	height:100%;
}

.EmployeeChoice_Employee
{
	text-align:left;
	background:#e1e5e6;
	
	left:0px;
	right:0px;
	min-height:80px;
	height:auto;
	
	padding: 10px 0px 10px 10px;
	
	overflow:hidden;
}
.EmployeeChoice_Product
{
	text-align:left;
	clear:both;
	background:#eff4f5;
		
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	
	
	overflow:hidden;
}
	.EmployeeChoice_ImageCol
	{
		float:left;
		width:76px;
		
		text-align:right;
		padding-right:10px;
	}
	.EmployeeChoice_TextCol
	{
		float:left;
		width:185px;
	}

.EmployeeChoice_Quote
{
	font-size:12px;
	color:#666666;
	padding-bottom:10px;
}
.EmployeeChoice_QuoteBy
{
	font-size:12px;
	color:#333333;
}
.EmployeeChoice_QuoteByFrom
{
	font-size:10px;
	color:#333333;
}
.EmployeeChoice_Title
{
	font-weight:bold;
}
.EmployeeChoice_Annotation
{
	margin-bottom:15px;
}

#widget_EmployeeChoice .onepanel_ContentContainer
{
	background-color:#eff4f5;
	margin:0px;
}
