/**********************************************************
Name:			store_locator.css
Description:	CSS definitions for Sirdar 2nd level pages - store locator display definitions.
Date:			23/05/2007
Author:			Andrei Vais
**********************************************************/

#contentpage div.CountryStockists
{
	/*border: 1px solid red;*/
	clear: both;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 450px;
}

#contentpage div.CountryStockists h3
{
	/*border: 1px solid blue;*/
	float: left;
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
	width: 450px;
}

#contentpage ul.ListOfCounties
{
	/*border: 1px solid green;*/
	clear: none;
	float: left;
	margin: 0 3% 20px 0;
	padding: 0 0 0 0;
	width: 30%;
}

#contentpage .ListOfCounties li
{
	/*clear: both;*/
	float: left;
	width: 100%;
}

#StockistsList .Stockist
{
	padding: 5px 10px 35px 10px;
	clear: both;
	/*float: left;
	border: 1px solid #000000;*/
	margin-bottom: 30px;
	width: 400px;
}

#StockistsList .StockistAddress, #StockistsList .StockistContacts,
#StockistsList .StockistAddress h4, #StockistsList .StockistAddress p, 
#StockistsList .StockistAddress p span, #StockistsList ul, #StockistsList ul li
{
	float: left;
	width: 100%;
}

#StockistsList .StockistAddress p
{
	display: none;
}

#StockistsList .StockistAddress h4
{
	margin: 0;
}

#StockistsList ul
{
	margin: 10px;
	margin-left: 0;
}

#StockistsList ul.Services
{
	margin: 0;
}

#StockistsList ul.Services li
{
	width: auto;
}
