/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#contentColumn  	/* The big wahoonie */
{
	margin:0 !important;
	width : 990px !important;	
}
.textContent
{
	padding : 0 !important;
	margin-top : 12px;
}
#homePage h2
{
	margin:0.5em 0 0.3em 0;
	padding: 0.1em 0;
	line-height : 1.2em;
	font-size:1.6em;
	color:#920e11;
	background-color:#fff;
	border-width : 0;
}
#homePage h3
{
	font-size : 1.2em;
	text-decoration : underline;
	margin-bottom : 0.5em;
}
#homePageText table td
{
	width : 198px;
}
#homePageText table td img
{
	display : inline !important;
}

#shoppingCart .relatedProduct {
	width:23%;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:200px;
	height:200px;
	margin:3px;
	padding:3px;
	color:#00f;
}
#shoppingCart .break{
	clear:left;
}
#shoppingCart .relatedProductPrice {
	font-weight:bold;
}
#shoppingCart .relatedProductName {
	font-size:0.8em;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}