


.bubbleInfo {
    position: relative;
}

.bubbleInfo a{
	cursor:default;
}

.popup {
	color: #555;
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	background:url(../../images/tooltip.png) center no-repeat;
	background-repeat: no-repeat;
	width: 424px;
	height: 219px;
				
}

.popup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	line-height:12px !important;
	text-align:left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.popup a {
	color: #555;
}

.popup a:hover {
	color: #555;
	text-decoration: none;
}


        
.popup-contents {
	padding: 50px 0 0 20px;		
    font-size: 12px;
    line-height: 1.2em;
    color: #666;
    }
				
		.popup-contents h3{
			color: #FFFFFF;
		}
		
		.popup-contents ul{
			width: 300px;
			
		}
		
		.popup-contents li{
			padding: 10px 0;
			width: 400px;
		}
		
		.popup-contents li label{
			text-transform: uppercase;
			color: #333333;
			font-weight:bold;
			width: 80px;
			display:block;
			float:left;
		}
		
		.popup-contents li a{
			text-decoration:none;
			color: #666666;
		}

.popup-contents a{
	cursor: pointer;
}

