﻿/**
	CSS CLASS - Custom Control - \controls\Ecommerce\ProductCatalogue.ascx
	======================================================================
**/
.ProductCatalogue
{
	font-family:Verdana;
}
.ProductCatalogue .sep
{
	margin-top:30px;
	margin-bottom:20px;
}
.ProductCatalogue .product-group
{
}
.ProductCatalogue .product-group .header
{

}
.ProductCatalogue .product-group .header .header-img
{
	float:left;
	width:150px;
}
.ProductCatalogue .product-group .header .header-text
{
	float:left;
	width:425px;
	font-size:1em;
}
.ProductCatalogue .product-group .header .clearer
{
	clear:left;
}
.ProductCatalogue .product-group .item-group
{
	margin-top:15px;
}
.ProductCatalogue .product-group .item-group .item
{
}
.ProductCatalogue .product-group .item-group .item .item-details
{
	width:450px;
	float:left;
}
.ProductCatalogue .product-group .item-group .item .item-buy
{
	width:100px;
	float:right;
	text-align:right;
}
.ProductCatalogue .product-group .item-group .item .item-buy .centre-buy
{
	text-align:center;
}
.ProductCatalogue .product-group .item-group .item .item-buy .bottom
{
	margin-top:3px;
}
.ProductCatalogue .product-group .item-group .item .clearer
{
	clear:left;
}



