/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ||||||| TOP 5 CASINOS TABLE |||||||||||||||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#top5-table {
	list-style:none;
	margin:0px;
	padding:0px;
}

#top5-table .header-row {
	width:653px;
	height:35px;
	background-color:purple;
	background-image:url(../images/top5-table-header-bg2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-top:1px solid #623d63;
	border-right:1px solid #623d63;
	border-left:1px solid #623d63;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

	#top5-table .header-row h2 {
		overflow:hidden;
		font-family:Arial Narrow;
		font-size:18px;
		font-weight:bold;
		color:#f2ddac;
		text-shadow:1px 1px 2px #411d42;
		text-transform:uppercase;
		margin:6px 0 0 20px;
	}
	
	#top5-table .header-row h2:before {
		content:"— ";
	}
	
#top5-table .row {
	width:653px;
	height:61px;
	background-image:url(../images/top5-table-row-bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	background-color:white;
}

#top5-table .row:hover {
	background-image:none;
	cursor:default;
}

#top5-table .row.five {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;	
}


#top5-table .row ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

	#top5-table .row ul li {
		float:left;
	}
	
	#top5-table .row .rank {
		width:70px;
		height:61px;
		color:#eaeaea;
		font-family:"Times New Roman", Times, serif;
		font-size:55px;
		font-weight:normal;
		text-align:center;
		line-height:61px;
		text-shadow:1px 1px 2px #cbcbcb;
	}
	
		#top5-table .row:hover .rank {
		color:#a981aa;
		text-shadow:1px 1px 2px #cbcbcb;
	}
	
	#top5-table .row .logo {
		width:140px;
		height:61px;
	}
	
		#top5-table .row .logo img {
			display:inline-block;	
		}
	
	#top5-table .row .detail {
		width:240px;
		height:47px;
		margin:7px 0;
	}
	
		#top5-table .row .detail h3 {
			margin:0px;
			padding:0px;
		}
	
		#top5-table .row .detail h3 a {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#426483;
			font-style:normal;
			text-decoration:none;
		}
		
		#top5-table .row .detail h3 a:hover {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#426483;
			font-style:normal;
			text-decoration:underline;
		}
		
			#top5-table .row .detail h3 a:before {
				content:"";
			}
		
		#top5-table .row .detail p {
			margin:0px;
			padding:0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:normal;
		}
		
	#top5-table .row .bonus {
		width:70px;
		height:61px;	
	}
	
		#top5-table .row .bonus .box {
			width:45px;
			height:30px;
			padding:5px 0px;
			border:1px dotted #DDD;
			background-color:white;
			font-family:Arial Narrow, Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:16px;
			text-align:center;
			color:#b52025;
			line-height:14px;
			margin:10px auto;
		}
	
		#top5-table .row .bonus .box .subtext {
			color:#777;
			font-size:14px;
		}
		
	#top5-table .row .buttons {
		width:120px;
		height:51px;
		padding:7px 0 0 0;
	}
	
		#top5-table .row .buttons a {
			display:block;
			width:120px;
			height:22px;
			margin-bottom:3px;
			background-image:url(../images/top5-table-buttons2.png);
			outline:none;
			text-indent:-9999px;
		}
		
		#top5-table .row .buttons a.playnow {
			background-position:0 0;
		}
			#top5-table .row .buttons a.playnow:hover {
				background-position:0 -22px;	
			}
			
		#top5-table .row .buttons a.review {
			background-position:-120px 0;
		}
			#top5-table .row .buttons a.review:hover {
				background-position:-120px -22px;	
			}
			
	
	#top5-table .row .buttons-large {
		width:120px;
		height:51px;
		padding:0px 0 0 0;
	}
	
		#top5-table .row .buttons-large a {
			background-image:url(../images/top5-btns-large.gif);
			background-position:-100px 0;
			display:block;
			height:42px;
			width:100px;
			margin:10px 0 0 9px;
			outline:none;
			text-indent:-9999px;
		}
		

			#top5-table .row .buttons-large a.playnow-large:hover {
				background-position:-100px -42px;
			}
			
	#top5-table .row .logo-large {
		width:140px;
		height:51px;
		margin:5px 0 0 0;
	}
	
		#top5-table .row .logo-large img {
			display:inline-block;	
		}
			


