* {
	margin: 0;
	padding: 0;
}

#fancy_ajax h2 {
	font-size: 22px;
	margin: 0 10px 5px 0;
}
#fancy_ajax h3 {
	font-size: 18px;
	margin: 5px 0;
}
#fancy_ajax h4 {
	font-size: 14px;
	margin: 5px 0;
}
#fancy_ajax p {
	margin: 5px 5px 5px 0;
}
#fancy_ajax img {
	margin: 0 5px 0 0;
}

a{
	text-decoration: none;
	color: #006AB6;
}

a:hover {
	color: #990000;
}

html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

#canvas {
	width: 100%;
	height: 100%;
	background: #eee none;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	width: 100%;
	height: 90px;
	background: #eaeaea none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}
#logo a {
	outline: none;
}
#logo img {
	border: none;
	outline: none;
}
#ads {
	position: absolute;
	top: 15px;
	left: 390px;
	height: 60px;
	width: auto;
}
#ads img {
	border: none;
}
#left {
	width: 378px;
	height: 0;
	background: #eaeaea none;
	position: absolute;
	top: 90px;
	left: 0;
	padding: 0 1px;
	z-index: 200;
}
#left #instructions {
	font-size: 12px;
	float: left;
	position: relative;
	left: 5px;
	top: 9px;
}
#left #search-panel {
	overflow: visible;
}

#main {
	background: #ddd none;
	position: absolute;
	top: 90px;
	left: 380px;
	border-left: 1px solid #545454;
	border-top: 1px solid #545454;
	z-index: 100;
}

/*======== LISTING SIDEBAR STYLES ========*/
#search_results {
	list-style: none;
}
#search_results li ul li {
	padding: 5px;
	display: block;
	border-bottom: 1px solid #ccc;
}

#search_results li ul li:hover {
	background: #e3edf4 none;
	cursor: pointer;
}

#search_results li ul li a {
	font-size: 10px;
}

/*======== TAB STYLES ========*/
.ui-tabs-nav {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.ui-tabs-nav li {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	color: #fff;
	background: #e6e6e6 url(../images/mapsearch/tab-bg.gif) repeat-x;
	/* background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; */
}
.ui-tabs-nav li a:hover {
	background: #30B6EB none;
	/* background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; */
	color: #fff;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #D3D3D3;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #990000 url(../images/mapsearch/red-tab-bg.gif) repeat-x;
	color: #fff;
}
.ui-tabs-panel {
	margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	clear: left;
	border: 1px solid #d3d3d3;
	background: #ffffff none;
	color: #222222;
	padding: 5px;
	width: 366px;
	overflow: auto;
	position: relative;
}
.ui-tabs-hide {
	display: none;
}

/*======== CHECKTREE STYLES ========*/
ul#tree, ul#tree * {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}
ul#tree img.arrow {
	padding: 2px 0 0 0;
	border: 0;
	width: 20px;
}
ul#tree li {
	clear: both;
	float: left;
	line-height: 20px;
	padding: 4px 0 0 0;
	width: 300px;
}
ul#tree li ul {
	padding: 0 0 0 20px;
	margin: 0;
}
ul#tree label {
	cursor: pointer;
	font-weight: bold;
	padding: 2px 0;
}
ul#tree label.hover {
	color: red;
}
ul#tree li .arrow {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: transparent no-repeat 0 4px;
}
ul#tree li .collapsed {
	background-image: url(images/collapsed.gif);
}
ul#tree li .expanded {
	background-image: url(images/expanded.gif);
}

ul#tree li .checkbox {
	width: 20px;
	height: 18px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: url(images/check0.gif) no-repeat 0 0px;
}
ul#tree li .checked {
	background-image: url(images/check2.gif);
}
ul#tree li .half_checked {
	background-image: url(images/check1.gif);
}
/*============ SEARCH STYLES ===========*/
div.field-wrapper {
	position: relative;
}
label.over-apply {
	color: #656565;
	position: absolute;
	top: 10px;
	left: 5px;
}
a#location-clear {
	position: absolute;
	float: right;
	top: 4px;
	width: 26px;
	height: 26px;
}
a#location-clear img {
	border: none;
}
#text-search input, input#center_address_display {
	width: 300px;
	margin: 5px 5px 5px 0;
	padding: 3px;
}
div#text-search,
div#location-search {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #C3D8EE none;
	/* background: #E8F3F9 url(../images/stripes.gif); */
	border: 1px outset #545454;
	color: #000;
}
div#category-search {
	margin: 0 0 5px 0;
	padding: 5px;
	border: 1px outset #545454;
	overflow: auto;
	display: none;
}
div#location-select {
	clear: both;
	padding: 5px;
/*	border: #545454 solid 1px;*/
	background: #EAEAEA url(../images/mapsearch/pinbg.gif) no-repeat;
	color: #000;
	line-height: 15px;
}
div#location-select div {
	float: right;
	margin: 3px 23px 0px 10px;
	display: inline;
}
div#num-search-results {
/*	border: 1px outset #545454;*/
	background: transparent url(../images/mapsearch/searchresults-bg.gif) no-repeat;
	padding: 1px 6px;
	margin: 0 5px;
	width: 214px;
	height: 28px;
	float: left;
	display: inline;
	line-height: 26px;
	text-align: center;
}
div#num-search-results span {
	font-weight: bold;
	font-size: 16px;
}
#clear-button {
	background: transparent url(/resources/images/mapsearch/map-buttons-bg.gif) no-repeat 0 0;
	float: left;
	height: 30px;
	width: 59px;
	cursor: pointer;
}
#clear-button:hover {
	background-position: 0 -30px;
}
#clear-button:active {
	background-position: 0 -60px;
}
#search-button {
	background: transparent url(/resources/images/mapsearch/map-buttons-bg.gif) no-repeat -59px 0;
	height: 30px;
	width: 71px;
	float: left;
	cursor: pointer;
}
#search-button:hover {
	background-position: -59px -30px;
}
#search-button:active {
	background-position: -59px -60px;
}

/*============= ROUTE STYLES =============*/
ul#waypoints {
	list-style: none;
	padding: 5px 0;
}

ul#waypoints li {
	padding: 5px 10px 5px 25px;
	border:1px outset #0090D8;
	cursor: move;
	margin: 4px 0;
	width: 311px;
	height: 32px;
	background: #fff url(/resources/images/mapsearch/dragme-arrows.gif) no-repeat 5px center;
}
ul#waypoints li a.remove_waypoint {
	float: right;
}
ul#waypoints li a.remove_waypoint img {
	border: none;
}


/*============= SAVED SEARCH STYLES =============*/

#results {
	position: relative;
}

.search_header {
	border: 1px outset #000;
	position: relative;
	margin-bottom: 20px;
}

.search_title {
	background: #FFFFFF url(../images/mapsearch/tab-bg.gif) repeat scroll 0 0;
	border: 1px outset #000000;
	left: 10px;
	position: absolute;
	top: -13px;
	padding: 3px 6px;
	color: #fff;
	font-size: 13px;
}

.search_links {
	background: #EEEEEE none repeat;
	border-bottom: 1px solid #000000;
	clear: both;
	padding: 9px 7px 7px 10px;
	text-align: right;
}

#search_results {
	padding: 20px 0;
}

#search_results li ul li div.entry-rating {
	background: transparent url(../images/star-container.gif) no-repeat;
	height: 16px;
	width: 80px;
	padding: 1px 2px;
	text-align: center;
	margin: 0 0 4px;
	float: right;
}

#search_results li ul li span{
	font-weight: bold;
	font-size: 13px;
}

.title {
	font-weight: bold;
	font-size: 13px;
}