@charset "utf-8";

#DL_area{
	width: 330px;
    margin-left: 20px;
    float: left;
    margin-top: 20px;
    margin-bottom: 25px;

}
#btn_DL{
	background-color: #0380d8;
	width: 185px;
	height: 30px;
	margin-right: 30px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	margin-left: 15px;
	float: left;
	border-radius: 3px;

}

#btn_DL:hover {
	background-color: #33CCFF;
}
#btn_DL img
{
	margin-right: 10px;
	margin-left: 10px;

}
.btn_img_dl
{
	background-image: url(/theme/mercury/images/icon_Download.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}
#btn_DL   span
{
	clear: both;
	margin-left: 30px;

}

#btn_FavAdd:hover {
	background-color: #565656;
}

#btn_FavAdd{
	background-color: #3c3b3b;
	width: 100px;
	height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
	margin-left: 0px;
	float: left;
	border-radius: 3px;

}
#btn_FavAdd   span
{
	clear: both;
	margin-left: 50px;
	color: #999999;
}
.btn_img_favAdd
{
	background-image: url(/theme/mercury/images/icon_Collect.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#effecttitle
{
	margin-bottom: 10px;
}
#rating
{


}
#ratingCount{

}
#createrR {
}