/**********************************************************
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;*/
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 80.9%;
}

#contentpage div.CountryStockists h3
{
	/*border: 1px solid blue;*/
	float: left;
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
	width: 97%;
}


#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
{
	float: right;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	display: inline;
	width: 81.1%;
}

#StockistsList h3
{
	color: #7F7FA1;
	float: left;
	font-size: 115%;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.CountryStockists h3 a
{
	text-transform: uppercase;
}

#StockistsList .Stockist
{
	background: #F1F1F1;
	background: #ECF7FD;
	background: #EEEEFC;
	float: left;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
	width: 100%;
}

#StockistsList .StockistAddress
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 38%;
}

#StockistsList .StockistAddress h4
{
	color: #9999CC;
	font-size: 90%;
	font-weight: normal;
	margin: 12px 0 0 17px;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

#StockistsList .StockistAddress p.fn
{
	display: none;
	margin: 0 0 0 17px;
	padding: 0 0 0 0;
}

#StockistsList ul
{
	/*border: 1px solid red;*/
	list-style-type: none;
	margin: 10px 0 0 17px;
	display: inline;
	padding: 0 0 0 0;
	width: 90%;
}

#StockistsList li
{
	/*border: 1px solid green;*/
	clear: both;
	float: left;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	width: 99%;
}

#StockistsList .DetailLabel
{
	/*border: 1px solid blue;*/
	color: #9999CC;
	float: left;
	font-size: 90%;
	font-weight: normal;
	margin: 0 4% 0 0;
	padding: 0 0 0 0;
	text-align: left;
	text-transform: uppercase;
	width: 20%;
}

#StockistsList .StockistContacts
{
	background: #E7E7E7;
	background: #E2E2F0;
	background: #E3E3EC;
	border-left: 3px solid #FFFFFF;
	float: right;
	margin: 0 0 0 0;
	padding: 1px 0 10px 0;
	width: 60%;
	min-height: 126px;
}

#StockistsList .StockistContacts ul.contacts
{
	margin-bottom: 0;
}

#StockistsList .StockistContacts ul.contacts li a
{
	background-color: transparent;
	text-transform: lowercase;
}

#StockistsList .Services
{
	clear: both
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

#StockistsList .Services li
{
	clear: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	width: auto;
}

#StockistsList .Services li img
{
	float: left;
}
