/* Product list and product page css */

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

.product_summary #ProductList {
	color: #666;
	list-style:none;
	width:800px;
}

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

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

.product_summary p { 	clear: both;
			font-size: 12px; }

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

.product_summary .productTitle {
	font-size: 1.0em;
	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;
}

.quantityBox {
	border: 2px solid #9fcb61;
	padding: 5px;
	background: #f1ffde;
	color: #fffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	float: left;
}

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

