@charset "UTF-8";

/* SprySpotlightColumn.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Spotlight Column and Stacked Containers structure. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
 
.SpotlightAndStacked
{
	font: 12px Verdana, Geneva, sans-serif;
	margin: 2px;
	
	
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	border: 0px solid #333333;
	border-top-width:1px;
	background-color: #000000;
	
	
	
	
}

/* 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: 20%;
	float: left;
	margin-bottom:15px;
	
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
}

/* 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 .Labels
{
	width: 10%;
	float: left;
	margin-top:10px;
}

.SpotlightAndStacked .StackedContainer
{
	width: 45%;
	float: left;
	margin-top:10px;
}

.SpotlightAndStacked .Paypal
{
	width: 25%;
	float: right;
	margin-top:25px;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	border: 0px solid #FFFFFF;
}

