.gs_locations {
	padding-bottom: 80px;	
}

.gs_loc_panel {
	float: left;	
	border: 1px solid #333;
	position: relative;
	top: 0;
	left: 0;
	height:442px;
	width:295px;
	overflow: visible;
}

.gs_loc_panelTitle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 145px 32px 0 30px;
	font-weight: normal;
}

.gs_loc_panelList {
	list-style-type: none;
	width:295px;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 15px;
	display: none;
	overflow: visible;
}

.gs_loc_panelList li {
	margin: 0;
	padding: 0 30px;
	line-height: 24px;
	background-color: #fff;
	border-bottom: 10px solid #fff;
	display: block;
	*display: inline-block;
	overflow: visible;
	color: #999;
}


.gs_loc_panelList a:link, 
.gs_loc_panelList a:visited  {
	color: #000;
	text-decoration: none;
}

.gs_loc_panelList a:hover, 
.gs_loc_panelList a:active  {
	color: #999;
	text-decoration: none;
}

#gs_loc_panel1 {
	margin-right: 9px;
}

#gs_loc_panel2 {
	margin-right: 9px;
}


#gs_loc_panel3 {
}

.gs_loc_panelList {
	height: 100%;
}

.gs_loc_panel table{
	background: #fff;
}

