@charset "UTF-8";

/* 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
{
	margin: 0;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	clear: both;
	float: left;
	width: 570px;
	border: 1px solid #8ba4b2;
	margin-bottom: 10px;
	padding: 8px;
}

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

.StackedContainers .RowThumb
{
	float: left;
	width: 100px;
	margin-right: 15px;
	font-size: 0.85em;
	line-height: 135%;
}
.StackedContainers .RowAddress
{
	float: left;
	width: 290px;
	font-size: 1em;
	color: #3b454b;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
}
.StackedContainers .RowDescription
{
	float: left;
	width: 290px;
	margin-right: 15px;
	font-size: 0.85em;
	line-height: 135%;
}

.StackedContainers .RowInfo
{
	float: left;
	width: 140px;
	font-size: 0.85em;
	line-height: 135%;
}

