#Sortby{
    width: 200px;
    height: 30px;
    float:right;
}
.leftspan1{
    float:left;
    margin-left: 5px;
    width: 275px;
    height: 25px;
}
#ARS {
    margin-top:5px;
    margin-left:5px;
    float:left;
    width: 200px;
    height: 30px;
    font-weight:bold;

}
div.item {
	float:left;
    margin-top: 5px;
	margin-left:5px;
	margin-bottom:5px;
    width: 323px !important;
    /*height: 106px;*/
    height: auto;
    /*background :url(../Image/ListingItem.png) no-repeat;*/
    background-color:white;
    /*position:relative;*/
}
div.item div.header {
    padding: 0px 2px;
    min-height: 38px;
    font-weight: bold;
    background-color:	#C0C0C0 ;
    color:black; 
	text-align:center;	
}
div.item div.infor {
    width:175px;
    min-height:80px;
    float:left;
    color:black;
    margin-left: 4px;
}
div.item div.infor a{
    color:black;
}
div.item div.image{
    /*width:110px;*/
    border-width:1px;
    height:80px;    
	margin-top: 5px;
    /*left:175px;
    top:25px;
    position:absolute;*/
}

#viewSearchResults div.item div.header {
    cursor:pointer;
}
