/* global --------------------------------------------*/
html
{
	margin: 0;
	padding: 0;
}
body { background-color: #ffffff; margin: 0; padding: 0;}

img[src*=sections]{
display: block;
}

td, div {
	vertical-align: top; 
	font: 11px Verdana, Arial, Helvetica, sans-serif ;  color: #021b2f; 	
	line-height: 125%;
}
h1
{
	font-size: 13px;
	line-height: 110%;
	margin: 0 0 0 0;
}
form {
	display: inline;
}
a:link, a:visited {
	color: #0457a7;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	background-color: #fef28c;
	text-decoration: none;
}
#pageright {
	float: right;
	width: 5%;
	height: 100%;
}
#pagecontent {
	float: right;
	width: 90%;
}
#pageleft {
	width: 5%;
	height: 100%;
}
.error {
	color: #d31105;
}


/* header --------------------------------------------*/
#logoimage {
	float: left;
	padding-right: 5px;
}
#logotitle {
	border-bottom: 1px solid #cccfd3;
	width: 100%;
	padding-top: 10px;
}
#siteutilities {
	float: right;
	text-align: right;
	padding-top: 10px;
}
#searchbar {
	margin-top: 15px;
	background-color: #e0e8f0;
	border: 1px solid #7591ad;
}
#searchbar td {
	padding: 5px 0px 5px 10px;
}
#searchbar .header {
	padding: 5px 0px 0px 10px;
	font-weight: bold;
}


/* content --------------------------------------------*/
/*
#loadscreen
{
	border: 1px solid #ccc;
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
}
*/
#map {
	float: left;
	text-align: center;
	vertical-align: middle;
	background-color: #f2efe9;
	border: 1px solid #979797;
	margin: 10px 0px 15px 0px;
	width: 99%;	
	height: 600px;
	position: relative;
}
#list {	
  
	width: 250px;
	margin: 10px 0px 15px 0px;
	height: 400px;
}
#list_left {
	
	width: 99%;
	margin: 10px 0px 15px 0px;
	height: 550px;
}
#left_list_td {
	padding: 8px 3px 8px 2px;
	border-bottom: solid 1px #e0e8f0;*/
	line-height: 14px;
}
#ebaySignup {
	left: 780px;
	top: 140px;
	width: 200px;
	height: 45px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	
	
}
#listfilter {
	background-color: #b9cee2;
	border: solid 1px #7591ad;
	padding: 2px 5px 2px 5px;
	height: 20px;
	width:225px;
}
#results
{
	overflow: auto;
	height: 400px;
}
#listresults { 
	overflow: auto;
	border: 1px solid #979797;
	height: 335px;

}
#listresults table {
width: 235px !important;
overflow: auto;
table-layout: fixed;
}
#listactions {
	background-color: #e0e8f0;
	border-top: solid 1px #7591ad;
	padding: 5px;
	height: 20px;
}
#list td {
	padding: 8px 3px 8px 2px;
	border-top: solid 1px #e0e8f0;
	line-height: 14px;
}
.listactive {
	background-color: #fbf8aa;
}
.listgallery {
	background-color: #fbf8aa;
}
.listgalleryarrow {
	padding:10px 10px 0px 10px;
}
.itemphoto  {
	border: solid 1px #057cef;
}
a:hover .itemphoto  {
	border: solid 1px #000000;
}
.itemtitle {
	font-weight: bold;
	font-size: 12px;
}
.itemcost {
	font-weight: bold;
	font-size: 12px;
	color: #3c8f14;
}
.itemtime {
	color: #9b9b9a;
}


/* dialog --------------------------------------------*/
#dialog {
	width: 250px;
	text-align: left;
}
.dialogdropshadow {
    background: url(img/dropshadow.png) no-repeat bottom right;
}
.dialogcontent {
	position:relative;
	bottom:4px;
	right: 4px;
	background-color: #fbf8aa;
	padding: 5px 8px 5px 8px;
	border: solid 1px #727374;
}
.itemdescription {
	padding-top: 8px;
}
.errorMessage {
	font-size: 14px;
	color: #f00;
	padding: 15px 8px;
	border: 1px solid #ccc;
	text-align: center;
}
#odometer {
text-align: left;
margin: 0;
padding: 0;
}
#odometer .label {
font-size: 10px;
padding: 0; 
}
#odometer .label img {
width: 135px;
}


