@charset "utf-8";
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
body, td, input, select, textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
}
form {
	margin:0px;
	padding:0px;
}
#default_search {
	margin:50px auto 50px auto;
	border:1px solid #cccccc;
	background-color:#f7f7f7;
	padding:5px;
	width:780px;
}
#default_search input.inputtext {
	font-size:20px;
	height:24px;
	width:300px;
	background-color: #ffffee;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#default_search input.inputbutton {
	font-size:14px;
	width:100px;
	font-weight:bold;
	color: #ffffff;
	background-color: #CC0000;
	border: 1px solid #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.pagepackage {
	width:760px;
	margin:10px auto 10px auto;
	font-size:14px;
	line-height:180%;
}
#SiteMenu_Container {
	margin:0px;
	padding:6px 10px 0px 10px;
	border-bottom:1px solid #bbbbbb;
	height:21px;
	background-color:#eeeeee;
}
ul#SiteMenu {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
}
#SiteMenu a {
	text-decoration: none;
}
#SiteMenu li {
	float:left;
	margin-right:10px;
}
#table_searchsum {
	margin:0px auto 10px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	padding:0px 0px 2px 0px;
}
#class-nav {
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	padding:10px;
	background-color:#FFFFFF;
	height:12px;
}
#class-nav ul {
	list-style-type: none;
	margin:0px;
}
#class-nav li {
	float: left;
	margin:auto 5px auto 5px;
}
#result_body {
	float:left;
	width:740px;
}
div.resultitem {
	width:700px;
	margin:20px 0px 25px 0px;
}
div.resultitem a.title {
	font-size:16px;
	line-height:180%;
}
div.resultitem span.content {
	color:#555555;
	line-height:150%;
	display:block;
	margin:2px auto 5px auto;
}
div.resultitem span.info {
	color:#666666;
}
div.resultitem span.info a {
	text-decoration: none;
}
#pageindex {
	text-align:right;
	margin:50px auto 50px auto;
	font-family: Tahoma;
}
#pageindex a {
	margin:auto 2px auto 2px;
	text-decoration: none;
}
#relatekeywords {
	background-color:#bbbbbb;
}
#head {
	margin:20px;
}
#contentcontainer {
	margin:20px;
}
.copyright {
	background-color:#eeeeee;
	padding:5px;
	text-align:center;
	border-top:1px solid #bbbbbb;
}
#hotkeywordlist {
	margin:20px 20px 100px 20px;
}
#hotkeywordlist ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#hotkeywordlist ul li {
	float:left;
	margin:5px 20px 5px 0px;
}
#hotkeywordlist ul li a {
	font-size:14px;
	display:block;
	text-decoration: none;
	white-space: nowrap;
}
#hotkeywordlist ul li a.hot {
	font-size:14px;
	display:block;
	color:#cc0000;
	font-weight:bold;
	text-decoration: none;
	white-space: nowrap;
}
/* tab-nav */
.tab-nav {
	float: left;
	overflow: hidden;
	z-index:1;
	width:100%;
	background-image: url(/images/tab-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tab-nav ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 1em;
	list-style: none;
}
.tab-nav li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(/images/tab-back.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #bbbbbb;
}
.tab-nav li.current {
	border-bottom: 1px solid #ffffff;
	background-image: url(/images/tab-back.png);
	background-position: 100% 0px;
}
.tab-nav li a, .tab-nav li a:visited {
	color: #000000 !important;
	display: block;
	float: left;
	padding: 9px 26px 5px 27px;
	text-align: center;
	white-space: nowrap;
	background: url(/images/tab-back.png) 0px -100px;
	text-decoration: none !important;
	color: #322F29;
}
.tab-nav li.current a, .tab-nav li.current a:link, .tab-nav li.current a:visited {
	background-image: url(/images/tab-back.png);
	background-position: 0px 0px;
}
.tab-nav li:hover {
	background-position: 100% -200px;
}
.tab-nav li:hover a {
	background-position: 0 -200px;
}
.tab-nav li.current:hover {
	background-position: 100% 0px;
}
.tab-nav li.current:hover a {
	background-position: 0px 0px;
	text-decoration: none;
}
/* tab-nav */
.search_order {
	border:1px solid #D4D4D4;
	background: url(/images/order_bg.png) repeat-x #e5e5e5;
	padding:10px 10px 10px 10px;
	width:100%;
	margin:10px auto 0px auto;
}
.search_order img.line {
	margin:-10px 10px -10px 5px;
}
.search_order select {
	margin:0px 0px 0px 5px;
}
.search_order input.datebox {
	margin:0px 5px 0px 5px;
	color:#333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
}
.search_order_textbutton {
	background:#f6f6f6;
	border:1px solid #cc0000;
	padding:4px 5px 2px 5px;
	margin-right:4px;
}
.search_order_textbutton a {
	color:#000000;
	text-decoration:none;
}
.search_order_textbutton_current {
	border:1px solid #cc0000;
	padding:4px 5px 2px 5px;
	margin-right:4px;
	background-color: #FF6600;
}
.search_order_textbutton_current a {
	color:#ffffff;
	text-decoration:none;
}
#sorttips {
	margin:5px auto 10px auto;
	padding:10px;
	border:1px dashed #cccccc;
	background-color:#ffffcc;
	color:#666666;
	width:100%;
}
/* keywordad begin */
#sidebar {
	float:right;
	width:160px;
	padding-top:10px;
	text-align:right;
}
.right_ad {
	text-align:left;
	margin-bottom:10px;
}
#keywordad {
	margin:0px 0px 50px 0px;
	padding:0px 5px 0px 10px;
	border-left:1px solid #cccccc;
	text-align:left;
}
.keyword_textAd {
	color: #000000;
	line-height: 150%;
	background-color: #ffffff;
	font-size:12px;
	overflow:auto;
}
.keyword_imageAd {
	/*border: 1px solid #cccccc;*/
	margin-bottom: 10px;
}
.keyword_flashAd {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
.keyword_frameAd {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
a.keyword_textAd_title:link {
	font-size:14px;
	color: #0000ff;
	font-weight:bold;
	text-decoration: underline;
}
a.keyword_textAd_title:visited {
	font-size:14px;
	color: #0000ff;
	font-weight:bold;
	text-decoration: underline;
}
a.keyword_textAd_title:hover {
	font-size:14px;
	color: #0000ff;
	font-weight:bold;
	text-decoration: underline;
}
a.keyword_textAd_title:active {
	font-size:14px;
	color: #0000ff;
	font-weight:bold;
	text-decoration: underline;
}
a.keyword_textAd_foot:link {
	color: #008800;
	text-decoration: none;
}
a.keyword_textAd_foot:visited {
	color: #008800;
	text-decoration: none;
}
a.keyword_textAd_foot:hover {
	color: #008800;
	text-decoration: none;
}
a.keyword_textAd_foot:active {
	color: #008800;
	text-decoration: none;
}
/* keywordad end */

