@charset "utf-8";
.simple-search {
	background-color: #e1eef7;
	border: 1px solid #b6cde3;
	background-image: url(../images/search/search-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 6px;
    margin-bottom: 9px;
}
.simple-search h3 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/search/h3-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 28px;
}
.simple-search .content {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
}
.simple-search select,
.simple-search input {
	width: 151px;
	*margin-right: 15px;
	margin-right: 12px;
	font-size: 12px;
	line-height: 19px;
}
.simple-search input {
	height: 17px;
}
.sophisto-search .title .left,
.search-results .title .left {
	float: left;
}
.sophisto-search .title .right,
.search-results .title .right {
	float: right;
}
.sophisto-search .title,
.search-results .title {
	background-image: url(../images/search/title-bg.gif);
	background-repeat: repeat-x;
	line-height: 28px;
}
.sophisto-search .title h3,
.search-results .title h3 {
	background-image: url(../images/search/h3-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 11px;
	font-size: 14px;
	color: #fff;
	margin-left: 6px;
}
.sophisto-search .title2 {
	background-image: url(../images/search/title2-bg.gif);
	background-repeat: repeat-x;
	line-height: 24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3d0da;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c3d0da;
	color: #333;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3d0da;
}
.sophisto-search .title2 a:link, .sophisto-search .title2 a:visited {
	color: #333;
}
.sophisto-search .content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c3d0da;
	border-bottom-color: #c3d0da;
	border-left-color: #c3d0da;
}
.sophisto-search .content .category {
    padding: 9px 12px 13px 12px;
	clear: both;
	zoom: 1;
}
.sophisto-search .content .bg1 {
	background-color: #f3f8fc;
}
.sophisto-search .content h4 {
	background-image: url(../images/search/h4-icon.gif);
	background-repeat: no-repeat;
	background-position: 9px;
	padding-left: 24px;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	margin-bottom: 13px;
}
.sophisto-search .content .category ul {
	margin-left: 33px;
}
.sophisto-search .content .category li {
	float: left;
	font-family: "宋体";
	width: 172px;
	line-height: 22px;
}
.sophisto-search .content .amount {
	color: #d00;
}
.search-results .title .sort {
	float: right;
}
.search-results .title .sort a:link, .search-results .title .sort a:visited {
	background-image: url(../images/search/link-bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 99px;
	border: 1px solid #074999;
	display: inline-block;
	line-height: 18px;
	margin-right: 5px;
	position: relative;
	top: 4px;
	text-align: center;
}
.search-results .title .sort .icon {
	background-image: url(../images/search/link-icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
}
.search-results .title .sort a:hover {
	background-image: url(../images/search/link-bg2.gif);
	color: #fff;
}
.search-results .title .sort a.currently:link,
.search-results .title .sort a.currently:visited {
	background-image: url(../images/search/link-bg2.gif);
	color: #fff;
}
.search-results .title .sort a.currently:link .icon,
.search-results .title .sort a.currently:visited .icon {
	background-image: url(../images/search/link-icon-2.gif);
	background-repeat: no-repeat;
}
.search-results .title .sort a:hover .icon {
	background-image: url(../images/search/link-icon-2.gif);
	background-repeat: no-repeat;
}
.search-results-table {
	zoom: 1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c3d0da;
	color: #333;
}
.search-results-table thead td {
	background-image: url(../images/search/title2-bg.gif);
	background-repeat: repeat-x;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8cde0;
	zoom: 1;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.search-results-table thead td.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3d0da;
}
.search-results-table tbody img {
	margin-top: 4px;
	margin-bottom: 4px;
}
.search-results-table tbody td {
	padding: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8cde0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8cde0;
	text-align: center;
	vertical-align: middle;
}
.search-results-table tbody td p {
	text-align: left;
	line-height: 19px;
	color: #333;
}
.search-results-table .amount {
	color: #d00;
}
.search-results-table .one td {
	background-color: #f3f8fc;
}

