/* GENERAL */
html, body { 
	margin: 0;
	padding: 0;
	width:100%; 
	height:100%; 
	min-height:100%; 
}

body {
	font: small "Lucida Grande", Verdana, serif;	
	color:#FFFFFF;
	background-color: #3C0009;
	background-image: url(/images/vegas_web_strip_background.gif);
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a.nounderline {
	color: #FFFFFF;
	text-decoration: none;
}

a.small_links {
	font-size: 70%;
}

a.hoverline {
	color: #FFFFFF;
	text-decoration: none;
}

a.hoverline:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	color:#FFFFFF;
	margin: 0;
	text-indent: -2000px;
}

h1.no_indent {
	color:#FFFFFF;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 140%;
	text-indent: 0;
	display: inline;
}

h2 {
	color:#FFFFFF;
	margin: 0;
	text-indent: -2000px;
}

h2.no_indent {
	color:#FFFFFF;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 140%;
	text-indent: 0;
	display: inline;
}

h3.no_indent {
	color:#FFFFFF;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10pt;
	text-indent: 0;
	display: block;
	text-decoration: underline;
	margin: 0;
}

img {
	border: 0;
}

/* MAIN TABLE LAYOUT */

table#container {
	border: 0;
	width: 920px;
	height: 100%;
	margin: 0 auto;
	text-align: top;
	vertical-align: top;
	background-color: #000000;
}

td#fade_left {
	width: 10px;
	height: 100%;
	background-image: url('/images/fade_left.png');
}

td#fade_right {
	width: 10px;
	height: 100%;
	background-image: url('/images/fade_right.png');
}

td#content {
	width: 900px;
	height: 100%;
	text-align: top;
	vertical-align: top;
}

/* MAIN PAGE */

div#main {
	padding: 0;
	width: 900px;
	min-height: 100%;
	background-color: #000000;
}

/* HEADER */

div#page_header {
	margin-bottom: 10px;
}

div#mainbanner {
	width: 900px;
	height: 170px;
	background-image: url("/images/vegas_web_strip_banner_logo.png");
}

/* SIDE BANNERS */

div#banner_left {
	width: 130px;
	float: left;
	text-align: left;
}

	div#banner_left img {
		margin-bottom: 15px;
	}

form.sidebar_form {
	display: inline;
	width: 106px;
}

input.sidebar_textfield {
	width: 90px;
	height: 12px;
	font-family: Arial;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #5B0404;
	border: 1px solid #000000;
	color: #FFFFFF;
}

input.sidebar_button {
	width: 60px;
	height: 20px;
	color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	margin-top: 2px;
	border: 1px solid #222222;
	background-color: #000000;
}

input.sidebar_checkbox {
	width: 11px;
	height: 11px;
}

div.sidebar_text {
	font-size: 9px;
}

div.box_left {
	width: 112px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #5B0404;
	background-color: #3C0009;
}

	div.box_left h1 {
		font-size: 14px;
		display: inline;
		margin: 0;
	}
	
	div.box_left ul {
		margin: 0;
		padding: 0;
	}
	
	div.box_left ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	div.box_left ul li a {
		text-decoration: none;
		font-size: 9px;
		color: #FFFFFF;
	}
	
	div.box_left ul li a:hover {
		/* background-color: #5B0404; */
		text-decoration: underline;
	}

div#banner_right {
	width: 130px;
	float: left;
	text-align: right;
}

	div#banner_right img {
		margin-bottom: 15px;
	}

div.box_right {
	width: 112px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #5B0404;
	text-align: left;
	background-color: #3C0009;
}

	div.box_right h1 {
		font-size: 14px;
		display: block;
		margin: 0 0 5px 0;
	}
	
	div.box_right ul {
		margin: 0;
		padding: 0;
	}
	
	div.box_right ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	div.box_right ul li a {
		text-decoration: none;
		font-size: 9px;
		color: #FFFFFF;
	}
	
	div.box_right ul li a:hover {
		/* background-color: #5B0404; */
		text-decoration: underline;
	}

/* MENUS */

div#menu_horizontal_top {
	width: 900px;
	height: 21px;
	font: small "Lucida Grande", Verdana, serif;	
	color:#FFFFFF;
	border-top: 3px double #5B0404;
	border-bottom: 3px double #5B0404;
	padding-top: 5px;
}

	div#menu_horizontal_top a {
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	div#menu_horizontal_top a:hover {
		background-color: #5B0404;
	}

div#menu_horizontal_bottom {
	width: 900px;
	height: 21px;
	font: small "Lucida Grande", Verdana, serif;	
	color:#FFFFFF;
	border-top: 3px double #5B0404;
	border-bottom: 3px double #5B0404;
	padding-top: 5px;
	text-align: center;
	clear: both;
}

	div#menu_horizontal_bottom a {
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div#menu_horizontal_bottom a:hover {
		background-color: #5B0404;
	}

/* CONTENT */

div#mainbody {
	width: 640px;
	float: left;
}

	/* PAGE TOPICS */
	
	h1#strip_on_the_web_topic {
		width: 409px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/strip_on_the_web.png');
	}
	
	h1#become_an_affiliate_topic {
		width: 234px;
		height: 22px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/become_an_affiliate.png');
	}
	
	h1#no_deposit_casinos_topic {
		width: 232px;
		height: 26px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/no_deposit_casinos.png');
	}
	
	h1#deposit_casinos_topic {
		width: 190px;
		height: 26px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/deposit_casinos.png');
	}
	
	h1#us_casinos_topic {
		width: 129px;
		height: 21px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/us_casinos.png');
	}
	
	h1#eu_casinos_topic {
		width: 130px;
		height: 21px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/eu_casinos.png');
	}
	
	h1#poker_sites_topic {
		width: 132px;
		height: 22px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/poker_sites.png');
	}
	
	h1#forum_topic {
		width: 400px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/vws_forums.png');
	}
	
	h1#news_topic {
		width: 400px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/news.png');
	}
	
	h1#exclusive_offers_topic {
		width: 400px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/exclusive_offers.png');
	}
	
	h1#partners_topic {
		width: 101px;
		height: 20px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/partners.png');
	}
	
	h1#rival_casinos_topic {
		width: 154px;
		height: 22px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/rival_casinos.png');
	}
	
	h1#topgame_casinos_topic {
		width: 400px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/topgame_casinos.png');
	}
	
	h1#microgaming_casinos_topic {
		width: 257px;
		height: 26px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/microgaming_casinos.png');
	}
	
	h1#playtech_casinos_topic {
		width: 200px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/playtech_casinos.png');
	}
	
	h1#rtg_casinos_topic {
		width: 317px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/rtg_casinos.png');
	}
	
	h1#about_topic {
		width: 281px;
		height: 26px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/about_vws.png');
	}
	
	h1#faq_topic {
		width: 400px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/faq.png');
	}
	
	h1#terms_topic {
		width: 400px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/terms_of_use.png');
	}
	
	h1#disclaimer_topic {
		width: 400px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/disclaimer.png');
	}
	
	h1#sitemap_topic {
		width: 98px;
		height: 26px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/sitemap.png');
	}
	
	h1#newsletter_topic {
		width: 132px;
		height: 21px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/newsletter.png');
	}
	
	h1#contact_topic {
		width: 300px;
		height: 27px;
		font-size: 100%;
		margin-bottom: 10px;
		background-image: url('/images/contact.png');
	}
	
	/* Casino Names */
	
	h2#vegas_regal_casino {
		width: 186px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/vegasregalcasino_name.png');
	}
	
	h2#pantasia_casino {
		width: 150px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/pantasiacasino_name.png');
	}
	
	h2#superior_casino {
		width: 152px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/superiorcasino_name.png');
	}
	
	h2#irish_luck_casino {
		width: 158px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/irishluckcasino_name.png');
	}
	
	h2#cocoa_casino {
		width: 128px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/cocoacasino_name.png');
	}
	
	h2#royal_apollo_casino {
		width: 189px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/royalapollocasino_name.png');
	}
	
	h2#ruby_royal_casino {
		width: 175px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/rubyroyalcasino_name.png');
	}
	
	h2#this_is_vegas {
		width: 123px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/thisisvegas_name.png');
	}
	
	h2#da_vincis_gold_casino {
		width: 213px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/davincisgoldcasino_name.png');
	}
	
	h2#mayan_fortune_casino {
		width: 217px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/mayanfortunecasino_name.png');
	}
	
	h2#slot_o_cash {
		width: 109px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/slotocash_name.png');
	}
	
	h2#paradise_eight {
		width: 98px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/paradise8_name.png');
	}
	
	h2#threetwored_casino {
		width: 130px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/32redcasino_name.png');
	}
	
	h2#threetwored_poker {
		width: 121px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/32redpoker_name.png');
	}
	
	h2#casino_share {
		width: 123px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/casinoshare_name.png');
	}
	
	h2#dash_casino {
		width: 116px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/dashcasino_name.png');
	}
	
	h2#grand_mondial_casino {
		width: 214px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/grandmondialcasino_name.png');
	}
	
	h2#ladbrokes_casino {
		width: 166px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/ladbrokescasino_name.png');
	}
	
	h2#ladbrokes_poker {
		width: 157px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/ladbrokespoker_name.png');
	}
	
	h2#poker_share {
		width: 113px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/pokershare_name.png');
	}
	
	h2#quatro_casino {
		width: 137px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/quatrocasino_name.png');
	}
	
	h2#rich_reels_casino {
		width: 165px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/richreelscasino_name.png');
	}
	
	h2#villento_casino {
		width: 144px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/villentocasino_name.png');
	}
	
	h2#fivezerostars_casino {
		width: 140px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/50starscasino_name.png');
	}
	
	h2#betfred_casino {
		width: 139px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/betfredcasino_name.png');
	}
	
	h2#carnival_casino {
		width: 147px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/carnivalcasino_name.png');
	}
	
	h2#casino_king {
		width: 111px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/casinoking_name.png');
	}
	
	h2#casino_las_vegas {
		width: 161px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/casinolasvegas_name.png');
	}
	
	h2#casino_swiss {
		width: 121px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/casinoswiss_name.png');
	}
	
	h2#class_one_casino {
		width: 134px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/class1casino_name.png');
	}
	
	h2#clubdice_casino {
		width: 154px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/clubdicecasino_name.png');
	}
	
	h2#enter_casino {
		width: 120px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/entercasino_name.png');
	}
	
	h2#fairpoker {
		width: 89px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/fairpoker_name.png');
	}
	
	h2#grandplay_casino {
		width: 168px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/grandplaycasino_name.png');
	}
	
	h2#magic_box_casino {
		width: 167px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/magicboxcasino_name.png');
	}
	
	h2#noble_casino {
		width: 126px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/noblecasino_name.png');
	}
	
	h2#noble_poker {
		width: 117px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/noblepoker_name.png');
	}
	
	h2#aladdins_gold_casino {
		width: 209px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/aladdinsgoldcasino_name.png');
	}
	
	h2#cirrus_casino {
		width: 125px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/cirruscasino_name.png');
	}
	
	h2#club_player_casino {
		width: 177px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/clubplayercasino_name.png');
	}
	
	h2#club_usa_casino {
		width: 157px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/clubusacasino_name.png');
	}
	
	h2#cool_cat_casino {
		width: 149px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/coolcatcasino_name.png');
	}
	
	h2#inetbet_casino {
		width: 142px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/inetbetcasino_name.png');
	}
	
	h2#lucky_red_casino {
		width: 165px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/luckyredcasino_name.png');
	}
	
	h2#palace_of_chance {
		width: 162px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/palaceofchance_name.png');
	}
	
	h2#vip_lounge_casino {
		width: 178px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/viploungecasino_name.png');
	}
	
	h2#wild_vegas_casino {
		width: 176px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/wildvegascasino_name.png');
	}
	
	h2#vegas_palms_casino {
		width: 190px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/vegaspalmscasino_name.png');
	}
	
	h2#sevensultans_casino {
		width: 151px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/7sultanscasino_name.png');
	}
	
	h2#platinum_play_casino {
		width: 200px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/platinumplaycasino_name.png');
	}
	
	h2#royal_vegas_casino {
		width: 184px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/royalvegascasino_name.png');
	}
	
	h2#vegas_villa {
		width: 104px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/vegasvilla_name.png');
	}
	
	h2#desert_dollar {
		width: 126px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/desertdollar_name.png');
	}
	
	h2#fortune_room {
		width: 137px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/fortuneroom_name.png');
	}
	
	h2#vegas_towers {
		width: 134px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/vegastowers_name.png');
	}
	
	h2#pokertime {
		width: 102px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/casinos/pokertime_name.png');
	}
	
	
	/* Affiliate Program Names */
	
	h2#regal_affiliates {
		width: 141px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/affiliates/regalaffiliates_name.png');
	}
	
	h2#pantasia_affiliates {
		width: 171px;
		height: 25px;
		font-size: 100%;
		background-image: url('/images/affiliates/pantasiaaffiliates_name.png');
	}
	
div.quote {
	width: 500px;
	margin: 20px 70px 20px 70px;
}

	div.quote p {
		font-weight: bold;
		font-style: italic;
		margin-bottom: 0;
		font-size: 110%;
		text-align: center;
	}
	
	div.quote div {
		text-align: right;
		font-size: 80%;
	}
	
div#mainbody_forum {
	width: 770px;
	float: left;
}

p.justify {
	text-align: justify;	
}

p.margin_bottom {
	margin-bottom: 40px;
}

/* BOXES */

div.bonus_box {
	margin-bottom: 34px;
}

	div.bonus_box div.container {
		width: 618px;
		border: 1px solid #5B0404;
		background-color: #000000;
		margin: 10px;
	}
		
		div.bonus_box div.container div.bonus_text {
			float: right;
			position: relative;
			top: 6px;
			right: 6px;
		}
		
			div.bonus_box div.container div.bonus_text img.currency {
				margin-right: 5px;
			}
			
			div.bonus_box div.container div.bonus_text img.digit {
				margin-right: 1px;
			}
			
			div.bonus_box div.container div.bonus_text img.comma {
				margin-right: 1px;
			}
	
		div.bonus_box div.container div.header {
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			padding: 5px;
		}
		
		div.bonus_box div.container div.body {
			padding: 5px;
		}
		
			div.bonus_box div.container div.body div.bonus_container {
				width: 608px;
				font-size: 100%;
				margin-top: 5px;
			}
			
				div.bonus_box div.container div.body div.bonus_container div.bonus {
					width: 304px;
					font-weight: bold;
					float: left;
				}
				
				div.bonus_box div.container div.body div.bonus_container div.coupon_code {
					width: 304px;
					font-weight: bold;
					float: right;
				}
				
			div.bonus_box div.container div.body div.description {
				text-align: justify;
				margin-top: 5px;
				font-size: 70%;
			}
			
			div.bonus_box div.container div.body div.awards {
				height: 30px;
				text-align: center;
				margin-top: 20px;		
			}
			
				div.bonus_box div.container div.body div.awards img {
					
					margin: 0 5px;
				}
			
		div.bonus_box div.container img.banner {
			border: 1px solid #5B0404;
			width: 468px;
			height: 60px;
			position: relative;
			bottom: -34px;
			left: 69px;
		}
		
	div.bonus_box img.claim_now {
		position: relative;
		bottom: 70px;
		left: 257px;
	}

div.casino_box {
	margin-bottom: -30px;
}

	div.casino_box div.container {
		width: 618px;
		border: 1px solid #5B0404;
		background-color: #000000;
		margin: 10px;
	}
	
		div.casino_box div.container div.bonus_text {
			float: right;
			position: relative;
			top: 6px;
			right: 6px;
		}
		
			div.casino_box div.container div.bonus_text img.currency {
				margin-right: 4px;
			}
			
			div.casino_box div.container div.bonus_text img.digit {
				margin-right: 1px;
			}
			
			div.casino_box div.container div.bonus_text img.comma {
				margin-right: 1px;
			}
			
			div.casino_box div.container div.bonus_text img.nodeposit {
				margin-left: 5px;
				margin-right: 5px;
			}
			
			div.casino_box div.container div.bonus_text img.amp {
				margin-right: 5px;
			}
			
			div.casino_box div.container div.bonus_text img.deposit {
				margin-left: 5px;
			}
	
		div.casino_box div.container div.header {
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			padding: 5px;
		}
		
		div.casino_box div.container div.body {
			padding: 5px;
		}
		
			div.casino_box div.container div.body div.banner {
				float: left;
				width: 125px;
			}
			
			div.casino_box div.container div.body div.text {
				text-align: justify;
				font-size: 80%;
				width: 478px;
				margin-left: 125px;
				padding-left: 5px;
			}
	
	div.casino_box div.awards {
		width: 320px;
		height: 30px;
		position: relative;
		bottom: 49px;
		right: -304px;
		text-align: right;		
	}
	
		div.casino_box div.awards img {
			float: right;
			margin: 0 5px;
		}
		
		
table.bonus_table_list {
	width: 638px;
	border: 1px solid #5B0404;
}
	
	
	table.bonus_table_list tr.highlight_row:hover {
		background-color: #5B0404;
	}
	
	table.bonus_table_list tr td.header_casino {
		border-right: 1px solid #5B0404;
		border-bottom: 1px solid #5B0404;
		background-color: #3C0009;
		font-size: 80%;
		font-weight: bold;
	}
	
	table.bonus_table_list tr td.header_bonus {
		border-right: 1px solid #5B0404;
		border-bottom: 1px solid #5B0404;
		background-color: #3C0009;
		font-size: 80%;
		font-weight: bold;
	}
	
	table.bonus_table_list tr td.header_code {
		border-right: 1px solid #5B0404;
		border-bottom: 1px solid #5B0404;
		background-color: #3C0009;
		font-size: 80%;
		font-weight: bold;
	}
	
	table.bonus_table_list tr td.header_allow_us {
		border-right: 1px solid #5B0404;
		border-bottom: 1px solid #5B0404;
		background-color: #3C0009;
		font-size: 80%;
		font-weight: bold;
	}
	
	table.bonus_table_list tr td.header_eo {
		border-right: 1px solid #5B0404;
		border-bottom: 1px solid #5B0404;
		background-color: #3C0009;
		font-size: 80%;
		font-weight: bold;
	}
	
	table.bonus_table_list tr td.header_claim {
		border-bottom: 1px solid #5B0404;
		background-color: #3C0009;
		font-size: 80%;
		font-weight: bold;
	}
	
	
	table.bonus_table_list tr td.casino {
		width: 186px;
		padding: 5px 0 5px 5px;
		font-size: 80%;
		border-right: 1px solid #5B0404;
	}
	
	table.bonus_table_list tr td.bonus {
		width: 50px;
		padding: 5px 0 5px 5px;
		font-size: 80%;
		border-right: 1px solid #5B0404;
	}
	
	table.bonus_table_list tr td.code {
		width: 110px;
		padding: 5px 0 5px 5px;
		font-size: 80%;
		border-right: 1px solid #5B0404;
	}
	
	table.bonus_table_list tr td.allow_us {
		width: 95px;
		padding: 5px 0 5px 0;
		text-align: center;
		font-size: 80%;
		border-right: 1px solid #5B0404;
	}
	
	table.bonus_table_list tr td.eo {
		width: 120px;
		padding: 5px 0 5px 0;
		text-align: center;
		font-size: 80%;
		border-right: 1px solid #5B0404;
	}
	
	table.bonus_table_list tr td.claim {
		width: 55px;
		padding: 5px 0 5px 0;
		text-align: center;
		font-size: 80%;
	}
	
	
div.exclusive_offer_box {
	margin-bottom: 30px;
}

	div.exclusive_offer_box div.container {
		width: 618px;
		border: 1px solid #5B0404;
		background-color: #000000;
		margin: 10px;
	}
	
		div.exclusive_offer_box div.container div.header {
			display: table;
			width: 608px;
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			padding: 5px;
			#position: relative;
		}
		
		div.exclusive_offer_box div.container div.body {

		}
	
	div.exclusive_offer_box div.awards {
		
	}
	
	
	
	
	
	

div.affiliate_box {
	margin-bottom: 80px;	
}

	div.affiliate_box div.container {
		width: 638px;
		border: 1px solid #5B0404;
		background-color: #000000;
	}		
	
		div.affiliate_box div.container div.header {
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			padding: 5px;
		}
		
		div.affiliate_box div.container div.body {
			padding: 10px;
		}			
				
			div.affiliate_box div.container div.body div.description {
				text-align: justify;
				font-size: 80%;
				margin-bottom: 20px;
			}
			
			div.affiliate_box div.container div.body div.highlights {
				font-size: 80%;
				margin-bottom: 20px;
			}
				
				div.affiliate_box div.container div.body div.highlights ul {
					margin-top: 0;
				}
			
			div.affiliate_box div.container div.body div.commission_structure {
				margin-bottom: 20px;
			}
			
				div.affiliate_box div.container div.body div.commission_structure table {
					margin-top: 5px;
					border-top: 1px solid #5B0404;
					border-left: 1px solid #5B0404;
				}
				
				div.affiliate_box div.container div.body div.commission_structure table td {
					border-right: 1px solid #5B0404;
					border-bottom: 1px solid #5B0404;
					font-size: 80%;
				}
				
					div.affiliate_box div.container div.body div.commission_structure table td.label {
						background-color: #3C0009;
						font-weight: bold;
						height: 20px;
						font-size: 90%;
					}
					
					div.affiliate_box div.container div.body div.commission_structure table td.sub_label {
						font-size: 70%;
						height: 10px;
					}
					
					div.affiliate_box div.container div.body div.commission_structure table td.text {
						height: 20px;
						text-align: center;
					}
			
			div.affiliate_box div.container div.body div.commission_structure div.footnote {
				font-size: 70%;
			}
			
			div.affiliate_box div.container div.body div.signup {
				text-align: center;
				margin-bottom: -20px;
			}
			
		div.affiliate_box div.container img.banner {
			border: 1px solid #5B0404;
			width: 468px;
			height: 60px;
			position: relative;
			bottom: -34px;
			left: 85px;
		}
		

		







div.ad_box {
	width: 472px;
	border: 2px solid #5B0404;
	margin: 0 auto;
}

	div.ad_box h1.title {
		width: 468px;
		height: 20px;
		font-size: 12pt;
		border-bottom: 1px solid #5B0404;
		margin: 2px;
	}
	
	div.ad_box img {
		width: 468px;
		height: 60px;
		border: 2px solid black;
	}
	
	div.ad_box div.text {
		margin: 2px;
		font-size: 10px;
		border-top: 1px solid #5B0404;
		padding-top: 2px;
	}

div.big_box {
	width: 638px;
	border: 1px solid #5B0404;
	margin-bottom: 20px;
}

	div.big_box h1.topic {
		width: 628px;
		border-bottom: 1px solid #5B0404;
		font-size: 120%;
		padding: 5px;
		display: block;
		background-color: #3C0009;
	}
	
	div.big_box div.text {
		width: 628px;
		padding: 5px;
	}
	
		div.big_box div.text div.news_item {
			width 628px;
			border-top: 1px solid #3C0009;
			padding: 5px 0;
		}
		
			div.big_box div.text div.news_item h3.news_topic {
				font-size: 100%;
				font-weight: bold;
				display: inline;
				margin-right: 20px;
			}
			
			div.big_box div.text div.news_item span.news_date {
				font-size: 70%;
			}
			
			div.big_box div.text div.news_item div.news_text {
				text-align: justify;
				font-size: 80%;
				padding-left: 5px;
			}
			
			div.big_box div.text div.news_item div.news_link {
				text-align: right;
				font-size: 70%;
			}
		
		div.big_box div.text div.news_item_top {
			border: 0;
		}

div.forum_box_left {
	width: 402px;
	border: 1px solid #5B0404;
	margin: 5px;
	float: left;
}
	
	div.forum_box_left div.box_topic {
		width: 402px;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}

	div.forum_box_left div.box_topic h1.topic {
		width: 300px;
	}
	
	
	
	div.forum_box_left div.text {
		width: 402px;
		font-size: 90%;
		text-align: center;
		padding: 0px;
	}
	
		div.forum_box_left div.text div.longbox_top {
			width: 392px;
			padding: 5px;
		}
		
		div.forum_box_left div.text div.longbox {
			width: 392px;
			padding: 5px;
			border-top: 1px solid #5B0404;
		}
		
		div.forum_box_left div.text div.shortbox_left {
			width: 190px;
			padding: 5px;
			border-top: 1px solid #5B0404;
			border-right: 1px solid #5B0404;			
			float: left;
		}
		
		div.forum_box_left div.text div.shortbox_right {
			width: 191px;
			padding: 5px;
			border-top: 1px solid #5B0404;
			float: left;
		}

div.forum_box_right {
	width: 202px;
	height: 176px;
	border: 1px solid #5B0404;
	margin: 5px;
	float: left;
}

	div.forum_box_right h1.topic {
		width: 192px;
		border-bottom: 1px solid #5B0404;
		font-size: 100%;
		padding: 5px;
		display: block;
		background-color: #3C0009;
	}
	
	div.forum_box_right div.text {
		width: 202px;
		padding: 5px 0 0 0;
		font-size: 70%;
		line-height: 190%;
	}
		
		div.forum_box_right div.text div.link_box {
			width: 152px;
			margin: 0;
			padding: 0 5px 0 5px;			
			float: left;
		}			
		
			div.forum_box_right div.text div.link_box a {
				text-decoration: none;
				color: #FFFFFF;
			}
			
			div.forum_box_right div.text div.link_box a:hover {
				text-decoration: underline;
			}
			
		div.forum_box_right div.text div.comment_box {
			width: 30px;
			padding: 0 5px 0 5px;
			color: #FFFFFF;
			text-align: right;
			float: left;
		}
	
div.news_container {
	width: 374px;
	margin: 5px;
	float: left;
}

	div.news_container div.highlighted_news_container {
		width: 374px;
		height: 100px;
		margin-top: 10px;
	}
	
		div.news_container div.highlighted_news_container img {
			float: left;
		}
		
		div.news_container div.highlighted_news_container div.topic {
			width: 259px;
			height: 15px;
			margin-left: 100px;
			padding: 0 5px 0 10px;
			font-size: 100%;
			font-weight: bold;
		}
		
		div.news_container div.highlighted_news_container div.date {
			width: 259px;
			height: 15px;
			margin-left: 100px;
			padding: 0 5px 0 10px;
			font-size: 70%;
		}
		
		div.news_container div.highlighted_news_container div.short_text {
			width: 259px;
			height: 55px;
			margin-left: 100px;
			padding: 0 5px 0 10px;
			font-size: 80%;
			text-align: justify;
		}
		
		div.news_container div.highlighted_news_container div.read_more {
			width: 259px;
			height: 15px;
			margin-left: 100px;
			padding: 0 5px 0 10px;
			font-size: 80%;
			text-align: right;
		}
	
	div.news_container div.other_news_container {
		width: 374px;
		margin-top: 10px;
	}		
	
		div.news_container div.other_news_container table.other_news_table {
			width: 374px;
		}
		
			div.news_container div.other_news_container table.other_news_table tr.highlight_row:hover {
				background-color: #5B0404;
			}
			
			div.news_container div.other_news_container table.other_news_table tr td.header_date {
				border: 1px solid #5B0404;				
				background-color: #3C0009;
				font-size: 80%;
				font-weight: bold;
			}
			
			div.news_container div.other_news_container table.other_news_table tr td.header_category {
				border-top: 1px solid #5B0404;
				border-bottom: 1px solid #5B0404;
				background-color: #3C0009;
				font-size: 80%;
				font-weight: bold;
			}
			
			div.news_container div.other_news_container table.other_news_table tr td.header_topic {
				border-top: 1px solid #5B0404;
				border-right: 1px solid #5B0404;
				border-bottom: 1px solid #5B0404;
				background-color: #3C0009;
				font-size: 80%;
				font-weight: bold;
			}
			
			div.news_container div.other_news_container table.other_news_table tr td.date {
				width: 40px;
				padding: 2px 5px;
				font-size: 70%;
			}
			
			div.news_container div.other_news_container table.other_news_table tr td.category {
				width: 80px;
				padding: 2px 5px;
				font-size: 70%;
			}
			
			div.news_container div.other_news_container table.other_news_table tr td.topic {
				text-align: justify;
				width: 307px;
				padding: 2px 5px;
				font-size: 70%;				
			}

div.exclusive_offers_container {
	width: 234px;
	margin: 5px;
	float: left;
}

	div.exclusive_offers_container img {
		margin-top: 10px;
	}

div.box_topic {
	display: table;
	border: 1px solid #5B0404;
	background-color: #3C0009;
	#position: relative;
}

	div.box_topic h1.topic {
		width: 160px;
		font-size: 100%;
		padding: 5px;
		display: block;
		border: 0;
		float:left;
	}
	
div.big_box_topic {
	width: 100%;
	border-bottom: 1px solid #5B0404;
	display: table;
	background-color: #3C0009;
	#position: relative;
}

	div.big_box_topic h1.topic {
		width: 528px;
		border: 0;
		font-size: 120%;
		padding: 5px;
		display: block;
		background-color: #3C0009;
		float:left;
	}		

div.vertical_positioner {
	display: table-cell;	
	#position: absolute;
	#top: 50%;
	#right: 0;
	vertical-align: middle;
	text-align: right;
}

div.show_all {	
	#position: relative;
	#top: -50%;
	margin-right: 5px;
}

	div.show_all a {
		font-size: 70%;
		text-decoration: none;
	}
	
	div.show_all a:hover {
		text-decoration: underline;
	}

div.small_box_left {
	width: 313px;
	border: 1px solid #5B0404;
	margin: 0 10px 10px 0;
	float: left;
}

	div.small_box_left div.box_topic {
		width: 313px;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}

	div.small_box_left div.box_topic h1.topic {
		width: 200px;
	}
	
	div.small_box_left div.text {
		width: 313px;
	}
	
		table.bonus_table {
			width: 313px;
			border: 0;
			
		}
		
		table.bonus_table tr.highlight_row:hover {
			background-color: #5B0404;
		}
		
		table.bonus_table tr td.header_bonus {
			border-right: 1px solid #5B0404;
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			font-size: 80%;
			font-weight: bold;
		}
		
		table.bonus_table tr td.header_casino {
			border-right: 1px solid #5B0404;
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			font-size: 80%;
			font-weight: bold;
		}
		
		table.bonus_table tr td.header_allow_us {
			border-right: 1px solid #5B0404;
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			font-size: 80%;
			font-weight: bold;
		}
		
		table.bonus_table tr td.header_allow_eu {
			border-bottom: 1px solid #5B0404;
			background-color: #3C0009;
			font-size: 80%;
			font-weight: bold;
		}
		
		table.bonus_table tr td.bonus {
			width: 40px;
			padding: 2px 5px;
			font-size: 80%;
			border-right: 1px solid #5B0404;
		}
		
		table.bonus_table tr td.casino {
			width: 170px;
			padding: 2px 5px;
			font-size: 80%;
			border-right: 1px solid #5B0404;
		}
		
		table.bonus_table tr td.allow_us {
			width: 40px;
			padding-top: 2px;
			padding-bottom: 2px;
			text-align: center;
			font-size: 80%;
			border-right: 1px solid #5B0404;
		}
		
		table.bonus_table tr td.allow_eu {
			width: 40px;
			padding-top: 2px;
			padding-bottom: 2px;
			text-align: center;
			font-size: 80%;
		}

div.small_box_right {
	width: 313px;
	border: 1px solid #5B0404;
	margin: 0 0 10px 0;
	float: left;
}

	div.small_box_right div.box_topic {
		width: 313px;
		border-top: 0;
		border-right: 0;
		border-left: 0;
	}

	div.small_box_right div.box_topic h1.topic {
		width: 200px;
	}
	
	div.small_box_right div.text {
		width: 313px;
	}

div.campaign_banner_box {
	width: 640px;
	margin-bottom: 20px;
	text-align: center;
}

	div.campaign_banner_box img {
		margin: 0 auto;		
	}

div.clear {
	clear: both;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

textarea.link_code_area {
	width: 468px;
	height: 60px;
}

div.contact_form_container {
	width: 400px;
	margin: 50px auto;
}

	div.contact_form_container table.contact_form_table {
		width: 400px;
		padding: 0;
		font-size: 90%;
		border: 0;
	}
	
		div.contact_form_container table.contact_form_table td.label {
			width: 130px;
			vertical-align: top;
			font-weight: bold;
		}
		
		div.contact_form_container table.contact_form_table td.field {
			width: 270px;
		}
		
			div.contact_form_container table.contact_form_table td.field input {
				width: 270px;
				height: 15px;
				font-size: 90%;
				margin-bottom: 5px;
			}
			
			div.contact_form_container table.contact_form_table td.field select {
				width: 270px;
				height: 20px;
				font-size: 90%;
				margin-bottom: 5px;
			}
			
			div.contact_form_container table.contact_form_table td.field textarea {
				width: 270px;
				height: 200px;
				font-size: 90%;
				margin-bottom: 5px;
			}
			
		div.contact_form_container table.contact_form_table td.submit_field {
			text-align: center;
		}
		
			div.contact_form_container table.contact_form_table td.submit_field input {
				font-size: 90%;
			}
			
div.sitemap_links {
	margin-bottom: 40px;
}
	
	div.sitemap_links a {
		text-decoration: none;
	}

	div.sitemap_links a:hover {
		text-decoration: underline;
	}

/* FOOTER */

div#page_footer {
	margin-top: 10px;
	font: small "Lucida Grande", Verdana, serif;	
	color:#FFFFFF;
}

div#page_footer div#page_copyright {
	width: 900px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

	div#page_footer div#page_copyright a {
		color: #FFFFFF;
		text-decoration: underline;
	}




