@charset "utf-8";
* {
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
html,body,table,form,div,img,td,ul,li,dl,dt,dd,h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
	border:0px;
}
div,td,li,dt,dd,h1,h2,h3,h4,p {
	list-style-type:none;
}
h1 {
	font-size: 14px;
	font-weight:bold;
	color:#2484A8;
}
b,strong {
	font-weight:bold;
}
ul {
	padding: 5px 0px 5px 10px;
}
li {
	padding: 2px 0px 2px 0px;
	background: url(../img/line.gif) no-repeat left bottom;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: underline;
}
body {
	margin: 0px 20px;
}
.no {
	color: #CCCCCC;
}
.header {
	background: url(../img/logo_bg.gif) repeat-x;
	height: 60px;
	width: 100%;
}
.header_left {
	float: left;
	padding: 20px 5px 5px 5px;
}
.header_right {
	background: url(../img/menu_bg.gif) repeat-x;
	float: right;
	padding: 20px;
	color: #CCCCCC;
}
.header_right a{
	font-weight: bold;
	margin: 0px 10px;
}
#crumbID {
	zborder: 1px solid red;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.crumb {
	width: 40px;
	border: 1px solid #999
}
.path a,.path {
	font-weight: bold;
}
.start {
	width: 100%;
	height: 7px;
	background-color: #909090;
	font-size: 0px;
}
.seacher {
	width: 100%;
	background-color: #E0E0E0;
	padding: 5px 0px;
}
.seacher input {
	margin-left: 5px;
}

.result_title {
	background-color: #CCC;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px;
	margin-bottom: 5px;
	color: #FFF;
}
.main {
	padding: 5px 20px 5px 5px;
} 
.main .row {
	margin: 0 10px 0 0;
} 
.main .title {
	font-weight: bold;
	color: #222;
} 
.main .desc {
	color: #444;
	margin: 2px 0px 2px 10px;
} 
.main .post {
	border-top: 1px dotted #BEBEBE;
	border-bottom: 1px dotted #BEBEBE;
	padding: 5px 10px;
	margin: 2px 0px 10px 0px;
	font-size: 10px;
	color: #AAAAAA;
} 
.main .post .share {
	font-size: 10px;
	color: #900;
}
.main .post a {
	font-size: 10px;
}
.mess {
	color: #FF9900;
}
.date {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	margin: 5px 0px;
	border-bottom: 1px dashed #CCC;
}
.block {
	margin: 5px 5px 5px 0px;
	border: 7px solid #CCCCCC;
}
.block .title {
	font-weight: bold;
	color: #99CC00;
	padding: 2px;
	margin: 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.block .content {
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
.fav_num a {
	padding: 2px;
}
.fav_num0 {
	background-color: #F3FFCF;
}
.fav_num1 {
	background-color: #E9FFA7;
}
.fav_num2 {
	background-color: #DBFB79;
}
.fav_num3 {
	background-color: #C0EB3F;
}
.fav_num4 {
	background-color: #B1E021;
}
.fav_num5 {
	background-color: #9DD000;
}
.fav_num6 {
	background-color: #8AB700;
}
.end {
	font-size: 0px;
	width: 100%;
	height: 5px;
	background-color: #74C2E1;
	border-bottom: 1px solid #2484A8;
}
.footer {
	height: 35px;
	clear: both;
	color: #909090;
	margin-top: 10px;
	background: url(../img/footer_bg.gif) repeat-x left bottom;
}
.footer .link {
	padding-top: 8px;
	float: left;
	width: 400px;
	border-left: 1px solid #909090;
	border-top: 1px solid #909090;
	text-align: center;
	background: #FFF;
	height: 26px;
}
.footer .shadow {
	float: left;
	width: 8px;
	height: 35px;
	background: url(../img/footer_shadow.gif) no-repeat left bottom;
}
.footer .copyright {
	padding-top: 14px;
	float: right;
}
.footer a{
	padding: 0px 10px;
}

