@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: 100% 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 {
	background: #FFF url(../images/prodTblGradnt.png) bottom repeat-x;
	margin-bottom: 8px;
	color: #FFF;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #600;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	max-height: 150px;
}

/* 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: 330px;
	float: left;
	max-height: 680px;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn {
	width: 80px;
	float: left;
	margin-left: 20px;
	height: 70px;
	text-align: left;
	margin-top: 5px;
}

/* 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 {
	color: #FFF;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/

.SpotlightContainerLeft {
	padding-left: 8px;
	background: #57212e url(../images/tblGrdnt.png) repeat-x top;
	border-top-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	height: 22px;
	padding-top: 2px;
}

#details {
	color: #57212e;
	font-size: 70%;
	margin-left: 320px;
	margin-bottom: 10px;
}

#Thumbnail {
	float: left;
	min-height: 100px;
	max-height: 100px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
	min-width: 100px;
	max-width: 100px;
}

#ShortDesp {
	color: #57212e;
	font-size: 78%;
	width: 450px;
	padding-left: 50px;
	margin-left: 0px;
	margin-top: 5px;
}

#header {
	color: #57212e;
	font-size: 80%;
}

#warnty {
	color: #57212e;
	font-size: 70%;
	margin-left: 2em;
	margin-right: 1em;
}

#largeImg {
	float: left;
	width: 300px;
	height: 285px;
	background-image: url(../images/container%20300x300.png);
	padding-top: 15px;
	background-repeat: no-repeat;
	text-align: center;
}

.StackedColumn a:link {
	text-decoration: none;
	color: #B6A978;
}
.StackedColumn a:visited {
	text-decoration: none;
	color: #B6A978;
	
}
.StackedColumn a:hover {
	text-decoration: underline;
	color: #887b49;
}
.StackedColumn a:active {
	text-decoration: none;
	color: #600;
}
