 
/* # 
**********************************/

.bingo {
	/*margin-top:10px;*/
	padding:0 0 10px 0;
	height:auto;
	width:676px;
	color:#000;
	float:left;
}
.bingo-title {
	margin:0;
	padding:0;
	height:31px;
	width:676px;
}
.bingo-content {
	margin:0;
	padding:0 4px;
	height:auto; 
	width:668px;
	background:url("../bingo-bg.gif") repeat-y;
	float:left;
}
.bingoroom {
	width:668px;
	height:73px;
	margin-bottom:5px;
	float:left;
	padding:0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.bingoroom ul {
	width:668px;
	height:73px;
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
}
.bingoroom li{
	display:inline;
	float:left;
	height:73px;
	}
.bingoroom .roomname {
	width:97px;
	height:68px;
	background:url("../bingoroom-bg.gif") no-repeat;
	text-align:center;
	font-weight:normal;
	padding-top:5px;
}
.roomname img{
	border:none;
}
.bingoroom .timer{
	width:82px;
	height:73px;
	background:url("../timer-bg.gif") no-repeat;
}
.bingoroom .timer div{
	padding-top:6px;
	font-size:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.bingoroom .timer span{
	font-size:12px;
	color:#ee2d02;
}
.bingoroom .players{
	width:182px;
	height:73px;
	background:url("../players-bg.gif") no-repeat;
}
.bingoroom .players a:link ,.bingoroom .players a:visited {
	font-size:11px;
	color:#ee2d02;
	text-decoration:underline;
}
.players div{
	line-height:19px;
	display:block;
	float:right;
	text-align:left;
	padding:12px 30px 0 0;
	color:#ee2d02;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.bingoroom .roompjp{
	width:165px;
	height:73px;
	background:url("../roompjp-bg.gif") no-repeat;
}
.bingoroom ul ul{ 
	list-style:none;
	display:block;
	width:165px;
	margin-top:30px;
	height:26px;
	padding:0;
}

.bingoroom li ul li{
	list-style:none; 
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:20px;
	margin:0 10px 0 10px;
	line-height:21px;
}
.bingoroom li ul li .pjpamount{
	float:right;
	/*margin-left:10px;*/
	font-size:15px;
	
}
.bingoroom li ul li .pjpname{
	float:left;
	width:78px;
	color:#ee2d02;
	font-size:13px;
} 

.playnow{
	width:140px;
	height:73px;
	background:url("../playnow-bg.gif") no-repeat;
	text-align:center;
} 
.playnow img{
	border:none;
	padding-top:15px;
}


.slots {
	width:676px;
	height:auto; /*469px; */
	margin-top:10px;
	padding:0;
}
.slots-content {
	width:676px;
	height:auto; /* 437px; */
	background:url("../slots-bg-new.gif") repeat-y;
	float:left;
	border-bottom:6px solid #701649;
}
.slots-title {
	width:676px;
	height:33px;
}
#links {
	width:671px;
	height:auto;
	margin:0px auto;
	padding:12px 0 0 5px;
	float:left;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
#links ul {
	list-style-type: none;
	width: 671px;
	height:auto;
	padding:0;
	float:left;
	clear: both;
	margin:0;
}
#links li {
	background:#FFFFFF;
	border-bottom:1px solid #abf6fa;
	width: 330px;
	height:29px;
    padding-top:5px;
	float:left;
	margin:0px 5px 0px 0px;
}
#links li a {
	color: #000000;
	display: block;
	text-decoration: none;
	height:29px;
	margin:0;
	padding:0;
}
* html #links li a {  /* make hover effect work in IE */
	width:332px;
	height:29px;
}
#links li:hover {
	background: #ecfeff;
	/*border-bottom:#abf6fa 1px solid;*/
}
#links  b {
	color:#000000;
	float:left;
	padding:0px 0px 0px 0px;
}
#links  span  {
	color:#009999;
	float:right;
	padding:0px 15px 0px 0px;
	width:95px;
	display:block;
	height:29px;
}
#links  span  a {
color:#009999;
display:inline;
}

.small {
	float:left;
	padding:0px 25px 0px 15px;
}
.instant-games {
	width:676px;
	height:auto;
	margin:10px 0 0 0px ;
	padding:0;
	float:left;
}
.instant-content {
	width:676px;
	height:auto;
	background:url("../instant-bg-middle.gif") repeat-y;
	border-bottom:6px solid #F89D27;
	float:left;
}
.instant-title {
	width:676px;
	height:32px;
}
.morewinners {
	width:220px;
	text-decoration:none;
	font-size:11px;
	/*float:right;*/
	font-weight:bold;
	color:#801f54;
	height:25px;
	padding-right:5px;
	background-color:#e7f3e7;
}
.morewinners a:link,.morewinners a:hover,.morewinners a:visited{
	text-decoration:none;
	font-size:11px;
	float:right;
	font-weight:bold;
	color:#801f54;
	height:25px;
}
.current {
	color:red;
}

/********* end # **********/
.clearfix::after{content:"";display:table;clear:both}
