@charset "UTF-8";
#layout #mainc #rightr .StackedContainers .RowContainer .RowColumn img {
	padding: 2px;
	border: 1px solid #666;
	background-color: #FFF;
}
#layout #mainc #rightr .SpotlightAndStacked .SpotlightAndStackedRow .SpotlightContainer .SpotlightColumn img {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #333;
	margin-right: 1px;
}

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	font: 100% Verdana, Geneva, sans-serif;
	margin: 2px;
}


/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	border: 1px solid #630;
	margin-bottom: 5px;
	color: #630;
	background-color: #FFFFD9;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: #FFC;
	font-size: 13px;
	color: #333;
	margin: 5px;
	line-height: 18px;
}
