.vehicle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute; 
	top:-20px; 
	font-family:Arial, Helvetica, sans-serif;
}

.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.geo  {
    FONT-SIZE: 14px;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
	color: #FF0000;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:1px; }

.geo a:link, .geo a:active, .geo a:visited  {
    FONT-SIZE: 14px;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:1px; }
	
.geo a:hover {
    FONT-SIZE: 14px;
	FONT-FAMILY: Arial,Verdana;
	font-weight: bold;
	border-top: 2px solid #0000FF;
	border-bottom: 2px solid #0000FF;
	text-decoration: none;
	color: #FF0000;
	margin-right:10px;
	margin-top:7px;
	margin-bottom:1px; }

#custom_info_window_red{
  background-color: #FFF;
  width:300px;
}
#custom_info_window_red_contents{
  background-color: #FFF;
}
#custom_info_window_red_tl{
  width: 10px;
  height: 23px;
  background: url('/images/markers/red_box_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/markers/red_box_tl.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('/images/markers/red_box_t.png') top left repeat-x transparent;
}

* html #custom_info_window_red_t{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/markers/red_box_t.png', sizingMethod='scale');
}
#custom_info_window_red_tr{
  width: 10px;
  height: 23px;
  background: url('/images/markers/red_box_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/markers/red_box_tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 10px;
  background: url('/images/markers/red_box_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 10px;
  background: url('/images/markers/red_box_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 10px;
  height: 10px;
  background: url('/images/markers/red_box_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/markers/red_box_bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('/images/markers/red_box_b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 10px;
  height: 10px; 
  background: url('/images/markers/red_box_br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/markers/red_box_br.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 21px;
  height: 21px;
  margin-top: -3px;
  background: url('/images/markers/red_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/markers/red_close.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 59px;
  height: 28px;
  background: url('/images/markers/red_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/markers/red_beak.png', sizingMethod='crop');
}
#custom_info_window_red_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_red_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}

#custom_info_window_red_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #F00;
  background-color: #900;
}

/* styles for tabs part */
.tabs_header{
  position: absolute;
  top: -31px;
  left: 16px;
  float: left;
}
