.SpotlightAndStacked
{
	width: 460px;
	font-size: 12px;
	margin-top: 10px;
}
.SpotlightAndStackedRow .wrap {
	clear: both;
	height: 120px;
}

/* This is the selector for the container of the Spotlight column elements. By default 
 * the Spotlight column occupy about 25% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .SpotlightContainer
{
	width: 130px;
	float: left;
}


/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
	text-align: center;
	vertical-align: middle;
}

/* This is the selector for the container of the Stacked container elements. By default 
 * the Stacked container occupy about 75% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .StackedContainer
{
	margin-top: 15px;
	width: 320px;
	float: right;
	vertical-align: middle;
}


/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	border: 1px solid #FFFFFF;
	margin-bottom: 4px;
}
.StackedColumn .title {
	font-size: 15px;
	font-weight: bold;
	color: #339;
}
.StackedColumn .title2 {
	font-size: 15px;
	font-weight: bold;
	color: #F33;
}
.StackedColumn .info {
	color: #999;
}
.SpotlightAndStackedRow .object {
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	font-family: "?°ç´°?Žé?";
	font-size: 12px;
}
.SpotlightAndStackedRow .object table {
	font-family: "?°ç´°?Žé?";
	font-size: 12px;
}