/*
www.epokerindex.com
Design + XTHML/CSS by Lasse Gejl @ www.gejl.net
*/

* {
	margin: 0;
	padding: 0;
}
html {
	background: url(../images/bg_html.gif) repeat-y center top;
}
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	background: transparent url(../images/bg_header.gif) no-repeat center top;
}
input, select, textarea, textfield {
	font: 12px/13px Arial, Helvetica, sans-serif;
}	
hr {
	display: none;
}
p {
	margin: 15px 0;
}
a:hover {
	text-decoration: none;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#news {
	padding: 2px 6px 2px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}
#news em {
	margin-right: 10px;
	font-style: normal;
	color: #ddd;
}
#news a {
	text-decoration: none;
	color: #fff;
}
#news a:hover {
	text-decoration: underline;
}
#logo {
	float: right;
	width: 172px;
	padding: 29px 0 44px 0;
}
#logo h1 {
	text-indent: -100em; 
	overflow: hidden;
	margin: 0;
}
#logo #headline {
	background: url(../images/logo.gif) no-repeat;
	width: 144px;
	height: 60px;
	font-size: 1px;
}
#logo #headline a {
	display: block;
	height: 60px;
}
#navi {
	float: left;
	width: 710px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 4px 0 20px 0;
}
#navi ul li {
	list-style: none;
	float: left;
	margin-right: 4px;
	background: url(../images/bg_navi_right_back2.gif) no-repeat right top;
}
#navi ul li.over {
	background: url(../images/bg_navi_right_back.gif) no-repeat right top;
	cursor: pointer;
}
#navi a {
	color: #000;
	text-decoration: none;
	padding: 4px 8px 1px 8px;
	display: block;
	background: url(../images/bg_navi_left_back2.gif) no-repeat left top;
}
#navi a:hover, #navi ul li.over a {
	color: #fff;
	background: url(../images/bg_navi_left_back.gif) no-repeat left top;
}
#navi li.current, #navi li.current {
	background: url(../images/bg_navi_right.gif) no-repeat right top;
}
#navi li.current a, #navi li.current a:hover {
	cursor: default;
	text-decoration: none;
	color: #000;
	padding-bottom: 2px;
	background: url(../images/bg_navi_left.gif) no-repeat left top;
	font-weight: normal;
}
#navi #intro {
	padding: 7px 0;
	height: 70px;
	text-transform: none;
	color: #fff;
	overflow: hidden;
}
#navi #intro h4 {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	width: 600px;
	color: #ccc;
}
#navi #banner {
	padding: 7px 0;
	height: 70px;
	overflow: hidden;
}
#navi #banner a {
	background: none;
	padding: none;
	margin-left: -9px;
}
#content {
	float: left;
	width: 710px;
}
#content h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
#content h2.networkrooms {
	margin-bottom: 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
}
#content h3 {
	color: #f04a00;
	font-size: 12px;
	margin: -15px 0 0 0;
}
#content h3 a {
	color: #666;
	text-decoration:  none;
}
#content h3 a:hover {
	text-decoration: underline;
}
#content h3 a.current {
	color: #f04a00;
	cursor: default;
	text-decoration: none;
}
#content a {
	color: #f04a00;
}
#content #sortbylanguage {
	float: right;
}
#content table {
	margin: 18px 0 30px 0;
	text-align: right;
	background: #f04a00 url(../images/bg_table_top.gif) no-repeat left top;
	padding-top: 1px;
}
#content table.search {
	background: none;
	font-size: 11px;
	margin: 15px 0 10px 0;
}
#content table.search td {
	text-align: left;
	padding-right: 15px;
}
#content table.search .button {
	padding: 1px 2px;
	cursor: pointer;
}
#content table.networks {
	font-weight: bold;
}
#content table a {
	color: #000;
	text-decoration: none;
}
#content table a:hover {
	text-decoration: underline;
}
#content table.tournaments a {
	color: #f04a00;
	text-decoration: underline;
}
#content table.tournaments a:hover {
	text-decoration: none;
}
#content table a.review {
	text-decoration: none;
	text-transform: uppercase;
	color: #f04a00;
	font-weight: bold;
	padding: 3px 2px;
	margin-right: 10px;
}
#content table a.review:hover {
	text-decoration: underline;
}
#content table tr {
	background: #fff;
}
#content table td {
	padding: 2px 3px;
}
#content table td.left {
	text-align: left;
}
#content table.networks td.logo {
	padding-left: 0;
	width: 160px;
}
#content table.tools td.logo {
	padding-left: 0;
	width: 140px;
}
#content table.tools td.price {
	font-weight: bold;
	width: 50px;
}
#content table tr.headline {
	font-weight: bold;
	color: #fff;
	background: #f04a00;
}
#content table tr.headline td {
	padding: 1px 3px;
	background: url(fake-url-for-ie-bug);
}
#content table tr.headline a {
	color: #fff;
}
#content table tr.highlight {
	background: #fff5cf;
}
#content p.next {
	margin: 0 0 30px 0;
}
#content p.next a {
	padding: 3px 5px;
	text-decoration: none;
	background: #eee;
	color: #000;
	border: 1px solid #000;
	margin-right: 2px;
}
#content p.next a:hover {
	background: #333;
	color: #fff;
}
#content p.next a.abc, #content p.next a.abc:hover {
	background: none;
	padding: 0;
	border: none;
	color: #f04a00;
	font-size: 11px;
	text-decoration: underline;
}
#content p.next a.abc:hover {
	text-decoration: none;
}
#content div#abc {
	display: none;
}
#content ul.abc {
	margin: -10px 0 30px 0;
}
#content ul.abc li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
	margin-right: 1px;
}
#content ul.abc a {
	text-decoration: none;
	padding: 2px 6px;
	border: 1px solid #666;
	color: #666;
}
#content ul.abc a:hover {
	background: #eee;
	color: #000;
	border: 1px solid #000;
}
#content #contactform {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
#content #contactform .field {
	padding: 3px 4px;
	width: 200px;
}
#content #contactform .textarea {
	padding: 5px 5px;
	width: 400px;
	height: 80px;
}
#content #contactform .wide {
	width: 400px;
}
#content #contactform .button {
	padding: 3px 4px;
	cursor: pointer;
}
#content.rules ul {
	margin-left: 40px;
}
#content.rules ol {
	margin: 0 0 20px 40px;
}
#content.rules div.rulespecs {
	float: right;
	margin: 15px 0 10px 30px;
}
#content.rules div.rulespecs img {
	border: 1px solid #eee;
	padding: 3px;
}
#content.rules div.rulespecs h3 {
	color: #000;
	margin: 10px 0 10px 4px;
}

/* reviews */
#content #room_review img.logo {
	float: right;
	border: 1px solid #ccc;
}
#content #room_review {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#content #room_review .score {
	float: right;
	padding: 10px 5px 8px 15px;
	margin: 17px 20px 20px 20px;
	border: 1px solid #ccc;
	background: #fbfce4;
	display: inline;
}
#content .score ul li {
	list-style: none;
	margin-bottom: 5px;
	font-weight: bold;
}
#content .score .ten {
	background: url(../images/score_10.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}
#content .score .nine {
	background: url(../images/score_9.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}
#content .score .eight {
	background: url(../images/score_8.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}
#content .score .seven {
	background: url(../images/score_7.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}
#content .score .six {
	background: url(../images/score_6.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}

#content .score .five {
	background: url(../images/score_5.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}

#content .score .four {
	background: url(../images/score_4.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}

#content .score .three {
	background: url(../images/score_3.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}

#content .score .two {
	background: url(../images/score_2.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}

#content .score .one {
	background: url(../images/score_1.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}

#content .score .zero {
	background: url(../images/score_0.gif) no-repeat 142px center;
	display: block;
	width: 312px;
}


#content .general {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 12px;
}

#content table tr.headline td.score {
	padding-left: 34px;
}
#content table .score .ten {
	background: url(../images/score_10.gif) no-repeat 30px center;
	display: block;
	width: 200px;
}
#content table .score .nine {
	background: url(../images/score_9.gif) no-repeat 30px center;
	display: block;
	width: 200px;
}
#content table .score .eight {
	background: url(../images/score_8.gif) no-repeat 30px center;
	display: block;
	width: 200px;
}
#content table .score .seven {
	background: url(../images/score_7.gif) no-repeat 30px center;
	display: block;
	width: 200px;
}
#content table .score .six {
	background: url(../images/score_6.gif) no-repeat 30px center;
	display: block;
	width: 200px;
}
#content table .score .five {
	background: url(../images/score_5.gif) no-repeat 30px center;
	display: block;
	width: 200px;
}

#content #room_desc {
	padding-top: 20px;
}
#content #room_desc h2 {
	font-size: 14px;
	margin-bottom: -12px;
}
#content #room_desc .column {
	float: left;
	width: 335px;
	padding-right: 20px;
	margin-bottom: 10px;
}
#side {
	float: right;
	width: 200px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 58px;
}
#side h2 {
	font-size: 12px;
	padding: 5px 10px;
	background: #000 url(../images/bg_side_h2.gif) no-repeat left top;
	color: #fff;
}
#side p {
	padding: 7px 10px 10px 10px;
	margin: 0;
}
#side a {
	color: #000;
}
#side a.more {
	background: url(../images/icon_more.gif) no-repeat right center;
	padding-right: 7px;
}
#side .focus {
	position: relative;
	background: #fff url(../images/bg_focus_bottom.gif) no-repeat left bottom;
	margin-bottom: 20px;
}
#side .focus img {
	border: none;
}
#side .focus span {
	position: absolute;
	top: 110px;
	right: 0;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
}
#side .focus a:hover span {
	text-decoration: underline;
	cursor: pointer;
}
#side ul.room_review {
	margin: -8px 0 25px 0;
	list-style: none;
}
#side ul.room_review li {
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}
#side img.room_review {
	margin-bottom: 20px;
	border: 1px solid #eee;
}
#side #missing .field, #side #missing .textarea {
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding: 8px 10px 6px 10px;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	width: 180px;
	color: #f04a00;
}
#side #missing .textarea {
	height: 80px;
}
#side #missing .button {
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	border: none;
	width: 200px;
	background: #fff;
	cursor: pointer;
	text-transform: uppercase;
}
#side #missing .button:hover {
	background: #000;
	color: #fff;
}
#links {
	clear: both;
	width: 710px;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 10px;
	line-height: 14px;
	padding: 10px 0;
}
#links a {
	color: #000;
}
#footer {
	clear: both;
	width: 710px;
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 10px;
	padding: 5px 0 20px 0;
	text-transform: uppercase;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}