
/* page summary content */

/**************************************************************************************
/* update the following classes to change the appearance of the summary content 
/* designer control
/*************************************************************************************/

/* this is the class used on the outside container element for the summary content */
/* html example: <div class="SummaryContent_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.SummaryContent_Wrapper {}

/* this is the class used on the inside container element for the summary content */
/* html example: <div class="SummaryContent_Wrapper"><div class="SummaryContent"> */
.SummaryContent {}

.SummaryContent * {}

.ui_summary_content_home .SummaryContent_Wrapper {
	overflow: hidden;
	
}
.ui_summary_content_home .SummaryContent {
	padding: 0px 20px;
}

.ui_summary_content_home .SummaryContent p {
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}
