/**********************************************************
Name:			ourbrands.css
Description:	CSS definitions for brands pages.
Date:			04/10/2007
Author:			Andrei Vais
**********************************************************/

/*	Define style for the product ranges	*/
#productRanges
{
	clear: both;
	float: left;
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

#productRanges li
{
	float: left;
	line-height: 140%;
	list-style-type: none;
	margin: 0 1.5% 10px 1.5%;
	padding: 0;
	width: 30%;
	min-width: 175px;
	min-height: 241px;
}

#productRanges dl
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#productRanges dt
{
	border: 1px solid #EAEAEA;
	min-height: 88px;
	margin: 0;
	padding: 4px;
	text-align: center;
	width: 100%;
}

#productRanges dd
{
	background: #EAEAEA;
	min-height: 270px;
	margin: 4px 0 0 0;
	padding: 4px 11px;
	width: 94%;
}

p#productsShot
{
	float: left;
	text-align: center;
	width: 100%;
}

p#productsShot img
{
	border: 1px solid #EAEAEA;
	float: none;
	padding: 4px;
	margin: 0;
}
/*	End of product ranges style classes 	*/