/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: red;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: red;
	text-decoration:underline;
}
h1, h2, h3 {
	margin:.3em 0 .2em 0;
	padding:0;
}
p {
	margin:1.4em 0 .8em 0;
	padding:0;
}

img {
	border: 0;
}

/* Top line styles */

#topline {
	background:url("images/languages.gif") repeat scroll 0 0 transparent;
	clear:both;
	width:962px;
	margin:0 auto;  
	text-align: center;
	height:24px;
	color: #ffffff;
}
#topline {
	border-bottom:1px solid #000;
}
#topline p,
#topline h1,
#topline h2 {
	padding:4px 15px 0 15px;
	margin:0;
}

/* Header styles */
#header {
	background:url("images/boxes1.gif") repeat scroll 0 0 transparent;
	clear:both;
	width:962px;
	height:196px;
	margin:0 auto;  
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header #navigation ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header #navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header #navigation ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:26px;
}
#header #navigation ul li a:hover {
	background:#369;
	color:#fff;
}
#header #navigation ul li a.active,
#header #navigation ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header #navigation ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	width:962px;				/* width of whole page */
	margin:0 auto; 
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	background:#fff;    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-191px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:382px;         	/* Left column width + right column width */
	background:#fff;    	/* Left column background colour */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:191px;        	/* Width of left column */
	/* padding-bottom:1em; 	Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	background:url("images/content_bg.gif") repeat-y scroll 0 0 transparent;
	padding: 10px 25px 0 25px;
	/*margin:0 215px;     	 Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:2115px;
	width: 530px;
	overflow:hidden;
	min-height:860px;
}
.holygrail .col2 {
	background:url("images/right_head.gif") no-repeat scroll 0 0 transparent;
	float:left;
	float:right;			/* This overrides the float:left above */
	width:171px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	padding: 0 10px 0 10px;
	/*right:15px;         	 Width of the left-had side padding on the left column */
}
.holygrail .col3 {
	background:url("images/right_head.gif") no-repeat scroll 0 0 transparent;
	float:left;
	float:right;			/* This overrides the float:left above */
	width:171px;        	/* Width of right column content (right column width minus left and right padding) */
	/*margin-right:45px;  	 Width of right column right-hand padding + left column left and right padding */
	position:relative;
	padding: 0 10px 0 10px;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	width:962px;
	margin:0 auto; 
	border-top:5px solid #696969;
	background: #fff;
	text-align: center;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */

/* Left & Right Navs */
.holygrail .col2 .col2-heading {
	height: 29px;
	text-align: center;
	padding-top: 7px;
	color: #ffffff;
}

.holygrail .col2 .col2-content {
	text-align: center;
}

.holygrail .col3 .col3-heading {
	height: 29px;
	text-align: center;
	padding-top: 7px;
	color: #ffffff;
}

.holygrail .col3 .col3-content {
	text-align: center;
}

.col2 .col2-heading a {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}
.col2 .col2-heading a:hover {
	color:#fff;
	text-decoration:underline;
}

.col3 .col3-heading a {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}
.col3 .col3-heading a:hover {
	color:#fff;
	text-decoration:underline;
}

.col3 .col4-heading a {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}
.col3 .col4-heading a:hover {
	color:#fff;
	text-decoration:underline;
}

/* 468 x 60 header banner */
#header #adbanner #adbannerlink {
	background: url(http://www.flopturnriver.com/images/Luvin-Poker-468.gif);
	width: 468px;
	height: 60px;
	position:relative;
	top: 68px;
	float: right;
	margin-right: 35px;
}
#header #adbanner a {
	width: 468px;
	height: 60px;
	text-indent: -9999px;
}

#topline a {
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}
#topline a:hover {
	color:#fff;
	text-decoration:underline;
}

/* Navigation bar */
div#navigation {
	position: relative;
	bottom: 0;
	left: 0;
	margin-left: -16px;
	padding: 0;
}

/* Header logo link */
#header #logo {
	width: 350px;
	height: 196px;
	display: block;
	float: left;
	text-indent: -9999px;
}

/* ---- TABLE ---- */
table { 
	border-collapse:collapse;
	border:none;
}
th { /* header */ 
		background: url(./images/list_header.gif);
	background-repeat: repeat;
	width: 268px;
	color: #ffffff;
	border: none;
	height: 50px;
	font-size: 13px;
	border-right: 1px solid #ededed;
}
tr { 
}
td { /* cell */ 
	height: 25px;
	padding: 0 5px 0 5px;
	width: 200px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.yes {
	background: url(images/pipa.gif) no-repeat;
	text-indent: -9999px;
}

/* Download button */
#downloadbutton {
	width: 170px;
	height: 200px;
	padding-top:-200px;
}

#downloadbuttonimage {
	width: 170px;
	height: 200px;
}

#downloadbuttonimagehover {
	background: url(images/download-hover.png) no-repeat;
	width: 170px;
	height: 200px;
	margin-bottom: 15px;
}

/* THUMBNAIL */
#screenshotbox {
	float: right;
	width: 208px;
}
#screenshotbox #screenhead {
	background: url(http://www.americanpokernet.com/images/list_header2.gif);
	width: 208px;
	height: 32px; /* 40px */
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 16px;
}
#screenshotbox #screenshot {
	border: 1px solid #c6c6c6;
	border-top: none;
	padding: 10px;
}
#screenshot .thumbnail{
	position: relative;
	z-index: 0;
}
#screenshot .thumbnail img {
	border: none;
}
#screenshot .thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
#screenshot .thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px solid #c6c6c6;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 9999;
}
#screenshot .thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
#screenshot .thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -55px;
	left: -350px; /*position where enlarged image should offset horizontally */
}

/* COUPON */
#cardbox {
	background: url(images/FullTilt_coupon.jpg) no-repeat;
	padding: 10px;
	width: 530px;
	height: 293px;
	color: #FFFFFF;
	margin: 20px 0 20px 0px;
}
#smallcardbox {
	background: url(images/FullTilt_coupon_small.gif) no-repeat;
	padding: 10px;
	width: 530px;
	height: 201px;
	color: #FFFFFF;
}
#cardbox .kozepre1, #cardbox .kozepre2, #cardbox .kozepre3, #cardbox .kozepre4, #smallcardbox .kozepre5 {
	text-align: center;
	width: 530px;
	font-size: 30px;
}
#cardbox .kozepre1 {
	font-size: 24px; 
	margin: 65px 0 5px 0;
}
#cardbox .kozepre3 {
	font-size: 20px;
}
#cardbox .kozepre4 {
	margin-top: 10px;
	font-size: 16px;
}
#smallcardbox .kozepre5 {
	margin-top: -10px;
	font-size: 24px;
}
#cardbox #singup {
	background: url(http://www.americanpokeronline.net/images/sign-up-here-red.png) no-repeat;
	height: 82px;
	width: 324px;
	margin:  5px auto;
}
#cardbox #singup a, #smallcardbox #singup a {
	display: block;
	width: 324px;
	height: 82px;
	text-indent: -9999px;
}
#cardbox a, #cardbox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#smallcardbox #singup {
	background: url(http://www.americanpokeronline.net/images/sign-up-here-red.png) no-repeat;
	height: 82px;
	width: 324px;
	margin: 55px auto 0;
}

/* REVIEW */
.reviewhead {
	background: url(images/review_head.gif) no-repeat bottom;
	margin-top: 10px;
}
.reviewhead h4 {
	margin: 0 0 0 25px;
	padding: 10px 10px 0 10px;
	background: #ffffff;
	font-weight: bold;
	font-size: 14px;
	display: inline;
}
.review {
	background: url(images/review_back.gif) no-repeat bottom;
	padding: 15px 10px 10px 10px;
	margin-top: -8px;
}
.reviewCode {
	background: url(images/review_back.gif) no-repeat bottom;
	padding: 5px 10px;
	text-align: center;
}

div.list {
	width: 735px;
	overflow: hidden;
	text-align: center;
	align: center;
}

/* Left Nav links */

.prname {
	font-weight: bold;
	font-size: 13px;
	background: url(images/us.gif) no-repeat right;
	text-align: left;
	padding-left: 30px;
}

.thmb {
	float: left;
}

.prname_noflag {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	padding-left: 30px;
}
.prrefc {
	font-size: 10px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 30px;
}
.prbon1, .prname a, .prname_noflag a {
	color: #000;
}
.prbon1 {
	font-size: 10px;
	font-weight: bold;
}
.prbon2 {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* Recommended - Bait & Switch */

.recommended_notification {
	background:url("images/exclamation.png") no-repeat scroll 20px 5px #FFF47F;
	border-bottom:3px solid #FFEF3F;
	border-top:3px solid #FFEF3F;
	color:#3F3F3F;
	font-weight:bold;
	height:55px;
	margin-bottom:10px;
	margin-left:-20px;
	padding-left:100px;
	padding-right:10px;
	padding-top:20px;
	text-align:center;
	width:460px;
}

.recommended_heading {
	background:url("images/recommended_header.png") no-repeat scroll 0 0 transparent;
	height:101px;
	margin-left:-25px;
	width:580px;
}

.recommended_logo {
	margin-left:105px;
	margin-top:12px;
}

.recommended_heading h2 {
	color:#FFFFFF;
	display:inline;
	font-size:2.5em;
	margin-left:15px;
	margin-top:27px;
	position:absolute;
}

.recommended_heading h2 a {
	color:#FFFFFF !important;
}
/* New Tables*/
.pokerrooms{
	width: 250px;
	float: left;
	margin: 6px;
	}
.roomhead{
	background-image: url(./images/list_header.gif);
	background-repeat: repeat;
	height: 30px;
	color: #fff;
	padding: 15px 10px 0px 10px;
	}
.roomhead h4{
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	}

.roomhead a{
	color: #fff;
	float: right;
	}
.roomlink {
	float: left;
	width: 120px;
	padding: 10px 5px 5px 0;
	}	
.roomdescription{
	width: 120px;
	text-align: center;
	float: left;
	padding:0px;
	margin: 0;
	}
.clear {
	clear:both;
}
.bonusinfo {
	width:250px;
	height:30px;
	background-image: url(./images/bonusback.png);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
}
.bonuslabel {
	float:left;
	width:100px;
	padding:8px 10px 0 10px;
	text-align:center;
	}
.bonuscode{
	float:left;
	padding:8px 10px 0 10px;
	width:100px;
	text-align:center;
	}
	.bonuscode a{
	color:#fff;
	
	}
