@import url("/gTabNav.css");


/* LOCATIONS STYLES */


/* temp */
.page_locations_template .content {
	width: 726px;
	padding: 25px 10px 25px 30px;
}
/* temp end */

.page_locations .content {
	width: 726px;
	padding: 25px 10px 25px 30px;
}

.intro {
	width: 60%;
	padding-bottom: 1em;
}

.gLocationLeftColumn {
	float: left;
	width: 320px;
}
.gLocationRightColumn {
	float: right;
	width: 400px;
}
.gLocationRightColumn H2 {
	border: none;
	margin: .8em 0 .1em 0;
}


.howToUse {
	clear: both;
	margin: 0 20px;
	border: 1px solid white;
}






/* LIST */
UL.gLocationsList {
	margin: 0;
	padding: 0 !important;
	list-style-image: none;
}
.gLocationsList LI {
	margin: 0;
	padding: 15px 0 10px 0 !important;
	border-bottom: 1px solid #CCCCCC;
}

/* google marker */
.gLocationMarker {
	display: block;
	float:left;
	margin-right: 10px;
	text-align: center;
}
.gMarkerLink {
	display: block;
	border: none !important;
	margin: 0 auto;
}
.gMapLink {
	display: block;
}

/* location image */
.gLocationImage {
	display: block;
	float:left;
	width: 80px;
	margin-right: 10px;
}
.gLocationImage IMG {
	width: 80px;
}

/* location details */
.gLocationDetails {
	display: block;
	float:left;
	width: 190px;
	font-size: 1.05em;
	color: #666666;
}
.gLocationDetails A {
	font-size: 1.1em;
	line-height:1.2em;
}

