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

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

#shoppingCart {

	margin-top: 10px;

}

p {
	margin: 0;
}

#homePage h3 {
	color: #cc3d5e;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	text-align: center;
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
}

#homePage h2 {
	color: #2f3434;
	font-size: 32px;
	font-weight: normal;
	font-family: font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 17px;
}

hr {
	visibility: visible;
	height: 1px;	
}
.textContent td {
	font-weight: 600;
	font-size: 12pt;
	color: #4e6f18;
}
.contentTitle {
	width: 580px;
	margin: 15px 0 0 0;
	padding-left: 10px;
	color: #FFF;
	font-size: 16pt;
	line-height: 35px;
}


#shoppingCart .listing .listingImageArea img {
	width:100px !important;

}

#shoppingCart .listing .listingImageArea  {
	height:100px !important;

}

#homePage #shoppingCart .listing {
    float: left;
    height: 90px;
    padding: 2%;
    text-align: center;
    width: 21% !important;
}

#homePage #shoppingCart .listingImageArea a {
	width:100px;
    height: 90px;
	display:block;

}

