/* CSS Document */
.shopItemList
{
	background-color:#CCCCCC;
	cursor:pointer;
	padding:1px;
}
.shopItemListHover
{
	background-color:#ffffff;
	cursor:pointer;
	padding:1px;
}
#google_map_and_info_panel
{
	float:left;
	width:960px;
	height:400px;
	z-index:100;
	overflow:hidden;
}
#google_div
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:50;
}
#storeShopInfoPanel
{
	background-image:url(../css/css_img/store-locator-info.png);
	position:relative;
	top:100px;
	left:100px;
	z-index:60;
	width:191px;
	height:126px;
	color:#FFFFFF;
	visibility:hidden;
	padding:10px;
	font-size:11px;
	line-height:15px;
}
#storeAjaxPanel
{
	position:absolute; 
	left: 65px; 
	top: 84px;
	z-index:200;
	font-size:11px;
	width:520px; 
	height:140px; 
	background-color:#CCCCCC; 
	color:#565656; 
	border:1px solid #898989;
	visibility:hidden;
	overflow-y:auto;
	padding:5px;
}

