@charset "utf-8";
/* CSS Document */
.tooltip {
	position: absolute; 
	display: none;
	top: 0px;
	left: 0px;
	z-index: 3; 
	font-size: 93%;
	color: #1e6daf;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px;
	overflow: hidden;
}

	.tooltip table {
		border: none;
	}

		.tooltip table .c-tl {
			background-image: url(/_images/_backgrounds/champions_tooltip_tl.png);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			height: 15px;
			min-height: 15px;
			max-height: 15px;
			text-indent: -9999px;
			font-size: 4px;
		}

		.tooltip table .c-tr {
			background-image: url(/_images/_backgrounds/champions_tooltip_tr.png);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			width: 13px;
			min-width: 13px;
			max-width: 13px;
			height: 15px;
			min-height: 15px;
			max-height: 15px;
			text-indent: -9999px;
			font-size: 4px;
		}

		.tooltip table .c-m-l {
			background-image: url(/_images/_backgrounds/champions_tooltip_mid_l.png);
			background-repeat: repeat-y;
			background-position: 0px 0px;
		}

			.tooltip table .c-m-l .c-m-l-t {
				padding-left: 13px;
				text-align: left;
			}

		.tooltip table .c-m-r {
			background-image: url(/_images/_backgrounds/champions_tooltip_mid_r.png);
			background-repeat: repeat-y;
			background-position: 0px 0px;
			width: 6px;
			min-width: 6px;
			max-width: 6px;
			text-indent: -9999px;
			font-size: 4px;
		}

		.tooltip table .c-bl {
			background-image: url(/_images/_backgrounds/champions_tooltip_bl.png);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			height: 15px;
			min-height: 15px;
			max-height: 15px;
			text-indent: -9999px;
			font-size: 4px;
		}

		.tooltip table .c-br {
			background-image: url(/_images/_backgrounds/champions_tooltip_br.png);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			width: 13px;
			min-width: 13px;
			max-width: 13px;
			height: 15px;
			min-height: 15px;
			max-height: 15px;
			text-indent: -9999px;
			font-size: 4px;
		}

#champions {
	margin-left: 10px;
}

#champions_column_left {
	float: left;
	width: 396px;
	min-width: 396px;
	max-width: 396px;
}

#champions_column_middle {
	float: left;
	width: 396px;
	min-width: 396px;
	max-width: 396px;
}

#champions_column_right {
	float: left;
	width: 249px;
	min-width: 249px;
	max-width: 249px;
}

caption, address {
	display: none;
}

.item {
	display: block;
	float: left;
	width: 110px;
	min-width: 110px;
	max-width: 110px;
	padding-top: 10px;
	margin-right: 10px;
	text-align: center;
}

.item_smaller {
	display: block;
	float: left;
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	padding-top: 10px;
	margin-right: 10px;
	text-align: center;
}

.item_clear {
	text-indent: -9999px;
	clear: both;
	height: 10px;
	min-height: 10px;
	max-height: 10px;
}

.item_link:link,
.item_link:active,
.item_link:visited {
	display: block;
	border-top: 1px #bbbfc0 dashed;
	border-bottom: 1px #bbbfc0 dashed;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 85%;
	color: #484848;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
}

.item_link:hover {
	color: #a70000;
}

.item_image_wrapper {
	width: 98px;
	min-width: 98px;
	max-width: 98px;
	height: 76px;
	min-height: 76px;
	max-height: 76px;
	overflow-y: hidden;
	margin-bottom: 5px;
	margin-left: 6px;
}