@charset "utf-8";
/* CSS Document */
html {
	background:#FFF url(../_image_layout/head.jpg);
	background-repeat: no-repeat; background-position: center top; 
	margin:0;
	padding:0;
}
body {
		margin:0;
		padding:0;
		color:#0696d1;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight:bold;
		text-shadow:0 1px 0 #005374;
}
#footer{ 
	width:100%; 
	background:url(/../_image_layout/foot.jpg) center top;
	height:466px; 
	margin:0;
}
#footer_content {
	padding:100px 0 0 0;
}
a {
	color: #0C0; 
	text-shadow:0 -1px 0 #6F6;
}
.resultmsg_content {
	font-size:14px;
	text-shadow:none;
	padding:16px 10px 10px 10px;
}
.resultmsg_content img {
	margin:0 10px 0 0;
}
.resultlink a {
	font-size:12px;
	text-shadow:none;
	font-family:Arial, Helvetica, sans-serif;
}
h3, h3 a {
	color:#03C;
	text-shadow:0 1px 0 #005374;
	color:#0696d1;
	text-decoration:none;
	padding:0; margin:0;
}
.clear {
	clear:both;
}
#search_results {
	width:500px;
	float:left;
}
#ads {
	width:160px;
	float:right;
}
#content {
	position:relative;
	margin:20px auto 40px auto;
	width:700px;
}
.float33 {
	float:left;
	width:50%;
}
#logo {
	position:relative;
	margin:100px auto 0 auto;
	width:412px; height:156px;
}
#search_box {
	margin:0 auto;
	width:360px;
	text-align:center;
}
#q {
	font-size:24px;
	width:250px;
}
#go {
	font-size:24px;
}

.code {
		font-size:12px;
		text-shadow:none;
}
.mini_text {
	font-size:13px;
}
.resultmsg_head {
	background:url(/../_image_layout/comment.png) 0 0;
	width:100%; height:14px;
	position:absolute;
	top:0; left:0;
}
.resultmsg_footer {
	background:url(/../_image_layout/comment.png) 0 -35px;
	width:100%; height:10px;
	position:absolute;
	bottom:0;
	left:0;
}
.resultmsg {
	background:#eaeaea;
	position:relative;
}
#thumbshot, #thumbshot a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	text-align:right;
	text-shadow:none;
}
.thumb_img {
	width:128px;
	height:20px;
	position:absolute;
	bottom:0; right:4px;
	z-index:102;
	overflow:hidden;
	background:url(/../_image_layout/thumbshadow.png)
}
.thumb_img img {
	width:120px;
	height:90px;
	margin:4px;
	border:#CCCCCC 1px solid;
}
.resultbox {
	border-bottom:1px #CCCCCC solid;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
}
.noshadow {
	text-shadow:none;
}