@charset "utf-8";
/* Striker Panel and Top 3 friends Panels */
.bs2_community_land_striker_cont {
	position:relative;
	width:224px;
	height:auto;
	float:left;
	clear:both;
	padding:0 0 10px 0;
}
.bs2_community_land_striker img {
	width:224px;
	height:189px;
}
.bs2_community_land_striker_info, .bs2_community_land_top3_list {
	position:relative;
	width:214px;
	height:auto;
	float:left;
	clear:both;
	padding:10px 0 10px 0;
	display:block;
	text-align:right;
}
.bs2_community_land_top3_list {
	padding:10px 0 10px 10px;
	text-align:left;
}
.bs2_community_land_striker_info {
	width:224px;
	padding:10px 0 10px 0;
}
/* Game Score */
.bs2_community_profile_score_cont {
	position:relative;
	width:224px;
	height:auto;
	float:left;
	clear:both;
	padding:0 0 20px 0;
	margin:0 0 15px 0;
	/*border-width:4px 0 0 0;*/
}
.bs2_community_profile_score_title {
	position:relative;
	width:212px;
	height:auto;
	float:left;
	clear:both;
	padding:5px 0 10px 10px;
	display:block;
}
.bs2_community_profile_score {
	position:relative;
	width:224px;
	height:42px;
	float:left;
	clear:both;
	padding:5px 0 0 0;
	background:url(../images/community/score.gif) repeat-x;
	text-align:center;
}
/* Top 3 Friend's Scores */
.bs2_community_land_top3_list li {
	display:block;
	width:209px;
	height:auto;
	float:left;
	clear:left;
	padding:5px 0 5px 0;
	border-bottom:1px solid #333;
}
.top3p1 {
	position:relative;
	display:block;
	width:auto;
	float:left;
	clear:none;
	padding-right:5px;
	color:#CCC;
}
.top3p3 {
	position:relative;
	display:block;
	width:125px;
	float:left;
	clear:none;
	color:#FFF;
	text-decoration:none;
}
a.top3p2:hover {
	color:#ffcc00;
}
.top3p3 {
	position:relative;
	display:block;
	width:70px;
	float:right;
	clear:none;
	color:#CCC;
	text-align:right;
}
.bs2_community_land_top3_cont {
	position:relative;
	width:224px;
	height:auto;
	float:left;
	clear:both;
	padding:0 0 20px 0;
	background:url(../images/backgrounds/bs2_community_smaller_bg.jpg) no-repeat;
}
.bs2_community_land_top3_title_en,
.bs2_community_land_top3_title_fr,
.bs2_community_land_top3_title_es,
.bs2_community_land_top3_title_it {
	position:relative;
	width:224px;
	height:36px;
	float:left;
	clear:both;
	display:block;
	text-indent:-9999px;
}
.bs2_community_land_top3_title_en {
	background:url(../images/community/bs2_community_beat_them_en.jpg) no-repeat;
}
.bs2_community_land_top3_title_fr {
	background:url(../images/community/bs2_community_beat_them_fr.jpg) no-repeat;
}
.bs2_community_land_top3_title_es {
	background:url(../images/community/bs2_community_beat_them_es.jpg) no-repeat;
}
.bs2_community_land_top3_title_it {
	background:url(../images/community/bs2_community_beat_them_it.jpg) no-repeat;
}
/* Buttons */
.bs2_community_land_btn_cont {
	width:224px;
	height:auto;
	float:left;
	clear:left;
	padding-top:10px;
}
a.btn_play_en, a.btn_play_en:visited,
a.btn_play_fr, a.btn_play_fr:visited,
a.btn_play_es, a.btn_play_es:visited,
a.btn_play_it, a.btn_play_it:visited {
	height:25px;
	display:block;
	float:right;
	clear:both;
	text-indent:-9999px;
}
a.btn_play_en {
	width:77px;
	background:url(../images/buttons/play_en.gif) no-repeat;
}
a.btn_play_en:hover {
	background-position:0 -25px;
}
a.btn_play_fr {
	width:77px;
	background:url(../images/buttons/play_fr.gif) no-repeat;
}
a.btn_play_fr:hover {
	background-position:0 -25px;
}
a.btn_play_es {
	width:84px;
	background:url(../images/buttons/play_es.gif) no-repeat;
}
a.btn_play_es:hover {
	background-position:0 -25px;
}
a.btn_play_it {
	width:80px;
	background:url(../images/buttons/play_it.gif) no-repeat;
}
a.btn_play_it:hover {
	background-position:0 -25px;
}
