@charset "UTF-8";
/* CSS Document */

        
        .bubbleInfo {
	position: relative;
	width: inherit;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
        }

        .popup div.popup-contents {
                font-size: 12px;
                line-height: 1.2em;
				width:355px;
				height:193px;
                background-color: #fff;
				background:url("images/toolbkg.png") top left no-repeat;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }

        div.popup-contents div {
	text-align: right;
                }

        div.popup-contents div {
	text-align: left;
	float: left;
                }
				
				
		div.pop-padding{
	float:left;
	padding:10px;
}
		div.pop-bar{
	float:left;
	background:url("images/greenbarpop.png") left top no-repeat;
	width:313px;
	height:35px;
	margin:0 0 0 7px;
}
        div.pop-thumb{
	float:left;
	margin:0px;
}
		  div.pop-thumb img{
	float:left;
	margin:10px;
	clear:right;
	border: 1px solid #ccc;
	padding: 20 0px;
}  div.popright{
	float:left;
	width: 200px;
} div.popleft{
	float:left;
	padding:0 10px 0 0;
	width: 110px;
}
		span.casinopop{float:left;font-size:14px;font-weight:700;color:#fff;line-height:30px;margin:0 0 0 10px;}
		span.popbonus{
	float:left;
	color:#900;
	font-size:18px;
	line-height:20px;
	padding:0;
	margin: 0 0 0 25px;
}
		span.headerpop{
	float:left;
	font-size:14px;
	font-weight:700;
	color:#000;
	margin: 10px 0;
}
		span.tagspop{float:left;font-size:12px;font-style:oblique;color:#333;}
		span.playpop{
	float:left;
	margin:4px 0 0 0;
}
		span.playpop img{float:left;margin:10px 0 0 0;}
		span.redpop{
	float:left;
	line-height:30px;
	color:#900;
	margin:4px 5px;
}	span.greenpop{
	float:left;
	line-height:30px;
	color:#093;
	margin:4px 5px;
}
