
#shoppingCart a.listing {
	display:block;
	width:150px;
	height:190px;
	margin:5px 10px;
	text-align:center;
	float:left;
	text-transform:capitalize;
}
#shoppingCart a.listing span {
	display:block;
	width:120px;

	height:130px;

	margin:0 auto 5px auto;
	background-repeat:no-repeat;
	background-position:50% 0;
}
#shoppingCart a.listing:hover {
	text-decoration:underline;
}





			a.listing span.linkButton
			{
				background-color: #E22626;
				width: 100%;
height: 2.5em !important;
height: auto !important;
padding: 5px 1px !important;
/*				min-height: 3em;
				max-height: 5em;
*/
				vertical-align: middle;
				color: #fff;
				padding: 0.2em 0;
				border: 1px solid #EFA0A0;
				font-weight: bold;

				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;

			}
			a.listing:hover
			{
				color: #fff;
			}

