

#Product {
	margin-left: 0px;
}
.productContent{
	margin-top:10px;
}

	.priceDisplay{
		font-weight:bold;
		font-size:1.2em;
	}
	
	/* Image placeholder */
	#Product .noimage{
		/*
		padding:20px;
		height:100px;
		
		text-align:center;
		background:#eeeeee;
		color:#d3d3d3;
		display:block;
		text-decoration:none;
		font-size:20px;
		*/
		width:200px;
		padding:20px;
	padding-top:55px;
	height:65px;
	text-align:center;
	background:#eeeeee;
	color:#d3d3d3;
	display:block;
	text-decoration:none;
	font-size:20px;
	border-radius:7px
	}
	.quantityBox a.add {
	background:#8eb436;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	border-radius:3px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	}
	.quantityBox a.selected{
	background:#fff;
	color:#8eb436;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	border-radius:3px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
	
}
.quantityBox a.selected:hover, .quantityBox a.add:hover{
	background:#c7e75c;
	color:#fff;
}
.quantityBox ul{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
.quantityBox li{
	list-style:none;
	margin:0px;
	margin-top:10px;
	padding:0px;
	
}
	/*
	.productItem a.noimage{
	padding:20px;
	padding-top:55px;
	height:65px;
	text-align:center;
	background:#eeeeee;
	color:#d3d3d3;
	display:block;
	text-decoration:none;
	font-size:20px;
	border-radius:7px;
}
*/