﻿#regionsContainer
{
	width:210px;
	height:315px;
	min-height:315px;	
}
.storesContainer
{
	width:220px;
	height:315px;
	min-height:315px;
	padding-left:10px;
	border-left:1px solid #CDCDCD;
	float:left;
}
#regions
{
	margin-top:21px;
}

.region
{
	margin:0px;
	width:180px;
}

.leftContainer
{
	width:200px;
	float:left;
	margin-top:70px;
}

.rightContainer
{
	
	width:395px;
	height:395px;
	float:right;
}
.rightContainerList
{
	
	width:415px;
	float:right;
}
#stores
{
	margin-top:21px;
}

.storePreviewContainer
{
	border-left:1px solid #CDCDCD;
	margin-top:0px;
	padding-left:10px;
	float:left;
	width:170px;
	height:315px;
}
.rightContainerPadded
{
	
	margin-top:70px;
}

.postcodeTextBox
{
    width:132px;
    background-color: #efece3;
    border:0px;
    font-size: 10px;
}

#postcodeAnywehereForm
{
    margin:20px 0px 0px 2px;
}

#postcodeAnywehereForm div
{
    margin:15px 0px;
}


#locations 
{
    
    margin:19px 0px 0px 0px;
    padding:0px;
}

#locations li
{
    border:1px solid white;
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.location 
{
    margin:0px;
    padding:0px;
}

.location li
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

