@charset "utf-8";
/*########## Info Bubble ###########*/
			body {
			margin:0;
			padding:0;
			}
			#infoBubble{
			width:291px;
			height:366px;
			/*background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/onlinegames/bubble.png);*/
			background-position:top left;
			background-repeat:no-repeat;
			overflow:visible;
			z-index:999;
			font-size:0px;
			/*border:#0CF 1px solid;*/
			}
			#fakeBG{
			width:291px;
			height:366px;
			position:absolute;
			top:0px;
			left:0px;
			z-index:-1;
			}
			
			#infoBubble div a {
			display:block;
			width:400px;
			height:366px;
			margin:0;
			padding:0;
			}
			.bubbleHeading {
			width:226px;
			height:30px;
			color:#006699;
			text-align:left;
			position:absolute;
			top:13px;
			left:31px;
			font-family:"Trebuchet MS";
			font-weight:900;
			font-size:18px;	/*border:#0CF 1px solid;*/
			
			}
			.bubbleScreenShot1 {
			position:absolute;
			top:165px;
			left:140px;
			width:123px;
			height:121px;
			background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/onlinegames/SS1_Frame.png);
			cursor:pointer;
			}
			.bubbleScreenShot1 img{
			
			}
			.bubbleScreenShot2 {
			position:absolute;
			top:230px;
			left:46px;
			width:123px;
			height:94px;
			background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/onlinegames/SS_Frame2.png);
			cursor:pointer;
			}
			
			.bubbleScreenShot1 img, .bubbleScreenShot2 img {
			border:none;	
			margin:4px;
			}
			.bubbleText {
			width:226px;
			height:100px;
			color:#666;
			text-align:left;
			position:absolute;
			top:50px;
			left:38px;
			font-size:11px;
			font-family:Verdana;	/*border:#0CF 1px solid;*/
			
			}
			.gameGenreIcon {
			position:absolute;
			top:165px;
			left:50px;
			}
			.gameGenreTitle {
			position:absolute;
			top:192px;
			left:47px;
			width:77px;
			height:38px;
			color:#336699;
			padding: 0;
			margin: 0;
			font-size: 11px;
			font-family: Verdana, Geneva, sans-serif;
			font-weight: bold;
			text-decoration: none;
			}


