#contentArea { width: auto;}

.shopfinder
{
	width: 770px;
	padding: 4px;
/*	height: 500px; */

	/* font-size: 102%; */
	margin: 16px 0 30px 0; /* AEK Sprint #27*/ 
}

#shopfinder_rightcol
{
	float: right;
}

#shopfinder_intro
{
	width: 506px;
	margin-bottom: 16px;
}

.shopfinder h2
{
	/* font-size: 184%; */
	color: #313131;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
}

.shopfinder h2.resultsheader
{
	border-top: solid 1px #C5C2BB;
	padding-top: 16px;
}

.shopfinder .results .shopname
{
	font-weight: bold;
}

.shopfinder a.shoplink
{
	text-decoration: none;
}

.shopfinder ul.shopselect
{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0px;
	list-style: none;
}

ul.shopselect span
{
	position: relative;
	top: -2px;
	padding-left: 6px;
	/* font-size: 109%; */
}

/*
.shopfinder div
{
	border: solid 1px gray;
}
*/

.shopfinder .gmapcontainer
{
	border: solid 1px #C5C2BB;
	padding: 2px;
	float: right;
}

.shopfinder .gmap
{
	width: 500px;
	height: 500px;
}

.shopfinder .sidebar
{
	float: right;
	width: 244px;
	/* height: 506px; - AEK sprint #27*/
	
	padding: 0;
	/* border-right: solid 1px #C5C2BB; */
	margin-right: 20px;
}

#shopfinder_top #shopfinder_search
{
	float: left;
	width: 244px;
	margin-right: 20px;
}

#shopfinder_top #shopfinder_intro
{
	float: left;
	width: 506px;
}

.shopfinder .sidebar div
{
	clear: both;
}

.shopfinder .sidebar div.clear
{
	height: 0px;
}

.shopfinder .search
{
	border: solid 1px #C5C2BB;
	width: 175px;
	height: 18px;
	padding: 0 3px;
	font-size: 104%;
	background-color: white;
	float: left;
}

.shopfinder div.appButtonWrapper
{
	float: left;
	clear: none;
	/*border: solid 1px #BBDB80;*/
	margin-left: 8px;
}
/*
.shopfinder .appButton
{
	background-color: #97CD00;
	color: #527600;
	/* font-size: 106%; */
	/*
	font-weight: bold;
	
	padding: 0;
	
	height: 16px;
	margin: 1px;
	border: 0;
}
*/
/*case 7444, NL added button*/
.shopfinder .appButton {
background-color:#F5AF4F;
background-image:url(/files/system/css/../gfx/forms/button_bg.gif);
background-position:left bottom;
background-repeat:repeat-x;
border:medium none;
color:#FFFFFF;
font-weight:bold;
padding:2px;
text-align:left;
cursor:pointer;
}
.shopfinder .mapOverlay
{
	background-color: #000;
}

.messageBar
{
	color: #e20145;
}

.shopfinder .shopinfo
{
	margin-bottom: 24px;
	cursor: pointer;
	font-size: 90%;
}

.shopfinder .shopinfo img
{
	padding: 2px;
	border: solid 1px #C5C2BB;
	float: left;
}

.shopfinder .shopinfo div.shopdata
{
	float: right;
	clear: none;
	width: 130px;
	margin-left: 8px;
}

/*
.shopfinder .shopinfo.selectedshop
{
	background-color: #FFF2CA;
}

.shopfinder .shopinfo.favoriteshop
{
	border: solid 1px blue;
}

.shopfinder .shopinfo.hoveredshop
{
	border: solid 1px green;
}
*/

.routeinfo
{
	clear: both;
	padding: 4px 0;
	width: 500px;
}

.routeinfo ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.routeinfo ul li
{
	display: inline;
}

.routeinfo li.routesummary
{
	font-weight: bold;
	float: left;
}

.routeinfo li.favoriteshop
{
	float: right;
}

.shopfinder .routecontainer
{
	/* display: none; */
	
	/*float: right; */
	width: 506px;
	padding: 0 0 0 20px;
/*	border-left: solid 1px #C5C2BB; */
	
	position: relative;
	top: -12px;
}

.shopfinder .routedetail
{
	padding: 0px !important;
}

.shopfinder .routecontainer h2
{
	margin: 25px 0px 4px;
}

.clickable
{
	cursor: pointer;
	border: solid 1px black;
	background-color: #EEEEEE;
}

/*
 * The !important directives on all css-classes
 * having to do with .googledir is necessary to
 * override the inline styles generated by google 
 * maps
 */

.googledir
{
	/* font-size: 110% !important; */
}

.googledir img
{
	display:none !important;
}

.googledir div table 
{
	background-color: #FFFFFF !important;
	border: 0 !important;
	border-top: solid 1px #C5C2BB !important;
	border-bottom: solid 1px #C5C2BB !important;
}

.googledir div table tr
{
	background-color: #ECECEC !important;
}

.googledir div table td
{
	padding: 12px 15px 10px 5px;
	background-color: #ECECEC !important;
}

.googledir div div table
{
	background-color: #FFFFFF !important;
	border: none !important;
}

.googledir div div table td
{
	background-color: #FFFFFF !important;
	border-top: solid 1px #ECECEC !important;
}

.searchtip
{
	color: #777;
	font-size: 80%;
}
