/*
----------------------------------------------------------------------
Category
----------------------------------------------------------------------
*/

#CategoryBox{
	background: #fff;
	border: 1px solid #f38108;
	margin-bottom: 20px;
	padding:19px;
}

#CategoryResultNum{
	font-size: 110%;
	border-bottom:1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/*
----------------------------------------------------------------------
CategoryList
----------------------------------------------------------------------
*/

#CategoryList{
	background: #fff5ec;
	border: 1px solid #f38108;
	width: 198px;
	float: left;
}

#CategoryList h2{
	background: #f38108;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	height: 30px;
	padding-left: 10px;
}

#CategoryList-Innner{
	margin-bottom: -20px;
	padding:10px;
}

#CategoryList-Innner h3{
	font-weight: bold;
	border-left: 10px solid #f38108;
	margin-bottom: 10px;
	padding-left: 5px;
}

#CategoryList-Innner ul{
	margin-bottom: 20px;
}

#CategoryList-Innner li{
	font-size: 90%;
	margin-right: 10px;
	display: inline-block;
}

#CategoryResult{
	width: 690px;
	float: right;
}

#CategoryResult-List{

}

#CategoryResult-List li{
	margin-bottom: 30px;
}

#CategoryResult-List h2{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
}

#CategoryResult-List p{
	margin-bottom: 5px;
}

.CategoryResult-ListColorO a{color: #f38108; text-decoration: none;}
.CategoryResult-ListColorG{color: #666;}



#CategoryResultTabs {
	float: right;
	width: 690px;
}

#CategoryResultTabs li {
	display: inline-block;
	margin-right: 2px;
}

#CategoryResultTabs li a {
	padding: 6px 12px;
	font-weight: 700;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #FFF;
	color: #333;
	text-decoration: none;
}

#CategoryResultTabs li a:hover {
	color: #FFF;
	background: #f38108;
}

#CategoryResultTabs .active a {
	color: #FFF;
	background: #f38108;
}

#CategoryResult-List .rank_no {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 8px;
	text-align: center;
	background: #f38108;
	color: #fff;
}

#CategoryResult-List p {
	clear: both;
}

.CategoryResult-summary {
	display: table;
	width: 100%;
}

.CategoryResult-summary .article-image,
.CategoryResult-summary .article-body {
	display: table-cell;
	vertical-align: top;
}

.CategoryResult-summary .article-image {
	width: 100px;
}

.CategoryResult-summary .article-image img {
	display: inline-block;
	max-width: 100px;
	border: 1px solid #EEE;
}

.CategoryResult-summary .noimage p {
	line-height: 80px;
	margin: 0;
}


/*
----------------------------------------------------------------------
End
----------------------------------------------------------------------
*/