/************************************************************
* Stylesheet for Clarks CCR Locator
*************************************************************/

body
{
	margin:15px 0px 15px 0px; 
	padding:0px; 
	background-color:#FFFFFF; 
	color: black; 
	font-family: veranda, helvetica, arial; 
	font-size: 8pt;
}

/* Set the width of the page */
.mainBrandLogo, .mainContainer
{
	width: 770px;
}


/* Brand Logo at the top */
.mainBrandLogo
{
	text-align:left;
	background-color:#aa9a8d;
}

/* Container where locator and images are contained */
.mainContainer
{
	background-color: #ffffff;
}

/* Brand information under the logo */
.mainBrandInfo
{
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

/* Images in the right side */
.mainPromotion 
{
	width: 45%;
	vertical-align: top;
}

/* This provides the container margin needed. It is easier the doing margins & padding */
.mainMargin
{
	width: 15px;
}

/* Store Locator styles */
.locatorContainer
{
	width: 55%;
	vertical-align: top;
}

.locatorIntroText, .locatorHeading, .header, .locatorLabel, .error, .FieldLabel, .locatorResultsLabel, .locatorText
{
	font-family: veranda, helvetica, arial; 
	font-size: 9pt;
}

.locatorHeading, .header
{
	font-weight: bold;
}

.locatorRowMargin
{
	font-size: 12pt;
}

.locatorSearchSeparator
{
	width: 10px;
	height: 100%;
}

.error
{
	background-color: Red;
}

.footer
{
	width:770px;
	height:20px;
	background-color:#aa9a8d;
}
