/* Product list and product page css */ 

#content div.typography {
	padding: 0 8px 24px;
	background: #fff url(http://www.ambucs.com/themes/haze/images/text.gif) repeat-x bottom;
	margin-bottom: 12px;
}

.product_summary #ProductList {
	color: #666;
	list-style:none;
	width:100%;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #a1d4f3;
	line-height: 2em;
	margin-bottom: 10px;
	color: #4EA3D7;
}

.product_summary li.productItem {
	margin-bottom: 10px;
	padding:1em;
	background:#f4f8f9;
	border: 1px solid #c9e5f7;
}
.product_summary .productItem a {
	float: left;
	margin-right: 10px;
}
.product_summary .productItem .wrapper {
	float: left;
}

.product_summary p { clear: both; }

.product_summary a {
	color:#999;
	text-decoration: none;
}
.product_summary a:hover {
	text-decoration: underline;
}

.product_summary .productTitle {
	font-size: 1.2em;
	margin: 0;
}
	.product_summary .productTitle a {
		color: #4694c4;
	}

.product_summary .productItem .quantityBox a {
	float: none;
	margin: 0;
}
.quantityBox a img { border: none; }
.price_display {
	font-weight:bold;
	color:#4694c4;
	line-height: 1.5em;
}

.productActions {
	text-align: right;
	margin-top: 5px;
	clear: both;
}
	.productActions li {
		list-style: none;
	}
		.productActions li a {
			color: #999;
		}