h1 {
	font:bold 20px "Trebuchet MS";
	margin-top:20px;
}

h2,
h3 {font:bold 16px "Trebuchet MS";}

h4,
h5 {font-size:12px;}

h6 {font-size:12px;}

input, select, textarea {font:12px Arial;}

a img {border:0;}

hr {display:none;}

/*
	=== Site Layout ===
*/
ul#help-nav {display:none;}

/* Quick Links */
#quick-links {
	width:180px;
	float:right;
	padding:10px 0 0 10px;
}

	#quick-links p select {width:180px;}

	#quick-links form {margin:0 0 18px;}

		#quick-links form p {margin:0;}

			#quick-links form p label {
				font-weight:bold;
				color:#464646;
			}

				#quick-links form p label input {
					background:#F8F8F8;
					border:1px solid #DADADA;
					width:80px;
					font-weight:normal;
					margin:0 5px 0 5px;
				}

	#quick-links div {margin:0 0 18px 0;}

	#quick-links div#ql-prr {background:#ECF3F9;/* url("/css/gfx/site/poker-room-reviews-bg.gif") no-repeat right 60px;*/}

		#quick-links div#ql-prr a {color:#4D6D9C; }
		#quick-links div#ql-prr ul {padding-bottom:10px;}

			#quick-links div#ql-prr ul li.top-pick {background:url("/css/gfx/icons/top-pick.gif") no-repeat right 50%;}
			#quick-links div#ql-prr ul li.local-top-pick {background:url("/css/gfx/icons/top-pick-usa.gif") no-repeat right 50%;}
			#quick-links div#ql-prr ul li.local {background:url("/css/gfx/icons/flags/usa-small.gif") no-repeat right 50%;}
			
			#sc-room-reviews ul li.top-pick {background:url("/css/gfx/icons/top-pick.gif") no-repeat right 50%;}
			#sc-room-reviews ul li.local-top-pick {background:url("/css/gfx/icons/top-pick-usa.gif") no-repeat right 50%;}
			#sc-room-reviews ul li.local {background:url("/css/gfx/icons/flags/usa-small.gif") no-repeat right 50%;}

		#quick-links div#ql-prr h2 {
			background:#E3EDF6 url("/css/gfx/site/stack-quick-links-heading-left.gif") no-repeat left bottom;
			color:#445F72;
		}

			#quick-links div#ql-prr h2 span {background:url("/css/gfx/site/stack-quick-links-heading-right.gif") no-repeat right bottom;}

				#quick-links div#ql-prr h2 span a {color:#445F72;}

	#quick-links h2 {
		margin:0 0 10px 0;
		background:#E7E8EA url("/css/gfx/site/stack-quick-links-heading-left.gif") no-repeat left top;
		color:#737373;
		font-size:12px;
		font-family:Arial;
	}

		#quick-links h2 span {
			display:block;
			padding:5px 10px;
			background:url("/css/gfx/site/stack-quick-links-heading-right.gif") no-repeat right top;
		}

		#quick-links h2 a {
			color:#737373;
			text-decoration:none;
		}

		#right-col h3 a:hover {text-decoration:underline;}

	#quick-links ul {
		margin:0 10px 0 10px;
		list-style-type:none;
	}

		#quick-links ul li a {color:#425F6F;}

		#quick-links ul li img {
			vertical-align:middle;
			margin:0 0 0 10px;
		}

/* Main Wrapper */

/* Header */
#header {
	background: url(/css/redesign/gfx/site/header-hi.jpg) no-repeat;
	height: 79px;
	position: relative;
}

	/* Logo */
	#header strong {
		display: block;
		width: 335px;
		height: 75px;
		position: absolute;
		left: 10px;
		top: 3px;
	}
	
		#header strong a {
			display: block;
			height: 75px;
			text-decoration: none;
			outline: 0;
			text-indent: -10000px;
		}
		#header strong span {
			display: block;
			height: 75px;
			text-decoration: none;
			outline: 0;
			text-indent: -10000px;
		}


	/* "Slogan" */
	#header p {
		display: none;
	}

	/* SEO h1 */
	#header h1 {
		margin: 0;
		font-size: 14px;
		font-weight:normal;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		position: absolute;
		left: 470px;
		top: 30px;
	}

	/* header search/email/calculator buttons */
	#header ul {
		margin: 0;
		list-style-type: none;
		position: absolute;
		right: 0;
		bottom: 3px;

		_height: 1%;
		+display: inline-block;
	}
	/*split test */
	#pokerlistings-head-b #header ul,
	#pokerlistings-head-original #header ul {
		right:15px;
	}
	
	#header ul:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
	}
	
		#header ul li {
			float: left;
			margin: 0 3px 0 0;
		}
		
			#header ul li a {
				background: url(/css/redesign/gfx/site/nav-icons.gif) no-repeat;
				display: block;
				width: 34px;
				height: 34px;
				text-indent: -10000px;
				text-decoration: none;
				outline: 0;
			}
			/*split test */
			#pokerlistings-head-b #header ul li a,
			#pokerlistings-head-original #header ul li a {
				background: url(/css/redesign/gfx/site/nav-icons.png) no-repeat;
			}
			
			#header ul li#header-nav-search a {
				background-position: left 0px;
			}
				#header ul li#header-nav-search a:hover {
					background-position: left -34px;
				}
			#header ul li#header-nav-newsletter a {
				background-position: left -68px;
			}
				#header ul li#header-nav-newsletter a:hover {
					background-position: left -102px;
				}
			#header ul li#header-nav-odds-calc a {
				background-position: left -136px;
			}
				#header ul li#header-nav-odds-calc a:hover {
					background-position: left -170px;
				}

		
		#header-nav-tool-tip {
			display: block;
			position: absolute;
			right: 0px;
			top:50px;
			width: 108px;
			text-align: center;
			color: #80bfff;
		}
		
/* Split Test */
#pokerlistings-head-b ul, #pokerlistings-head-original ul {
	top:78px;
	*top:77px;
	right:15px;
}
	/*#pokerlistings-head-b #header ul li a, #pokerlistings-head-original #header ul li a {
		background:transparent url(/css/redesign/gfx/site/nav-icons.png) no-repeat scroll 0% 0%;
	}*/

/* Bread-Crumbs */
#bread-crumbs {
	padding:0;
	background:#F1F1F1;
	border-bottom:1px solid #ccc;
}

#bread-crumbs.alt {border:0;}

	#bread-crumbs p {
		background:url("/css/gfx/icons/arrow-box.gif") no-repeat 10px 50%;
		margin:0;
		padding:10px 10px 10px 30px;
	}

/* Intro */
#intro {
	padding:10px;
	background:#F3F3F3;
	border-bottom:1px solid #ccc;
	border-top:1px solid #F1F1F1;
}

	#intro h2 {color:#454545;}

	#intro p.right {
		height:60px;
		margin:20px 40px 10px 20px;
	}

		#intro p.right img {
			margin:0 10px 0 0;
			vertical-align:middle;
		}
	
	#intro div.right {margin-left:20px;}

		#intro div.right ul.left {margin-right:10px;}

/* Search-Bar */
#search-bar {
	_height:1px;
	background:#F9F9F9;
	margin:20px 0 0 0;
	clear:both;
	border-top:1px solid #CBCBCB;
	border-bottom:1px solid #f9f9f9;
}

	#search-bar form p {
		margin:20px 0;
		text-align:center;
	}

		#search-bar form p label {
			color:#494949;
			font-size:14px;
			font-weight:bold;
		}
	
			#search-bar form p label input {
				position:static;
				left:0;
				top:0;
				width:276px;
				height:24px;
				padding:8px 40px 0 10px;
				margin:0 0 0 10px;
				background:url("/css/gfx/site/search-bar-input.gif") no-repeat;
				border:0;
				font-size:12px;
				text-indent:0;
				vertical-align:middle;
			}

			#search-bar form p input {
				width:28px;
				height:28px;
				margin:-1px 0 0 -36px;
				padding:0;
				background:url("/css/gfx/site/search-bar-submit.gif") no-repeat;
				border:0;
				text-indent:-10000px;
				font-size:0;
				vertical-align:middle;
				_margin:0;
				_position:relative;
				_left:-36px;
				_top:-1px;
			}

/* Footer */
#footer {
	background: #fff url(/css/redesign/gfx/site/footer.gif) no-repeat left top;
	color: #797979;
	clear: both;
	margin: 0 -9px;
	padding: 50px 19px 0;
	*padding-top: 20px;
	border-bottom:0;
	border-top:0;
	text-align:center;
}

	#footer a {
		color: #003f7d;
	}
	
	/*#footer div {
		border-bottom: 1px solid #e1e1e1;
		padding: 15px 0 5px;
		_height: 1%;
		+display: inline-block;
	}*/
	
	#footer div:after {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
	}
	
	.footer-links {
		text-align:left;
	}
	
	#footer #footer-navigation {
		padding-top: 5px;
		padding-left:30px;
		margin-bottom:20px;
	}
	
	#footer #footer-utils {
		padding-bottom:10px;
	}
		#footer #igasa {
			float:right;
			margin:10px 20px 20px 0;
			position: relative;
		}
		.pokerlistings-homepage-b #footer #igasa {
			margin:10px 40px 20px 0;
		}
		#footer #footer-sign-up {
			border-left:1px solid #CCCCCC;
			padding-left:20px;
			_height: 1%;
			+display: inline-block;
		}

		#footer #footer-navigation form br {
			display: none;
		}
		
		#footer #footer-navigation form select {
			width: 200px;
			margin-left: 5px;
			color:#003f7d;
		}
	
		#footer #footer-sign-up form {
			/*float: right;*/
			_width: 10px;
			width:260px;
			/*padding-top:5px;*/
		}
			#footer-sign-up form p {
				text-align: left;
				_white-space: nowrap;
				*margin-bottom:5px!important;
			}
			
			#footer-sign-up form br {
				display: none;
			}
	
			#footer-sign-up form p.last-child label input {
				/*width: 137px;*/
				margin-right: 5px;
			}
			#footer-sign-up input.name {
				width:97%;
			}
			#footer-sign-up input.email {
				width:auto;
			}
			#footer-sign-up table {
				margin-bottom: 5px;
			}
	
	#footer #footer-copy {
		_height: 1%;
		+display: inline-block;
		background: url(/css/redesign/gfx/site/footer-copy.gif) no-repeat left bottom;
		padding: 15px 20px 30px;
		margin: 0 -20px;
		border-bottom: 0;
		_width: 907px;
	}
	
		#footer #footer-copy p {
			float: left;
			margin: 0;
		}
	
		#footer #footer-copy p.last-child {
			float: right;
		}
