#title {
	zoom: 1;
	position: relative;
	height: 54px;
	padding-left: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	background: url(../images/common/dotted.gray.gif) repeat-x bottom left;
}
	#title h1 {
		margin: 0px;
		font-size: 18px;
	}
	#title span {
		font-size: 10px;
		color: #707070;
	}


#main {
	width: 716px;
	overflow: hidden;
	zoom: 1;
}


#result {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#result li {
		background: url(../images/common/dotted.gray.gif) repeat-x bottom left;
		margin-bottom: 25px;
		padding: 0px 29px 18px 20px;
	}
	#result .top {
		overflow: hidden;
		zoom: 1;
	}
	#result .image {
		width: 164px;
		height: 93px;
		position: relative;
		overflow: hidden;
		margin-right: 17px;
	}
	#result .image .title {
		position: absolute;
		left: 0px;
		bottom: 0%;
		width: 155px;
		color: #fff;
		padding: 0;
	}
	#result .image a:hover {
		color: #dadada;
	}
	#result .image a {
		color: #fff;
		padding: 2px 0 2px 17px;
		display: block;
	}
	#result .image .blue {
		background: url(../images/search/result.blue.gif) repeat-y;
	}

	#result .top .text {
		width: 480px;
	}
	#result .top .text span.mark {
		background: #fbde0e;
		padding: 0px 1px;
		color: #0c0c0c;
	}
	#result .top .text a.fav:hover {
		color: #70dc41;
	}
	#result .top .text a.fav {
		display: block;
		margin-top: 5px;
		color: #60bd38;
		font-weight: bold;
		background: url(../images/category/popular.fav.gif) no-repeat;
		padding: 5px 0px 4px 26px;
	}
	#result .top .text h3 {
		margin: 3px 0px 5px 0px;
		padding: 0px;
		font-size: 12px;
		color: #484848;
	}
	#result .top .text h3 a:hover {
		color: #696969;
	}
	#result .top .text h3 a {
		color: #484848;
	}



	#result .bottom {
		margin: 0px;
		color: #b2b2b2;
		border-top: 1px solid #c3c3c3;
		padding: 9px 6px 0px 2px;
		overflow: hidden;
		margin: 5px 0px 0px 0px;
	}
		#result .bottom .avatar {
			margin-right: 6px;
		}
		#result .bottom .username {
			margin: 4px 85px 0px 0px;
		}
		#result .bottom .date {
			margin-top: 2px;
			padding: 2px 0px 0px 17px;
			background: url(../images/common/time.gif) no-repeat 0px 2px;
		}
		#result .bottom .views {
			margin: 2px 5px 0px 0px;
		}
		
		#result .image .blue {
			background: url(../images/main/content.box.image.blue.gif) repeat-y;
		}
		#result .image .orange {
			background: url(../images/main/content.box.image.orange.gif) repeat-y;
		}
		#result .image .green {
			background: url(../images/main/content.box.image.green.gif) repeat-y;
		}
