/* CSS for Search Page */
/* edit 09.3.2 by Grin */


#search_r .commClub {/* edit 09.3.2 */
	float:left;
	width:285px;
	padding:10px;
	background:#ebebeb;
	margin:0 5px 5px 0;
} 

#search_r .cc_photo {/* edit 09.3.2 */
	position:relative;
	float:left;
	width:75px;
	height:75px;
	background:#fff;
}
#search_r .cc_photo img {/* edit 09.3.2 */
	width:75px;
	height:75px;
}

#search_r .cc_detail {/* edit 09.3.2 */
	position:relative;
	float:left;
	width:197px;
	height:75px;
	padding-left:10px;
	color:#666;
}
#search_r .cc_detail h3 {/* edit 09.3.2 */
	font-size:15px;
	line-height:1.5em;
}
#search_r .cc_detail p {/* edit 09.3.2 */
	font-size:11px;
	line-height:1.8em;
	font-weight:bold;
}
#search_r .cc_detail span {/* edit 09.3.2 */
	color:#d60000;
}
#search_r .cc_detail a:link,
#search_r .cc_detail a:visited {/* edit 09.3.2 */
	color:#666;
}

#search_r .cc_btn {/* edit 09.3.2 */
	position:absolute;
	float:right;
	right:0;
	bottom:0;
	width:80px;
	height:20px;
	line-height:20px;
	text-align:right;
}
#search_r .cc_btn img {
	position:absolute;
	right:0;
	bottom:0;
}



#videoList .ranking ul {
	display:block;
	list-style:none;
	float:left;
	width:100%;
	height:20px;
}

#videoList .ranking ul li {
	display:block;
	float:left;
	width:20px;
	height:20px;
	background:url(/images/t6/icon_star.jpg) no-repeat left center;
}

#search_head .keyword {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:10px;
	line-height:1.3em;
}

#search_head .keyword span {
	display:block;
	float:left;
	width:80px;
	font-size:16px;
	font-weight:bold;
}

#search_head .keyword .sr_ch {
	width:100px;
	background:#e2e2e2;
	border:none;
	vertical-align:middle;
}

#search_head .keyword .sr_btn {
	width:40px;
	height:20px;
	line-height:20px;
	background:#cc0000;
	border:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
}

#search_head .keyword .sr_btn {
	width:40px;
	height:20px;
	line-height:20px;
	background:#cc0000;
	border:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
}

#search_head .about_search {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
	padding:10px 0;
	color:#fff;
	background:#000;
}

#search_head .about_search span {
	padding-left:10px;
}
#search_head .about_search a {
	padding:0 5px;
}
#search_head .about_search a:link,
#search_head .about_search a:visited {
	color:#fff;
}
 
#search_head .about_search .more_about {
	display:block;
	position:absolute;
	float:right;
	right:5px;
	top:10px;
} 

#search_head .optionBox {/* edit 09.3.12 */
	position:absolute;
	float:right;
	right:0;
	top:0;
	width:150px;
	text-align:right;
}

