﻿
/*Contains styles used in relation to the Google Map pages */        


        
/*table row format for the enquiry click clouds*/

table.Clouds td {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;

}

/*For seting the size of the Google map*/

.MyGoogleMapCSS {
	Width: 660px;
	Height: 400px;
	
}

table.enquiryListTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:90%;
}

table.enquiryListTable td {
	padding:5px;
	border-bottom:1px dotted #999999;

}

table.enquiryListTable td.name  {
	font-weight:bold;
	font-size:14px;
	color:#a30234;
	
}

.ShopName {
	font-weight:bold;
	font-size:14px;
	color:#a30234;
}

/* Controls the text above the Listings Table */
.selectIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
	padding:10px;
	margin-top:10px;
	background-color:#CCCCCC;
	
	
}

/* Controls the iframe for Step 4 in the Enquiry Form */
.ifrmAgentFinder {
	width:660px; 
	height:800px;

}

/* Controls the Agent Name displayed in the step 4 of the Enquiry form */
.AgentNameBox {
	font-size:18px;
	color:#a30234;
	border:none;
	width:100%;
}

/* Controls button on Enquiry Page */
.selectAgentButton {
	margin-top:10px;
}


.cloudName {
	font-weight:bold;
	font-size:18px;
}





