/* === VIP SEARCH RESULTS STYLE DEFINITIONS ===
======================================= */

.results tr td {
	padding-bottom: 25px;
}

.results .thumb img {
	border: 1px solid #eee;
}

.results .name {
	float:left;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, sans-serif;
	padding-bottom: 2px;
}

.results .description {
	float:left;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 12px;
}

.results .price {
	font-weight: bold;
	color: #666;
	margin-right: 15px;
	float: left;
}

.results .link {
	float: left;
}

.results .link a {
	float: left;
	text-decoration: none;
	color: #065588;
	font-weight: bold;
	border: 1px solid #065588;
	padding: 1px 3px 1px 3px;
	font-size:10px;
}

.results .link a:hover {
	background-color: #7FCFFA;
}
