/* CSS Document */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}

ul,li {
	list-style-type:none;
}

.clear {
	clear:both;
}

hr {
	clear:both;
	visibility:hidden;
}

img {
	border:0;
}

body {
	background: white;
	backgroun-image:none;
	padding:0;
	margin:0;
	/*font-size: 8pt;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#container{ 
	width:580px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	/*border:1px solid #000000;*/
	height: auto;
	font-size:0.7em;
}

/* Propperty Listings
-------------------------------------------------------------------*/
#header-left{
	width:45%;
	float:left;
	font-size:1.5em;
}

#header-right{
	width:45%;
	float:right;
}

#detail-large-image img {
	border:1px solid #00CC33;
	padding:3px;
}

#feature {
	width:40%;
	float:right;
	height:auto;
	margin-left:9px;
}

#feature-box {
	width:100%;
	float:right;
	border:1px solid #00CC33;
	margin-bottom:8px;
	padding: 5px 0 5px 0;
}
@media print {
a {
	display: none;
}
}

ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	
	list-style-image:url(http://opalestates.base360.com/website/images/dot-icon.gif);
	list-style-position:outside;
}
