/* Fix layout */
#left {
	display: none;
}
#right {
	overflow: visible;
	min-width: 728px;
}
/*#Sidebar {
	max-width: 180px;
	position: absolute;
	top: 100px;
}*/
#ProductGroup {
	/*width: 430px;
	margin-left: 180px;*/
	width: 100%;
}
#Sidebar ul {
	list-style: none;
	padding-bottom: 20px;
}
/* Product list and product page css */

.product_summary #ProductList {
	color: #666;
	list-style:none;
	float:left;
	width:100%;
	margin: 5px 0 0 0;
	padding: 0;
}

.product_summary .featureTitle,
.product_summary .productGroupTitle {
	font-size: 1.05em;
	font-weight: normal;
	border-bottom: 1px solid #d0d0d0;
	line-height: 2em;
	margin-bottom: 3px;
}

.product_summary li.productItem {
	float:left;
	/*width:140px;*/
	overflow:hidden;
	margin: 0 3px;
	font-size:1.0em;
	padding: 1em;
	background:#fafafa;
	border: 1px solid #d0d0d0;
	margin-bottom: 4px;
}
.product_summary li.productItem a img{
	float: right;
	/*text-align:center;
	position:absolute;
	right:5px;
	border: 1px solid black;*/
}

.product_summary .productTitle {
	font-size:1.2em;
	/*margin-top: 5px;*/
}
.price_display{
	font-weight:bold;
	/*line-height: 1.5em;*/
}

.quantityBox {
	font-size: 0.9em;
}
	.featured {
	}
		.quantityBox a {
			vertical-align: middle;
		}
		.quantityBox a:hover {
			text-decoration: none !important;
		}
	.productActions {
		margin-top: 10px;
		margin: 0 !important;
		padding: 0;
	}
		.productActions li {
			text-align: right;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.quantityBox .productActions a {
			line-height: 1.5em;
			font-weight: normal;
		}
