a:focus {
outline: none;
}

#panel {
background: #fff; 
height: 500px; 
display: none; 
width:720px;
}

.slide {
margin: 0;padding: 0;
border-top: solid 2px #7DA6C6;
background: #f2f6f9 url(../images/btn-slide.gif) no-repeat center -8px;
width:720px;
display:block;
}

.slide a{
        color:#fff;
        text-decoration:underline;
        font-size:15px;
        }
.btn-slide {
	        background: url(../images/white-arrow.gif) no-repeat right -50px;
	        text-align: left;
	        width: 164px;
	        height: 41px;
	        padding: 3px 10px 0 15px;
	        margin: 0 auto;
	        display: block;
	        text-decoration: none;
        }

.active {
	        background-position: right 12px;
        }
.questiona
{
	cursor: hand;
}	
	
/*property search results*/

.polproplist{
clear: both;
height:11.5em;
padding: 5px 0;
}

.polproplist dl{
    padding: 0 0 5px 0;
    margin:0;
	color: #737A7F;
    border-bottom: 1px solid #fff;
    float:left;
    width:350px;

}

 .polproplist dt {
clear: both;
}

 .polproplist dt h5 {
font-size: 16px; 
border: none;
padding: 5px 10px;
font-weight: normal !important;
}

.polproplist dd {
clear: both;
background: #F2F6F9;
}

.polproplist dd p{
clear: both;
background: #F2F6F9;
padding: 10px;
}	
