﻿.resultarea {
	width: 845px;
	background-color: white;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.resultarea .resultinfo {
	height: 56px;
	width: 845px;
	border-bottom: 1px gray dotted;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.resultarea .resultinfo h2 {
	height: 50px;
	line-height: 60px;
	color: #3a99bb;
	font-family: Tahoma;
	font-size: 16px;
	padding-right: 50px;
	float: right;
	margin-right: 15px;
	background: transparent url('../images/search.gif') no-repeat;
	background-position: right center;
}
.resultarea .control {
	float: left;
	color: #252525;
	height: 50px;
	line-height: 60px;
	margin-left: 20px;
}
.resultarea .control input {
	width:1px;
	height:1px;
	position:absolute;
	z-index:-9999;
}
.resultarea .control label {
	width: 40px;
	display: inline-block;
	height: 10px;
	padding: 5px;
	line-height: 10px;
	text-align: center;
	background-color: #E2E2E2;
	margin: 3px;
	border: 1px gray solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: gray;
	background: white;
}

.resultarea .control label:hover
{
	background-color:gray;
	color:white;
}
.resultarea .resultcontent {
	margin: 20px;
}

.image-grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.image-grid li {
	width: 110px;	
	margin: 10px 0 0 20px;
	float: right;
	text-align: center;
	font-family: Tahoma;
	line-height: 17px;
	color: #686f74;
	height: 150px;
	overflow: hidden;
	list-style:none;
}
.image-grid li img, .image-grid li strong {
	display: block;
}
.image-grid li img {
	margin-right: 20px;
}
.image-grid li strong {
	color: black;
}
