/* This stylesheet is used for the store locator area of the site.
It setups two channels:
	Left: For the store list and details
	Right: For Google Map
*/

/* Base Styles */
h1 { font-size: 1.50em; }
h2 {
	font-size: 1.50em;
	margin: 0px 0px 16px 0px;
}
h3 {
	font-size: 1.17em;
	margin: 0px;
}


/* Base Divs */
div#mid_section {
	background-image: url(images/mid_section_location_background.jpg);
}

div#mid_section div.left_content {
	width: 662px;
	padding: 0px 0px 0px 21px;
}

div.left_content div#google_map {
	float: left;
	width: 322px;
	height: 260px;
	margin-top:12px;
}

div.left_content div#store_enquiry_container {
	float: right;
	width: 322px;
	margin-top: 23px;
}



/* ##### STORE DETAILS ##### */
div#store_details {
	float: left;
	width:314px;
	padding: 23px 22px 0px 0px;
}
div#store_details div#store_list {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
div#store_details div#store_list ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#store_details div#store_list ul#store_list2 {
	padding-left: 40px;
}
div#store_details div#store_details_left {
	float: left;
	width: 139px; 
}
div#store_details div#store_details_left h1 {
	margin: 0px 0px 20px 0px;
	font-size: 1.50em;
}
div#store_details div#store_details_left img#manager_image {
	border: 1px solid #284050;
	margin-bottom: 10px;	
}
div#store_details div#store_details_right {
	float: right;
	width: 158px;
}
div#store_details div#store_details_right a {
	color: #f20d0c;
	background-color: transparent;
	font-weight: bold;
}





/* ##### Other Store Description ##### */
div#other_details {
	float: left;
	display: none;
	width: 660px;
	margin-top: 20px;
}
div#other_details h2 {
	margin-bottom: 0px;
}
div#other_details div#store_description {
	float: left;
	width: 314px;
}
div#other_details div#opening_times {
	float: right;
	width: 322px;
	margin-top: 0px;
}
div#other_details div#services,
div#other_details div#gallery {
	float: right;
	width: 322px;
	margin-top: 20px;
}
div#other_details div#services h2,
div#other_details div#gallery h2 {
	margin-bottom: 10px;
}
div#other_details div#services a {
	/* Fix an IE6/7 bug with showing underlines between the anchored images */
	text-decoration: none;
}
div#other_details div#gallery img {
	cursor: pointer;
}
