
#team {
    padding-bottom: 10px;
    overflow: hidden;
}
	#team .title {
	    background: url('img/druzyna_title.png') repeat-x;
	    height: 54px;
	    position: relative;
	}
		#team .title .name {
		    position: absolute;
		    left: 40px;
		    bottom: 15px;
		
		    font-family: KlavikaBasicMedium, Arial, sans-serif;
		    font-size: 28px;
			text-shadow: 1px 1px 0px #FFFFFF;
			color: #00133f;
		}
		#team .title .fb-like {
		    position: absolute;
		    top: 22px;
		    right: 75px;
		}
		#team .title .icons {
		    position: absolute;
		    bottom: 15px;
		    right: 0px;
		    width: 75px;
		}
			#team .title .icon {
				width: 17px;
				height: 16px;
				display: block;
				float: left;
				overflow: hidden;
				text-indent: -100em;
				margin-right: 5px;
			} 
			#team .title .icon.facebook {
				background: url('img/facebook.png') no-repeat;
			}
			#team .title .icon.twitter {
				background: url('img/twitter.png') no-repeat;
				width: 21px;
			}
			#team .title .icon.rss {
				background: url('img/rss.png') no-repeat;
			} 


	#team .header {
	    background: url('img/team_header.png') no-repeat;
	    height: 274px;
	    width: 694px;
	    border-bottom: 9px solid #00133f;
	    position: relative;
	    float: left;
	}
	#team .header .logo {
	    position: absolute;
	    top: 34px;
	    left: 34px;
	}

#team .header .info
{
    position: absolute;
    top: 34px;
    left: 175px;

    font-family: Arial, sans-serif;
    font-size: 12px;
}

#team .header .info a
{
    color: blue;
    text-decoration: none;
}

#team .header .info .group
{
    font-size: 16px;
}

#team .boxes
{
    position: absolute;
    top: 178px;
    left: 28px;
}

#team .boxes .box
{
    float: left;
    margin-left: 15px;

    width: 72px;
    height: 72px;
    background-color: white;
    border: 1px solid #4d4d4d;
    position: relative;
}

#team .boxes .box .title
{
    height: 17px;
    border-bottom: 1px solid #4d4d4d;
    background: url('img/stats_box_title.png') repeat-x;
    text-align: center;

    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#team .boxes .box .score
{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    font-family: Arial, sans-serif;
}

#team .boxes .box .rank
{
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #4d4d4d;
}

#team .costumes
{
	background: #ffffff;
    float: right;
    padding-top: 14px;
    height: 260px;
    width: 246px;
    border-bottom: 9px solid #00133f;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

ul.team_menu {
	background: url("img/team_menu_background.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    margin: 0px 0px 20px 0px;
    list-style: none;
    padding: 5px 0px 0px 0px;
}
	ul.team_menu li {
		float: left;
	}
		ul.team_menu li a {
			float: left;
			background: #666666 url(img/submenu_button_bg.png) repeat-x;
			border-radius: 5px 5px 5px 5px;
			padding: 0px 5px;
			color: #000000;
			font-family: KlavikaBasicMedium, Arial, sans-serif;
			font-size: 13px;
			margin-left: 7px;
			text-decoration: none;
			line-height: 17px;
			box-shadow:0 1px 0px #FFFFFF;
		}
		ul.team_menu li a.current {
		}

		
#team-rivals {
}
	#team-rivals h3 select {
	    float: right;
	    margin-right: 10px;
	}
	#team-rivals h3 span {
	    float: right;
	    font-size: 18px;
	    font-weight: bold;
	    padding-right: 10px;
	}
		#team-rivals h3 span small {
		    font-size: 12px;
		    font-weight: normal;
		}
		





#teams-list {
}
#teams-list ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.teamBox
{
    position: relative;
    background: transparent url('img/druzyny_box.png') no-repeat;
    width: 340px;
    height: 130px;
    margin: 5px;
    float: left;
    line-height: 130%;
}

.teamBox .logo
{
    margin-top: 6px;
    margin-left: 5px;
    float: left;
    width: 77px;
    height: 51px;
}
.teamBox div.logo {
    border-radius: 5px 5px 5px 5px;
}

.teamBox .icons
{
    position: absolute;
    left: 6px;
    bottom: 30px;
}

.teamBox .icons .twitter
{
    background: url('img/twitter.png') no-repeat;
    width: 21px;
    height: 16px;
    display: inline-block;
}

.teamBox .icons .rss
{
    background: url('img/rss.png') no-repeat;
    width: 17px;
    height: 16px;
    display: inline-block;
}

.teamBox .icons .facebook
{
    background: url('img/facebook.png') no-repeat;
    width: 17px;
    height: 16px;
    display: inline-block;
}

.teamBox .info
{
    float:left;
    margin-left: 10px;
    width: 240px;
}

.teamBox .info .name {
    line-height: 100%;
    color: #0071bc;
    font-weight: bold;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 3px;
}
.teamBox .info .name a {
    text-decoration: none;
    color: #0071bc;
}

.teamBox .info .www a
{
    color: #0071bc;
    text-decoration: none;
}

.teamBox .web
{
    position: absolute;
    bottom: 2px;
    right: 5px;

    font-size: 10px;
}

.teamBox .web a
{
    color: #00123f;
    text-decoration: none;
}





#teams-on-map {
	
}
#teams-map {
	height: 700px;
	position: relative;
	background: url(img/mapa.png) no-repeat top left;
}
	
	#teams-map .team {
		position: absolute;
		background: url(img/map_dot.png) no-repeat top left;
		width: 16px;
		height: 16px;
		cursor: pointer;
		
	}
		#teams-map .team .tooltip {
			display: none;
		}

	#teams-map .team.team-district {
		width: auto;
		height: auto;
		background: none;
	}
		#teams-map .team.team-district .count {
			font-size: 36px;
			font-weight: normal;
			padding-bottom: 8px;
		}
		#teams-map .team.team-district .name {
			color: #888;
			line-height: 13px;
			font-size: 11px;
			text-transform: uppercase;
		}
			#teams-map .team.team-district .name strong {
				color: #7f87c0;
				font-size: 12px;
			}
		
		
		
	#teams-map .team.team-district.legend {
		color: #888;
		bottom: 40px;
		left: 10px;
		cursor: default;
		text-transform: uppercase;
	}
		#teams-map .team.team-district.legend strong {
			color: #7f87c0;
			cursor: default;
			font-size: 14px;
			font-weight: normal;
			text-transform: none;
		} 
		
.ui-tooltip-plfa .ui-tooltip-content {
	padding: 0;
	background: none;
	border: 0;
	width: 340px;
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);
	border-radius: 7px;
}

.ui-tooltip-plfa .ui-tooltip-tip {
	background: #666;
} 

.ui-tooltip-plfa .teamBox {
	margin: 0;
	
}