/* Product list and product page css */

#ProductGroup {
	margin-left: 230px;
}

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

.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: #FFF;
}

.product_summary li.productItem {
	float:left;
	width:195px;
	height:330px;
	overflow:hidden;
	margin:10px 10px 0 0;
	font-size:1.1em;
	padding:1em;
}

.product_summary a {
	text-decoration:none;
}

.product_summary .productTitle {
	font-size:1.2em;
	margin-top: 1em;
}
	.product_summary .productTitle a {
		color: #fff;
	}
.price_display{
	font-weight:bold;
	line-height: 1.5em;
}

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


		.featured,
		.quantityBox {
			border: 2px solid #9fcb61;
			padding: 5px;
			background: #f1ffde;
			color: #78a33b;
			text-align: center;
		}
			.featured {
				background: none;
				border: #4694c4;
				color: #4694c4;
			}
			.quantityBox {
				width: 193px;
				margin-top: 10px;
				font-weight: bold;
			}
				.quantityBox span {
					margin: 4px 0;
				}
				.quantityBox a {
					vertical-align: middle;
					color: #78a33b;
					border-bottom:1px dotted #78a33b;
				}
				.quantityBox a:hover {
					background-color: #78a33b !important;
					color: #fff;
					border-bottom: none;
				}
			#Content .quantityBox a img {
				border: 1px solid #fff !important;
			}
			.productActions {
				margin-top: 10px;
			}
				.productActions li {
					text-align: right;
					list-style: none;
				}
				.quantityBox .productActions a {
					color: #78a33b !important;
					line-height: 1.5em;
					font-weight: normal;
				}
				.quantityBox .productActions a:hover {
					color: #fff !important;
				}
