/* ================================
   --------------------------------
   HANDHELD STYLESHEET
   --------------------------------
   ================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
	* {
	   	position: static !important;
	   	float: none !important;
	   	background: none !important;
	}
	body {
		font-family: sans-serif;
		padding-bottom: 5px;
	}
	ul li a  {
		line-height: 1.5em;
		margin: 1px 0;
		width: auto;
		height: 1.5em;
		border-bottom: 1px solid #ccc;
	}
	#foo { 
		display: none; 
	}
	img	{ 
		max-width: 100%; 
	}
	
	h1, h4, h5, h6	{
		line-height: 1em;
		margin-top: 1.3em;
	}
	
	h2  { 
		font-size: 1em;
		display:block;
		padding-bottom:.5em;
		}
	
	h3 {
		font-size: 0.92em;
		margin: 0.5em 0;
	}
.listings li {
	padding-bottom:.5em;
	margin-bottom:1em;
	border-bottom:1px solid #666;
}

.listings li li {
	border-bottom:none!important;
}

.thm-property img {
	width:108px;
	height:83px;
	display:block;
}
	
.displaynumber {
	width:100%;
	border-bottom:1px solid #666;
}

.pagination li {
	display:inline;
}

.pagination li a {
	float:left;
	margin-right:5px;
}

ul li {
	list-style:disc;
	margin-left: 1em;
}

ul#slideshow-thumbs li {
	list-style:none;
}

#nav {
	border-top:1px solid #666;
}

