/*Magnet webdevelopment - Inon Schneider */

.mainBigBox 
	{
		height:300px;
		width:943px;
		margin:0 auto;
		margin-top:1px;
	}


/*SideBar CSS */
#sideBarContainer
	{
		float:left;
		width:322px;
		_width:300px!important; /*IE FIX*/
	}
	.latestNewsBox{
		/* background:#fbfbfb; */
		border-top:1px solid #efefef;}
	 
	.latestNewsBox ul {
		list-style:none;}
	.latestNewsBox ul li {
		padding:4px 0 4px 30px;line-height:15px;border-bottom:1px dotted #efefef;background:url(latestbullet.jpg) no-repeat 1px 6px;font-size:11px;}
	.latestNewsBox ul li:hover {background:#f9f9f9 url(latestarrow.jpg) no-repeat 1px 6px;}
	.latestNewsBox ul li a {
		color:#0066cc;
		text-decoration:none;font-weight:bold;}
	
	
/*SideBar CSS */	
.bigTableCell 
	{
		float:left;
		width:605px;
		margin-right:16px;
		_margin-right:6px!important;
		padding:0;
	}

	
#mainTable 
	{
		width:600px;
		margin:0 auto;
	}

.row.header
	{
		background:url(headbg.jpg) repeat-x;
		font-weight:bold;
		font-size:11px;
	}
	
	.row.cell.num.header{font-weight:bold;}	
	.row.cell.name.header{font-weight:bold;}
	.row.cell.bonus.header{font-weight:bold;}
	.row.cell.max.header{
			font-weight:bold;
			background:url(headbg.jpg) repeat-x!important;
		}
	.row.cell.software.header{font-weight:bold;}
	.row.cell.review.header{
			font-weight:bold;
			background:none;
			color:#000;
			text-transform:none;
			font-size:11px;
		}
	.row.cell.link.header{
			font-weight:bold;
			background:none;
			text-transform:none;
			color:#000;
			font-size:11px;
		}
	
.row 
	{
		height:34px;
		line-height:34px;
		font-weight:normal;
		border-bottom:1px solid #ccc;

	}
	.row.cell
		{
			float:left;
		}
	.row.cell.num 
		{
			width:17px;
			text-align:center;
			text-transform:uppercase;
			font-size:10px;
			height:34px;
			/* IE6 FIXES */
			_height:28px!important;
			_line-height:20px!important;
			_border:none!important;
		}
	.row.cell.logo
		{
			width:70px;
			text-align:center;
			_border:none!important;
		}
	.row.cell.name 
		{
			width:150px;_width:130px !important;_height:34px !important;_margin:0px !important;
			text-align:left;
			text-transform:uppercase;
			font-size:10px;
			font-weight:bold;
			_border:none!important;
		}
	.row.cell.bonus
		{
			width:50px;
			text-align:center;  
			text-transform:uppercase;
			font-size:10px; 
			_border:none!important;
		}
	.row.cell.max
		{
			width:50px;
			text-align:center;
			text-transform:uppercase;
			font-size:10px;
			font-weight:bold;
			background:#efefef;
			color:#1c5a83;
			_border:none!important;
		}
	.row.cell.software
		{
			width:130px;
			text-align:left;
			text-transform:uppercase;
			font-size:10px;
			text-transform:uppercase;
			font-size:10px;
			padding-left:5px;
			_border:none!important;
		}
	.row.cell.review
		{
			width:60px;
			text-align:center;
			background:url(reviewbg.jpg) no-repeat 3px 7px;
			text-transform:uppercase;
			font-size:10px;
			color:#fff;
			_border:none!important;
		}
		.row.cell.review a {color:#FFF;}
	.row.cell.link
		{
			width:60px;
			text-align:center;
			background:url(visitbg.jpg) no-repeat 3px 7px;
			text-transform:uppercase;
			font-size:10px;
			color:#fff;
			_border:none!important;
		}
		.row.cell.link a {
			color:#FFF;
			}
			
			
.otherContentBox {
		width:600px;
		margin:16px auto;
	}
.otherContentBox.title {
		background:url(headbg.jpg) repeat-x;
		line-height:30px;
		font-weight:bold;
		font-size:16px;
		padding-left:10px;
	}
	
.contentBoxWrap {width:610px;}			
.contBoxText {
		float:left;
		width:240px;
		margin-right:10px;
		line-height:1.5;
	}
	
	
.contBoxText p {
		padding:0 5px 10px 5px;
		font-size:11px;
	}
			
.advblock {
	margin:10px auto;
	text-align:center;
	padding:auto;
	}
	.advblock img {
		border:0px solid #ccc;
		padding:15px 5px;
	}
.advblock h5 {
	text-transform:uppercase;
	color:gray;
	text-align:center;
	font-size:8px;
	font-weight:normal;
	}
	
#codesTable{
		margin:0 auto;
		width:320px;
		_width:300px!important; /*IE FIX*/
	}
	
.CTrow {}
.CTrow ul {list-style:none;}
.CTrow ul li {
		height:30px;
		line-height:30px;
		background:url(CTrowbg.jpg) no-repeat;
	}
	
.CTrow ul li:hover {
		height:30px;
		line-height:30px;
		background:url(CTrowbg-hover.jpg) no-repeat;
	}
	
.CTicon {
		float:left;
		width:22px;
		text-align:center;
	}
	
.CTname {
		float:left;
		width:110px;
		text-align:left;
		padding-left:3px;
	}

.vertTabs {float:left;width:359px;}
/* GAMES TABS */

div#feature_list {
			width: 358px;
			height: 268px;
			overflow: hidden;
			position: relative;
			border:1px solid #efefef;
		}

		div#feature_list div ul {
			/*position: absolute;*/
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
			background:#fff;
			float:left;
			width:132px;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 130px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			border-bottom:1px solid #efefef;
			background:transparent url(patch.jpg) no-repeat scroll right center;
		}
		
		ul#tabs li img {
			/*padding: 5px;*/
			border: none;
			float: left;
			/*margin: 10px 10px 0 0;*/
			position:relative;
			top:-2px;
			left:-8px;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 7px 7px 7px 12px ;
			height: 15px;
			outline: none;
			font-size:11px;
			_padding-bottom:2px!important;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:#efefef url('feature-tab-current.gif') no-repeat;
			color:#FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		
		
		#bun {
			width:130px;
			height:239px;
			float:left;
	}
		
		
		/*
		ul#output {
			right: 0;
			width: 228px;
			height: 269px;
			position: relative;
			background:#efefef;
			padding:5px;margin:5px;
		}

		ul#output li {
			position: absolute;
			width: 200px;
			height: 269px;
			padding-left:25px;
			font-size:11px;
			line-height:16px;
		}
		
		ul#output li h4{
			font-size:15px;
			margin-top:5px;	
		}
		
		ul#output li img{
			float:left;
			padding:3px;
			border:1px solid #c3c3c3;
			margin:4px 5px 3px 0;
			width:70px;
		}
		
		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #9e0000;
		}
		
		*/
		
		
		
		
		
		
		
		
		
		
		
		
		#output {
			right: 0;
			width: 226px;
			height: 268px;
			position: relative;
			background:#efefef;
			float:right;
			/*padding:5px;margin:5px;*/	
		}

		#output div {
			position: absolute;
			width: 200px;
			height: 240px;
			/*margin-left:117px;*/
			font-size:11px;
			line-height:16px;
			padding:0 -1px 6px 13px;
			background:#efefef;
			/*z-index:99;*/
		}
		
		#output div h4{
			font-size:15px;
			margin-top:5px;	
		}
		
		#output div img{
			float:left;
			padding:3px;
			border:1px solid #c3c3c3;
			margin:4px 5px 3px 0;
			width:70px;
		}
		
		#output div a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}
		
		#output div a:hover {
			background: #9e0000;
		}
		
		
		
		
		
/* END GAMES TABS */


/*FOOTER */
.footerLogoBox  {
		float:left;
		width:120px;
		margin-right:15px;
	}
.footerLinks {
		float:left;		
		margin-left:20px;
	}
.footerLinks h4 {
		font-size:14px;
		margin-bottom:5px;
		border-bottom:1px solid #efefef;
		width:170px;
		padding-left:10px;
	}
.footerLinks ul{
		list-style:square;
		list-style-position:inside;
	}
.footerLinks ul li{
		padding:4px;
		border-bottom:1px dotted #ccc;
	}

	
.footerLinks ul li a {font-size:11px;}
	
.footerBoxLeft h4 {
		font-size:14px;
		margin-bottom:5px;
		border-bottom:1px solid #efefef;
		width:170px;
		padding-left:10px;
	}
/*SLIDE SHOW STYLE*/

#pokergifts {	
	float: left;
	margin-bottom: 10px; 
    background: #efefef;
	border: 1px solid #ccc;
	padding: 8px 0px 10px 0px;
    width: 605px;
	
}

#pokergifts h1 {	
	color: #181818;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 0 0 0px 0;
        padding: 4px 0px 4px 0px;
	width: 580px;
	text-align: center;
}
	

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
width: 574px; /*width of featured content slider*/
height: 150px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 501px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 150px;
border:1px solid;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#slider4{
border: 1px solid #181818;
background: fff;
margin-left: 14px;
 
}

#paginate-slider4{
border-color: #181818;
margin-left: -19px;
}

#paginate-slider4 a img.tab{
width: 108px;
height: 62px;
border: 0px solid #333;
margin-top: 5px;
background: #fefefe; 
margin-right:0px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid #181818;
}
.slideImageFixPos {display:block;position:relative;left:-9px;top:-9px;}
/* END SLIDE SHOW STYLE*/


/* INNER PAGE CSS STUFF */

.autolinkBox{
		/* background:#fbfbfb; */
		border-top:1px solid #efefef;}
		margin:20px auto;
	 ul#noStyle{list-style:none!important;padding:0;margin:0;}
	.autolink ul {list-style:none!important;list-style-type:none!important;position:relative;left:-6px;}
	.autolinkBox ul li {
			padding:4px 0 4px 10px;
			line-height:15px;
			/*border-bottom:1px dashed #e1e1e1;*/
			background:url(autolibg.jpg) no-repeat bottom left;
			font-size:11px;
			text-transform:uppercase;
		}
	.autolinkBox ul li:hover {background:url(tinyblue.gif) no-repeat 1px 8px;}
	.autolinkBox ul li a {
		color:#0088ce;
		text-decoration:none;
		font-weight:bold;
	}
	.autolinkBox ul li a:hover {color:#12afff;}
	
.mainTableMainTitle {margin:10px auto;}


/* BONUS TABLE */
.bonusRow {
		width:315px;
		height:60px;
	}
.bonusRowCasinoCell {
		height:34px;
		border:1px solid #ccc;
		float:left;
		background:#fff;
		margin-top:7px;
		border-right:none;
	}
.bonusRowCasinoCellIcon {
		float:left;
		width:60px;
		padding-left:3px;
	}
.bonusRowCasinoCellName {
		float:left;
		width:120px;
		text-transform:uppercase;
		font-size:11px;
		font-weight:bold;
		line-height:35px;
	}
.bonusCell {
		float:left;
		width:124px;
		height:52px;
		background:url(bonusbg.jpg) no-repeat;
		color:#fff;font-size:23px;
		font-weight:Bold;
		line-height:52px;
		text-align:center;
		text-transform:uppercase;
		overflow:hidden;
	}
.extLink {
		position:relative;
		top:-5px;
	}
.bonusTableRow {
		height:65px;
		width:315px;
		border-bottom:1px dotted #ccc;
		margint-bottom:10px;
		padding:10px 0;
	}
.bonusTableRowBanner {
		width:70px;
		text-align:center;
		padding-top:3px;
		float:left;
	}
.bonusTableRowDetails {
		float:left;
		width:230px;
		height:50px;
		padding-top:2px;
		margin-left:10px;
	}
.bonusTableRowName {
		font-size:12px;
		font-weight:Bold;
		text-align:left;
	}
.bonusTableRowName a {
		color:#0066CC;
		text-decoration:underline;
	}
.bonusTableRowCode {
		font-size:12px;
		font-weight:normal;
		line-height:17px;
	} 
.bonusTableRowCode span {
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
	} 
	
.bonusTableRowBonus {font-size:11px;}

.bonusTableRowBonus img {
		float:left;
		margin-right:4px;
		position:relative;
		top:-2px;
	}
	
.bonusTableRowBonus span {font-weight:bold;}	

.visitLink {
		float:right;
		margin-right:10px;
	}
.visitLink a {
		text-decoration:underline;
		color:#4F8501;
		font-weight:bold;
		font-size:12px;
	} 
span.bold{
		font-weight:bold;
		font-size:11px;
	}	
.bonusTableRowBanner img {
		width:60px;
		height:60px;
	}
/* BONUS TABLE */
	
/*FOOTER STYLE */

.footerBoxLeft a {
		color:gray;
		text-decoration:underline;
		color:#0066CC;
	}
.footerBoxLeft {
		font-size:11px;
		float:left;
		width:230px;
		border-right:1px dotted #bfbfbf;
		margin-right:10px;
	}
	
.footerBoxLeft ul {list-style:none;}

.footerBoxLeft ul li {
		float:left;
		padding:4px 0 0 8px;
	} 
	
.footerLinksContainer {
		margin-bottom:20px;
		width:220px;
	}
p.newsletter {
		padding:5px;
		line-height:18px;
	}
p.newsletter img {
		float:left;
		margin-right:10px;
	}
		
.newsletterText {
		background:url(textinputnewsletter.jpg) no-repeat -1px 1px;
		border:none;
		width:130px;
		height:22px;
		position:relative;
		top:1px;
		padding-top:4px;
		padding-left:5px;
		font-size:12px;
		color:gray;
		left:5px;
	}
.newsletterSubmit {
		background:url(visitbg.jpg) no-repeat 1px 2px;
		width:55px;
		height:23px;
		border:none;
		color:#fff;
		font-size:10px;
	}
	
.advblock img{
		/*FIX IE WIDTH PROBLEM*/
		_padding:15px 0!important;
		_width:315px!important;
