.pvc_search_results{
	background-color: #FFF;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 400px;
	z-index: 10000;
	left: 0px;
	top: 35px;
}

.pvc_results { border: 4px #EEE solid; width: 93% !important;}

.pvc_results .pvc_close_link{
	color: #555 !important;
	float: right;
	padding-right: 4px ;
}
.pvc_results .pvc_view_all{
	font-weight: bold;
	font-size: 14px;
	background-color: #EEE;
	min-height: 7px;
	padding: 4px;
}

.pvc_results .pvc_view_all a{
	color: #555 !important;
}

.pvc_results .pvc_header{
	font-weight: bold;
	font-size: 14px;
	background-color: #EEE;
	padding: 4px;
}
.pvc_results .pvc_results_inner{
	margin: 0 3px 3px;
}
.pvc_results .pvc_results_inner table { width: 100%; }
.pvc_results_inner table tr.row0,
.pvc_results_inner table tr.row0 td,
.pvc_results_inner table tr.row1 td,
.pvc_results_inner table tr.row1{
	border-bottom: 2px #EEE solid;
	background-color: #FFF;
	padding: 4px;
}
.pvc_results_inner table tr td{
	padding: 4px;
}

.pvc_results .pvc_results_inner a{
	color: #555 !important;
	margin: 5px 0; 
}

.pvc_results .pvc_results_inner h3 { 
	margin: 5px 0; 
	font-size: 16px; 
}

.pvc_results .pvc_results_inner .description {
	 margin-bottom : 4px; 
}