/*
	HOTPRESS FRAMEWORK
	Site:
	By:Steven Waller
	Created:
*/


/* Ecommerce Styles
----------------------------------------------------------------------------------------------------*/
.productItemNotFound,
.catalogueItemNotFound{
	display:none;
}
table.cartSummaryTable{
	margin-bottom:0;
}
table.productTable td{
	padding:0;
}

/* Catalog
----------------------------------------------------------------------------------------------------*/
.ecommerce-catalog{
	text-align:center;
	background:#f1f1f1;
	padding:1px;
}
	.ecommerce-catalog h3{
		margin-top:10px;
	}
	.ecommerce-catalog .image{
		margin-bottom:10px;
	}

/* Small Product
----------------------------------------------------------------------------------------------------*/
.ecommerce-product-small{
	text-align:center;
}
	.ecommerce-product-small .image{
		margin-bottom:10px;
	}
	.ecommerce-product-small h3{
		margin:0 0 10px 0;
	}

/* Large Product
----------------------------------------------------------------------------------------------------*/
.ecommerce-product-large h1{
	margin-top:0;
}
.ecommerce-product-large ul{
	margin-left:0;
}
	.ecommerce-product-large li{
		list-style:none;
	}
.ecommerce-product-large .quantity input{
	width:100px;
	margin-top:10px;
}
.ecommerce-product-large .large-image{
	margin-bottom:20px;
}
.poplets{
	border-top:none;
	margin:0;
}
	.poplets img{
		margin:0 5px;
	}
