/**
 *	Search Module - std_styles.search.css
 *	---------------------------------------
 *	@date		Thursday, November 25, 2010
 *	@author		Balazs Csaba
 */

table td.search {
	background: #FFF;
	color: #363636;
	font-weight:bold;
	width:100%;
	position:relative;
}
table td.search div.listing {
	position:relative;
	float:left;
	padding: 3px;
	border: 1px solid #e8edff;
	width:432px;
	height:160px;
	max-height:160px;
	margin:10px;
	overflow:hidden;
	font:12px normal 'Helvetica Neue',Arial,Helvetica,sans-serif;
}
table td.search div.listing strong.label
{
	margin:0;
}
table td.search div.listing img {
	padding: 2px;
	border: 1px solid #EEE;
	width:120px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 5px 2px 0;
}
table td.search div.listing p {
	font-weight:normal;
}