
.bonuspopup-content {
	display: none;
}

.bonuspopup-box-outer {
	background: url('img/bonuspopup_bg_top.png') top left no-repeat;
	width: 290px;
	padding-top: 40px;
	font-size: 85%;	
	overflow: hidden;
	
}


 
.bonuspopup-box-inner {
	background: url('img/bonuspopup_bg.gif') bottom left no-repeat ;	
	padding: 0px 40px 30px 47px;	
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 1%;
}


.bonuspopup-box-overlayimage {
	width: 290px;
	height:800px;
	position: absolute;
	bottom: 0px;
	left: 0px;	
	
	overflow: hidden;
	background: url('img/bonuspopup_bg_bottom2.png') top left no-repeat ; 
}

.bonuspopup-box-inner h3 {
	text-align: left;
	color: #ca0000 !important;
	padding: 20px 0px 10px 0px;;
	margin: 0px;
	font-size: 120%;
}



.bonuspopup-box-inner ul {
	text-align: left;
	list-style-image: url(img/icon_list_bullet_red.gif);
	display: block;
	position: relative;
	margin-bottom: 1em;	
}

.bonuspopup-box-inner li {	
	vertical-align: middle;
}

.bonuspopup-box-inner ul li {
	margin: 0em 0px 0.5em 13px;
	padding: 0px 0px 0px 0px;
}

#main-wrap-section p {
	line-height: 1.3em;
}


.cooltip-box, .cooltip-box-inner {	
	width: 184px;
}

.cooltip-box {
	background-image: url('img/cockpit_bg_cooltip_top.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	height: 1%;	
}

.cooltip-box .cooltip-box-inner {
	background-image: url('img/cockpit_bg_cooltip.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 0px 19px 0px;	
	display:block;
	overflow: hidden;
	position: relative;
	height: 1%;
}
.cooltip-box-overlayimage {
	width: 184px;
	height:250px;
	position: absolute;
	bottom: 0px;
	left: 0px;	
	
	overflow: hidden;
	background: url('img/cockpit_bg_cooltip_bottom2.png') top left no-repeat ;  
}
 
.cooltip-box .cooltip-box-inner p {
	display: block;
	padding: 0px;
	margin: 0px 10px 0px 10px;

	height: 1%;
}



/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
	position: absolute;
	z-index: 5000;
	width: 400px;
	
}

