.selected {
	
	background: #00FF00;
}

div.autocomplete {
	position: relative;
}

ul.autocomplete {
	
	list-style: none;
	position: absolute;
	top: 25px;
	left: 0px;
	background: #FFFFFF;
	width: 240px;
	padding: 10px;
	height: 100px;
	overflow-y: auto;
	
}


.focuson {
	
	width: 180px;
	float: left;
	margin: 0 60px 0 0;

}



.focuson_det {
	border: 1px solid #dddddd;
	padding: 10px 0 0;
	height: 180px;	
	overflow:hidden;
	position: relative;
}
.focuson_det div.img {
	text-align: center;
	
}
.focuson_det div.info {
	margin: 10px 0 0 0;
	text-align: center;
	
}

.info {
	position: absolute;
	bottom: 0px;
	padding: 4px 0 0 0;
	height: 46px;
	width:100%;
	z-index: 1;
	background: #555555;
}
.info span {
	padding: 0 5px;
}
.info a, .info a:visited {
	color: #cccccc;
}

.info a:hover {
	color: #78b3e1;
}




.last {
	margin: 0 0 0 0;
}


.reviewodd {
	background:#FAFAFA;
}