/**
 * Wrappers
 * 
 * Site Design styles general to the whole page.
 * 
 * Styles for the body element and wrappers that are generic to the whole page.
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #e5decb url(gfx/bg-body.jpg) repeat-x 0 0;
	font: 100%/1.2 Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px 60px;
	background: #fff;
	font-size: 68.75%;
}
.button-cta {
	display:block;
	height:24px;
	padding-left:12px;
	background:url(gfx/btn-green-left.png) no-repeat 0 0;
	color:#fff;
	font-size:0.95em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}

.button-cta:hover {
	text-decoration:underline;
}

	.button-cta span {
		display:block;
		height:100%;
		padding:0 12px 0 0;
		background:url(gfx/btn-green-right.png) no-repeat center right;
		line-height:2.3em;
		white-space: nowrap;
		cursor:pointer;
	}

.tooltip {
	cursor: pointer;
}

.intro {
	float: left;
	width: 346px;
	margin-bottom: 20px;
}

div.bonus-info,
table.bonus-info {
	margin-bottom: 0!important;
}

div.bonus-info-hidden,
table.bonus-info-hidden {
	display:none;
}

.review-text-hidden {
    display:none;
}

div.mod-1 {
	font-size:1.1em;
}

div.mod-1,
div.mod-2 {
	clear:both;
	margin:0 0 20px;
	padding:0 10px 0;
}

div.mod-2 {padding:0;}

div.f-m {
	padding-top:10px;
}

.date-time,
.date,
.meta {color:#666;}

a.more {
	text-decoration:underline;
	font-weight:bold;
}

a.more-follow, a.more-follow-withdrawal {
	padding-right: 9px;
	background:url(gfx/arrow-right-blue.png) no-repeat 100% 50%;
}

a.go-back {
	padding-left: 9px;
	background:url(gfx/arrow-left-blue.png) no-repeat 0 50%;
}

ul.bullets {margin:0 0 0 16px;}

ul.arrows {
	margin:0;
	list-style:none;
}


ul.arrows a {
	display:block;
	padding-left:12px;
	background:url(gfx/arrow-right-blue.png) no-repeat 0 0.3em;
}

img.left {
	float:left;
	margin:4px 10px 10px 0;
}

img.left {
	float:right;
	margin:4px 0 10px 10px;
}

p.tmp {
	background: #efe;
	color: green;
	font: 12px/1.4 Courier New;
	text-align: center;
	padding: 10px;
	border: 1px solid green;
}

p.tmp:before {
	content: "<!-- ";
}

p.tmp:after {
	content: " -->";
}

.structural {
	position:absolute;
	left:-10000px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/**
 * Elements
 * 
 * General styles for elements.
 * 
 * This should be kept very general, and specific element styles should be
 * created with constants or within modules.
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

p {
	margin: 0 0 1.0em;
	line-height: 1.6;
}

ul,
ol,
dl {
	margin: 0 0 1.0em 30px;
	padding: 0;
}

	li {
		margin: 0;
		padding: 0;
		line-height: 1.6;
	}

dl {
	margin-left: 0;
}

a {
	color: #06c;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
	h2 a {
		color: #000;
	}

img {
	vertical-align: middle;
}

	a img {
		border: 0;
	}

abbr {
	cursor: help;
	border-bottom: 1px dotted #333;
}

	a abbr {
		border-color: #145eae;
	}

table {
	width: 100%;
	margin: 0 0 10px;
	border-collapse: collapse;
	border-spacing:0;
}

	th,
	td {
		text-align: left;
		vertical-align: middle;
		font-weight: normal;
	}
	
	td {
		line-height: 1.6;
	}
/**
 * Forms
 * 
 * Form element styles.
 * 
 * This should be kept very general, and specific form element styles should be
 * created with constants or within modules.
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	margin: 0;
	padding: 0 0 10px;
}

label {
	cursor: pointer;
	font-weight: bold;
}

	label.disabled {
		color: #999;
	}

input {
	vertical-align: middle;
}

	input[type="submit"] {
		cursor: pointer;
	}

input.text,
input.password,
textarea,
select {
	padding: 2px;
	background: #fff;
	border: 1px solid #cbcbcb;
}

	input.text:focus,
	input.password:focus,
	textarea:focus,
	select:focus {
		border-color: #b00;
	}

/* Errors */
input.text.error,
input.password.error,
textarea.error,
select.error {
	background: #fee;
	border: 1px solid #c66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.6em;
}

h3,
h4,
h5,
h6 {
	text-transform: uppercase;
}

h2 {
	font-size: 2.2em;
}

h3,
h4,
h5 {
	font-size: 1.0em;
}

h4.alt,
h3.alt {
	padding-left: 9px;
	background: #272727 url(gfx/bg-header-black-left.jpg) no-repeat 0 0;
}

h4.alt span,
h3.alt span {
	display: block;
	padding: 10px 9px 4px 0;
	background: url(gfx/bg-header-black-right.jpg) no-repeat 100% 0;
	color: #fff;
}

.heading-aside-section {
	display: block;
	margin: 0 0 10px;
	padding:5px 9px;
	border-top: 1px solid #e7e5dd;
	background: #f2eee2 url(gfx/bg-small-header.png) repeat-x left bottom;
	font-size: 11px;
	line-height: 1.6363;
	text-transform: none;
}

/*
	Button, Call to action
*/

/* 'Button' element version */
button.btn-cta {
	height: 23px;
	padding-left: 9px;
	+padding-left: 2px;
	color: #fff;
	background: transparent url(gfx/btn-green-left.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}

	button.btn-cta span {
		display: block;
		height: 23px;
		+height: 24px;
		padding: 0 12px 0 4px;
		background: url(gfx/btn-green-right.png) no-repeat 100% 50%;
		font: bold 10px/2.3 Arial, Helvetica, sans-serif;
		text-align: center;
		text-transform: uppercase;
		white-space: nowrap;
	}
	
		html.safari button.btn-cta:hover span {
			line-height: 2.6;
		}
		
		button.btn-cta:hover span {
			text-decoration: underline;
		}

/*
	Button, Call to action, visually strong
*/

/* 'A' element version */
a.btn-cta-strong {
	display: block;
	padding-left: 28px;
	background: url(gfx/btn-arrow-left-green-left.png) no-repeat 0 0;
	text-decoration: none;
}

	a.btn-cta-strong span {
		display: block;
		height: 27px;
		padding-right: 5px;
		cursor: pointer;
		color: #fff;
		background: url(gfx/btn-arrow-left-green-right.png) no-repeat 100% 0;
		font-weight: bold;
		line-height: 27px;
		text-align: center;
		text-transform: uppercase;
	}
	
		a.btn-cta-strong:hover span {
			text-decoration: underline;
		}

/*
	Name: core.base.layouts
	Version: 1.0
	Status: Done
	Author: Kenneth Sundqvist <kenneth.sundqvist@webguidepartner.com>
*/

.layout-l { float: left; }

.layout-r { float: right; }

.layout-c {
	margin-right: auto;
	margin-left: auto;
}
/* Margin size = 20 */


/* Normal (Margin size * 1) */

.margin { margin: 20px; }

.margin-h { margin-left: 20px; margin-right: 20px; }
.margin-v { margin-top: 20px; margin-bottom: 20px; }

.margin-l { margin-left: 20px; }
.margin-r { margin-right: 20px; }
.margin-t { margin-top: 20px; }
.margin-b { margin-bottom: 20px; }


/* Double (Margin size * 2) */

.margin-double { margin: 40px; }

.margin-double-h { margin-left: 40px; margin-right: 40px; }
.margin-double-v { margin-top: 40px; margin-bottom: 40px; }

.margin-double-l { margin-left: 40px; }
.margin-double-r { margin-right: 40px; }
.margin-double-t { margin-top: 40px; }
.margin-double-b { margin-bottom: 40px; }


/* Half (Margin size / 2) */

.margin-half { margin: 10px; }

.margin-half-h { margin-left: 10px; margin-right: 10px; }
.margin-half-v { margin-top: 10px; margin-bottom: 10px; }

.margin-half-l { margin-left: 10px; }
.margin-half-r { margin-right: 10px; }
.margin-half-t { margin-top: 10px; }
.margin-half-b { margin-bottom: 10px; }

/* Margin size = 20 */


/* Normal (Margin size * 1) */

.margin-negative { margin: -20px; }

.margin-negative-v { margin-top: -20px; margin-bottom: -20px; }
.margin-negative-h { margin-left: -20px; margin-right: -20px; }

.margin-negative-l { margin-left: -20px; }
.margin-negative-r { margin-right: -20px; }
.margin-negative-t { margin-top: -20px; }
.margin-negative-b { margin-bottom: -20px; }


/* Double (Margin size * 2) */

.margin-negative-double { margin: -40px; }

.margin-negative-double-h { margin-left: -40px; margin-right: -40px; }
.margin-negative-double-v { margin-top: -40px; margin-bottom: -40px; }

.margin-negative-double-l { margin-left: -40px; }
.margin-negative-double-r { margin-right: -40px; }
.margin-negative-double-t { margin-top: -40px; }
.margin-negative-double-b { margin-bottom: -40px; }


/* Half (Margin size / 2) */

.margin-negative-half { margin: -10px; }

.margin-negative-half-h { margin-left: -10px; margin-right: -10px; }
.margin-negative-half-v { margin-top: -10px; margin-bottom: -10px; }

.margin-negative-half-l { margin-left: -10px; }
.margin-negative-half-r { margin-right: -10px; }
.margin-negative-half-t { margin-top: -10px; }
.margin-negative-half-b { margin-bottom: -10px; }
/* Padding size = 20 */


/* Normal (Padding size * 1) */

.padding { padding: 20px; }

.padding-h { padding-left: 20px; padding-right: 20px; }
.padding-v { padding-top: 20px; padding-bottom: 20px; }

.padding-l { padding-left: 20px; }
.padding-r { padding-right: 20px; }
.padding-t { padding-top: 20px; }
.padding-b { padding-bottom: 20px; }


/* Double (Padding size * 2) */

.padding-double { padding: 40px; }

.padding-double-h { padding-left: 40px; padding-right: 40px; }
.padding-double-v { padding-top: 40px; padding-bottom: 40px; }

.padding-double-l { padding-left: 40px; }
.padding-double-r { padding-right: 40px; }
.padding-double-t { padding-top: 40px; }
.padding-double-b { padding-bottom: 40px; }


/* Half (Padding size / 2) */

.padding-half { padding: 10px; }

.padding-half-h { padding-left: 10px; padding-right: 10px; }
.padding-half-v { padding-top: 10px; padding-bottom: 10px; }

.padding-half-l { padding-left: 10px; }
.padding-half-r { padding-right: 10px; }
.padding-half-t { padding-top: 10px; }
.padding-half-b { padding-bottom: 10px; }
/*
	Name: core.base.sizes
	Version: 1.0
	Status: Done
	Author: Kenneth Sundqvist <kenneth.sundqvist@webguidepartner.com>
*/

.size-1of1 { width: 100%; }

.size-1of2 { width: 50%; }

.size-1of3 { width: 33.33333%; }
.size-2of3 { width: 66.66666%; }

.size-1of4 { width: 25%; }
.size-3of4 { width: 75%; }

.size-1of5 { width: 20%; }
.size-2of5 { width: 40%; }
.size-3of5 { width: 60%; }
.size-4of5 { width: 80%; }

.size-1of8 { width: 12.5%; }
.size-3of8 { width: 37.5%; }
.size-5of8 { width: 62.5%; }
.size-7of8 { width: 87.5%; }

/* IE6 has a 3px shift bug going on,
   the positioning and neg. margin fixes that */
.size-last {
	float: none;
	_position: relative;
	_left: -3px;
	width: auto;
	overflow: hidden;
	_margin-right: -3px;
	_zoom: 1;
}
/*
	w16h16px icons
*/
.icon-16 {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(gfx/icons/icons-w16h16-sprite.png) no-repeat 0 0;
	text-indent: -9999px;
}

	/*.icon-16-digg {  }*/
	
	.icon-16-facebook { background-position: -16px 0; }

/*
	Clean
*/
ul.actions,
ul.share-this {
	margin-left: 0;
	list-style: none;
}


/*
	Actions
	
	A list of actions for the user to take.
	Usually links, and placed at the bottom of a module.
*/
ul.actions li {
	margin-bottom: 5px;
}

	ul.actions li:last-child {
		margin-bottom: 0;
	}

/*
	Share this
	
	Actions list for sharing pages in social networks.
*/
ul.share-this li {
	padding: 2px 5px;
	border-left: 1px solid #e3e1d5;
}

	ul.share-this li,
	ul.share-this a,
	ul.share-this .icon {
		float: left;
	}
	
	ul.share-this a {
		padding: 2px;
	}
	
		ul.share-this a:hover {
			padding: 1px;
			border: 1px solid #e8e4d9;
		}

/*
	Games menu
*/

ul.games-menu {
	overflow: hidden;
	_height: 1%;
	margin: 0 0 20px;
	list-style: none;
	background: url(gfx/bg-small-header.png) repeat-x 0 -10px;
	font-size: 10px;
	line-height: 1.8;
}

	ul.games-menu * {
		zoom: 1; /* FIXME: haha what is this about? */
	}
	
	ul.games-menu li {
		float: left;
	}
	
		ul.games-menu a {
			float: left;
			padding: 0 4px;
			text-align: center;
		}
		
			ul.games-menu span {
				display: block;
				margin: 4px auto 3px;
				+margin: 4px 0 3px;
				width: 41px;
				height: 18px;
				+cursor: pointer;
				background: url(gfx/symbols-casino-small-y-gradient-sprite.png) no-repeat 0 0;
			}
			
				ul.games-menu .slots span {
					width: 39px;
					height: 14px;
					margin-top: 8px;
					background-position: -41px 0;
				}
				
				ul.games-menu .roulette span {
					width: 40px;
					height: 17px;
					margin-top: 5px;
					background-position: -80px 0;
				}
				
				ul.games-menu .video-poker span {
					width: 38px;
					height: 19px;
					margin-top: 3px;
					background-position: -120px 0;
				}
				
				ul.games-menu .keno span {
					width: 21px;
					height: 19px;
					margin-top: 3px;
					background-position: -158px 0;
				}
				
				ul.games-menu .craps span {
					width: 37px;
					height: 18px;
					background-position: -179px 0;
				}

#bingo-news {
	float: right;
	width: 265px;
	margin: 0 0 24px 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

	#bingo-news ul {
		margin: 0;
		list-style: none;
	}
/*
	NOTICE!
	
	This files is named "blog-namefix.css" because there is a
	SilverStripe problem with naming it just "blog.css"
*/


/*
	Blog post listing
*/

.blog-post-listing h3 {
	margin: 0;
	padding: 18px 10px 10px;
	color: #fff;
	background: #000 url(gfx/bg-heading-toplist.jpg) no-repeat;
	font-size: 1.4em;
	text-transform: uppercase;
}

	.blog-post-listing .blog-post {
		margin-bottom: 10px;
		background:url(gfx/fade-vert-white-lightbeige.jpg) repeat-x left bottom;
	}

		.blog-post-listing .blog-post h4 {
			font-size: 17px;
			text-transform: none;
		}
		
			.blog-post-listing .blog-post h4 a {
				color: #000;
			}

/*
	Blog post
*/

.blog-post {
	padding: 10px;
}

	.blog-post .share-page {
		margin: -10px 0 0 0;
	}
	
	.blog-post-body {
		margin: 10px 0;
		clear: both;
		font-size: 1.1em;
	}
	
	.blog-post h2 {
		margin-bottom: 10px;
	}

	.blog-post .meta p {
		margin-bottom: 0;
	}
	
	.blog-post-image {
		float: right;
		margin: 0 0 10px 20px;
	}
	
	.blog-post-foot {
		margin: 0;
		list-style: none;
		color: #666561;
	}
	
		.blog-post-foot li {
			display: inline;
			margin-right: 10px;
		}
		
			.blog-post-foot li + li {
				padding-left: 10px;
				border-left: 1px solid #bfbeb7;
			}

/*
	Blog post comments
*/

.blog-post-comments {
	margin: 30px 0;
}

	.blog-post-comments h3 {
		margin-bottom: 20px;
		font-size: 20px;
		text-transform: none;
	}

	.blog-post-comments ul {
		margin-left: 0;
		list-style: none;
	}

		.blog-post-comments li {
			margin-bottom: 1em;
			border-bottom: 1px solid #e6e4dc;
		}

#breadcrumbs {
	padding: 0 0 10px 10px;
}
#casino-games {
	position: relative;
	margin: 0 0 20px;
}

	#casino-games span.img {
		display: block;
		position: absolute;
		top: -150px;
		right: 0;
		width: 253px;
		height: 161px;
	}

	#casino-games h3 {
		margin: 0;
		padding: 18px 10px 10px;
		color: #fff;
		background: #000 url(gfx/bg-heading-toplist.jpg) no-repeat;
		font-size: 1.4em;
		text-transform: uppercase;
	}

	#casino-games ul {
		background: url(gfx/1x1-e7e5dd.gif) repeat-y 50% top;
		_height: 1%;
		overflow: hidden;
		margin: 0;
		list-style: none;
		clear: both;
	}

		#casino-games li {
			position: relative;
			float: left;
			width: 280px;
			_height: 215px;
			min-height: 215px;
			border-bottom: 1px solid #e7e5dd;
		}

			#casino-games li h4 {
				margin: 0;
				padding: 10px 120px 0 10px;
			}

			#casino-games li p {
				margin: 0;
				padding: 10px 120px 0 10px;
			}

				#casino-games li p.img {
					position: absolute;
					top: 10px;
					right: 10px;
					width: 120px;
					margin: 0;
					padding: 0;
					text-align: center;
				}
#casino-software {
	padding: 0 10px;
}

	#casino-software div.software {
		overflow: hidden;
		padding: 10px;
		border-bottom: 1px solid #e7e5dd;
	}
	
		#casino-software div.software div.first-child {
			float: left;
			width: 300px;
		}
		
			#casino-software div.software div.first-child h3 {
				font-size: 14px;
			}
			
				#casino-software div.software div.first-child h3 img {
					margin-right: 10px;
					vertical-align: middle;
				}
			
			#casino-software div.software div.first-child form {
				margin: 10px 0 0 0;
			}
			
				#casino-software div.software div.first-child label {
					font-weight: bold;
					text-transform: uppercase;
				}
				
		#casino-software div.software div.last-child {
			float: right;
			width: 215px;
		}
		
			#casino-software div.software div.last-child ul {
				margin: 0 0 10px;
				list-style: none;
			}
			
				#casino-software div.software div.last-child ul.first-of-type li {
					display: inline;
				}

#contact-form {
	margin: 10px 0;
}

	#contact-form ul {
		margin: 0;
		list-style: none;
	}
	
		#contact-form li {
			clear: left;
			margin-bottom: 5px;
		}
		
			#contact-form li.last-child {
				padding-left: 120px;
			}
			
			#contact-form label {
				float: left;
				width: 120px;
				font-weight: normal;
			}
			
			#contact-form input.text,
			#contact-form textarea {
				width: 250px;
			}

.currency-selector-label {
    float:right;
    bottom:27px;
    position:absolute;
    right:8px;
    color: white;
    font-size:11px;
    font-weight:bolder;
    text-transform:uppercase;
}

.error-toplist-noitem {
    clear:both;
    color: #f62a82;
    font-size:12px;
    font-weight:bold;
    width:421px;
    min-height:75px;
    padding-left: 10px;
    padding-right: 100px;
    padding-top: 10px;
    background-image: url(gfx/currencyq.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

.currency-selector {
	position: relative;
	z-index: 99;
	float: right;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

	.currency-selector dt,
	.currency-selector dd,
	.currency-selector a {
		float: left;
		margin: 0;
		padding: 0;
	}
	
	.currency-selector dt {
		margin-right: 5px;
		font-weight: bold;
		line-height: 20px;
	}
	
	.currency-selector dd {
		margin-left: 2px;
	}
	
	.currency-selector a {
		display: block;
		height: 20px;
		overflow: hidden;
		background-color: transparent;
		background-repeat: no-repeat;
		background-image:url(gfx/currencies.png);
		background-position: 0 0;
		text-indent: -99999px;
	}
	
		.currency-selector a:hover {
			text-decoration: none;
		}
	
	.currency-selector .EUR  { width: 61px; background-position:0 0; }
		.currency-selector .selected .EUR { background-position:0 -26px; }
	
	.currency-selector .USD  { width: 43px; background-position:-65px 0;  }
		.currency-selector .selected .USD { background-position:-65px -26px;  }
	
	.currency-selector .GBP  { width: 68px; background-position:-247px 0; }
		.currency-selector .selected .GBP { background-position:-247px -26px; }
	
	.currency-selector .DKK  { width: 43px; background-position:-201px 0; }
		.currency-selector .selected .DKK { background-position:-201px -26px; }
	
	.currency-selector .NOK  { width: 43px; background-position:-155px 0; }
		.currency-selector .selected .NOK { background-position:-155px -26px; }
	
	.currency-selector .REALD  { width: 58px; background-position:-317px 0;  }
		.currency-selector .selected .REALD { background-position:-317px -26px;  }
	
	.currency-selector .SEK  { width: 43px; background-position:-109px 0px;  }
		.currency-selector .selected .SEK { background-position:-109px -26px;  }
	
	
	/* Currency selector in special locations */
	
	.toplist .head .currency-selector {
		position: absolute;
		right: 0;
		bottom: 0;
		margin-bottom: 5px;
	}
	
	.currency-selector.standalone {
		float: left;
		width: 100%;
		margin: -10px 0 10px;
		padding: 5px 0;
		background: #000 url(gfx/bg-greyblack-gradient-short-x.png) repeat-x 0 0;
	}
	
		.currency-selector.standalone dt,
		.currency-selector.standalone dd,
		.currency-selector.standalone a {
			float: left;
		}
		
		.currency-selector.standalone dt {
			margin-left: 10px;
		}
	
	div.toplist .currency-selector {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
		div.toplist .currency-selector dt {
			display: none;
		}
#extraContent {
	clear: both;
}
#faq {
}

	#faq .toc {
		float: right;
		width: 178px;
	}
	
		#faq .toc h3 {
			padding: 5px;
			background: url(gfx/bg-small-header.png) repeat-x 0 100%;
			border-top: 1px solid #eee8dc;
		}
		
		#faq .toc h4 {
			margin: 20px 0 0 15px;
			text-transform: none;
		}
		
		#faq .toc ul {
			margin-left: 15px;
		}
	
	#faq #mod-intro {
		margin-bottom: 10px;
	}
	
	#faq #mod-intro,
	#faq .category,
	#faq #faq-ask-a-question {
		float: left;
		width: 350px;
	}
	
		#faq .category .head,
		#faq #faq-ask-a-question h3 {
			padding: 8px 0;
			border-width: 1px 0;
			border-style: solid;
			border-color: #ccc;
		}
		
			#faq .category .head h3,
			#faq #faq-ask-a-question h3 {
				float: left;
				margin: 0;
				font-size: 18px;
				line-height: 1;
				text-transform: none;
			}
			
			#faq .category .head p {
				margin: 0;
				float: right;
				font-size: inherit;
			}
	
		#faq .category dt {
			font-weight: bold;
			font-size: 15px;
			line-height: 1.2;
		}
		
		#faq .category dd {
			margin-bottom: 20px;
		}
	
	#faq #faq-ask-a-question h3 {
		float: none;
		margin-bottom: 10px;
	}
	
	#faq #faq-ask-a-question form ul {
		margin-left: 0;
		list-style: none;
	}
	
		#faq #faq-ask-a-question form li {
			display: inline;
			float: left;
			width: 165px;
			margin-right: 20px;
		}
		
			#faq #faq-ask-a-question form li.nth-child-even {
				margin-right: 0;
			}
	
	#faq #faq-ask-a-question .newsletter {
		margin: 20px 0;
		padding-left: 20px;
	}
	
		#faq #faq-ask-a-question .newsletter input.checkbox {
			float: left;
			margin-left: -20px;
		}
	
		#faq #faq-ask-a-question .privacy {
			display: inline;
		}
	
	#faq #faq-ask-a-question .captcha {
		margin-bottom: 10px;
	}

#flash-game-listing {
	position: relative;
}

	#flash-game-listing h3 {
		margin:0;
		min-height: 18px;
		padding:18px 10px 10px;
		background:url(gfx/bg-heading-toplist.jpg) no-repeat left top;
		color:#fff;
		font-size:1.4em;
		text-transform:uppercase;
	}

	#flash-game-listing-text {
		clear: both;
		margin: 0 10px;
	}
	
	#flash-game-listing ul {
		overflow: hidden;
		+height: 1%;
		margin: 0 0 20px;
		list-style: none;
	}
	
		#flash-game-listing li {
			float: left;
			width: 205px;
			min-height: 165px;
			padding: 20px 10px 10px 65px;
			border-bottom: 1px solid #e9e6dd;
		}
		
			#flash-game-listing li.nth-child-odd {
				border-right: 1px solid #e9e6dd;
			}
			
			#flash-game-listing li h4 {
				font-size:1.4em;
				line-height: 1;
				text-transform:uppercase;
			}
			
			#flash-game-listing li img {
				float: left;
				width: 50px;
				margin-left: -60px;
			}

#flash-game-nav {
	float: right;
	margin: 0 0 20px 20px;
}

	#flash-game-nav h2 {
		padding: 5px 9px;
		background: #f2eee2;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e7e5dd;
		font-size: 1em;
		text-transform: uppercase;
	}
	
	#flash-game-nav ul {
		margin: 0 9px;
		list-style: none;
	}

#flash-game-game {
	clear: both;
	margin: 20px 0;
	text-align: center;
}

	#flash-game-game-replace {
		padding: 10px;
		background: #fcc;
		text-align: center;
		color: #100;
	}
	
		#flash-game-game-replace h3 {
			margin: 0 0 10px;
			font-size: 16px;
		}
		
		#flash-game-game-replace p {
			margin: 0;
			font-size: 14px;
		}
	
	#flash-game-game object {
		padding: 1px;
		border: 1px solid #e2ddc9;
	}

#flash-game-intro,
#flash-game-text {
	margin: 0 10px;
}
/**
 * Footer
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

#footer {
	clear: both;
	_height: 1%;
	overflow: hidden;
	padding: 10px 50px;
	color: #726b52;
	border-width: 1px;
	border-style: solid;
	border-color: #e7e5dd;
}

	#footer ul {
		float: right;
		margin: 0;
		_margin-top: -2.4em; /* Because the 'p + p' rule doesn't work */
		list-style: none;
	}
	
		#footer li { 
			float: left;
			margin: 0.3em 0;
			padding: 0 5px;
			border-left: 1px solid #666;
			line-height: 1;
		}
		
			#footer li.first-child {
				border-left: 0;
			}
	
	#footer p + p {
		float: left;
		margin: 0;
		color: #000;
	}

#games-intro-images div {
	float: right;
	margin: 0 0 5px 20px;
	background: url("gfx/games-intro-images-sprite.png") no-repeat 0 0;
}

	#games-intro-images .blackjack      { width: 137px; height: 121px; background-position: 0 0; }
	#games-intro-images .slots          { width: 154px; height: 98px;  background-position: -137px 0; }
	#games-intro-images .craps          { width: 142px; height: 104px; background-position: -291px 0; }
	#games-intro-images .roulette       { width: 152px; height: 108px; background-position: -433px 0; }
	#games-intro-images .keno           { width: 92px;  height: 91px;  background-position: -585px 0; }
	#games-intro-images .video-poker    { width: 127px; height: 111px; background-position: -677px 0; }
	#games-intro-images .bingo          { width: 115px; height: 100px; background-position: -804px 0; }
	#games-intro-images .nodeposit      { width: 148px; height: 93px;  background-position: -919px 0; }
	#games-intro-images .latest-winners { width: 122px; height: 82px;  background-position: -1067px 0; }
span.gfx-rating {
	display:block;
	width:110px;
	height:12px;
	font-size:10px;
	background:url(gfx/rating-symbols.png) no-repeat 0 0;
}

	span.r0  { background-position: -110px 0; }
	span.r1  { background-position: -99px 0; }
	span.r2  { background-position: -88px 0; }
	span.r3  { background-position: -77px 0; }
	span.r4  { background-position: -66px 0; }
	span.r5  { background-position: -55px 0; }
	span.r6  { background-position: -44px 0; }
	span.r7  { background-position: -33px 0; }
	span.r8  { background-position: -22px 0; }
	span.r9  { background-position: -11px 0; }
	span.r10 { background-position: 0 0; }
		
		span.gfx-rating span {display:none;}
#glossary {
	float: left;
	width: 350px;
}

	#glossary #mod-intro {
		margin-bottom: 18px;
	}
	
	#glossary .category h3 {
		padding: 8px 0;
		border-width: 1px 0;
		border-style: solid;
		border-color: #ccc;
		font-size: 18px;
		line-height: 1;
		text-transform: none;
	}
	
	#glossary .category dt {
		font-weight: bold;
		font-size: 15px;
		line-height: 1.2;
	}
	
	#glossary .category dd {
		margin-bottom: 18px;
	}

/**
 * Header
 * 
 * Site header.
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */


#header {
	position: relative;
	clear: both;
	height: 105px;
	background: #111 url(gfx/header.jpg) no-repeat 0 0;
}

	#header strong {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 255px;
		height: 100%;
	}
	
		#header strong a {
			display: block;
			height: 100%;
		}
	
			#header strong a span {
				position: absolute;
				top: 0;
				left: -10000px;
			}
	
	#header span {
		position: absolute;
		top: 50px;
		left: 280px;
		color: #fff;
		font-size: 1.0em;
		font-weight: normal;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	
	#header .find-us-on-facebook {
		position: absolute;
		top: 105px;
		left: 8px;
	}
	
		#header .find-us-on-facebook a {
			color: #bbb;
		}
		
			#header .find-us-on-facebook a:hover {
				color: #fff;
			}
		
		#header .find-us-on-facebook .icon-16 {
			float: left;
			margin-right: 5px;
		}
#intro-text {
	padding: 10px;
}
/**
 * Langs
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

.langs {
	padding:0 0 3px;
}

	#locals.langs {
		display: block;
		margin: 0 0 10px;
		color: #9a9a9a;
		background: #111 url(gfx/bg-locals.jpg) no-repeat 0 0;
		text-align: right;
	}
	
	.langs .languagesLabel {
		float: left;
		clear: both;
	}
	
	.langs ul,
	.langs strong {
		display: inline;
		margin: 0;
		padding: 0 7px 0 0;
		list-style: none;
	}
	
	.langs ul {
		padding: 0;
	}
	
		.langs li {
			display: inline;
			padding: 0 7px 0 0;
		}
	
		.langs ul.non-interactive {
			display: block;
			margin: 1px 0 0 74px;
			padding: 0;
		}
			.langs .non-interactive li {
				float: left;
				margin: 0 0 2px 0;
				padding: 1px 7px 1px 16px;
				height: 9px;
				background-image: url(gfx/stack-locals.png);
				background-repeat: no-repeat;
				vertical-align: middle;
				line-height: 11px;
			}
	
	.langs li a,
	td.langs span {
		height:11px;
		padding-left: 16px;
		background-image: url(gfx/stack-locals.png);
		background-repeat: no-repeat;
	}
	
	.langs .ar-ae { background-position:0 -700px }
	.langs .bg    { background-position:0 -20px }
	.langs .cs    { background-position:0 -40px }
	.langs .da, .langs .dk, .langs .da-dk    { background-position:0 -60px }
	.langs .de    { background-position:0 -80px }
	.langs .de-at { background-position:0 -100px }
	.langs .de-ch, .langs .ch { background-position:0 -120px }
	.langs .el,
	.langs .gr    { background-position:0 -140px }
	.langs .en-au, .langs .au { background-position:0 -160px }
	.langs .en-ca, .langs .ca { background-position:0 -180px }
	.langs .en-gb, .langs .gb { background-position:0 -200px }
	.langs .en-ie,
	.langs .ie    { background-position:0 -220px }
	.langs .en-nz,
	.langs .nz    { background-position:0 -240px }
	.langs .en-us,
	.langs .us    { background-position:0 -260px }
	.langs .en-za { background-position:0 -280px }
	.langs .es    { background-position:0 -300px }
	.langs .et    { background-position:0 -320px }
	.langs .fi    { background-position:0 -340px }
	.langs .fr    { background-position:0 -360px }
	.langs .hu    { background-position:0 -380px }
	.langs .it    { background-position:0 -400px }
	.langs .jp,
	.langs .ja, .langs .ja-jp    { background-position:0 -420px }
	.langs .lt    { background-position:0 -440px }
	.langs .lv    { background-position:0 -460px }
	.langs .nl    { background-position:0 -480px }
	.langs .no, .langs .nb-no    { background-position:0 -500px }
	.langs .pl    { background-position:0 -520px }
	.langs .pt    { background-position:0 -540px }
	.langs .pt-br,
	.langs .br    { background-position:0 -560px }
	.langs .ro    { background-position:0 -580px }
	.langs .ru    { background-position:0 -600px }
	.langs .sa    { background-position:0 -720px }
	.langs .sv, .langs .sv-se    { background-position:0 -620px }
	.langs .tr    { background-position:0 -640px }
	.langs .zh, .langs .zh-cn    { background-position:0 -660px }
	.langs .zh-sg { background-position:0 -680px }
	.langs .mt    { background-position:0 -740px }
	.langs .bh    { background-position:0 -760px }
	
		.langs li span {
			display:none;
		}
.latest-jackpot-winners-toplist table {
	margin: 0;
}

	.latest-jackpot-winners-toplist th.date,
	.latest-jackpot-winners-toplist th.amount {
		text-align: center;
	}
	
	.latest-jackpot-winners-toplist td.date {
		width: 10%;
		color: #000;
		font-weight: bold;
		text-align: center;
	}
	
	.latest-jackpot-winners-toplist td.country {
		width: 22%;
	}
	
	.latest-jackpot-winners-toplist td.amount {
		width: 10%;
		color: #255500;
		font-weight: bold;
		text-align: center;
	}
	
	.latest-jackpot-winners-toplist td.game {
		width: 38%;
		font-weight: bold;
	}
	
	.latest-jackpot-winners-toplist td.room {
		width: 20%;
	}
	
		.latest-jackpot-winners-toplist td.langs span {
			display: block;
			padding-left: 20px;
			line-height: 1.1;
		}
		
		.latest-jackpot-winners-toplist td a {
			color: #000;
			text-decoration: underline;
		}
		
			.latest-jackpot-winners-toplist td a:hover {
				text-decoration: none;
			}

/**
 * Main
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

#main {
	float: left;
	width: 561px;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 1px solid #e7e5dd;
}

#pt-videolisting #main, #pt-videopage #main {
	width: 749px;
	float: left;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 1px solid #e7e5dd;
}
.mini-bj-trainer .intro {
	margin: 0;
	font-size:1.1em;
	font-weight: bold;
}

	.mini-bj-trainer strong {
		color: #c2004f;
	}
	
	.mini-bj-trainer .use-on {
		background: url(gfx/use-on.png) no-repeat;
		height:80px;
		padding: 7px 0 0 10px;
	}
	
		.mini-bj-trainer .use-on span {
			display:block;
			font-size:11px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		.mini-bj-trainer .use-on a {
			/*background-color:blue;*/
			display:block;
			float:left;
			width:46px;
			height:46px;
			overflow: hidden;
			margin:9px 8px 0 0;
			text-indent: -9999px;
		}
		
		.mini-bj-trainer .use-on a.last {
			margin:0;
		}

.mini-bj-trainer .tip-form {
	border-right:1px solid #E7E5DD;
}

	.mini-bj-trainer .tip-form ul {
		list-style: none;
		overflow:hidden;
		margin:0;
	}
	
	.mini-bj-trainer .tip-form li {
		margin-bottom: 10px;
	}
	
	.mini-bj-trainer .tip-form label,
	.mini-bj-trainer .tip-form input.text {
		display:block;
		width: 98%;
	}
	
	.mini-bj-trainer .tip-form label {
		text-transform: uppercase;
	}

	.mini-bj-trainer .tip-form .newsletter {
		padding: 3px 0;
	}
	
		.mini-bj-trainer .tip-form .newsletter input.checkbox {
			margin:-3px 5px 0 0;
		}
	
		.mini-bj-trainer .tip-form .newsletter label {
			display: inline;
			font-weight:normal;
			text-transform:none;
		}

	.mini-bj-trainer .tip-form li.last {
		text-align:right;
	}

		.mini-bj-trainer .tip-form li.last button.submit {
			float: right;
			padding:0 0 0 9px;
			+padding:0 0 0 2px;
			background:url(gfx/btn-green-left.png) no-repeat 0 0;
			cursor: pointer;
			color:#fff;
			border: 0;
			font-size:0.95em;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			text-decoration:none;
		}
	
		.mini-bj-trainer .tip-form li.last button.submit span {
			padding:6px 12px 6px 0;
			line-height:24px;
			background:url(gfx/btn-green-right.png) no-repeat 100% 0;
			white-space: nowrap;
			cursor:pointer;
		}
		
.mini-bj-trainer .share {
	background:url(gfx/share.png) no-repeat;
	height:97px;
	padding:10px 0 0 12px;
}

	.mini-bj-trainer .share span {
		display:block;
		font-size:11px;
		font-weight:bold;
		margin-bottom:7px;
		text-transform:uppercase;
	}

	.mini-bj-trainer .share a {
		background-image:url(gfx/icons/icons-share.png);
		background-repeat: no-repeat;
		display:block;
		height:16px;
		margin-bottom: 5px;
		padding-left:30px;
		width:20px;
	}
	.mini-bj-trainer .share .share-fb {
		background-position:0 0;
	}
	.mini-bj-trainer .share .share-tw {
		background-position:0 -16px;
	}
	.mini-bj-trainer .share .share-mail {
		background-position:0 -32px;
	}
/************************************************* ConversionTest 1. CasinoTop10 US, Articles pages - pulse 1 - WINNER **************************************************/
#mini-toplist-article {
clear:none;
float:right;
width:178px;
margin-top: 24px;
}

#mini-toplist-article table thead th.top {
 height: 29px;
 _height: 27px;
 background: #181816 url(gfx/conv/mini-toplist-article-head.png) no-repeat;
 color: #ffffff;
 padding-left: 15px;
 vertical-align: middle;
 font-weight: bold;
 text-transform: uppercase;
 text-align: left;
}

#mini-toplist-article table thead th {
 background: #282828;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
}

#mini-toplist-article table tbody td {
 background: #fff9fb;
 color: #000000;
 font-weight: bold;
 text-align: center;

 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-bottom-color: #e7e5dd;
}

#mini-toplist-article table tfoot td {
 height: 33px;
 background: #ffffff url(gfx/conv/mini-toplist-article-seeall.png) repeat-x;
 color: #000000;
 font-weight: bold;
 text-align: center;
}#mod-article {
	clear:none;
	float:left;
	width:350px;
}

	#mod-article p img {
		float:right;
		margin:4px 0 10px 10px;
	}
	
	#mod-article p.date {
		margin-bottom:0;
		font-size:1.1em;
	}

    #mod-article h1 {
        font-size: 2.2em;
        text-transform: none;
    }
#mod-banner {
	clear:none;
	float:right;
	width:178px;
	padding-right:0;
}
#mod-basic-listing ul {
	margin:0 0 30px;
	padding: 0 10px 1px;
	list-style: none;
	background:url(gfx/fade-vert-white-lightbeige.jpg) repeat-x left bottom;
}
	
	#mod-basic-listing li {
		clear: both;
		margin-bottom: 10px;
	}
	
		#mod-basic-listing h3 {
			font-weight: normal;
			text-transform: none;
		}
		
			#mod-basic-listing h3 a {
				text-decoration: underline;
			}
	
		#mod-basic-listing ul h4 {
			margin-bottom: 0;
			text-transform: none;
		}
		
			#mod-basic-listing ul h4 a { text-decoration: underline; }
			
				#mod-basic-listing ul h4 a:hover { text-decoration: none; }
		
		#mod-basic-listing ul .date {
			margin-bottom: 0;
			font-size: 10px;
			line-height: 1.8;
		}
	
	#mod-basic-listing img {
		float: left;
		margin: 4px 10px 10px 0;
	}

#mod-basics {background:url(gfx/bg-mod-basics.png) no-repeat left bottom;}

	#type-b #mod-basics {
		margin:0 -10px;
		font-size:11px;
	}
	
	#type-b #mod-basics table * {
		padding-top:2px!important;
		padding-bottom:2px!important;
	}
	
	#mod-basics div.inner {background:url(gfx/bg-mod-basics-right.jpg) no-repeat 100% 20px;}
	
	#mod-basics table {
		width: auto;
		margin-left: 9px;
	}
	
		#mod-basics table.bonus-info {
			width: 95%;
		}
		
		#mod-basics table th {
			font-weight:bold;
			line-height:1.6;
			vertical-align: bottom;
		}
	
		#mod-basics table td {
			padding-right:9px;
			vertical-align: bottom;
		}
		
		#mod-basics table tr.bonus-code th,
		#mod-basics table tr.bonus-code td {
			padding-right:9px;
			vertical-align: top;
		}
	
	#mod-basics div.f-c {
		width:370px;
		float:left;
	}
	
		#mod-basics div.f-c h3 {
			padding:5px 9px;
			background:url(gfx/bg-small-header.png) repeat-x left bottom;
			border-top:1px solid #e7e5dd;
			font-size:1.5em;
			font-style:italic;
		}
		
		#mod-basics div.f-c tr.payment-methods th,
		#mod-basics div.f-c tr.withdrawal-methods th {
			vertical-align: top;
		}
		
	#mod-basics div.l-c {
		position:relative;
		width:180px;
		float:right;
	}
	
		#mod-basics div.l-c p.approved,
		#mod-basics div.l-c p.not-approved {
			position:absolute;
			right:5px;
			top:auto;
			width:61px;
			height:61px;
			background:url(gfx/approved-btns/us.png) no-repeat;
		}
		
		#mod-basics div.l-c p.not-approved {
			background-image:url(gfx/approved-btns/us-non.png);
		}
		
			#mod-basics div.l-c p.approved span,
			#mod-basics div.l-c p.not-approved span {display:none;}
		
			#mod-basics div.l-c p.free-bonus-info {
				margin: 0 9px;
				font-weight: normal;
			}
		
		#mod-basics div.l-c h4 {
			margin:0;
			padding:4px 9px;
			color:#fff;
			background:url(gfx/bg-header-blue.jpg) no-repeat 0 0;
		}
		
			#mod-basics div.l-c h4 span {display:block;}
		
		#mod-basics div.l-c div.inner-basic {
			padding:10px 0 0;
			+padding:10px 10px 0;
		}
		
		#mod-basics div.l-c div.inner {
			padding-top:65px;
			background:url(gfx/faded-flags/us.jpg) no-repeat 0 0;
		}
		
			#mod-basics div.l-c table td {font-weight:bold;}
			
			#mod-basics div.l-c table a { text-decoration: underline }
	
	#mod-basics .payment-methods-hide,
	#mod-basics .withdrawal-methods-hide {
		overflow: hidden;
		height: 18px;
		_height: 12px; /* fixes ie6 payment options garbage */
	}
	
	#mod-basics .payment-methods-show,
	#mod-basics .withdrawal-methods-show {
		overflow: show;
		height: auto;
	}
#mod-best-bonus table {
	color: #06c;
	font-size:1.05em;
}

	#mod-best-bonus table td,
	#mod-best-bonus table th {
        font-size: 11px;
		padding:0.4em 0;
	}
		#mod-best-bonus table td.f-c {
			padding-left:6px;
			color:#000;
            padding-right:4px;
            text-align:right;
		}

		#mod-best-bonus table td.l-c {
			padding-right:9px;
			font-weight:bold;
			text-align:right;
		}

#mod-blog {
	margin-bottom: 20px;
}

	#mod-blog a {
		display: block;
		width: 144px;
		overflow: hidden;
		margin: 0 auto;
	}#mod-box-list ul {
	position:relative;
	width:574px;
	list-style:none;
	margin:0 0 0 -10px;
}

	#mod-box-list ul li {
		width:277px;
		float:left;
		margin:0 0 30px 10px;
		background:url(gfx/fade-vert-white-lightbeige.jpg) repeat-x left bottom;
	}
	
		#mod-box-list ul li.blackjack,
		#mod-box-list ul li.roulette,
		#mod-box-list ul li.pai-gow,
		#mod-box-list ul li.baccarat,
		#mod-box-list li.caribbean-stud  {
			clear:left;
		}
		
		#mod-box-list ul ul {
			width:127px;
			+position: relative;
			+top: 0.3em;
			min-height:95px;
			margin:0 0 20px 0;
			padding:5px 120px 0 20px;
			+padding-left: 25px;
			color: #06c;
			background-repeat:no-repeat;
			background-image:url(gfx/stack-medium-symbols.png);
			list-style: disc;
		}
		
			#pt-articlelisting #mod-box-list ul ul {
				background: none;
			}
			
			#mod-box-list li.blackjack ul,
			#mod-box-list li.pai-gow ul,
			#mod-box-list li.baccarat ul,
			#mod-box-list li.caribbean-stud ul {background-position:166px 0;}
			
			#mod-box-list li.slots ul {background-position:-135px 0;}
			#mod-box-list li.roulette ul {background-position:-425px 0;}
			#mod-box-list li.video-poker ul {background-position:-733px 0;}
			#mod-box-list li.craps ul {background-position:-1015px 0;}
			#mod-box-list li.keno ul {background-position:-1324px 0;}
			#mod-box-list li.bingo ul {background-position:-1614px 0;}
			
		
		#mod-box-list ul ul li {
			width:100%;
			float:none;
			+position: relative;
			+top: -0.3em;
			margin: 0 0 6px;
			background: none;
			line-height: 1.3;
			+vertical-align: top;
		}

#main #mod-excl-offer {
	float: right;
	clear: none;
	width: 160px;
	padding: 10px 10px 0;
	background: url(gfx/bg-excl-offer.jpg) no-repeat;
}

	#mod-excl-offer .headings {
		background: #fffdfd;
		border: 1px solid #d990ae;
		text-align: center;
		min-height: 152px;
	}
	
		#mod-excl-offer .headings h3 {
			margin: 5px 0;
			padding: 0 0 3px;
			color: #ffc;
			background: url(gfx/bg-header-excl-offer-bottom.jpg) no-repeat 0 100%;
			font-weight: normal;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			line-height: 1.0;
			letter-spacing: 0.1em;
		}
		
			#mod-excl-offer .headings h3 span {
				display: block;
				padding: 5px 20px 0;
				background: url(gfx/bg-header-excl-offer-top.jpg) no-repeat 0 0;
			}
		
		#mod-excl-offer .headings h4 a {
			display: block;
			padding: 0 5px 5px;
			text-transform: none;
		}
		
			#mod-excl-offer .headings h4 a span {
				display: block;
			}
		
		#mod-excl-offer ul {
			margin-top: 10px;
		}
		
			#mod-excl-offer li.sel a {
				color: #000;
			}
#mod-heading a {
	display:block;
	font-size:1.3em;
	text-align:center;
}

#type-b #mod-heading {
	position:relative;
}

#type-b #mod-heading a {
	width:363px;
}

	#type-b #mod-heading a img {
		margin-bottom:10px;
	}

#mod-heading a * {margin:0 35px;}
#mod-heading a:hover {text-decoration:none;}
#mod-heading a span {text-decoration:underline;}


#type-b #mod-heading div.approved {
	position:absolute;
	top:10px;
	right:0;
	padding:52px 50px 0 10px;
	width:117px;
	height:48px;
	background:url(gfx/conv/bg-us-approved.png) no-repeat;
	font-size:11px;
}
	#type-b #mod-heading div.approved a {
		width:auto;
		display:inline;
		color:#85794b;
		text-decoration:underline;
		font-size:11px;
	}
	
	#type-b #mod-heading div.approved a:hover {
		text-decoration:none;
	}
#mod-intro.f-m {
	overflow: hidden;
	+height: 1%;
	padding-top:0;
	margin-bottom:10px;
}

	#mod-intro.f-m h2 {
		margin-bottom:0.2em;
	}

#main #mod-latest-news {
	float: left;
	clear: none;
	width: 350px;
	font-size: 1.0em;
}

	#mod-latest-news h1 {
		font-size: 1.5em;
	}
	
	#mod-latest-news h2 {
		clear:both;
		padding:10px 0 0;
		font-size: 1.0em;
		text-transform: uppercase;
	}
	
	#mod-latest-news img {
		float: left;
		margin: 4px 10px 10px 0;
	}
	
	#mod-latest-news ul {
		margin-bottom:10px;
	}
#type-b #mod-prog-jackpot {
	margin:0 0 20px;
	margin-top:40px!important;
	background:url(gfx/fade-vert-lightpink-white.png) repeat-x;
	border-bottom:1px solid #e9dddb;
}

	#type-b #mod-prog-jackpot div.inner {
		position:relative;
		height:116px;
		padding:15px;
		background:url(gfx/conv/prog-jackpot-box.png) no-repeat;
	}
	
	#type-b #mod-prog-jackpot div.inner img {
		position:absolute;
		left:20px;
		top:20px;
	}
	
	#type-b #mod-prog-jackpot div.inner object,
	#type-b #mod-prog-jackpot div.inner embed {
		position:absolute;
		margin-top:20px;
		margin-right:46px;
		top:0;
		right:0;
	}
	
	#type-b #mod-prog-jackpot div.inner object, x:-moz-any-link,
	#type-b #mod-prog-jackpot div.inner embed, x:-moz-any-link {
		margin-top:0;
		margin-right:0;
		top:10px;
		right:23px;
		+top:20px;
		+right:46px;
	}
	
	
	#type-b #mod-prog-jackpot div.inner input {
		position:absolute;
		top:20px;
		right:36px;
		background:#000;
	}

	#type-b #mod-prog-jackpot h3 {
		margin-bottom:0;
	}
	
	#type-b #mod-prog-jackpot div.jackpot {
		position:absolute;
		right:10px;
		bottom:10px;
		width:190px;
		text-align:center;
	}
		
		#type-b #mod-prog-jackpot div.jackpot p {
			margin-bottom:4px;
			text-transform:uppercase;
			font-weight:bold;
			line-height:1.4;
		}
		
		#type-b #mod-prog-jackpot div.jackpot a {
			margin-left:56px;
			_margin-left:23px;
		}
#mod-quick-entries {
	background: url(gfx/bg-mod-quick-entries.jpg) no-repeat 0 100%;
}

	#mod-quick-entries .sub-mod {
		float: left;
		width: 159px;
		margin: 0 10px 0 0;
		padding: 0 10px 8px;
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
	
		#mod-quick-entries div.l-c {
			float: right;
			margin-right: 0;
		}
		
		#mod-quick-entries div.blackjack ul {
			padding: 70px 0 0;
			background-image: url(gfx/symbol-big-blackjack.jpg);
		}
		
		#mod-quick-entries div.slots ul {
			padding: 70px 0 0;
			background-image: url(gfx/symbol-big-slots.jpg);
		}
		
		#mod-quick-entries h4 {
			margin-right: -10px;
			margin-left: -10px;
		}
		
		#mod-quick-entries ul.arrows {
			margin: 0 0 10px;
			background-repeat: no-repeat;
			background-position: 50% 0;
		}
		
			#mod-quick-entries ul.arrows li {
				padding: 0 0 0.4em;
			}
#sub #mod-quick-guide {background:none;}

#mod-quick-guide h3 {margin-bottom:0;}

#mod-quick-guide h4 {
	margin:0;
	background:url(gfx/bg-small-header.png) repeat-x left bottom;
}

#mod-quick-guide h4 span {
	display:block;
	padding:14px 0 0 9px;
	background-image:url(gfx/stack-small-symbols-cropped.png);
	background-repeat:no-repeat;
	border-top: 1px solid #fff;
}

#mod-quick-guide li.blackjack h4 span   { background-position: 98%  2px; }
#mod-quick-guide li.slots h4 span       { background-position: 98% -69px; }
#mod-quick-guide li.video-poker h4 span { background-position: 98% -154px; }
#mod-quick-guide li.craps h4 span       { background-position: 98% -234px; }
#mod-quick-guide li.roulette h4 span    { background-position: 98% -313px; }
#mod-quick-guide li.bingo h4 span       { background-position: 98% -400px; }

#sub #mod-quick-guide ul ul {
	margin:0;
	padding:0 9px;
}
	#mod-quick-guide ul li {
		padding:0;
		border-bottom:1px solid #e7e5dd;
		background:#f7f6f0;
	}

	#sub #mod-quick-guide ul ul li {
		display:inline;
		padding:0 3px 0 0;
		border-bottom:0;
		border-right:1px solid #e7e5dd;
		background:none;
	}

	#mod-quick-guide ul ul li.l-c {
		border-right:0;
		padding-right:0;
	}
#mod-rating-feat {
	position:relative;
	width:177px;
	float:left;
	clear:none;
}

#type-b #mod-rating-feat {
	position:static;
	float:right;
}

	#type-b a.button {
		display:block;
		width:169px;
		margin:0 0 5px 5px;
		padding:23px 0 0;
		color:#fff;
		text-align:center;
		line-height:20px;
		font-size:11px!important;
		font-weight:bold;
		text-transform:uppercase;
		background:url(gfx/conv/button-pink-top.png) no-repeat 0 0;
		
	}
		
		#type-b a.button span {
			display:block;
			padding:0 10px;
			background:url(gfx/conv/button-pink-bottom.png) no-repeat left bottom;
		}
		
			#type-b a.button span span {
				position:relative;
				padding:0;
				top:-12px;
				background:none;
				+zoom:1;
			}
	
	#type-b a.alt {
		float:left;
		width:auto;
		padding-top:4px;
		padding-left:10px;
		background:url(gfx/conv/btn-green-left.png) no-repeat 0;
		+padding-top:5px;
	}
	
		#type-b a.alt span {
			background:url(gfx/conv/btn-green-right.png) no-repeat right top;
			padding:2px 10px 6px 0;
			
		}
	
	#type-b p.visit-btn {
		padding-left:200px;
	}
	
	#mod-rating-feat div.rating {
		position:relative;
	}
	
		#type-b #mod-rating-feat div.rating h4,
		#mod-rating-feat h4
		{margin:0;zoom:1;}

		#mod-rating-feat div.f-c ul li,
		#type-b #mod-rating-feat div.rating ul li {
			position:relative;
			padding-right:30px;
			padding-bottom:3px;
		}

			#mod-rating-feat ul li strong,
			#type-b #mod-rating-feat div.rating ul li strong {
				position:absolute;
				right:9px;
				top:2px;
				text-align:right;
			}
	
	#type-b #mod-rating-feat div.currency {
		position:relative;
		margin-top:-20px;
		background:#fff url(gfx/bg-small-header.pngW) repeat-x 0 0;
		
		border-top:0;
	}
	
		#type-b #mod-rating-feat div.currency p {
			line-height:19px;
			color:#333;
			padding:8px 13px 0;
			+padding-top:10px;
		}
		
		#type-b #mod-rating-feat div.currency select {
			position:absolute;
			right:13px;
			top:7px;
			width:90px;
			padding:1px;
		}
		
	#mod-rating-feat div {
		margin:0 0 20px;
		background:url(gfx/fade-vert-lightpink-white.png) repeat-x;
		border-bottom:1px solid #e9dddb;
	}
	
	#mod-rating-feat ul,
	#mod-rating-feat table {
		width:auto;
		margin:10px 9px 0;
		list-style:none;
	}
	
	#type-b #mod-rating-feat table {
		margin-top:0;
	}
	
	#type-b #mod-rating-feat table * {
		font-weight:bold;
		padding:3px 0;
		vertical-align:top;
	}
	
	
	#mod-rating-feat p.rating,
	#mod-rating-feat h5 {
		margin:0;
		padding:5px 9px;
		background:url(gfx/bg-small-header.png) repeat-x left bottom;
		border-top:1px solid #d5d1c2;
		border-bottom:1px solid #d5d1c2;
		font-size:1.0em;
	}
	
		#mod-rating-feat p.rating span.num-rating {
			position:absolute;
			right:9px;
			top:1px;
			color:#fff;
			font-size:1.5em;
			font-weight:bold;
		}
		
	#mod-rating-feat div.l-c li {
		background:url(gfx/symbol-checked.png) no-repeat 0 0;
		padding:2px 0 8px 30px;
	}
	
		#mod-rating-feat div.related-articles li {
			margin: 0 0 5px 15px;
			padding: 0;
			list-style: disc outside none;
			background: none;
		}
	
	#mod-rating-feat div.l-c ul.non-features li {background-image:url(gfx/symbol-crossed.png);}
			
	#mod-rating-feat div.f-c h4 {margin:0;zoom:1;}
	
	#mod-rating-feat div.f-c ul li {
		position:relative;
		padding-right:30px;
		padding-bottom:3px;
	}
	
		#mod-rating-feat div.f-c ul li strong {
			position:absolute;
			right:9px;
			top:2px;
			text-align:right;
		}

#mod-related {
	clear:none;
	float:right;
	width:178px;
}

	#mod-related h2 {
		padding: 5px;
		background: url(gfx/bg-small-header.png) repeat-x 0 100%;
		border-top: 1px solid #eee8dc;
		font-size: 1em;
		text-transform: uppercase;
	}
	
	#mod-related ul {
		margin-left: 15px;
	}
	
		#mod-related li {
			padding-bottom:1.0em;
		}
#mod-review-list ul {padding:0 9px;}

	#mod-review-list ul li {
		position:relative;
		padding:0 57px 0 0;
		background-repeat:no-repeat;
		background-position:center right;
	}
	
		#mod-review-list span {
			display:block;
			position:absolute;
			overflow:hidden;
			background-position:0 0;
			background-repeat:no-repeat;
			line-height:200px;
		}
		
		#mod-review-list span.local {
			top:3px;
			right:0;
			width:16px;
			height:11px;
		}
		
		#mod-review-list span.toppick {
			top:0;
			right:18px;
			width:37px;
			height:18px;
			background-image:url(gfx/symbol-tp.png);
		}

		#mod-review-list li.tp-us {background-image:url(gfx/symbol-tp-us.png);}
		#mod-review-list li.tp {background-image:url(gfx/symbol-tp.png);}
		#mod-review-list li.us {background-image:url(gfx/symbol-us.png);}
#mod-review {
	width:363px;
	float:right;
	clear:none;
}

#type-b #mod-review {
	float:left;
}

	#type-b #mod-review h2,
	#mod-review h3 {
		font-size:1.4em;
		text-transform:capitalize;
	}
	
	
							
	#mod-review ul.links {
		display:block;
		margin:40px 0 0;
		list-style:none;
		text-align:center;
	}
	
	#mod-review ul.links a {
		padding-left:25px;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:bold;
		color:#2e8901;
		text-decoration:underline;
		background:url(gfx/arrow-left-green.png) no-repeat left center;
	}
	
	#mod-review ul.bonus-info-hidden{
		display:none;		
	}
	
	#type-b #mod-review table {
		
	}
		#type-b #mod-review table th {
			font-weight:bold;
			padding:5px 10px 5px 0;
			vertical-align:top;
		}
		
		#type-b #mod-review table td {
			vertical-align:top;
		}
		
#disabled-room {
	padding: 5px;
	border: 1px solid red;
}#mod-screenshots {
	position:relative;
	background:url(gfx/bg-mod-screenshots.jpg) repeat-x left bottom;
	padding:0 0 15px;
	width:auto;
}

	#type-b #mod-screenshots h3 {
		padding:8px 12px;
		color:#fff;
		background:#000 url(gfx/bg-greyblack-gradient-short-x.png) repeat-x 0;
	}

	#mod-screenshots div.f-c {
		padding:2px 10px 0;
		border-top:1px solid #e7e5dd;
		background: #f7f6f2 url(gfx/bg-small-header.png) repeat-x 0 100%;
	}

		#mod-screenshots div.langs {
			float: left;
			margin-top: 3px;
			text-transform: uppercase;
		}
		
			#mod-screenshots div.langs ul {
				float: left;
				margin-left: 0;
			}
	
		#mod-screenshots .rating {
			float:right;
			margin:0;
			text-align:right;
			text-transform:uppercase;
		}
	
			#mod-screenshots .rating strong,
			#mod-screenshots .rating span {
				float: left;
			}
			
			#mod-screenshots .rating .gfx-rating {
				margin:2px 5px 0;
			}
		
			#mod-screenshots .rating .num-rating {
				font-size:1.1em;
				font-weight:bold;
			}
	
	#mod-screenshots div.viewport {
		position:relative;
		width:500px;
		height:192px;
		text-align:center;
		margin:0 25px 15px;
		overflow:hidden;
	}
	
		#mod-screenshots div.imgs {				
			position:relative;
			width:5000px;
			left:0;
		}

		#mod-screenshots div.imgs p {
			float:left;
			width:245px;
			margin:5px 5px 0;
			color:#fff;
			font-size:1.1em;
		}
	
			#mod-screenshots div.imgs p a {color:#fff;}
			#mod-screenshots div.imgs p img {border:1px solid #000;}
			
	
		#mod-screenshots ul.nav {		
			margin:0;
			list-style:none;
		}
	
			#mod-screenshots ul.nav li {
				position:absolute;
				display:block;
				width:13px;
				height:15px;
				top:45%;
				margin:0;
				padding:0;
				background-position:0 0;
				background-repeat:no-repeat;
			}
				#mod-screenshots ul.nav li span {display:none;}
			
				#mod-screenshots ul.nav li a {
					display:block;
					height:100%;
				}
			
			#mod-screenshots ul.nav li.prev {
				text-align:left;
				left:5px;
				background-image:url(gfx/arrow-left-white.png);
			}
		
			#mod-screenshots ul.nav li.next {
				right:5px;
				text-align:right;
				background-image:url(gfx/arrow-right-white.png);
			}
		
		#mod-screenshots ul.links {
			display:block;
			list-style:none;
			margin:0;
			padding:0 30px;
		}
	
		#mod-screenshots ul.links li {
			width:50%;
			float:left;
			text-align:center;
			text-transform:uppercase;
			font-weight:bold;
			font-size:1.1em;
		}
		
			#mod-screenshots ul.links a {
				display:block;
				color:#fff;
				margin:0 10px;
				padding:0 0 0 28px;
				background:url(gfx/btn-arrow-left-green-left.png) no-repeat left top;
			}
			
				#mod-screenshots ul.links a span {
					display:block;
					height:27px;
					padding-right:15px;
					line-height:27px;
					background:url(gfx/btn-arrow-left-green-right.png) no-repeat right top;
					cursor:pointer;
				}
				
				#mod-screenshots ul.bonus-info-hidden{
					display:none;
				}
#mod-social-media {
	margin-bottom: 20px;
}

	#mod-social-media li {
		margin-top: 10px;
	}
	
		#mod-social-media a {
			display: block;
			width: 144px;
			overflow: hidden;
			margin: 0 auto;
			background: url(gfx/social-badges.png) no-repeat 500px 0;
			text-indent: -9999px;
		}
		
			#mod-social-media a.facebook {
				height: 44px;
				background-position: 0 0;
			}
			
			#mod-social-media a.twitter {
				height: 34px;
				background-position: 0 -44px;
			}

#mod-spotlight {
	overflow:hidden;
}

	#mod-spotlight div.heading {
		padding: 10px 10px 5px;
		color: #fff;
		border-bottom: 4px solid #000;
		background: url(gfx/bg-header-purple-561px.png) no-repeat 0 0;
	}
	
		#mod-spotlight h3 {
			margin-bottom: 0.3em;
			font-size: 1.1em;
		}
		
		#mod-spotlight h4 {
			margin: 10px 0;
			font-size: 1.8em;
			text-transform: none;
		}
		
			.js-enabled #mod-spotlight h4 {
				margin: 0;
			}
			
			.js-enabled #mod-spotlight .body h4 {
				display: none;
			}
	
	#mod-spotlight div.body {
		_height: 185px;
		min-height: 185px;
		padding: 10px 10px 5px;
		background: url(gfx/fade-vert-white-lightbeige.jpg) repeat-x 0 100%;
	}
	
		.js-enabled #mod-spotlight div.body {
			display: none;
		}
		
		#mod-spotlight div.body div.screenshots {
			float: left;
			width: 307px;
		}
		
			#mod-spotlight div.screenshots img {
				border: 1px solid #000;
			}
			
				#mod-spotlight div.screenshots img.big {
					float: left;
				}
			
			#mod-spotlight div.screenshots p.thumbs {
				float: right;
				width: 72px;
				margin-bottom: 0;
			}
			
				#mod-spotlight div.screenshots p.thumbs img {
					margin:0 0 4px;
				}
		
		#mod-spotlight div.body div.text {
			float: right;
			width: 220px;
			font-size: 1.09em;
		}
			
			#mod-spotlight div.body div.text a {
				text-decoration: underline;
			}
			
			#mod-spotlight div.body div.text h5 {
				font-size:1.3em;
			}
	
	#mod-spotlight div.footer {
		position: relative;
		width: 470px;
		overflow: hidden;
		padding: 1px 45px 5px;
		background: url(gfx/bg-mod-spotlight-footer.png) no-repeat 0 100%;
		border-top: 4px solid #000;
	}
	
		#mod-spotlight div.viewport {
			position: relative;
			width: 470px;
			overflow: hidden;
			padding: 5px;
		}
		
		#mod-spotlight ul.thumbs {
			position: relative;
			left: 0;
			margin: 0;
			list-style: none;
		}
		
			#mod-spotlight ul.thumbs li {
				float: left;
				width: 50px;
				margin: 0 30px 0 0;
				padding: 10px;
				cursor: pointer;
				background: #fffdfd;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				box-shadow: 0 0 8px hsla(0,0%,0%,0.5);
				-moz-box-shadow: 0 0 8px hsla(0,0%,0%,0.5);
				-webkit-box-shadow: 0 0 8px hsla(0,0%,0%,0.5);
			}
	
	#mod-spotlight ul.nav {
		margin: 0;
		list-style: none;
	}
	
		#mod-spotlight ul.nav li {
			display: block;
			position: absolute;
			top: 35%;
			width: 24px;
			height: 18px;
			text-indent: -9999px;
			cursor: pointer;
		}
		
			#mod-spotlight ul.nav li.disabled {
				cursor: default;
			}
			
			#mod-spotlight ul.nav li.prev {
				left: 5px;
				background-image: url(gfx/spotlight-arrow-prev.png);
			}
			
			#mod-spotlight ul.nav li.next {
				right: 5px;
				background-image: url(gfx/spotlight-arrow-next.png);
			}
#mod-strategy-articles {
	margin-bottom: 0;
}

	#mod-strategy-articles h3 {
		margin-bottom: 0;
	}
	
	#mod-strategy-articles ul li {
		padding: 10px 9px;
		background: url(gfx/fade-vert-white-lightbeige.jpg) repeat-x 0 100%;
	}
	
		#mod-strategy-articles h4 {
			font-size: 1.1em;
		}
		
		#sub #mod-strategy-articles a.more {
			padding: 0;
		}
		
		#mod-strategy-articles span.gfx {
			float: left;
			display: block;
			width: 75px;
			margin: 4px 0 0;
			background: url(gfx/stack-small-symbols.png) no-repeat 0 0;
		}
			#mod-strategy-articles li.slots span.gfx       { height: 24px; background-position: 0 -76px; }
			#mod-strategy-articles li.blackjack span.gfx   { height: 44px; background-position: 0 -156px; }
			#mod-strategy-articles li.craps span.gfx       { height: 38px; background-position: 0 -262px; }
			#mod-strategy-articles li.video-poker span.gfx { height: 41px; background-position: 0 -359px; }
			#mod-strategy-articles li.roulette span.gfx    { height: 29px; background-position: 0 -471px; }
#mod-top10 {
	clear: both;
}

	#mod-top10 thead th#h-bonus-prc,
	#mod-top10 thead th#h-bonus,
	#mod-top10 thead th#h-bonus-dlr,
	#mod-top10 thead th#h-play {
		text-align: center;
	}
	
	#mod-top10 table th#h-num { width: 3%; }
	#mod-top10 table th#h-casino { width: 30%; }
	#mod-top10 table th#h-us { width: 4%; }
	#mod-top10 table th#h-rating { width: 21%; }
	#mod-top10 table th#h-bonus-prc { width: 11%; }
	#mod-top10 table th#h-bonus-dlr { width: 9%; }
	#mod-top10 table th#h-review { width: 9%; }
	#mod-top10 table th#h-play { width: 11%; }
	
	#mod-top10 thead th#h-rating span {
		padding: 1px 20px 1px 0;
		background: url(gfx/symbol-th-questionmark.png) no-repeat 100% 0;
	}
	
	#mod-top10 tbody td {
		padding: 4px 2px;
		border-bottom: 1px solid #e7e5dd;
	}
	
		#mod-top10 tbody td.c-room,
		#mod-top10 tbody td.c-bonus-prc {
			color: #06c;
			font-weight: bold;
		}
		
		#mod-top10 tbody td.c-us {
			padding-right: 10px;
		}
		
		#mod-top10 tbody td.c-bonus,
		#mod-top10 tbody td.c-bonus-prc {
			text-align: center;
		}

#mod-toplist-adv th, 
#mod-toplist-adv td.c-match,
#mod-toplist-adv td.c-bonus,
#mod-toplist-adv td.c-rating, 
#mod-toplist-adv td.c-play-now {
	text-align: center;
}

#mod-toplist-adv td.c-match,
#mod-toplist-adv td.c-bonus,
#mod-toplist-adv td.c-rating {
	font-size: 14px;
	font-weight: bold;
}

#mod-toplist-adv th#h-info {
	width:30%;
}

#mod-toplist-adv th#h-bonus {
	width:19%;
}

#mod-toplist-adv th#h-review {
	width:17%;
}

#mod-toplist-adv td.c-info {
	padding-right: 30px;
}

	#mod-toplist-adv td.c-info a {
		font-weight: bold;
	}

#mod-toplist-adv td.c-bonus {
	font-weight: bold;
}

	#mod-toplist-adv td.c-bonus a.match span {
		border-bottom:1px solid #06c;
	}

#mod-toplist-adv td.c-play-now {
	color: #666;
}

#mod-toplist-adv td.c-play-now a {
	font-size: 0.95em;
	text-decoration: none;
}

#mod-toplist-adv td a {
	display: block;
	text-decoration: underline;
}

#mod-toplist-adv td.c-logo {
	width: 150px;
	padding: 5px 0 10px 0;
	text-align: center;
}

#mod-toplist-adv td.c-us {
	text-align: center;
}

#mod-toplist-adv td.c-play-now a.normal {
	background: transparent;
	color: #0066CC;
	font-weight: bold;
	font-size: 12px !important;
	margin-top: 4px;
	padding: 0 0 0 0;
	text-transform: none;
	text-decoration: underline;
	text-align: center;
}

	#mod-toplist-adv td.c-play-now a.normal:hover {
		text-decoration: none;
	}
	
	#mod-toplist-adv td.c-play-now a.normal span {
		background: none;
		padding: 0px;
	}#mod-toplist-exclusive-bonuses td.c-info {
	padding: 20px 0;
	text-align: center;
}

	#mod-toplist-exclusive-bonuses td.c-info img {
		display: block;
		margin: 0 auto 20px;
	}
	
	#mod-toplist-exclusive-bonuses td.c-info a {
		color: #000;
		font-weight: bold;
	}

#mod-toplist-exclusive-bonuses td.c-bonus {
	padding: 10px;
	background: #feecf2 url(gfx/toplist-exclusive-bonuses-bg.png) repeat-x 0 0;
}

	#mod-toplist-exclusive-bonuses td.c-bonus dl {
		font-size: 13px;
		line-height: 1;
	}
	
		#mod-toplist-exclusive-bonuses td.c-bonus dt {
			float: left;
			clear: left;
			margin-bottom: 5px;
			color: #cf2488;
		}
		
			#mod-toplist-exclusive-bonuses td.c-bonus dt:after {
				content: ":";
			}
			
			#mod-toplist-exclusive-bonuses td.c-bonus dt.regular {
				margin-bottom: 5px;
				color: #999;
			}
			
			#mod-toplist-exclusive-bonuses td.c-bonus dt.nasty-ie-clear-fix {
				float: none;
				margin: 0;
			}
		
		#mod-toplist-exclusive-bonuses td.c-bonus dd {
			float: left;
			margin: 0 0 0 4px;
		}
		
			#mod-toplist-exclusive-bonuses td.c-bonus dd.regular {
				margin-bottom: 10px;
				color: #999;
			}
			
			#mod-toplist-exclusive-bonuses td.c-bonus dd a {
				text-decoration: underline;
			}
			
				#mod-toplist-exclusive-bonuses td.c-bonus dd a:hover {
					text-decoration: none;
				}

#mod-toplist-exclusive-bonuses td.c-play-now {
	padding: 0 10px;
}

	#mod-toplist-exclusive-bonuses td.c-play-now a {
		width: 50px;
		margin: 0 auto;
	}
	
		#mod-toplist-exclusive-bonuses td.c-play-now a.read-review {
			width: auto;
			margin-top: 10px;
			padding: 0;
			color: #06c;
			background: none;
			text-decoration: underline;
			text-align: center;
			text-transform: none;
		}

		#mod-toplist-exclusive-bonuses td.c-play-now a.read-review:hover {
			text-decoration: none;
		}
		
		#mod-toplist-exclusive-bonuses td.c-play-now a.read-review span {
			background: none;
		}

	#mod-toplist-exclusive-bonuses td.c-play-now p.allowed {
		color: #666;
		font-size: 10px;
		line-height: 1;
	}

#mod-toplist-smpl th#h-network {
	width: 10%;
}

#mod-toplist-smpl td.c-rating span span {
	display: none;
}

#mod-toplist-smpl td.c-room {
	font-weight: bold;
}

#mod-toplist-smpl td.c-room-logo {
	width: 50px;
}

#mod-toplist-smpl td.c-rating {
	width:110px;
	padding:0 20px;
}
#mod-why-us h4 {
	font-size: 1.5em;
	text-transform: none;
}

#mod-why-us div {
	float: left;
	width: 48%;
}

	#mod-why-us div.l-c {
		float: right;
	}
/**
 * Nav
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */


#nav {
	float: left;
	width: 180px;
	margin: 0 0 10px;
	padding-right: 5px;
}

	#nav a {
		color: #333;
	}
	
	#nav ul {
		margin: 0;
		list-style: none;
		border-top: 1px solid #e7e5dd;
	}
	
		#nav ul a {
			display: block;
			padding: 0.1em 0;
		}
		
		#nav ul li.sel {
			font-weight: bold;
		}
		
		#nav ul li.home {
			padding-left: 9px;
			text-transform: uppercase;
		}
		
		#nav ul li.us a {
			background: url(/images/flags/en_US.gif) no-repeat 100% 50%;
		}
		
		#nav ul li.new a {
			background: url(/css/gfx/new-menu-bg.jpg) no-repeat 100% 50%;
		}
		
		#nav ul li strong {
			display: block;
			padding: 5px 9px;
			background: #f2eee2;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e7e5dd;
			text-transform: uppercase;
		}
		
		#nav ul ul {
			margin: 4px 0 0;
			padding: 0 0 5px 9px;
			border-top: 0;
			
		}
	
	/* Only used in the dev environment */
	
	#nav #dev-menu {
		background: #FFE5B6;
	}

		#nav #dev-menu strong {
			background: #FFCA81;
			border-color: #FF9B31;
		}
#not-found {
	padding-bottom: 90px;
	background: url(gfx/not-found-dice.png) no-repeat 90% 100%;
}

	#not-found p.error-tech {
		color: #555;
	}
	
	#not-found form br {
		display: none;
	}
	
	#not-found h3 {
		margin-top: 30px;
	}
#paging {
	padding:5px 0 0;
	border-top:1px solid #e7e5dd;
	text-align:center;
}

	#paging span {
		padding:0 15px;
	}
	
	#paging a {
		padding:0 3px;
		text-decoration:underline;
	}
	
	#paging a.sel {
		color:#000;
	}
.payment-review-jump {
	margin: 0 10px;
}

	.payment-review-jump ul {
		margin: 0;
		list-style: none;
	}
	
		.payment-review-jump li {
			display: inline;
		}
		
		.payment-review-jump select,
		.payment-review-jump input {
			vertical-align: middle;
		}
/**
 * Payment Review Listing
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

#payment-review-listing #mod-intro {
	margin-bottom: 0;
}

form.payment-review-listing-jump ul {
	margin: 0;
	list-style: none;
}

	form.payment-review-listing-jump li {
		display: inline;
	}

#payment-review-listing-list {
	margin: 20px 10px;
	border-top: 1px solid #ccc;
	list-style: none;
}

	#payment-review-listing-list li.payment-option {
		overflow: hidden;
		_height: 1%;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}
	
	#payment-review-listing-list a {
		text-decoration: underline;
	}
	
		#payment-review-listing-list a:hover {
			text-decoration: none;
		}
	
		#payment-review-listing-list div.first-child {
			float: left;
			width: 55%;
		}
		
			#payment-review-listing-list div.first-child h3 {
				float: left;
				width: 49%;
				font-size: 14px;
				line-height: 1;
			}
			
				#payment-review-listing-list div.first-child h3 img {
					display: block;
					margin-top: 5px;
				}
			
			#payment-review-listing-list div.first-child form {
				float: right;
				width: 49%;
			}
			
				#payment-review-listing-list div.first-child ul {
					margin-bottom: 5px;
				}
				
					#payment-review-listing-list div.first-child label {
						display: block;
						margin-bottom: 8px;
						font-size: 13px;
						line-height: 1;
					}
					
						#payment-review-listing-list div.first-child label:after {
							content: ':';
						}
					
					#payment-review-listing-list div.first-child select {
						width: 100%;
					}
		
		#payment-review-listing-list div.last-child {
			float: right;
			width: 40%;
		}
		
			#payment-review-listing-list ul {
				margin: 0;
				list-style: none;
			}
			
				#payment-review-listing-list ul li {
					display: inline;
				}

#payment-review-listing-text {
	margin: 10px;
}
#payment-review #extraContent {
	margin: 10px 0;
}

	#payment-review #extraContent table {
		width: 99.9%;
		+width: 100%;
		margin-left: 1px;
		+margin-left: 0;
	}
	
	#payment-review thead th,
	#payment-review tr.info-basic td {
		text-align: center;
	}
	
	#payment-review thead th {
		border: 1px solid #282828;
	}
	
	#payment-review tr.info-basic td {
		padding-bottom: 8px;
		font-weight: bold;
		line-height: 1.2;
		background: #fdfdff url(gfx/gradient-horz-lightgrey-darkerlightgrey-h17.png) repeat-x 0 100%;
	}
	
		#payment-review tr.info-basic td.first-child {
			border-left: 1px solid #e7e5dd;
		}
		
		#payment-review tr.info-basic td.last-child {
			border-right: 1px solid #e7e5dd;
		}
		
		#payment-review tr.info-basic td.casino {width:175px;}
		#payment-review tr.info-basic td.deposit {width:60px;}
		#payment-review tr.info-basic td.withdrawal {width:80px;}
		#payment-review tr.info-basic td.bonus-payment {width:80px;}
		#payment-review tr.info-basic td.bonus-max {width:80px;}
		#payment-review tr.info-basic td.cta {width:85px;}
		
		#payment-review tr.info-basic td.casino {
			padding: 6px 2px;
			text-align: left;
		}
		
			#payment-review tr.info-basic td.casino div {
				/* Wrapping in DIV because TD doesn't work nice wiht this code */
				position: relative;
				padding-left: 59px;
				_zoom: 1;
			}
			
				#payment-review tr.info-basic td.casino img {
					position: absolute;
					top: 50%;
					left: 0;
					margin-top: -14px;
				}
		
		#payment-review tr.info-basic td span.feature-true,
		#payment-review tr.info-basic td span.feature-false {
			display: block;
			width: 20px;
			height: 20px;
			margin: 0 auto;
			background: url(gfx/icons-sprite.png) no-repeat 0 0;
			text-indent: -9999px;
		}
		
			#payment-review tr.info-basic td span.feature-false {
				background-position: -20px 0;
			}
		
		#payment-review tr.info-basic td.bonus-max {
			color: #d61f01;
		}
	
	#payment-review tr.info-more td {
		padding: 0 0 5px;
		background: #fdfdff;
	}
	
		#payment-review tr.info-more p.info-more-toggle {
			+position: relative;
			margin: -12px 0 0 155px;
			font-size: 10px;
			line-height: 1;
			text-align: center;
		}
		
			#payment-review tr.info-more p.info-more-toggle a:focus {
				outline: 0;
			}
		
		#payment-review tr.info-more div {
			position: relative;
			margin-top: 6px;
			padding: 10px 10px 0 140px;
			background: #f3f3f3;
			border: 1px solid #dfdfdf;
			+zoom: 1;
		}
		
			#payment-review tr.info-more p.info-more-hide {
				position: absolute;
				top: 5px;
				right: 0;
			}
			
				#payment-review tr.info-more p.info-more-hide a {
					padding: 10px 20px 10px 10px;
					color: #30890a;
				}
				
					#payment-review tr.info-more p.info-more-hide a:focus {
						outline: 0;
					}
					
					#payment-review tr.info-more p.info-more-hide a span {
						position: absolute;
						top: 50%;
						right: 5px;
						width: 10px;
						height: 10px;
						margin-top: -7px;
						background: url(gfx/icons-sprite.png) no-repeat -40px 0;
					}
			
			#payment-review tr.info-more div .play-now-cta {
				position: absolute;
				top: 50%;
				left: 20px;
				width: 100px;
				margin-top: -10px;
			}
			
			
			#payment-review tr.info-more div h4,
			#payment-review tr.info-more div h5 {
				margin: 0;
			}
			
			#payment-review tr.info-more div h4 {
				color: #a3346b;
			}
			
			#payment-review tr.info-more div h5 {
				color: #2968b5;
			}
			
			#payment-review tr.info-more div dt {
				float: left;
				margin-right: 4px;
			}
			
				#payment-review tr.info-more div dt:after {
					content: ':';
				}
				
				#payment-review tr.info-more div dl.info-bonus dd {
					color: #e80000;
				}
				
				#payment-review tr.info-more div dl.info-bonus-method dd,
				#payment-review tr.info-more div dl.info-method dd {
					color: #00701a;
				}
			
			#payment-review tr.info-more div p.info-requirements {
				font-size: 11px;
				line-height: 1.72;
			}
			
			body.js-enabled #payment-review tr.info-more div {
				display: none;
			}
	
	#payment-review #extraContent div.l-c {
		padding: 0;
	}
.progressive-jackpot {
	overflow: hidden;
	margin-bottom: 20px;
	background: #fbfaf6;
}

	.progressive-jackpot .heading {
		margin: 0;
		padding: 10px;
		color: #fff;
		background: #603 url(gfx/bg-header-purple-561px.png) no-repeat 0 0;
		font-size: 1.4em;
	}
	
	.progressive-jackpot ul {
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.progressive-jackpot li {
			position: relative;
			float: left;
			width: 175px;
			margin: 0 0 10px 18px;
			padding: 35px 0 10px;
			color: #a11651;
			background: #f8f5f0;
			border-bottom: 1px solid #f3efe6;
			text-align: center;
		}
		
			.progressive-jackpot li.nth-of-type-3n-2 {
				clear: left;
				margin-left: 0;
			}
			
			.progressive-jackpot li.nasty-ie-clear-fix {
				float: none;
				margin: 0;
				padding: 0;
				background: transparent none;
				border: none;
				font-size: 0;
			}
			
				.progressive-jackpot li table {
					margin: 0;
					font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
				}
			
				.progressive-jackpot li td {
					text-align: center;
				}
				
					.progressive-jackpot input,
					.progressive-jackpot li object {
						position: absolute !important;
						top: 7px !important;
						left: 21px !important;
						width: 130px !important;
						color: #680229 !important;
						background: transparent !important;
						border: none !important;
						font: bold 1.6em/1 "Trebuchet MS", Tahoma, Arial, sans-serif !important;
						text-align: center !important;
					}
					
			.progressive-jackpot li form {
				margin-top: 7px;
				padding-top: 7px;
				border-top: 1px solid #f3efe6;
			}
			
			.progressive-jackpot li label {
				font-weight: bold;
				text-transform: uppercase;
			}
			
			.progressive-jackpot li select {
				margin-top: 3px;
				font-size: 1em;
			}
			
			.progressive-jackpot p.last-child {
				margin: 10px 0;
				font-weight: bold;
				text-align: center;
				text-transform: uppercase;
			}
			
				.progressive-jackpot p.last-child a {
					padding-left: 10px;
					color: #a11651;
					background: url(/css/gfx/arrow-pink-right-small.png) no-repeat 0 50%;
					text-decoration: underline;
				}
				
					.progressive-jackpot p.last-child a:hover {
						text-decoration: none;
					}
#promotions .latest-promotions {
	float: left;
	width: 362px;
	padding: 0;
}

	#promotions .latest-promotions .promotion {
		position: relative;
		_height: 1%;
		margin-bottom: 10px;
		padding: 2.9em 9px 19px;
		background: url(gfx/fade-vert-white-lightbeige.jpg) repeat-x 0 100%;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #e8e4d9;
	}
	
		#promotions .latest-promotions .first-promotion {
			padding-top: 4em;
		}
		
		#promotions .latest-promotions h3 {
			margin-bottom: 0;
			font-size: 14px;
			line-height: 1.2;
			text-transform: none;
		}
		
			#promotions .latest-promotions .first-promotion h3 {
				margin-right: 108px;
				margin-bottom: 10px;
				font-size: 16px;
				line-height: 1.25;
				text-transform: uppercase;
			}
		
			#promotions .latest-promotions .first-promotion .casino {
				position: absolute;
				top: 10px;
				right: 10px
			}
		
		#promotions .latest-promotions .start-date {
			position: absolute;
			top: 18px;
			left: auto;
			margin-right: 126px;
			color: #9c1851;
			line-height: 1.2;
		}
		
		#promotions .latest-promotions .actions {
			margin-bottom: 0;
		}
		
			#promotions .latest-promotions .btn-cta-strong {
				width: 8em;
			}
		
		#promotions .latest-promotions .share-this {
			position: absolute;
			right: 9px;
			bottom: 19px;
			margin-bottom: 0;
		}
		
			#promotions .latest-promotions .share-this li,
			#promotions .latest-promotions .share-this a:hover {
				border-color: #c9c8bd;
			}

#promotions .more-promotions {
	float: right;
	clear: none;
	width: 166px;
	background: url(gfx/fade-vert-white-lightbeige.jpg) repeat-x 0 100%;
}

	#promotions .more-promotions h4 {
		padding-top: 9px;
		border-top: 1px solid #e3e1d5;
		font-weight: normal;
		font-size: 12px;
		text-transform: none;
	}
	
		#promotions .more-promotions h4.first-of-type {
			padding: 0;
			border: 0;
		}
	
	#promotions .more-promotions ul {
		margin-left: 15px;
		font-size: 10px;
		line-height: 1.8;
	}

#review-latest-winner {
	clear: both;
	margin-top: -10px;
}

	#review-latest-winner h2 {
		background: #d6d0be url(gfx/latest-winners-head-left.gif) no-repeat;
		margin: 0;

		font: bold 14px/1.2 Arial;
		color: #36301f;
		text-transform: uppercase;
	}

		#review-latest-winner h2 span {
			background: url(gfx/latest-winner-head-right.gif) no-repeat right top;
			display: block;
			padding: 15px 10px 10px 10px;
		}

	#review-latest-winner table {
		border-spacing: 0;
		width: 100%;
	}

		#review-latest-winner tr th, 
		#review-latest-winner tr td {
			padding: 5px 5px 5px 10px;
		}

		#review-latest-winner tr th {
			background: #918973;
			text-align: center;
			font: bold 10px/1.2 Arial;
			color: #fff;
			text-transform: uppercase;
		}

		#review-latest-winner tr td {
			text-align: left;
			border-bottom: 1px solid #f5f6ee;
			font-weight: bold;
		}

		#review-latest-winner tr td.bonus {
			color: #2a5500;
		}

	#review-latest-winner p {
		text-align: center;
	}

		#review-latest-winner p a {
			color: #3c7719;
			font: bold 16px/1.2 Trebuchet MS;
			text-transform: uppercase;
		}

.rss-feed {
	background:#f2eee2 url(gfx/symbol-rss-small.png) no-repeat 10px 0.5em;
	margin-left:-10px;
	padding:5px 0 5px 32px;
	border-top:1px solid #e7e5dd;
	border-bottom:1px solid #e7e5dd;
}

	.rss-feed a {
		color:#000;
		font-size:0.95em;
		text-decoration:underline;
	}

#search-results {
	padding: 10px;
}

	#search-results ol {
		margin: 0;
		list-style: none;
	}
	
		#search-results ol li {
			margin-bottom: 10px;
		}
		
			#search-results ol p {
				margin: 0;
			}
			
				#search-results ol p a {
					color: #666;
				}
	
	#search-results ul {
		margin-left: 0;
		list-style: none;
		text-align: center;
	}
	
		#search-results ul li {
			display: inline;
		}
		
		#search-results ul li:after {
			content: " | ";
		}
		
		#search-results ul li:last-child:after {
			content: "";
		}
		
			#search-results ul li:first-child a:before {
				content: "< ";
			}
			
			#search-results ul li:last-child a:after {
				content: " >";
			}

.share-page {
	float: right;
	margin: 0 0 15px 20px;
	list-style: none;
	text-align: center;
}

	.share-page li {
		margin-bottom: 5px;
	}
div.slots-tournament a {
	text-decoration: underline;
}

	div.slots-tournament a:hover {
		text-decoration: none;
	}

	div.slots-tournament a.prize {
		color: #906;
	}

div.slots-tournament table th,
div.slots-tournament table td {
	padding-right: 0;
}

	div.slots-tournament table td.c-logo {width:11%;}
	div.slots-tournament table td.c-game {width:31%;}
	div.slots-tournament table td.c-start {width:26%;}
	div.slots-tournament table td.c-prize {width:14%;}
	div.slots-tournament table td.c-info {width:4%;}
		body.js-disabled div.slots-tournament table td.c-info {width:16%;}
	div.slots-tournament table td.c-play-now {width:14%;}
	
	body.js-enabled div.slots-tournament td.c-info span {
		display: none;
	}
	
	div.slots-tournament dl {
		margin-left: 0;
		padding-left: 0;
		font-weight: bold;
	}
	
		div.slots-tournament dt {
			float: left;
			clear: left;
			margin: 0 3px 5px 0;
			color: #333;
			font-weight: bold;
		}
		
			div.slots-tournament dl dt:after {
				content: ":";
			}
		
		div.slots-tournament dd {
			margin: 0 0 5px;
		}
.social-links {
	padding: 15px;
	text-align: center;
}	
	.social-links ul {
		margin: 0 auto;
	}
	
		.social-links li {
			display:inline;
		}		
		.social-links a {
			padding: 10px 10px 10px 32px;
			background: no-repeat 0 50%;
		}

		.social-links li.stumbleupon a {
			padding-left:35px;
			background-image:url(gfx/Stumbleupon_32x32.png);
		}
		
		.social-links li.digg a {
			padding-left:35px;
			background-image:url(gfx/digg_32x32.png);
		}
		
		.social-links li.delicious a {
			padding-left:35px;
			background-image:url(gfx/delicious_32x32.png);
		}#software-review-casino-reviews {
	float: right;
	width: 178px;
	margin-bottom: 20px;
}

	#software-review-casino-reviews select {
		float: left;
		width: 140px;
	}
	
	#software-review-casino-reviews input.submit {
		float: right;
	}
#software-review-casinos-available {
	float: right;
	width: 178px;
	margin-bottom: 20px;
}

	#software-review-casinos-available ul {
		margin: 0;
		list-style: none;
	}
	
		
		#software-review-casinos-available li {
			float: left;
			margin: 0 10px 5px 0;
		}
		
			#software-review-casinos-available li.nth-child-3n {
				margin-right: 0;
			}
#software-review-news {
	float: right;
	width: 178px;
	margin-bottom: 20px;
}

/**
 * Sub
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */


#sub {
	float: right;
	width: 175px;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	border-left: 1px solid #e7e5dd;
}

	#sub form {
		margin: 0 0 10px;
	}
	
		#sub form #searchString {
			width: 100px;
		}
	
	#sub div.mod-2 {
		margin-bottom: 15px;
		padding: 0 0 10px;
		background: url(gfx/fade-vert-white-lightbeige.jpg) repeat-x 0 100%;
	}
	
	#sub h3 {
		padding: 10px 9px 5px;
		color: #fff;
		background: url(gfx/bg-header-purple-175px.jpg) no-repeat 0 0;
		font-weight: bold;
	}
		
	#sub ul {
		margin: 0;
		list-style: none;
	}
	
		#sub li,
		#sub a.more {
			display: block;
			padding: 0 9px;
		}
		
			#sub ul ul {
				margin: 0 0 20px;
				
			}
			
				#sub ul ul li {
					padding: 0 0;
				}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(gfx/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}



#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}



#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}




#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}div#tooltip {
	position:absolute;
	top:0;
	left:0;
	width:150px;
	padding:10px;
	border:1px solid #999;
	background:#000;
	color:#fff;
	font-size:12px;
}

.tooltip {
	cursor:pointer;
}

	#mod-top10 thead .tooltip,
	#mod-toplist-smpl thead .tooltip {
		padding:1px 20px 1px 0;
		background: url(gfx/symbol-th-questionmark.png) no-repeat 100% 0;
	}
div.toplist th#h-review {
	width: 110px;
}

div.toplist {position:relative;}

	div.toplist td {background:#fffdfd;}

div.toplist .head {
	position: relative;
}

div.toplist h2,
div.toplist h3  {
	margin:0;
	min-height: 18px;
	padding: 18px 45% 10px 10px;
	background:url(gfx/bg-heading-toplist.jpg) no-repeat left top;
	color:#fff;
	text-transform:uppercase;
	font-size:1.4em;
}

	div.toplist td {
		padding:4px;
		border-bottom:1px solid #e7e5dd;
	}
	
	div.toplist td.c-num {font-size:1.1em;}
	
	div.toplist th#h-match,
	div.toplist td.c-match,
	div.toplist th#h-bonus,
	div.toplist td.c-bonus {
		text-align: center;
	}
	
	div.toplist table td.c-play-now a {
		display:block;
		height:24px;
		padding-left:12px;
		background:url(gfx/btn-green-left.png) no-repeat 0 0;
		color:#fff;
		font-size:0.95em;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		text-decoration:none;
	}
	
	div.toplist table td.c-play-now a:hover {
		text-decoration:underline;
	}
	
		div.toplist table td.c-play-now a span {
			display:block;
			height:100%;
			padding:0 12px 0 0;
			background:url(gfx/btn-green-right.png) no-repeat center right;
			line-height:2.3em;
			white-space: nowrap;
			cursor:pointer;
		}
	
	div.toplist table th {
		padding:2px;
		border-top:1px solid #3d3d3d;
		background-color:#282828;
		color:#fff;
		font-size:0.95em;
		font-weight:bold;
		text-transform:uppercase;
	}

	div.toplist div.l-c {
		padding:30px 10px 0 10px;
		font-size:1.1em;
	}
#pt-casinogame #intro-text {
	padding-right: 280px;
}
#pt-contact table {
	border-collapse: separate;
	border-spacing: 3px;
}
/**
 * pt-flashgamelisting
 * 
 * Layout and tyles specific to the flashgamelisting page-type
 * 
 * @author Kenneth Sundqvist
 * @site Casinotop10
 */

#pt-flashgamelisting #mod-intro {
	padding-top: 0;
}
#pt-generaltoplist #main p,
#pt-generaltoplist #main td {
	/*line-height:1.35;*/
}

#pt-generaltoplist div.toplist table th#h-rating,
#pt-generaltoplist div.toplist table th#h-review {
	text-align:center;
}

#pt-generaltoplist #mod-toplist-adv td a {
	font-size: 1.1em;
}

#pt-generaltoplist #mod-toplist-adv td.c-play-now a {
	font-size:0.95em;
}

#pt-generaltoplist #extraContent {
	margin: 0 -10px;
	font-size: 11px;
}
#pt-index .latest-jackpot-winners-toplist {
	border-bottom: 1px solid #e7e5dd;
}

	#pt-index .latest-jackpot-winners-toplist p.last-child {
		margin: 1px 0;
		padding: 6px 0;
		background: url(/css/gfx/bg-small-header.png) repeat-x scroll 0 100%;
		font-weight: bold;
		text-align: center;
	}
	
		#pt-index .latest-jackpot-winners-toplist p.last-child a {
			text-decoration: underline;
		}
		
			#pt-index .latest-jackpot-winners-toplist p.last-child a:hover {
				text-decoration: none;
			}

#pt-newslisting #mod-intro {
	clear:none;
	float:left;
	width:340px;
}
#pt-progressivejackpot .progressive-jackpot {
	clear: both;
}

	#pt-progressivejackpot .progressive-jackpot .heading {
		background: #000 url(gfx/bg-heading-toplist.jpg) no-repeat 0 0;
	}

#pt-progressivejackpot .progressive-jackpot.small {
	float: right;
	clear: none;
	width: 175px;
}

	#pt-progressivejackpot .progressive-jackpot.small .heading {
		background: #000 url(gfx/bg-header-purple-175px-2.png) no-repeat 0 0;
	}
#pt-slotstournament #tooltip {
	background: #f2eee3 url(gfx/gradient-brown.gif) repeat-x;
	color: #53482d;
	padding: 10px 15px;
	border: 1px solid #e8e4d9;
	font-size: 11px;
	line-height: 1.5;
}

#pt-slotstournament #main p,
#pt-slotstournament #main td {
	line-height:1.35;
}
﻿/* **************** BLOCK STRUCTURES ***************** */
/* mod */
.mod p{padding:10px 6px;}
/*.mod{margin:10px;}*/
/* complex */
.complex{margin-bottom:15px;overflow:hidden;*position:relative;*zoom:1;}/* position/zoom required for IE7, 6, 5.5 */
.complex .tl, .complex .tr{height:32000px; margin-bottom:-32000px;width:10px;overflow:hidden;}
.complex .bl, .complex .br{/*margin-top:0;*/}
.complex .top{height:5px;}
.complex .bottom{height:5px;/*margin-top:-10px;*/}

.hd,.bd,.ft,{overflow:hidden;_overflow:visible; _zoom:1;}
.inner{position:relative;}
b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-index:10;}
.tl, .tr, .bl, .br{height:10px; width:10px;float:left;}
.tl{background-position: left top;}
.tr{background-position: right top;}
.bl{background-position: left bottom;} 
.br{background-position: right bottom;}
.br,.tr{float:right;}
.bl,.br{margin-top:-10px;}
.top{background-position:center top;}
.bottom{background-position:center bottom;_zoom:1;}/* this zoom required for IE5.5 only*/
/* ----- flow (extends complex) ----- */
/*.flow{margin:6px;}*/
.flow b{background-image:url(/css/60-conversion/conv-027/even.png);}
.flow .inner{padding:0 4px;}
.flow .top{height:4px;}
.flow .bottom{height:4px;margin-top:-4px;}
.flow .br,.flow .bl{height:10px;margin-top:-6px;}/* margin top = bottom height - corner height */

body.js-enabled #conv-020-original {
	display: none;
}

.conv-027-b #main a, .conv-027-b #sub a {
	text-decoration: underline;
}

.conv-027-b #main {
	width: 374px;
}

	.conv-027-b #main .mod {
		margin: 0 -5px 20px;
	}

	.conv-027-b #mainBox h3 {
		padding: 10px 5px 0px 10px;
	}
	
	.conv-027-b #main .bd {
		padding: 0 8px;
	}
	
		.conv-027-b #main .bd img {
			height: 115px;
			width: 340px;
			margin-bottom: 15px;
		}

	.conv-027-b #mainBox h4 {
		padding: 5px 0px 0px 3px;
		text-transform: none;
		font-size: 15px;
	}

	.conv-027-b #mainBox p {
		padding: 0px 3px 10px 3px;
	}
	
	.conv-027-b .ft-border {
		border-bottom: 1px solid #e7e5dd;
	}

	.conv-027-b .readFull {
		display: block;
		text-decoration: underline;
	}

.conv-027-b #sub {
	width: 370px;
	border: none;
	margin-right: -2px;
	font-size: 1.1em;
}

	.conv-027-b #sub h3 {
		margin: 0px;
		background-image: none;
		background-color: transparent;
		font-size: 12px;
		font-weight: normal;
		color: #000;
	}

	.conv-027-b #sub h3.section {
		margin: 0px;
		background: transparent url(/css/60-conversion/conv-027/header.png) repeat-x scroll 0px -5px;
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		height: 20px;
	}

	.conv-027-b #sub #extraContent {
		margin: 0px;
	}

.conv-027-b #mod-toplist-adv th {
	background-color: #000;
	font-weight: normal;
	border-top: 1px solid #000;
}

.conv-027-b #mod-toplist-adv .h-logo {
	text-indent: 8px;
	text-align: left;
}

.conv-027-b #mod-toplist-adv .c-num,
.conv-027-b #mod-toplist-adv .c-logo,
.conv-027-b #mod-toplist-adv .c-bonus,
.conv-027-b #mod-toplist-adv .c-match,
.conv-027-b #mod-toplist-adv .c-play-now
{
	padding: 0;
	font-size: 11px;
	width: auto;
}

.conv-027-b #mod-toplist-adv .c-play-now {
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

	.conv-027-b #mod-toplist-adv .c-play-now a.normal {
		margin: 0px;
		height: auto;
	}

		.conv-027-b #mod-toplist-adv .c-play-now a.normal span {
			line-height: normal;
			margin: 0px;
			font-size: 11px;
		}

.conv-027-b #mod-toplist-adv .c-num {
	width: 25px;
	text-align: right;
}

.conv-027-b #mod-toplist-adv .c-bonus {
	font-weight: normal;
	font-size: 11px;
}

.conv-027-b #mod-toplist-adv .c-match {
	
}

.conv-027-b #mod-toplist-adv .paging {
	display: none;
}

.conv-027-b #sub .bd h5 {
	font-size: 14px;
	padding: 10px 0 0 10px;
	text-transform: none;
}

.conv-027-b #sub p {
	padding: 0 10px 10px;
}

	.conv-027-b #sub p.section {
		padding-top: 5px;
		padding-bottom: 0px;
		font-size: 11px;
	}

		.conv-027-b #sub p.section a {
			text-decoration: none;
		}

.conv-027-b #sub .hd img {
	padding: 0px 0px 15px 7px;
}

.conv-027-b #freeblackjackBox .logo {
	font-weight: bold;
	text-decoration: none;
}
	.conv-027-b #freeblackjackBox .logo img {
		display: block;
		padding: 0;
	}

.conv-027-b #freeblackjackBox .play {
	padding-top: 6px;
	display: block;
}

/************** Free Slots **************/

.conv-027-b #slotgamesBox .logo {
	font-weight: bold;
	text-decoration: none;
}
	.conv-027-b #slotgamesBox .logo img {
		display: block;
		padding: 0;
	}

	.conv-027-b #slotgamesBox .play {
		padding-top: 6px;
		display: block;
	}

.conv-027-b #flash-game-game {
	text-align: left;
	margin: 0;
}

	.conv-027-b #flash-game-game object {
		border: none;
		padding: 0;
	}

.conv-027-b #TB_title {
	width: 531px;
	margin-left: 15px;
	background-color: #ccc;
}

.conv-027-b #TB_ajaxContent {
	padding-top: 0;
}

.conv-027-b #TB_window {
	background: none;
	border: none;
}

.conv-027-b #flash-game-game .flash-game-offer-hdsd {
	width: 490px;
	height: 23px;
}

.conv-027-b #flash-game-game .flash-game-offer {
	background: #ccc url(/css/60-conversion/conv-027/flash-game-offer.jpg) no-repeat scroll center 0;
	width: 531px;
	height: 165px;
}

	.conv-027-b #flash-game-game .flash-game-offer a.help {
		display: block;
		width: 531px;
		height: 25px;
	}

	.conv-027-b #flash-game-game .flash-game-offer a.play {
		display: block;
		width: 531px;
		height: 135px;
	}

/************** Slots **************/

.conv-027-b #SlotsTournaments {
	font-size: 11px;
}

.conv-027-b #SlotsTournaments table.hd {
	margin: 0;
}

.conv-027-b #SlotsTournaments td.c-logo {
	background-color: #fff9fb;
}

.conv-027-b #SlotsTournaments td.c-game {
	width: 40%;
}

.conv-027-b #SlotsTournaments td.c-prize {
	width: 17%;
}

.conv-027-b #SlotsTournaments td.c-info {
	vertical-align: bottom;
	padding-bottom: 7px;
}

.conv-027-b #SlotsTournaments td.c-play-now {
	width: 20%;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.conv-027-b #SlotsTournaments td {
	border: none;
	padding: 0;
}

	.conv-027-b #SlotsTournaments .c-border-bottom {
		border-bottom: 1px solid #E7E5DD;
	}

.conv-027-b .toplist th {
	background-color: #000;
	padding-left: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.conv-027-b #SlotsTournaments dt {
	margin: 0 4px 0 2px;
	font-weight: normal;
}

.conv-027-b #SlotsTournaments dl {
	font-weight: normal;
	margin-bottom: 0;
}

.conv-027-b #SlotsTournaments dd {
	margin: 0 0 2px;
}

/************** Progressive Jackpots **************/

.conv-027-b .progressive-jackpot {
	background: none;
	margin: 0;
}

.conv-027-b .progressive-jackpot form {
	border: none;
}

	.conv-027-b .progressive-jackpot li {
		background: #f8f5f0 url(/css/60-conversion/conv-027/bg-rounded.png) no-repeat;
		border: none;
		width: 139px;
		height: 164px;
	}

		.conv-027-b .progressive-jackpot li label {
			font-size: 11px;
			font-weight: normal;
		}
		
		.conv-027-b .progressive-jackpot input {
			top: 15px !important;
			left: 10px !important;
			font-size: 18px !important;
			font-weight: normal !important;
		}

	.conv-027-b .progressiveDiv {
		height: 100px !important;
	}
		
	.conv-027-b .progressiveImg {
		padding-top: 40px;
	}

/************** Latest Winnwers **************/

.conv-027-b .latest-jackpot-winners-toplist td {
	font-weight: normal;
	font-size: 10px;
}

.conv-027-b .latest-jackpot-winners-toplist .country {
	width: 2%;
}

/* #sub */
html.sub-test-b #sub {
}

	body.js-enabled #sub {
/*
	Commented out because it causes rendering problems in IE6 that can only be fixed with rendering refresh
	-Kenneth
		display: none;
*/
	}
	
	/* Search */
	html.sub-test-b #sub #mod-search {
		overflow: hidden;
		_height: 1%;
		margin: 0 0 15px;
	}
	
		html.sub-test-b #sub #mod-search input.text {
			float: left;
			width: 107px;
		}
		
		html.sub-test-b #sub #mod-search input.submit {
			float: right;
			+width: auto;
			+padding: 0 2px;
			+overflow: visible;
		}
	
	/* Modules containers */
	html.sub-test-b #sub #mod-quick-guide, /* Same as .mod-2 -- Specificity */
	html.sub-test-b #sub .mod-2 {
		background: #f4f1e8 none;
		border: 1px solid #d7caa4;
	}
	
	/* Modules headings */
	html.sub-test-b #sub h3 {
		position: relative;
		zoom: 1;
		margin: 0 0 9px;
		padding: 9px 8px;
		color: #382600;
		background: #ddd281 url(gfx/conv/right-nav/right-nav-module-heading-bg.png) repeat-x 0 50%;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #d7caa4 #e7df8b;
		font-size: 12px;
		line-height: 1;
		text-transform: none;
	}
	
		html.sub-test-b #sub h3 span.icon {
			position: absolute;
			top: 50%;
			right: -4px;
			width: 60px;
			height: 52px;
			margin-top: -26px;
			background: url(gfx/conv/right-nav/icon-stack-right-nav-headings-bling.png) no-repeat 0 0;
		}
		
			html.sub-test-b #sub #mod-quick-guide h3 span.icon {
				width:54px;
				height:54px;
				margin-top: -27px;
				background-position:-60px 0;
			}
			
			html.sub-test-b #sub #mod-best-bonus h3 span.icon {
				width:51px;
				height:50px;
				margin-top: -25px;
				background-position:-114px 0;
			}
			
			html.sub-test-b #sub #mod-strategy-articles h3 span.icon {
				width:52px;
				background-position:-165px 0;
			}
	
	/* Links and text that should be brown in this test */
	html.sub-test-b #mod-review-list a,
	html.sub-test-b #mod-best-bonus td.f-c,
	html.sub-test-b #mod-best-bonus th a,
	html.sub-test-b #mod-best-bonus a.more {
		color: #5a481e;
	}
	
	/* mod-review-list */
	html.sub-test-b #mod-review-list ul li {
		padding: 1px 57px 2px 0;
	}
	
		html.sub-test-b #mod-review-list span.toppick {
			width: 28px;
			height: 21px;
			background: url(gfx/conv/right-nav/icon-toppick.png) repeat-x 0 0;
		}
		
		html.sub-test-b #mod-review-list span.local {
			top: 4px;
		}
	
	/* mod-quick-guide */
	html.sub-test-b #sub #mod-quick-guide {
		padding: 0;
	}
	
		html.sub-test-b #mod-quick-guide ul li {
			margin-bottom: 10px;
			padding-bottom: 10px;
			background: none;
			border-bottom: 1px solid #d7caa4;
			line-height: 1;
		}
		
			html.sub-test-b #mod-quick-guide ul li.l-c {
				margin-bottom: 0;
				border: 0;
			}
		
		html.sub-test-b #mod-quick-guide h4 {
			margin-bottom: 5px;
			background: none;
		}
		
			html.sub-test-b #mod-quick-guide h4 span {
				padding: 0 9px;
				color: #312509;
				background: none;
				border: 0;
			}
		
		html.sub-test-b #sub #mod-quick-guide ul ul li {
			border: 0;
			padding: 0;
		}
		
		html.sub-test-b #mod-quick-guide a {
			text-decoration: underline;
		}
		
			html.sub-test-b #mod-quick-guide a:hover {
				text-decoration: none;
			}
	
	/* mod-best-bonus */
	html.sub-test-b #mod-best-bonus td.l-c a {
		text-decoration: underline;
	}
	
		html.sub-test-b #mod-best-bonus td.l-c a:hover {
			text-decoration: none;
		}
	
	/* mod-strategy-articles */
	html.sub-test-b #sub #mod-strategy-articles {
		padding: 0;
	}
	
		html.sub-test-b #mod-strategy-articles li {
			margin-bottom: 10px;
			padding-top: 0;
			background: none;
			border-bottom: 1px solid #d7caa4;
		}
		
			html.sub-test-b #mod-strategy-articles li.l-c {
				margin-bottom: 0;
				border: 0;
			}
			
			html.sub-test-b #mod-strategy-articles li h4 {
				margin-bottom: 5px;
				color: #5a481e;
				font-size: 12px;
				line-height: 1;
			}
			
			html.sub-test-b #mod-strategy-articles li span.gfx {
				_display: inline;
				float: right;
				width: 62px;
				height: 48px;
				margin: 0 -8px 0 0;
				background: url(gfx/conv/right-nav/icon-stack-game-symbols.png) no-repeat 0 0;
			}
			
				html.sub-test-b #mod-strategy-articles li.slots span.gfx {
					width: 53px;
					height: 50px;
					background-position: -62px 0;
				}
				
				html.sub-test-b #mod-strategy-articles li.craps span.gfx {
					width: 54px;
					background-position: -115px 0;
				}
				
				html.sub-test-b #mod-strategy-articles li.video-poker span.gfx {
					width: 56px;
					background-position: -169px 0;
				}
				
				html.sub-test-b #mod-strategy-articles li.roulette span.gfx {
					width: 47px;
					height: 47px;
					background-position: -225px 0;
				}

