.boxTeamPreview {
	background-color: #FFFFFF;	
	color: #858585;
	background-position: 96% 50%;
	background-repeat: no-repeat;
	margin: 0px 0px 6px 0px;
}

.boxTeamPreview .boxTop {
	width: 400px;
	height: 20px;
	background-image: url(../images/teams/boxTeamPreviewTop.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 0px;

}

.boxTeamPreview .boxCenter {
	padding: 0px 15px 0px 15px;
/*	min-height: 160px;
	height: auto !important;
	height: 160px;
*/
}

.boxTeamPreview .boxCenter .teamDesc {
	width: 270px;
}

.boxTeamPreview .boxBottom {
	width: 400px;
	height: 10px;
	background-image: url(../images/teams/boxTeamPreviewBottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.boxTeamPreview span.teamName {
	padding: 4px 10px 4px 10px;
	height: 18px;
	margin: 4px 0px 0px 0px;
	background-color: #006DC9;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.boxTeamPreview span.teamName a {
	color: #FFFFFF;
}


/*** RATE TEAM ***/

.rateTeam {
	font-size: 10px;
	width: 320px;
	padding: 12px 0px 0px 0px;
	float: right;
}

#rateTeamButtons {
	
}

#rateTeamText {
	float: left;
	text-align: right;
	padding: 6px 10px 0px 0px;
	width: 200px;
}

#rateTeamStars {
	float: left;
	width: 100px;
	height: 20px;
	background-image: url(../images/teams/rateTeamStars.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
	display: none;
}

#rateTeamLoading {
	padding: 6px 24px 0px 0px;
	display: none;
	float: left;	
}

#rateTeamButtons .rateTeamButton {
	height: 20px;
	float: left;
	cursor: pointer;
/*	background-color: red; /* to delete */
}

#rateTeamButton_1 {
	width: 15px;
}

#rateTeamButton_2 {
	width: 18px;
}

#rateTeamButton_3 {
	width: 20px;
}

#rateTeamButton_4 {
	width: 22px;
}

#rateTeamButton_5 {
	width: 23px;
}


/*** RATE STADIUM ***/

.rateStadium {
	width: 400px;
	margin: 20px 0px 0px 0px;
}

#rateStadiumButtons {
	float: left;
	width: 170px;
}

#rateStadiumText {
	float: left;
	text-align: right;
	padding: 0px 4px 0px 0px;
	width: 170px;
}

#rateStadiumLoading {
	padding: 6px 24px 0px 0px;
	display: none;
	float: left;	
}

/*** ADD AS ... (kibic, pilkarz... ) ***/

.addAs {
	height: 32px;
	background-color: #2C2A2B;
	margin: 0px 0px 6px 0px;
	padding: 0px 10px 0px 0px;		
}

.addAsText {
	float: left;
	padding: 8px 0px 0px 8px;
	font-size: 11px;
}

.addAsLink {
	float: right;
	width: 90px;
	height: 32px;
	background-image: url(../images/teams/addAs.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.player {
	background-position: 0px 0px;
}

.coach {
	background-position: 0px -32px;
}

.fan {
	background-position: 0px -64px;
}

.fanclub {
	background-position: 0px -96px;
}

.event {
	background-position: 0px -128px;
}

.fanclubs {
	background-position: 0px -160px;
}

.events {
	background-position: 0px -192px;
}


.joinFanClub {
	width: 154px;
	background-image: url(../images/teams/joinFanClub.gif);
	background-repeat: no-repeat;
	
	
}


/*** END ADD AS ... (kibic, pilkarz... ) ***/



/*** CENTER AJAX BOX - AJAX BOX INFO ***/

#centerAjaxBox {
	margin: 0px auto 20px auto;
}

#centerAjaxBox .boxContentAll {

}

#centerAjaxBox .boxContent {
	padding: 0px 0px 10px 0px !important;
}

#centerAjaxBox .boxContent h1 {
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}

#centerAjaxBox .boxContent p {
	margin: 0px 10px 10px 10px;
}

#centerAjaxBox .teamCadre {
	display: none;
	margin: 0px 0px 0px 0px;
}

#centerAjaxBox .teamStadium {
	display: none;
	margin: 0px 0px 0px 0px;
}

#centerAjaxBox .teamPlayers {
	display: none;
	margin: 0px 0px 0px 0px;
}

#centerAjaxBox .teamFans {
	display: none;
	margin: 0px 0px 0px 0px;
}

#centerAjaxBox .teamPictures {
	display: none;
	margin: 0px 0px 0px 0px;
}

#centerAjaxBox .teamArticles {
	display: none;
	margin: 0px 0px 0px 0px;
}

#centerAjaxBox .teamArticles {
	display: none;
	margin: 0px 0px 0px 0px;
}

#centerAjaxBox .teamArticlesList {
	margin: 0px 10px 0px 10px;
}



/*** END CENTER AJAX BOX - AJAX BOX INFO ***/

/*** FANCLUBS ***/

.fanclubDesc {
	margin: 10px 0px 0px 0px;
}
.fanclubPicture {
	float: right;
}

