INPUT
{
	border: 0px;
	margin: 0px;
}

#contentArea { width: auto;}

.shopfinder
{
	width: 685px;
	margin: 0 auto 30px;
	padding: 4px;
	/* height: 500px; AEK sprint #29 */

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

.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
{
	padding-top: 12px;
}

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

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

.shopfinder .shoplink span
{
	background: transparent url(../gfx/qlink_bullet.gif) no-repeat scroll right;
	padding: 0 20px 0 0;
}

.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: 137px;
	/* height: 506px; - AEK sprint #27*/
	
	padding: 0 20px 0 0;
	border-right: solid 1px #C5C2BB;
	margin-right: 20px;
}

.shopfinder .sidebar div
{
	clear: both;
}

.shopfinder .sidebar .search
{
	border: solid 1px #C5C2BB;
	width: 137px;
	height: 16px;
	font-size: 100%;
}

.shopfinder .appButtonWrapper
{
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	border: solid 1px #C5C2BB;
}

.shopfinder .appButton
{
	border: 0; 
	/*padding-bottom: 2px; */
	height: 17px; 
	width: 30px; 
	background: transparent url(../gfx/garant_search.gif) no-repeat top left;
/* Case 3793
	background-color: #90CCF0;
	color: #2A4F6A;
	font-size: 106%;
	font-weight: bold;
	
	padding: 0;
	
	height: 16px;
	margin: 1px;
	border: 0;
*/
}

.shopfinder .mapOverlay
{
	background-color: #000;
}

.shopfinder .messageBar
{
	background-color: #FFF2CA;
	width: 685px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #735005;
}

.shopfinder .messageBar span
{
	margin: 4px 0;
}

.shopfinder .shopinfo
{
	margin-bottom: 8px;
	cursor: pointer;
}

/*
.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: -25px; /* top: -50px; AEK Sprint #29 */
}

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

.shopfinder .routecontainer h2
{
	margin: 12px 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;
}

.infobubble
{
	padding: 0 0 8px 0;
}
.infobubble h3
{
	margin: 0px 0 8px 0;
}