﻿.searchresultcontainer
{
	margin: 10px auto;
	width: 630px;
	/*height: 126px;*/
	height: 148px;
}

.searchresultimagecontainer
{
	width: 170px;
	height: 120px;
	border-width: 3px;
	border-style: solid;
	border-color: #EDC01C;
	border-top-style: none;
	background-color: #FBF2D1;
	text-align: center;
	float: left;
	overflow: hidden;
}

.searchresultimage
{
	width: 170px;
	height: 120px;
	line-height: 117px;
	vertical-align: middle;
	display: table-cell;
}

.searchresultheader
{
	/*width: 190px;*/
	width: 311px;
	height: 21px;
	background-color: #EDC01C;
	float: left;
	color: #013157;
	padding-top: 4px;
	padding-left: 4px;
	overflow:hidden;
}

.searchresultlocation
{
	float: left;
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
}

.searchresultstatus
{
	float: left;
	width: auto;
	height: auto;
	text-transform: capitalize;
	font-weight: bold;
	overflow: hidden;
	margin-left: 5px;
}

.searchresultprice
{
	/*width: 251px;*/
	width: 311px;
	height: 19px;
	float: left;
	text-align: right;
	background-color: #EDC01C;
	padding-right: 4px;
	padding-top: 6px;
	color: #013157;
	font-weight: bold;
	overflow: hidden;
	font-size: smaller;
}

.searchresultfooter
{
	width: 378px;
	height: 14px;
	padding: 3px;
	float: left;
	overflow: hidden;
	font-size: x-small;
}

.searchresultfooter span
{
	margin-right: 4px;
}

.searchresultdescription
{
	/*width: 378px;*/
	/*height: 75px;*/
	width: 355px;
	height: 97px;
	float: left;
	padding: 3px;
	/*overflow: hidden; */
	overflow: scroll;
	font-size: x-small;
}

.searchresultreference
{
	/*width: 64px; */
	/*height: 75px;*/
	width: 87px;
	height: 97px;
	float: left;
	padding: 3px;
	font-size: x-small;
	text-align: right;
	overflow: hidden;
}

.searchresultdetails
{
	width: 64px;
	height: 14px;
	padding: 3px;
	float: left;
	font-size: x-small;
	text-align: right;
	overflow: hidden;
}

.searchresultadminmenu
{
	width: 64px;
	height: 25px;
}


.searchresultadminmenubutton input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
}