@charset "utf-8";
/* CSS Document */

.productContainer
{
	width: 100%;
}
/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.productContainer .productContainerRow
{
	background-color: #252221;
	margin-bottom: 10px;
	background-image: url(../images/productBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* 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. 
*/
.productContainer .thumbContainer
{
	width: 100px;
	float: left;
	text-align: center;
	margin-top: 16px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.productContainer .thubmColumn
{
	width: 60px;
	margin: auto;
	border: thin solid #FFF;
}
/* 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. 
*/
.productContainer .detailContainer
{
	width: 810px;
	float: right;
	margin-top: 16px;
	color: #FFF;
}
/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.productContainer .detailColumn
{
	padding: 5px;
	width: 650px;
	float: left;
}
.productContainer .relatedColumn
{
	width: 130px;
	float: right;
	height: 80px;
	text-align: center;
	margin-top: -11px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.productContainer .relatedColumn .linkPDF
{
	font-size: 16px;
	padding-top: 20px;
}
.productContainer .relatedTitle
{
	height: 10px;
	font-size: 0.6em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	background-image: url(../images/relatedBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}
.productContainer .relatedThumb
{
	text-align: center;
	height: 60px;
	padding: 3px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #015401;
	border-bottom-color: #015401;
	border-left-color: #015401;
	background-color: #767474;
}
#mainContent .imageCaption {
	font-size: 0.8em;
	text-align: right;
}
.red{
;
	background-color: #F60;
}
#mainContent #container {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
