body {
	background: url(tile.jpg) repeat-x fixed top;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #222222;
}
a {
	color: #005ac6;
	text-decoration: underline;
}
a:visited {
	color: #005ac6;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px 0px 10px;
	text-align:justify;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 10px;
}
ul li {
	margin: 0px;
	list-style: none;
	background: url(bullet-orange.gif) no-repeat;
	padding-left: 20px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ol li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
blockquote {
	background: url(blockquote.gif) no-repeat left top;
	color: #777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}
#page {
/*background: url(images/main-bg.jpg) no-repeat center top;*/
}
#wrapper {
	width: 1050px;
	margin: 0 auto 0 auto;
	position: relative;
}
/* ------------------------------------- header area  */
#header {
	height: 119px;
	position: relative;
}
#cards {
	position: absolute;
	background: url(logo.png) no-repeat;
	width: 240px;
	height: 207px;
	left: 10px;
	top: 0;
}
#logo {
	left:270px;
	position:absolute;
	top:23px;
}
/* site title */
h1 {
	color: #bbb;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #s {
	background: #ffffff url(form-field-bg.gif) no-repeat;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit {
	background: url(search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}
/* ------------------------------------- main content area  */
#left-col {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
/* main menu */
#nav {
	background: url(navbar.png) repeat-x left top;
	height: 43px;
	clear: both;
	width: 1050px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: normal 18px/100% Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
}
#nav ul li {
	margin: 0;
	float: left;
	background: none;
	padding: 0 10px 0 10px;
}
#nav ul li a {
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	display: block;
	line-height: 43px;
}
#nav li a:hover {
	text-decoration: none;
	color: #cccccc;
}
/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 5px 5px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0 0 5px;
	display:inline;
	line-height: 18px;
	background: none;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}
/* layout */
#layout {
	width: 100%;
	background: url(layout.gif) repeat-y;
	border-collapse: collapse;
	padding: 0 0 0 0;
}
#layout tr td {
	vertical-align: top;
}
#layout tr td.sidebars {
	width: 220px;
}
/* content */
#content-padding {
	padding: 0 20px 20px 20px;
}
#content {
	padding: 25px 25px 15px 25px;
	padding: 0;
	width: 100%;
	clear: both;
	overflow: hidden;
}
#post-head {
	width: 100%;
	border-collapse: collapse;
}
#post-head tr td#head-date {
	width: 50px;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date th tr {
	background: none;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 100%;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category {
	background: url(mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments {
	background: url(mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	margin-right: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}
.entry p.submeta {
	font-size: 11px;
}
/* post title */
h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
/* next & previous page navigation */
.page-nav {
	clear: both;
	height: 21px;
	margin-right: 0px;
}
.page-nav a, .page-nav a:visited {
	text-decoration: none;
	color: #999999;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: underline;
}
.previous-entries a {
	float: left;
	margin-left: 0px;
}
.next-entries a {
	float: right;
	margin-right: 0px;
}
/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(post-nav-next.gif) no-repeat right center;
}
/* sidebox - nav offers */
.nav_offers a.offerid {
	color:#000;
	font-weight:bold;
	display:block;
	cursor:pointer;
	text-decoration:none;
	float:left;
	height:36px;
	line-height:36px;
}
.nav_offers a.offerid:hover {
	text-decoration:none;
}
.number {
	float:left;
	width:15px;
	color:#444;
	text-align:center;
}
.room-icon {
	float:left;
	padding:7px 3px 3px 3px;
}
.room_name {
	float:left;
	width:50px;
	line-height:12px;
	padding:5px 0 0 0;
}
.flag {
	float:right;
	padding:10px 4px 0 30px;
}
/* ------------------------------------- comment area  */
h3#comments {
	background: url(comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	background: url(respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover {
	background: url(submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}
/* comment list */
.commentlist {
	margin: 10px 0px;
	line-height: 130%;
	list-style-type:none;
	padding:0;
}
.commentlist li {
	padding: 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited {
	color: #999999;
}
/* ------------------------------------- footer area  */
#footer-left {
	background: url(content-bottom-bg-left.png) no-repeat left top;
}
#footer-right {
	background: url(content-bottom-bg-right.png) no-repeat right top;
	margin-left: 10px;
}
#footer {
	background: url(content-bottom-bg-center.png) repeat-x left top;
	padding: 15px 0px 0px 10px;
	font-size: 87%;
	color: #282828;
	line-height: 15px;
	clear:  both;
	margin-right: 10px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#copyright {
	background: url(copyright.png) no-repeat;
	line-height: 24px;
	height: 24px;
	width: 1050px;
	color: #ffffff;
	font-size: 10px;
	text-indent: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar-right {
	float:right;
	margin: 10px 13px 0 0;
}
#sidebar-left {
	float: left;
	margin: 35px 0 0 13px;
}
#sidebar-right, #sidebar-left {
	width: 191px;
	color: #666666;
	line-height: 160%;
}
#sidebar-right p, #sidebar-left p {
	margin: 0px 0px 15px;
}
#sidebar-right h3, #sidebar-left h3 {
	font: bold 12px/200% Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#sidebar-right h3 a, #sidebar-right h3 a:visited, #sidebar-left h3 a, #sidebar-left h3 a:visited {
	color: #ffffff;
}
#sidebar-right h3 img, #sidebar-left h3 img {
	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited, #sidebar-left a, #sidebar-left a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active, #sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active {
	text-decoration:underline;
}
#sidebar-right ul, #sidebar-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar-right ul li, #sidebar-left ul li {
	background: url(bullet-orange.gif) no-repeat;
	padding-left: 18px;
}
#sidebar-right ul li ul li, #sidebar-left ul li ul li {
	background: url(bullet-grey.gif) no-repeat;
	padding-left: 12px;
}
/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(mini-archive.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(mini-comment.gif) no-repeat;
}
/* forum posts widget */
#vbulletin-latest-threads ul li {
	background: url(mini-comment.gif) no-repeat;
}
/* category widget */
#categories ul li, #categories-1 ul li, #categories-2 ul li, #categories-3 ul li, #categories-4 ul li, #categories-5 ul li, #categories-6 ul li, #categories-7 ul li, #categories-8 ul li, #categories-9 ul li {
	background: url(mini-category.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(mini-blogroll.gif) no-repeat;
}
/* meta */
#meta .site_admin {
	background: url(cog.gif) no-repeat;
}
#meta .rss {
	background: url(mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(mini-user.gif) no-repeat;
}
#meta .check {
	background: url(mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(mini-wp.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.alignleft {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
/* Gravatars CSS */
.gravatars {
	float: right;
	margin: 3px 0 15px 10px;
	border: 1px solid #333;
}
#footerlinks {
	width:1050px;
	color:#fff;
	background:url(footer_bottom.png) bottom no-repeat;
	margin-top:36px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
}
.footer_inside {
	width:1050px;
	overflow:hidden;
	background:url(footer_top.png) top no-repeat;
	position:relative;
	top:-19px;
	padding-top:10px;
}
.footer_inside ul {
	float:left;
	display:inline;
}
.footer_inside ul li {
	line-height:120%;
	padding-left:10px;
	background: url(li-bullet.gif) no-repeat center left;
	float:left;
	margin-left:10px;
	width:200px;
}
.footer_inside ul.column1 {
	margin-left:80px;
}
.footer_inside a {
	color:#eaeaea;
	text-decoration:none;
}
.footer_inside a:hover {
	color:#ccc;
}
/* ------------------------------------- rounded tables  */
#rounded-corner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company {
	background: #b9c9fe url(left.png) left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4 {
	background: #b9c9fe url(right.png) right -1px no-repeat;
}
#rounded-corner th {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left {
	background: #e8edff url(botleft.png) left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right {
	background: #e8edff url(botright.png) right bottom no-repeat;
}
#rounded-corner tbody tr:hover td {
	background: #d0dafd;
}
/* ------------------------------------- colored boxes  */

.box_one {
	border: 1px solid #83A8C7;
	background: #D7E3ED;
	margin: 0 0 12px 0;
	padding: 4px;
}
.promo_description p, .promo_notice p {
	margin:0 0 6px 0;
}
.box_two {
	border: 1px solid #339900;
	background: #E8FFE8;
	margin: 0 0 12px 0;
	padding: 4px
}
/* ------------------------------------- tables  */

/* Global */
.h2gr {
	background:#3a3a3a;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin:0;
	line-height:100%;
	padding:6px 0 5px 10px;
}
.h2cc {
	background:#ccc;
	font-size:15px;
	font-weight:bold;
	color:#555;
	margin:0;
	line-height:100%;
	padding:6px 0 5px 10px;
}
.lnk-play {
	display:inline-block;
	padding:0 0 0 18px;
	background:url(play-icon.gif) 0 1px no-repeat;
}
.lnk-info {
	display:inline-block;
	padding:0 0 0 18px;
	background:url(info-icon.gif) 0 1px no-repeat;
}
.cmn_tabs {
	background:#56ac4e;
	padding: 0px 0px 3px 0px;
	overflow:hidden;
	zoom:1;
}
.cmn_tabs table {
	width:100%;
}
.cmn_tabs table td {
	border-right:1px solid #fff;
	text-align:center;
}
.cmn_tabs table .last {
	border:none;
}
.cmn_tabs table td a {
	display:block;
	background:#dadada;
	font-size:13px;
	height:25px;
	line-height:25px;
	color:#333;
	padding: 0px 2px;
}
.cmn_tabs table td .active {
	font-weight:bold;
	background:#56ac4e;
	color:#fff;
	text-decoration:none;
}
.cmn_tabs_wrap .cmn_ti {
	display:none;
}
.cmn_tabs_wrap .active {
	display:block;
}
.partners_table {
	margin-bottom:12px;
}
.pt-table {
	border:1px solid #ccc;
	border-width:0 1px 0 1px;
	width:100%;
}
.pt-table td {
	border-bottom:1px solid #ccc;
	text-align:center
}
.pt-table thead td {
	background:#e7e7e7;
	padding-top:2px !important;
	padding-bottom:2px !important;
	white-space:nowrap;
}
.pt-table tbody td {
	padding:6px 0;
}
.pt-table tbody .pt-rk {
	font-size:18px;
	font-weight:bold;
	color:#999;
	width:38px;
}
.pt-table .pt-c {
	text-align:left;
	width:180px;
	padding: 6px 0px 6px 10px;
}
.pt-table .pt-c img {
	vertical-align:middle;
	padding:0 10px 0 0;
}
.pt-table tbody .pt-u img {
	padding-top:4px;
}
#page_internet-blackjack-casino .pt-table .pt-c {
	padding-left:0;
}
#page_internet-blackjack-casino .pt-table thead .pt-c {
	padding-left:5px;
}
.pt-table tbody .pt-c a {
	line-height:25px;
	background-repeat:no-repeat;
	background-position:0 0;
}
.pt-table tbody .pt-s {
	font-weight:bold;
	color:#cd3424;
}
.pt-g {
	width:60px;
}
.pt-csa {
	background-color:#f0d588;
}
.pt-table tbody .pt-csa {
	font-weight:bold;
}
.pt-swi {
	text-align:left !important;
	padding-left:10px !important;
}
.pt-table tbody .pt-swi {
	width:45px;
}
.pt-swi img {
	border:none;
}
.pt-sws {
	width:60px;
	padding-right:20px !important;
}
.pt-table .ixpt-cec span {
	background-position:100% 50%;
	height:24px;
}
.download {
	text-align:center;
}
.download a {
	display:block;
	width:21px;
	height:18px;
	background:url(download.png) 0 0 no-repeat;
	margin:0 auto;
	cursor:pointer;
	text-decoration:none;
}
/* ------------------------------------- review details  */
.review_top {
	overflow:hidden;
}
.review_poker_logo {
	display:block;
	width:190px;
	height:88px;
	float:left;
}
.review-top-bonuses {
	width:260px;
	height:89px;
	margin:20px 10px;
	float:left;
	text-align:left;
}
.rt-bonus {
	width:160px;
	margin:5px 0 0 0;
	font-weight: bold;
	font-size:13px;
	line-height:5px;
}
.rt-fr-play {
	text-align:center;
	width:120px;
}
.rt-fr-play img {
	border:none;
	margin:-5px
}
.red {
	color:#e91f1f;
}
.rt-score {
	float:left;
	width:60px;
	height:88px;
	background-color:#ededed;
	color:#005d89;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	line-height:88px;
	margin:5px;
}
.rt-editor-choice {
	background-image:url(editors-icon-54x11.gif);
	background-repeat:no-repeat;
	background-position:50% 95%;
	line-height:70px;
}
.cr-details-block .h2cc {
	margin:6px 0 0 0
}
.cr-details {
	background-color:#ededed;
	height:52px;
	margin:10px 0 0 0;
	padding:7px 10px;
}
.cr-soft {
	float:left;
	width:140px;
}
.cr-soft a, .cr-payouts a {
	font-weight:bold;
}
.cr-soft a img {
	margin:5px 0 0 0;
}
.cr-soft span {
	font-size:24px;
	font-weight:bold;
	color:#2f8627;
	line-height:40px;
	margin:0 0 0 5px;
}
.cr-payouts {
	float:left;
	width:155px;
}
.cr-payouts p, .cr-games p {
	margin:3px 0;
}
.cr-games {
	float:left;
	width:105px;
}
.cr-details-links {
	float:left;
	width:115px;
	text-align:left;
	margin:34px 0 0 0;
}
/*.cr-table-sections{border-collapse:collapse;width:100%;text-align:center;border:1px solid #FFFFFF;margin:8px 0 0 0;}
	.cr-table-sections td{background-color:#56ac4e;height:3px;width:107px;}
	.cr-table-header td{border-width:0 1px;border-style:solid;border-color:#FFFFFF;background-color:#d7d7d7;height:32px;}
		.cr-table-sections td a{height:32px;width:107px;display:block;line-height:32px;}
	.cr-active-tab{background-color:#56ac4e !important;}
		.cr-active-tab a{color:#FFFFFF !important;font-weight:bold;text-decoration:none;}*/
.cr-tabs {
	margin:6px 0px 0px 0px;
}
.cr-tabs .cmn_tabs table td a {
	height:32px;
	line-height:32px;
}
.cr-details-table {
	border-collapse:collapse;
	border:1px solid #cccccc;
	width:547px;
	margin:0px 0 0 1px;
	text-align:left;
}
.cr-details-table thead td {
	background-color:#cccccc;
	font-size:14px;
	font-weight:bold;
	padding:7px;
}
.cr-details-table tbody td {
	padding:7px;
}
.cr-table-odds td {
	background-color:#eeeeee;
}
.det-td-l {
	width:100px;
}
.cr-details-table img {
	border:none;
	margin:0 7px 0 0;
}
.cr-bottom-link {
	overflow:hidden;
	margin:6px 0 0 0;
}
.cr-down-casino {
	float:left;
	background:url(download.png) no-repeat 0 0;
	padding:0 0 0 27px;
	height:21px;
	line-height:21px;
}
.cr-br-link {
	float:right;
}
/* ------------------------------------- revue des casinos  */
.wierd_table {
	border:1px solid #ccc;
	padding:26px 0 0 0;
	position:relative;
	margin-bottom:24px;
	width:546px;
}
.wierd_head {
	position:absolute;
	background:#005d89 !important;
	width:548px;
	top:-1px;
	left:-1px;
	right:-1px;
	height:26px;
	overflow:hidden;
	background-image:none !important;
}
.wierd_head h2, .wierd_head span {
	display:block;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:6px 0 5px 10px;
	line-height:100%;
}
/*.wierd_online-vegas {background:url(../img/bg-head-onlinevegas.gif) 0 0 no-repeat;}
.wierd_rushmore {background:url(../img/bg-head-rushmore.gif) 0 0 no-repeat;}
.wierd_rome {background:url(../img/bg-head-rome.gif) 0 0 no-repeat;}
.wierd_golden {background:url(../img/bg-head-golden.gif) 0 0 no-repeat;}
.wierd_club-usa {background:url(../img/bg-head-club-usa.gif) 0 0 no-repeat;}*/


.wierd_table .review_top {
	padding:0 8px;
}
.wierd_table .review_top_txt {
	width:320px;
}
.wierd_table .review_top strong {
	font-size:12px;
}
.wierd_table .review_top .uspic {
	float:none;
}
.wierd_table .review_buttons {
	margin-top:8px;
}
.wierd_review_butt {
	width:125px;
	background:url(bg-button-silver17.gif) 0 0 repeat-x;
	height:17px;
	line-height:17px;
	text-align:center;
	border:1px solid #a8a8a8;
	float:left;
}
.wierd_review_butt:link, .wierd_review_butt:visited, .wierd_review_butt:hover {
	text-decoration:none;
	color:#545454;
}
.wierd_playnow_butt {
	width:125px;
	background:url(bg-button-gold17.gif) 0 0 repeat-x;
	height:17px;
	line-height:17px;
	text-align:center;
	border:1px solid #cb8812;
	float:right;
}
.wierd_playnow_butt:link, .wierd_playnow_butt:visited, .wierd_playnow_butt:hover {
	text-decoration:none;
	color:#814300;
}
.wierd_table .grey_block {
	padding:0;
}
.wierd_table .grey_header {
	margin-top:0;
}
.wierd_table .grey_block_table {
	border-width:0;
}
.wierd_table .grey_block_table td {
	border:solid #ccc;
	border-width:0 0 1px 0;
	vertical-align:top;
}
.wierd_table .grey_block_table tr.grey_table_odd td {
	background:#eee;
}
.wierd_table .grey_block_table tr.trlast td {
	border:none;
}
.wierd_download {
	margin:14px 0 10px 0;
	width:546px;
	padding: 40px 0px 0px 0px;
}
.wierd_download .review_top {
	padding-bottom:24px;
}
.wierd_download .review_top .uspic {
	float:left;
}
.wierd_download .wdt {
	display:block;
	margin-bottom:4px;
}
.wierd_download u {
	text-decoration:none;
	font-weight:bold
}
.wierd_table .screen_modal, .wierd_table .screen_modal:hover {
	width:100px;
	height:75px;
	margin:0;
}
.wierd_table .screen_modal span {
	width:100px;
	height:75px;
}
* html .wierd_table .screen_modal span {
	background:none;
}
.wierd_download .screen_modal, .wierd_download .screen_modal:hover {
	width:150px;
	height:113px;
	margin:0 auto;
	float:none;
}
.wierd_download .screen_modal span {
	width:150px;
	height:113px;
}
.wierd_table .rbt_l {
	width:105px;
}
.wierd_table .grey_block_table span {
	font-size:16px;
	font-weight:bold;
}
.wierd_table .grey_block_table p {
	margin:0.3em 0;
}
.wierd_table .grey_table_odd_v {
	background:#eeeeee;
}
.wierd_offer {
	padding:10px 10px 10px 0;
}
.wierd_offer .review_top_txt {
	width:310px;
}
.claim_offer {
	display:block;
	float:right;
}
/* ------------------------------------- liste des casinos  */
.wierd_vcasinos {

	padding:25px 0 0 0;
	margin:0 0 12px 0;
	width:546px;
}
.wierd_vcasinos .wierd_head {
	height:26px;
}
.wierd_vcasinos .screen_modal, .wierd_vcasinos .screen_modal:hover {
	width:150px;
	height:113px;
	float:none;
}
.wierd_vcasinos .screen_modal span {
	width:150px;
	height:113px;
}
.varc_item {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #d0d0d0;
	overflow:hidden;
}
.varc_first {
	border-top:0 none;
}
.varc_last {
	border-bottom:0 none;
}
.varc_first .varc_actually, .varc_first .varc_scr1, .varc_first .varc_scr2 {
	border-top:0 none;
}
.varc_last .varc_actually, .varc_last .varc_scr1, .varc_last .varc_scr2 {
	border-bottom:0 none;
}
.varc_actually, .varc_scr1, .varc_scr2 {
	height:140px;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #fbfbfb;
	position:relative;
	float:left;
}
.varc_actually {
	width:180px;
	background:#eee;
	border-top-color:#e7e7e7;
	border-bottom-color:#ebebeb;
	text-align:center;
}
.varc_title {
	text-align:left;
	padding:5px 4px 5px 14px;
}
.varc_title a {
	font-weight:bold;
	text-align:left;
	padding-right:26px;
	background:url(fr-coin-small.png) 100% 1px no-repeat;
}
.varc_bonus {
	font-size:11px;
	padding:5px 0 3px 16px;
	width:74px;
	float:left;
	text-align:left;
	margin:-17px auto;
}
.varc_match {
	font-size:11px;
	padding:5px 16px 3px 0;
	width:74px;
	float:right;
	text-align:right;
	margin:-17px auto;
}
.varc_score {
	width:74px;
	float:left;
	font-size:11px;
	text-align:left;
	padding:0 0 0 16px;
}
.varc_us {
	width:74px;
	margin: 0px auto;
	float:right;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	padding:0 16px 0 0;
}
.varc_scr1, .varc_scr2 {
	width:160px;
	height:117px;
	padding: 15px 0 0 18px;
}
.varc_scr1 .screen_modal, .varc_scr1 .screen_modal:hover {
	margin:10px 8px 0 21px;
}
.varc_scr2 .screen_modal, .varc_scr2 .screen_modal:hover {
	margin:10px 16px 0 8px;
}
.wierd_defaultvarc .varc_actually, .wierd_defaultvarc .varc_scr1, .wierd_defaultvarc .varc_scr2 {
	height:146px;
}
.wierd_defaultvarc .varc_scr1 .screen_modal, .wierd_defaultvarc .varc_scr1 .screen_modal:hover {
	margin:21px 8px 0 16px;
}
.wierd_defaultvarc .varc_scr2 .screen_modal, .wierd_defaultvarc .varc_scr2 .screen_modal:hover {
	margin:2px 16px 0 8px;
}
.varc_scr2 > span {
	display:block;
	text-align:center;
	font-weight:bold;
	padding:2px 13px 2px 0;
}
* html .varc_scr1 .screen_modal span, * html .varc_scr2 .screen_modal span {
	display:none;
}
.wierd_default-bj {
	background:#ccc !important;
}
.wierd_default-bj h2 {
	color:#555 !important;
}
.varc_downlink {
	display:block;
	width:446px;
	height:35px;
	margin:24px 0;
}
.varc_dl_pontoon {
	background:url(bg-downbutton-pontoon.gif) 0 0 no-repeat;
}
.varc_dl_progressive {
	background:url(bg-downbutton-progressive.gif) 0 0 no-repeat;
}
.varc_dl_vegas-strip {
	background:url(bg-downbutton-vegas-strip.gif) 0 0 no-repeat;
}
.varc_dl_superfun21 {
	background:url(bg-downbutton-superfun21.gif) 0 0 no-repeat;
}
.varc_dl_switch {
	background:url(bg-downbutton-switch.gif) 0 0 no-repeat;
}
.varc_dl_perfectpairs {
	background:url(bg-downbutton-perfectpairs.gif) 0 0 no-repeat;
}
/*BUTTONS height:17*/
.gold-button, .gold-button:hover {
	background:url(bg-gold-button.gif) repeat-x 0 0;
	border:1px solid #cb8812;
	line-height:17px;
	height:17px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#654101 !important;
	font-weight:normal;
}
/* ------------------------------------- jeux de casino  */
.bgs-item {
	margin:0 0 12px 0;
}
.bgs-table {
	border:1px solid #ccc;
	border-width:0 1px;
	margin:0 0 20px 0;
}
.bgs-table td {
	border:1px solid #ccc;
	border-width:0 0 1px 0;
}
.bgst-1 {
	padding:5px;
}
.bgst-2 {
	padding:12px 10px 7px 5px;
	vertical-align:top;
	line-height: 18px;
}
.bgst-title {
	font-size:14px;
	font-weight:bold;
}
.bgst-title span {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:#666;
}
.bgst-2 p {
	margin:6px 0 0 0;
}
.bgst-mb {
	margin:5px 0 0 0;
	text-align:right;
	color:#999;
}
.bgst-mbp {
	margin:5px 0 0 0;
	text-align:right
}
.bgst-3 {
	background:#ededed;
	font-size:24px;
	font-weight:bold;
	color:#005d89;
	line-height:120px;
}
.bgst-3 span {
	padding:0 15px;
}
.bgst-ec span {
	display:block;
	line-height:100%;
	padding-bottom:13px;
	background:url(editors-icon-54x11.gif) 50% 100% no-repeat;
}
.reviews_banner img {
	float:left;
	margin:2px 5px 2px 0;
	border:1px solid #000;
	padding:3px;
	background:#fff;
}
.reviews {
	border-bottom:1px dotted #457C92;
	margin:5px 0;
	padding:0 0 5px;
}
.reviews h3, .reviews h3 a, .bonus h3, .bonus h3 a {
	padding:0;
	margin:0;
	color:#000;
	text-decoration:none;
	font-size:14px;
	margin:0 0 3px 0;
	font-weight:bold;
}
.reviews h3 a:hover, .bonus h3 a:hover {
	color:#808080;
	text-decoration:none;
}
.reviews h4, .reviews h4 a {
	padding:0;
	margin:0;
	text-align:left;
	color:#104867;
	text-decoration:none;
	font-size:14px;
	margin:0 0 3px 0;
	font-weight:bold;
}
a.read-more {
	background:#FF0000;
	color:#FFFFFF;
	cursor:pointer;
	padding:3px 10px;
}

