#content-left {
	float: left;
	margin-right: 285px;

	color: #666;
}

#content-right {
	float: left;
	width: 275px;
	margin-left: -275px;
}

#poker-rooms-big-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#poker-rooms-big-list li {
	margin: 10px 0;
	height: 88px;
	border: 1px solid #ccc;
	background-color: #eee;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#poker-rooms-big-list .room-thumb {
	width: 170px;
	height: 90px;
	margin: -1px 0 0 -1px;
}

#poker-rooms-big-list .bonus-code {
	width: 160px;
	height: 30px;
	margin: 20px;
	padding: 10px;
	background-color: #c9c9c9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#poker-rooms-big-list .bonus-code h1 {
	color: #333;
	margin-left: 10px;
	font-size: 1.75em;
	letter-spacing: -2px;
}

#content table {
	width: 100%
}

#content table h2 {
	margin: 0px;	
}

#content table p {
	margin: 0px;	
}

#content table tr {
	vertical-align: top;	
}

#content #description {
	text-align: justify;
	margin-right: 30px;
}

#content #image {
	margin-right: 30px;
	padding: 5px;
}

#content #image img {
	border: 3px solid #F9B90E !important;
}

#content #logo {
	text-align: center;
}

#content #analysis {
	border-top: 1px solid #666;
	padding-top: 10px;
}

.bonus-description {
	height: 100px;

	background: #3b3b3b;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
	background: -moz-linear-gradient(top, #444, #333);

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.bonus-description .description {
	float: left;
	height: 78px;
	width: 392px;
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 10px;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.bonus-description .bonus {
	float: left;
	width: 221px;
	margin: 20px 0 0 20px;
	color: #ccc;
}

.bonus-description .bonus .label {
	font-size: 0.75em;
	letter-spacing: 2px;
}

.bonus-description .bonus .code {
	color: #fff;
	font-size: 2.25em;
	margin-left: 15px;
	line-height: 1.25em;
	letter-spacing: -3px;
}

.box {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box h1 {
	font-size: 1.25em;
	font-weight: normal;
	color: #c00;
}

.box th, .box td {
	padding: 0;
	background: none;
	text-align: left;
	color: #666;
}

.box th {
	font-weight: bold;
	padding-right: 5px;
}

.box-left {
	float: left;
	width: 180px;
	height: 278px;
	margin-right: 10px;
}

.box-middle {
	float: left;
	width: 180px;
	height: 278px;
	margin-right: 10px;
}

.box-top-right {
	float: left;
	width: 209px;
	height: 123px;
}

.box-bottom-right {
	float: left;
	width: 209px;
	height: 123px;
}

.score {
	width: 88px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	margin: 10px auto;
	border: 1px solid #ccc;
	color: #c00;
	font-size: 3em;
	font-weight: bold;

	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e3e3e3));
	background: -moz-linear-gradient(top, #f0f0f0, #e3e3e3);

	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#buttonPlay {
	display: inline-block;
	margin-left: 10px;
	height: 60px;
	padding: 20px;
	line-height: 30px;

	font-size: 2em;
	text-decoration: none;

	color: #fff;
	background: #900;
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#670000));
	background: -moz-linear-gradient(top, #c00, #670000);

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

