@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
{
	color: #003;
	margin: 2px;
	width: 97%;
	position: relative;
	top: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	border: none;
	background: white;
	margin-bottom: 20px;
	width: 100%;
	padding: 5px 10px 5px 5px;
}

/* 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
{
	float: left;
	padding: 10px;
	border: 1px white;
}

.SpotlightContainer img
{
	width: 100px;
}

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

.SpotlightColumn a {
	outline: none;
}
.SpotlightColumn img {
	border: none;
}

/* 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
{
	width: 80%;
	float: right;
}

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

#name
{
	position: relative;
	float: left;
	clear: none;
	width: 40%;
	font-weight: bold;
	overflow: visible;
}

#itemnum
{
	position: relative;
	float: left;
	width: 25%;
}

#price
{
	position: relaitve;
	float: right;
	width: 35%;
}

#head
{
	clear: both;
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
	padding: 10px 0px;
}
#topRow
{
	padding-top: 10px;
}

#desc
{
	padding-bottom: 10px;
}

