div.searchresults, table.searchresults {
	border: 1px solid #C3C3C3;
	margin-top: 10px;
}

/*
table.searchresults {
	border: none;
}
*/

td.results_header {
	background: #F3F3F3;
	vertical-align: top;
/* 	text-align: center; */
}

td.date {
	width: 14%;
}

td.desc {
	width: 40%;
}

.ad-header {
color:#16A602;
font-weight:bold;
}

.adtitle, .adplace, .addistance {
background-color:#F3F3F3;
}
td.city {
	width: 20%;
}

td.sector {
	width: 26%;
}

td.distance {
	width: 15%;
}

tr.results_row {
	background: #FFF;
	cursor: pointer;
}

tr.results_row td {
	vertical-align: top;
}

tr.results_row:hover {
	background: #FFF6BF;
}

tr.results_row a {
	color: #000000 !important;
	text-decoration: none;
	font-size: 9pt;
}

tr.adabout {
	height: 100%;
	width: 100%;
}

table , td
{
vertical-align:top;
}

p
{
 margin :0 0 .5em;
}
