body {
    color: #222;
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;
    padding: 0;
	background: #ddd;
}
body * {
	max-width:100%;
}
#masthead p {
    margin: 0;
    padding: 0;
}
#sitename a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px -1px 0px #222;
    background-image: url(/ezstatic/data/adamdow/i/mobileheader.png);
    background-position: left center;
    background-repeat: repeat-x;
}
ul {
    color: black;
    background: #fff;
    border: 1px solid #B4B4B4;
    font: bold 17px Helvetica;
    padding: 0;
    margin: 15px 10px 17px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

ul li {
    color: #666;
    border-top: 1px solid #B4B4B4;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
}

/* when you have a first LI item on any list */

li:first-child, li:first-child a {
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

li:last-child, li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

/* universal arrows */

ul li.arrow {
    background-image: url(/data/i/mobile/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

/* universal links on list */

ul li a, li.img a + a {
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px 12px 10px;
    margin: -10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul li a.active {
    background: #194fdb url(/data/i/mobile/selection.png) 0 0 repeat-x;
    color: #fff;
}

ul li a.button {
    background-color: #194fdb;
    color: #fff;
}
ul li a:hover {
    background: #194fdb url(/data/i/mobile/selection.png) 0 0 repeat-x;
    color: #fff;
}

ul li.img a + a {
    margin: -10px 10px -20px -5px;
    font-size: 17px;
    font-weight: bold;
}

ul li.img a + a + a {
    font-size: 14px;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 0;
}

ul li.img a + small + a {
    margin-left: -5px;
}

ul li.img a + small + a + a {
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -10px;
    font-size: 14px;
    font-weight: normal;
}

ul li.img a + small + a + a + a {
    margin-left: 0px !important;
    margin-bottom: 0;
}

ul li a + a {
    color: #000;
    font: 14px Helvetica;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
    color: #666;
    font: 13px Helvetica;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0;
}

.navbar > li:hover {
    background: #194fdb url(/data/i/mobile/selection.png) 0 0 repeat-x;
    color: #fff;
}
.navbar > li > a {
    background-image: url(/data/i/mobile/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.navbar > li > a:hover {
	background-color: transparent;
}
#footer {
    padding: 10px;
}

/* Buttons */
/* Buttons */
.button, input[type='submit'], input[type='button'] {
    overflow: hidden;
    margin: 0 auto;
    padding: 7px 8px 5px;
	display: block;
    line-height: 30px;
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	background: #194fdb url(/data/i/mobile/selection.png) 0 0 repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #222;
}
.button:active, input[type='submit']:active, input[type='button']:active {
	background: #225adf;
}

/* End Buttons */

#page, #quicksearch {
	background: #fff;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
    padding: 10px;
    margin: 15px 0 17px;
}
#quicksearch {
	margin-bottom: 0;
}

/*
.prod-lvwrapper{
	border-bottom:1px solid #9A9FA5;
	border-top:1px solid #DBDBDD;
	padding:10px;
	margin-left:-10px;
	width:100%;
}
#frm-findlookingfor td {
	width: 50% !important;
}
#frm-findlookingfor textarea {
	width: 98% !important;
}
*/
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input,select { padding:5px 0; font-size:1.2em; width:100%;}
textarea { width: 100%;height: 150px;padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,.notice,.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

#footer, #tagline {
    background: #dce1eb;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
    color: rgb(76, 86, 108);
    padding: 15px;
    border-top: 1px solid rgba(76, 86, 108, .3);
    font-weight: bold;
}
#tagline {
	padding: 15px !important;
	border-bottom: 1px solid rgba(76, 86, 108, .3);
}

.lv-print,.dv-print,.link-print,iframe,.navigator li:last-child,.slideshownav {
	display:none;
}


/* RE-Specific Stuff */
.list_item {
	border-bottom:1px solid #9A9FA5;
	border-top:1px solid #DBDBDD;
	margin-left:-10px;
	padding:10px;
	width:100%;
	overflow:hidden;
	font: 14px/20px 'Helvetica Neue','Lucida Grande',Helvetica,Verdana,Arial,sans-serif;
}
.list_item .Town {
	font-weight: bold;
}
#list_view_wrapper {
	margin: 20px 0;
}
#list_view_wrapper br {
	display:none;
}
.list_image {
	float:left;
	width: 100px;
	padding: 0 15px 10px 5px;
}
.list_image img {
	border: 1px solid #777;
}
.searcharrow, .searchcnt {
	display: none;
}
#searchresultsnav {
	padding:20px 5px 10px;
}

/* Navigator */
#eznavigatortpl {
	line-height: 30px;
}
#eznavigatortpl a, #eznavigatortpl .locked {
    overflow: hidden;
    margin: 0 auto;
    padding: 3px 10px;
    line-height: 28px;
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
	background: #194fdb url(/data/i/mobile/selection.png) 0 0 repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #222;
}
#eznavigatortpl a {
}
#eznavigatortpl .locked {
	background: #888;
}
#eznavigatortpl a:active {
	background: #225adf;
}
.navleft, .navright, .navpointer {
	width: 33%;
	float:left;
	display: block;
}
.navleft {
}
.navpointer {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}
.navright {
	float:right;
	text-align: right;
}
.clearboth {
	clear: both;
}

.savesearch {
	padding: .8em;
	margin: 1em 0;
	background: #def;
	color: #012;
	border: 2px solid #579;
	font-size:1.2em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.savesearch .error {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

/* Detail View Images */
#imagebuttons input {
	width:49%;
	display:inline;
}
#imageswrapper {
	position:relative;
	height: 250px;
	margin-bottom:5px;
	background: url('/data/i/spinner.gif') center center no-repeat;
}
#imageswrapper img {
	position:absolute;
	bottom:0;
	margin: 0 auto;
}


