/*######## Body #########*/
.bodyLayout{
	width:1000px;
	overflow:hidden;						
	margin-left:auto;
	margin-right:auto;				
	margin-top:10px;
}

.bodyLayoutTop, .footerLayoutTop{
	background-image:url(http://www.freeridegames.com/ad_supp_pack/img/siteImages/layoutTop.png);
	background-repeat:no-repeat;
	height:23px;
}
.bodyLayoutLeft, .footerLayoutLeft{
	background-image:url(http://www.freeridegames.com/ad_supp_pack/img/siteImages/layoutLeft.png);
	background-repeat:repeat-y;
	width:20px;
}

.bodyLayoutBottom ,.footerLayoutBottom{
	background-image:url(http://www.freeridegames.com/ad_supp_pack/img/siteImages/layoutBottom.png);
	background-repeat:no-repeat;
	height:23px;
}

.bodyLayoutRight, .footerLayoutRight{
	background-image:url(http://www.freeridegames.com/ad_supp_pack/img/siteImages/layoutRight.png);
	background-repeat:repeat-y;
	width:20px;						
}		

.bodyLayoutMiddle, .footerLayoutMiddle{
	background-color:#FFFFFF;
}

.downloadToolbarText{
	font-family:verdana;
	font-size:13px;
	font-weight:900;
	color:#323131;
	width:520px;
	float:left;
	clear:both;
	margin:3px;
	cursor:default;
}

a.downloadToolbarLink{
	color:#086ba9;
	text-decoration:none;
}

a.downloadToolbarLink:hover{
	color:#086ba9;
	text-decoration:underline;
}

.downloadToolbarImage{
	width:100%;
	clear:both;
}

.highlight{
	background-color:#FFFF00;
}

.more_game_info_btn {
	width:102px;
	height:15px;	
	margin:0px auto;
	margin-top:5px; 
	overflow:hidden;  
}

.more_game_info_btn a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066ff;
	text-decoration: none;
	float:left;
}

.more_game_info_btn a:hover {
	text-decoration: underline;		
}

.more_game_info_btn .bullet {
	float:right;
	margin-top:3px; 
	margin-left:3px;
}

