/*
	Home-Towne Suites
	Location Page
*/

 
/* > 	Location Information
-------------------------------------------------------------------------------------------------------- */
#location-details-container
{
	background-color:#FFFFFF;
	width:320px;
	height:240px;
	float:left;	
}

#location-details
{
	padding:5px;
}

#location-details h2
{
	font-size:28px;
	font-weight:bold;
}

#location-details h2 a
{
	margin-left:25px;
}


#location-details div
{
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
}

#location-details #location-contact-us
{
	width:100%;
	margin-top:50px;
	text-align:center;
}

/* > 	Location Photo
-------------------------------------------------------------------------------------------------------- */
#location-top-photo-container
{
	width:350px;
	height:240px;
	float:left;	
}

/* > 	Tabs
-------------------------------------------------------------------------------------------------------- */
#location-tabs-container
{
	width:670px;
	float:left;
	margin-top:10px;
	height:20px;
}

/* > 	Tabs - Panes
-------------------------------------------------------------------------------------------------------- */
.tab-left-pane
{
	float:left;
	width:400px;	
	margin-right:10px;
}

.tab-right-pane
{
	position:absolute;
	width:255px;	
	border:1px solid #7c7c7c;
	background-color:#f0f0f0;
	padding:0px 0px 10px 0px;
	right:12px;
}

/* > 	Tabs - Navigation
-------------------------------------------------------------------------------------------------------- */
#location-tab-control-menu li:hover
{
	cursor:pointer;
	color:#5b7f96;
}

#location-tab-control-menu
{
	width:100%;
}

.location-tab-control ul
{
	list-style-type:none;	
}

.location-tab-control li
{
/*	display:inline-block;	*/
	float:left;
	margin-right:15px;
	font-size:16px;
	font-weight:bold;

}

#location-tab-control-active
{
	width:100%;
}

.location-tab-control-menu-active
{
	color:#5b7f96;
}

/* >	Tabs - Content
------------------------------------------------------------------------ */
#tabs 
{
	width:670px;
	margin-top:25px;
	display:none;
	clear:both;
}

#tabs ul
{
	list-style-type:disc;
}

#tabs li
{
	margin-left:30px;
}

.tab
{
}

/* >	Tabs - Photos
------------------------------------------------------------------------ */
#tabs #tab-photos
{
	width:670px;
	border:1px solid #7c7c7c;
	background-color:#f0f0f0;
	margin-bottom:15px;
}

/* >	Tabs - Directions
------------------------------------------------------------------------ */
#map_canvas
{
	width:670px;
	height:275px;
	border:1px solid #7c7c7c;
}
#latlng
{
	color:#7c7c7c;
	font-size:12px;
	right:15px;
	text-align:right;
}
#DirectionsForm
{
	margin-top:20px;
}

#DirectionsForm #saddr
{
	width:300px;
}

.trip-advisor-container
{
	width:150px;
	margin:0px auto;
}
