html,body
{
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */	
}

#ajax-loader
{
	background-image: url(../img/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	
	z-index: 5000;
}

img { border: 0; }

:focus
{
	outline: 0;
}

#google-map
{
	margin: 0 auto; /* center, not in IE5 */
	z-index: 1;
	width: 100%;
	background: #f0f0f0;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
}

#google-map
{
	font-size: 12px;
	font-family: arial;
}
#invisible
{
	display: none;
}

#google-map-custom-controls .logo
{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1000;
	width: 100px;
	height: 100px;
}

#google-map-custom-controls .dealer-select
{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
}

#dealer-dialog .left
{
	float: left;
	width: 200px;
	border-right: 1px solid #B00016;
	height: 240px;
	line-height: 1.8;
	margin-right: 20px;
}

#dealer-dialog .info
{
	height: 120px;
	padding-bottom: 20px;
}

#dealer-dialog .right
{
	float: left;
	height: 240px;
	line-height: 1.8;
}

#dealer-dialog .services
{
	margin: 0;
	padding: 0;
}
#dealer-dialog .services li
{
	list-style: none;
	list-style-image: none;
	background: url(../img/alfa_pointer.png) no-repeat;
	padding-left: 42px;
	padding-top: 5px;
	height: 32px;
}

#dealer-select .error
{
	border: 1px solid #b00016;
	padding: 10px;
	margin-bottom: 20px;
	display: none;
}

#dealer-details-result
{
	color: #B00016;
	padding: 5px;
	padding-left: 0px;
	font-weight: bold;
	display: none;
}

.button,.input { width: 150px; margin-bottom: 5px;}

.ui-menu-item { cursor: pointer; }
