@CHARSET "UTF-8";
.StoreHolder{
	font-family: Arial, sans-serif; 
	font-size: 12px;
}
.StoreForm table td {
	padding-bottom:10px;
}

#StoreField_Search {
	padding:4px;
	font-size:14px;
	font-weight:bold;
}
.StoreMap{
	font-size: 11px;
}
.StoreSidebar{
	overflow: auto;
	color: #000;
    height: 310px;
    background: url(/images/store-results-bg.gif) repeat-x;
}
.StoreCanvas{
	overflow: hidden;
	height:370px;
	font-size: 11px;
}
.StoreSidebar .StoreEmpty{
	background-color: #dadada;
	font-weight: bold;
	padding: 5px;
	text-align: center;
     height: 310px;

}
/* sidebar */
.sidebar_item{
	display: block;
	padding: 2px;
	margin: 0 0 2px 5px;
	cursor: pointer;
	color:#333;
}
.sidebar_item:hover,
.sidebar_focus{
	background-color: #dadada;
}
.sidebar_item abbr{
	font-weight: bold;
	display: block;
    margin: 0;
    padding: 0;             
}
.sidebar_item span{
	display: block;
}
/* tooltip */
.g-tooltip {
  width: 200px !important;
  height: 100px !important;
}

.g-tooltip h3{
	padding: 0;
	margin: 0;
	font-weight: bold;
/*	font-size: inherit;*/
}
.g-tooltip span{
}
.g-tooltip p{
	margin: 5px 0 0;
	padding: 0;
/*	font-size: 0.9em;*/
}
.g-tooltip strong{
	display: block;
	font-weight: normal;
/*	font-size: 1em;*/
	text-decoration: underline;
}