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

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

#homePage h2
{
/*
	margin:0 0 0.6em 0;
	padding: 0.1em 0.2em;
	line-height : 1.6em;
	font-size:2em;
	color:#fff;
	background-color:#0f0;
	border:1px solid #0f0;
*/
}

#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;
}

.showProduct .relatedProducts
{
    margin: 10px;
}


.showProduct .relatedProducts h2 {
	color:#F37322;
	font-family:Verdana;
	font-size:20px;
	font-weight:normal;
	margin:4px 0 7px;
}
.showProduct .relatedProduct {
	width:153px;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:200px;
	height:200px;
	margin:3px;
	padding:3px;
	color:black;
}
.showProduct .break{
	clear:left;
}
.showProduct .relatedProductPrice {
	font-weight:bold;
}
.showProduct .relatedProductName {
	font-size:0.8em;
}
.showProduct .relatedProductImage img {
	margin:0 auto 0 auto;
}
.showProduct #prod3Style {
	font-size:0.9em;
}
.showProduct #prod3Style tr {
}

.showProduct #prod3Style td {
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
}
