@charset "utf-8";

*
{
	padding:0;
	margin:0;
}

html
{
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#CCCCCC;
}

#layout-index
{
	margin:0 auto;
	width:710px;
}

#header
{
	display:none;
	vertical-align:bottom;
	clear:both;
	height:50px;
	margin-top:5px;

}

#div-logo
{
	line-height:50px;
	vertical-align:bottom;
	height:50px;
	float:left;
	width:210px;
}

#div-titlecontainer
{
	width:540px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5e5e5e;
}

#body
{
	padding:0;
	/*
	border-left: 10px;
	border-left-color: #fb9d00;
	border-left-style: solid;

	padding: 0px 0px 0px 50px;
	margin: 10px 0px 0px 0px;

	*/
}

#container
{

}

#footer
{
	display:none;
	padding:5px;
	text-align: center;
}

#footer span
{
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #989898;
}

#title
{
	font-size:24px;
	font-weight: bold;
	color: #fb9d00;
	padding-left: 19px;
}

#sub_title
{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 19px;
}

#map_canvas
{
	border: 0px;
	top:0px;
	width:400px;
	height:400px
}

#controller
{
	border: 0px;
	padding-left:3px;
	vertical-align: middle;
	height:30px;
	text-align: left;
	background-color: #454545;
	padding-top:3px;
}

#statesList, #areasList
{
	font-size: 12px;
	color: #000000;
	width: 145px;
	margin:2px;
	border:1px solid #888888;
	background:#ffffff;
}

#areaListContainer
{
	width: 145px;
}

#goButton
{
}

#dealers
{
}

#dealersScroll
{
	margin-top:2px;
	height:340px;
	/*background:#000000 url('../image/right.bg.jpg') no-repeat bottom;*/
	overflow:auto;
	position:relative;
}

#dealersList
{

}

#dealersList .item
{
	min-height:75px;
	margin: 0px 2px 5px 2px;
	padding: 3px;
	font-family: "Lucida Sans";
	text-align: left;
	color: #FFFFFF;
	display:block;
}

#dealersList .odd
{
	height: auto;
}

#dealersList .even
{
	height: auto;
	background:#191919;
}

#dealersList .item h2
{
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color:#fb9d00;
}

#dealersList .item p
{
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

#dealersList .item a
{
	color:#fb9d00;
}

#container .notice
{
	width:100%;
	margin-top:3em;
	text-align:center;
	color:white;
}
#container .error
{
	color:#ff0000;
}
#container .info
{
	color:white;
}
#dealersList .selected
{
	background:#454545;
}

.marker-label
{
	font-size:10px;
}

.marker-label h2
{
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

#system-title
{
	background:#fb9c00;
	margin-bottom:2px;
	height:20px;
	padding-top:2px;
	text-align:left;
}

#system-title h1
{
	color:black;
	font-size:12px;
	padding:0;
	margin:0;
	margin-left:6px;
	font-weight:bold;
}

#system-title a
{
	text-decoration:none;
	color:black;
}
