div.theresults {
        float: left;
        position: absolute;
        top: 950px;
        left: 10px;
        width: 680px;
        height: 320px;
	overflow: scroll;
}

div.subformWrapper {
	float:left;
}

div.subformWrapper .subfieldset {
	margin:15px 0 0 10px;
        padding:0;
        background:white;
}
div.resultsKey {
        font-size: 12px;
        font-weight:bold;
        color: #363C33;
        height: 18px;
}
div.column {
	width: 100px;
	float: left;
        text-align:center;
}
div.short_col {
	width: 70px;
}
div.resultData .column {
        padding-top:3px;
        background:#ebebe6;
        height:42px;
        vertical-align:top;
}
div.empty {
	width: 130px;
}
div.result {
        clear: both;
        border-top: 1px solid black;
        font: bold 11.5px/14px Verdana,sans-serif;
        color: #26382c;
        padding: 7px 0;
        margin-bottom:7px;
}

* html div.result {
        padding: 5px 0;
        margin:0;
}

div.result img {
	float: left;
}

div.resultData {
	float: left;
        width: 505px;
        margin-left: 5px;
}

div.description {
	width: 250px;
        font-weight: normal;
        float: left;
}

div.description p.prop_details a {
	display:block;
        padding-top:4px;
        color: #b56828;
        font-weight: bold;
}
div.icons {width: 280px; margin: 10px 10px 0 10px; float: left; vertical-align: middle;}
div.icons img {margin: 0 4px; vertical-align: middle; float: none;}


