<style type="text/css">
	
	a, img{
		border: none;	
	}
	
	.clear{
		clear: both;	
	}
	
	#toplist_wrap{
		width: 605px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4e4e4e;
		font-weight: normal;
	}
	
		#toplist_wrap h2{
			font-size: 18px;
			color: #fff;
			background: #e8501b;
			height: 27px;
			padding-top: 3px;
			padding-left: 7px;
		}
		
		#toplist_wrap table{
			width: 605px;
			border-collapse: collapse;
			border: 1px solid #f0c8b9;
			margin-top: -16px;
		}
		
			#toplist_wrap table tr{
				height: 50px;
							}
			
				#toplist_wrap table tr.dark_row{
					background: #f6f6f6;	
									}
			
			#toplist_wrap table td.logo{
				width: 135px;
				padding-left: 14px;	
				vertical-align: middle;
				
			}
			
			#toplist_wrap table td.description{
				/*width: 170px;*/
				padding: 3px;
			}
			
				#toplist_wrap table td.description p{
					width: 260px;
				}
			
			#toplist_wrap table td.bonus{
				width: 50px;
				color: #343434;
				font-size: 11px;
				text-align: center;
				vertical-align: middle;
			}
			
				#toplist_wrap table td.bonus strong{
				font-weight: bold;
				font-size: 13px;
							}
			
			#toplist_wrap table td.xyzi{
				padding-left: 15px;
				vertical-align: middle;
			}
			
				#toplist_wrap table td.xyzi a{
					width: 97px;
					height: 28px;
					display: block;
					background: url("images/play_btn_states.png") no-repeat 0 0;
					color: #fff;
					font-size: 15px;
					font-weight: bold;
					text-align: center;
					text-shadow: 1px 1px 1px #333;
					text-decoration: none;
					padding-top: 7px;
					padding-right: 6px;
				}
				
					#toplist_wrap table td.xyzi a:hover{
						background-position: 0 -36px;	
					}
					
					#toplist_wrap table td.xyzi a:active{
						background-position: 0 -72px;	
					}

</style>

<!--add these conditional style rulse to correct spacing between title and table on IE6+7-->

<!--[if IE 7]>
    <style type="text/css">
        #toplist_wrap table{{
        	margin-top: -18px;
        }
    </style>
<![endif]-->

<!--[if IE 6]>
    <style type="text/css">
        #toplist_wrap table{{
        	margin-top: -20px;
        }
    </style>
<![endif]-->
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
