#tooltip {
	display:none;
	position:fixed;
	width:279px;
	cursor:default;
	z-index:6;
}
#tooltip.dark {
	width:202px;
}
	#tooltip .loading {
		padding:50px 0px;
		background-image:url('../../images/layout/content_loading.gif');
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	#tooltip .top {
		height:21px;
		background-image:url('../../images/layout/tooltip_top.png');
		background-repeat:no-repeat;
	}
	#tooltip .top.dark {
		height:2px;
		background-image:url('../../images/layout/tooltip/tooltip_super-top-dark.png');
	}
	#tooltip .middle {
		background-image:url('../../images/layout/tooltip_middle.png');
		background-repeat:repeat-y;
	}
	#tooltip .middle.dark {
		background-repeat:repeat;
		background-image:url('../../images/layout/tooltip/tooltip_fill-dark.png');
		padding:5px 10px;
		padding-bottom:0px;
	}
	#tooltip .background {
		background-image:url('../../images/layout/tooltip_x.png');
		background-repeat:repeat-x;
		width:251px;
		position:relative;
		left:3px;
		padding:0px 10px;
		overflow:hidden;
	}
		#tooltip .background p, #tooltip .background h4 {
			padding:0px 0px;
			margin:5px 0px;
		}
		#tooltip .background span {
		}
			#tooltip .list {
				margin:5px 0px;
			}
			#tooltip .background li {
				background-image:url('../../images/layout/light_panel_bullet.png');
				background-repeat:no-repeat;
				background-position:4px 5px;
				padding-left:12px;
			}
	#tooltip .bottom {
		height:10px;
		background-image:url('../../images/layout/tooltip_bottom.png');
		background-repeat:no-repeat;
	}
	#tooltip .bottom.dark {
		height:15px;
		background-image:url('../../images/layout/tooltip/tooltip_super-bottom-dark.png');
	}

