#talenttreecontainer {
	width: 330px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#talenttreeselection {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 330px;
	padding-bottom: 10px;
}

.talenttreediv {
	width: 300px;
	height: 585px;
	margin-left: auto;
	margin-right: auto;
}

.talenttree {
	border: 1px solid white;
	width: 255px;
	height: 585px;
	border: 0px solid white;
	color: white;
	float: left;
	border-spacing: 0px 5px;
	/*border-collapse: collapse;*/
	padding: 0;
}

.talenttree th {
	height: 0px;
}

.talenttree td {
	width: 25%;
	height: 60px;
	text-align: center;
	vertical-align: top;
}

.talenticon {
	width: 43px;
	height: 45px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.talentoverlayicon {
	position: absolute;
	background-color: transparent;
	width: 56px;
	height: 54px;
	left: -2px;
	top: -2px;
	z-index: 50;
}

.talentoverlaytext {
	position: absolute;
	right: 4px;
	bottom: 0px;
	font-size: 13px;
}

.overlayGray {
	background: url('/img/talents/icon-over-grey.gif') no-repeat 0 0;
	color: #ffffff;
}

.overlayGreen {
	background: url('/img/talents/icon-over-green.gif') no-repeat 0 0;
	color: #1aff1a;
}

.overlayYellow {
	background: url('/img/talents/icon-over-yellow.gif') no-repeat 0 0;
	color: #ffd100;
}


.arrowdown1 {
	position: absolute;
	top: -20px;
	left: 11px;
	z-index: 100;
}

.arrowdown2 {
	position: absolute;
	top: -85px;
	left: 11px;
	z-index: 100;
}

.arrowdown3 {
	position: absolute;
	top: -150px;
	left: 11px;
	z-index: 100;
}

.arrowdown4 {
	position: absolute;
	top: -215px;
	left: 11px;
	z-index: 100;
}

.arrowacrossright {
	position: absolute;
	top: 15px;
	left: -20px;
	z-index: 100;
}

.arrowacrossleft {
	position: absolute;
	top: 12px;
	left: 39px;
	z-index: 100;
}

.arrowdownleft {
	position: absolute;
	top: -47px;
	left: 10px;
	z-index: 100;
}

.arrowdownright {
	position: absolute;
	top: -47px;
	left: -20px;
	z-index: 100;
}

a.treelink {
	display: block;
	border: 0px solid white;
	width: 110px;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
	color: white;
}

a.treelink:hover {
	background: #4F8DEA;
}

a.treeselected {
	background: #1948E0;
}

