/*
----------------------------------------------------------------------
Tag Search
----------------------------------------------------------------------
*/

#TagSearch{
	background: #f38108;
	height: 39px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#TagSearch h2{
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 39px;
	width: 5em;
	float: left;
}

#TagSearch input[type="text"]{
	background: url(/_common/img/tag/bg_search_input.png) no-repeat;
	width: 255px;
	height: 30px;
	margin-top: 5px;
	padding-left: 10px;
	border:0px;
}

#TagSearch input[type="submit"]{
	background: url(/_common/img/tag/bg_search_submit.png) no-repeat;
	text-indent: -9999px;
	width: 35px;
	height: 30px;
	margin-top: 5px;
	border:0px;
}

/*
----------------------------------------------------------------------
Tag Base
----------------------------------------------------------------------
*/
#TagList{
	background: #fff;
	border:1px solid #f38108;
	padding:19px;
}

#TagTopic{float: left;}
#TagRecent{float: right;}

#TagTopic , #TagRecent{
	border:2px solid #eee;
	width: 441px;
	margin-top: 20px;
}

#TagTopic h2 , #TagRecent h2{
	background: #f38108;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	line-height: 38px;
	height: 38px;
	padding-left: 10px;
}

.TagAll{
	margin: 10px;
}

.TagAll a , .TagAll a{
	color: #333;
	text-decoration: none;
}

/*
----------------------------------------------------------------------
Result
----------------------------------------------------------------------
*/
#TagList-ResultH2{
	border-bottom: 1px solid #666666;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.TagList-ResultH2Big{
	font-size: 120%;
}

#TagList-Result{
	margin-top:10px;
}

#TagList-Result li{
	margin-bottom: 25px;
}

#TagList-Result h3{
	font-size: 120%;
	margin-bottom: 10px;
}

#TagList-Result p{
	line-height: 140%;
}

.TagList-ResultColorO{color: #f38108}
.TagList-ResultColorG{color: #666666}

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