/* 原导航栏的样式已移到各模板中 */
/* 排行榜中前面名次的样式 */
.font_topRank {
	background:url('common/no_common.gif') no-repeat left;
	color: #FFF;
	padding-left: 4px;
}

.font_topRank2 {
	font-weight: bold;
	color: #314228;
	font-size: 12px;
	background-color: #EDF2EA;
	text-align: center;
}

/* 左浮动提示框 */
.f_div{
	width: 230px;
	text-align:left;
}
.arrow{
	width:26px;
	height:31px;
	position:relative;
	top:10px;
	display:block;
	background:url(common/arrow.gif) no-repeat;
	z-index:100;
}
.prompt_content{
	position:relative;
	top:-31px;
	left:25px;
	z-index:10;
}
.prompt_top{
	display:block;
	height:5px;
	background:url(common/prompt_content.gif) no-repeat;
}
.prompt_txt{
	height:auto;
	display:block;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background:url(common/prompt_content.gif) no-repeat 0px -5px;
	line-height:20px;
}
.prompt_bottom{
	display:block;
	height:5px;
	background:url(common/prompt_content.gif) no-repeat 0px -48px;
}
/* 右浮动提示框 */
.f_div_right{
	width: 230px;
	text-align:left;
}
.arrow_right{
	width:27px;
	height:31px;
	position:relative;
	top:10px;
	left:175px;
	display:block;
	background:url(common/arrow_right.gif) no-repeat;
	z-index:100;
}
.prompt_content_right{
	position:relative;
	top:-31px;
	left:-26px;
	z-index:10;
}
.prompt_top_right{
	display:block;
	height:5px;
	background:url(common/prompt_content.gif) no-repeat;
}
.prompt_txt_right{
	height:auto;
	display:block;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background:url(common/prompt_content.gif) no-repeat 0px -5px;
	line-height:20px;
}
.prompt_bottom_right{
	display:block;
	height:5px;
	background:url(common/prompt_content.gif) no-repeat 0px -48px;
}
.playMoreMedia{
	font-size: 14px;
}