   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.8em Tahoma,Arial,Sans;
	line-height: 1.5em;
	#background: #f891c8;
	color: #454545;
        background: #FFF url(images/back.jpg) no-repeat;
        
}

a {	color: #ef238e;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }

.dark  { color: #737373; background: inherit; font-weight: bold; }
.white { color: #FFFFFF; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif;}
h2 { font-size: 1.5em; margin-bottom: 5px; color: #ef238e; background: inherit; }

p {	margin: 0 0 5px 0; color:#3d005c;letter-spacing: 0px;}

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(images/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 910px;
	padding: 0px;
        background: #fff;
}

.main {
        float:left;
	padding: 0px;
        border-left:1px solid #ee238e;
        border-right:1px solid #ee238e;
        width: 908px;
        padding-top:25px;
        padding-bottom:25px;
        background: #fff;
}


.header { 
	height: 100px;
        background: url(images/header.gif) no-repeat;
	color: #808080; 
	margin-top: 3px;
	padding: 0px 0 0 0;
}

.top_info {
	float: right;
	width: 480px;
	padding: 20px 0 4px 0px;
	/*border-bottom: 1px solid #eee;
	background: #ef238e;*/
	color: #FFFFFF;
}

        .top_info a { 
		color: #fff;
	} 
	
	.top_info a:hover { 
		color: #fff; 
	} 

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}



.banner_right
{
        width:120px;
        height:600px;
        #background : url(images/banners/crown_120x600.gif) no-repeat;
        
}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 23px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background:url(images/bar_bg.gif);
        border-left:1px solid #ee238e;
        border-right:1px solid #ee238e;
}
/*
	.bar ul
	{
		padding-left:50px;
	}

	.bar li { 
		margin: 0; 
		padding: 3px 12px 5px 12px;
		color: #FFEADC;
		#background: #FF9148;
		float: left;
		
	}
	
	.bar li.active { 
		#background: #E0691A url(images/bar.gif) no-repeat center top; 
		#background:#3d005c;
		#color: #fff;
		color:#3d005c;
		#font-weight: bold; 
		#padding: 7px 10px 6px 10px;
		#height: 15px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #3d005c; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		#color: #E0691A; 
		background: inherit;
		text-decoration: underline;
	} 

/** Side menu bar**/

.bar_side { 
        font-family:Tahoma,Arial,Sans;
	font-size: 0.85em;
	color: #FFF;
	margin: 0 0 0 40px;
        
}

	.bar_side ul
	{
		padding-left:0px;
                list-style-image: url('images/star.gif');
	}

	.bar_side li { 
		margin: 0; 
		padding: 5px 5px 0px 0px;
		
	}
	
	.bar_side li.active { 
		color:#3d005c;
	}
	
	.bar_side li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar_side li a:hover { 
		background: inherit;
		text-decoration: underline;
	}
        
        .bar_side li.newsletter
        {
                font-weight: bold;
                font-size: 1.2em;
        }

        .bar_side .email_box
        {
             width:100px;
             border:2px #cf006b solid;
             color:#cf006b;
        }
        
        .bar_side .email_btn
        {
                position:relative;left:5px;top:1px;
                background: url(images/enter.gif) no-repeat;
                width:16px;height:18px;
                border:0px;
                cursor:pointer;
        }

/*****************/
.search_field { 
	background: #fff url(images/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}


/**/
.center
{       float:left;
        width:63%;
        padding-left: 0px;
        margin-left:35px;
        
}


.center .top_bar {
	
        background: url(images/top_sites_bar_blank.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0px;
        width:532px;
        height:41px;
      
}

.center .top_bar_mini_review {
	
        background: url(images/online_reviews_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_contact {
	
        background: url(images/contactus_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_bingo_lingo {
	
        background: url(images/bingo_lingo_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_how_to_play {
	
        background: url(images/how_to_play_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_90ball {
	
        background: url(images/90ball_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_80ball {
	
        background: url(images/80ball_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_75ball {
	
        background: url(images/75ball_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_welcome {
	
        background: url(images/welcome_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}


.center .top_bar_sites {
	
        background: url(images/top_online_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}

.center .top_bar_live_games{
	
        background: url(images/live_games_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}
.center .top_bar_bingo_history{
	
        background: url(images/history_bingo_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}


.center .top_bar_blog {
	
        background: url(images/blog_title_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:37px;
      
}



.top_bar_text
{
        padding-top:10px;
        padding-left:10px;
        font: bold 18px Tahoma, Arial, Sans-Serif;
 
}


.center .bottom_bar {
	
        background: url(images/bottom_sites_bar.gif) no-repeat;
	padding: 0px;
	margin: 0px;
        width:532px;
        height:41px;
        
}

.center .top_mini_bar {
	
        background: url(images/top_mini_bar.gif) no-repeat;
	color: #cf006b;
	padding: 0;
	margin: 20px 0 0 0;
        width:532px;
        height:19px;
      
}



.center_bar {
	
        background: url(images/sites_border.gif) repeat-y right;
        width:532px;
        margin: 0 0 0px 0;
         
}

.center_review_bar {
	
        background: url(images/sites_border.gif) repeat-y right;
        width:532px;
        margin: 0 0 0px 0;
         
}

.center_bar p
{
  padding-bottom:10px;
}


.intro_text_site_row
{
      border-top:1px solid #c9c5be;
      border-bottom:1px solid #c9c5be;
      background:#fff;
      margin:0px 3px 0px 3px;
      padding:10px 5px 10px 5px;
      font: 12px Tahoma,Arial,Sans;
      color:#3d005c;
}

.intro_text_site_row a{
        font-weight:bold;
}

.welcome_text
{
      border-top:1px solid #c9c5be;
      background:#fff;
      margin:0px 3px 0px 3px;
      padding:10px 5px 2px 5px;
      font: 12px Tahoma,Arial,Sans;
      color:#3d005c;
      line-height: 13pt;
     
      
}

.welcome_text a{
        font-weight:bold;
}





.odd_blog_row
{
      border-top:1px solid #c9c5be;
      border-bottom:1px solid #c9c5be;
      background:#f6f5f3;
      margin:0px 3px 0px 3px;
      padding-left:10px;
      padding-right:10px;
      padding-top:10px;
      font: 11px Tahoma,Arial,Sans;
}

.even_blog_row
{
      border-bottom:1px solid #c9c5be;
      background:#f6f5f3;
      margin:0px 3px 0px 3px;
      padding-left:10px;
      padding-right:10px;
      padding-top:10px;
      font: 11px Tahoma,Arial,Sans;
}

.contact_row
{
      border-bottom:1px solid #c9c5be;
      background:#f6f5f3;
      margin:0px 3px 0px 3px;
      padding-left:10px;
      padding-right:10px;
      padding-top:10px;
      font: 11px Tahoma,Arial,Sans;
      color:#3d005c;
}


.site_mini_logo
{
      clear:both;  
      padding:6px 2px 0px 5px;  
      float:left;
}

.site_mini_details
{
        float:right;
        font: 11px Tahoma,Arial,Sans;
        width:74%;
        padding:6px 5px 0px 5px;
        color:#3d005c;
        font-weight:bold;
        

}
.site_mini_details a
{
           font-weight:bold;
           text-decoration: none;
           font-size:12px;
           color:#39659d;
     
}
.site_mini_details a:hover
{
           text-decoration: underline;
}

.review_mini_details
{
        float:left;
        font: 11px Tahoma,Arial,Sans;
        width:46%;
        padding:4px 5px 0px 5px;
        color:#3d005c;
        font-weight:bold;
}

.review_mini_offers
{
        float:right;
        font: 10px Tahoma,Arial,Sans;
        width:25%;
        padding:13px 0px 0px 0px;
        color:#3d005c;
        font-weight:normal;
}

	.review_mini_offers ul
	{
		padding-left:0px;
                padding-right:0px;
                list-style-image: url('images/small_star.gif');
	}

	.review_mini_offers li { 
		margin: 0px; 
		padding: 0px 0px 0px 0px;
		
	}

/* right side
   --------- */

.right {
	float: right;
	width: 15%;
	margin: 0px 4px 0px 0px;
}

.right h3 {
	clear: both;
	background: #c3ff03 url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #ef238e; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.right_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; font: normal 1em Tahoma, Arial, Sans-Serif; }
	.right_box div {font: normal 1em Tahoma, Arial, Sans-Serif; font-style:normal}
		
/* left side
   ---------- */
		
.left {
	float: left;
	width: 15.6%;
	margin: 0 0 10px 10px;
}

.left h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

.left .top_bar {
	
        background: url(images/top_bar.gif) no-repeat;
	color: #FFF;
	padding: 0px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0px;
        width:154px;
        height:21px;
        
}

.left .bottom_bar {
	
        background: url(images/bottom_bar.gif) no-repeat;
	padding: 0px;
	margin: 0px;
        width:154px;
        height:21px;

        
}




	.right_articles {
		background: url(images/center_bar.gif);
		color: #414141;
		padding: 0px;	
		margin: 0 0 0px 0;
        width:154px;
		text-align:left;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

.red
{
        
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 1.8em;
        border-left:1px solid #ee238e;
        border-right:1px solid #ee238e;
        
}

.footer a { color: #ef238e; background: #fff; }





        
        

/************* Upcoming games ***************/

.upcoming_room
{
        float:right;
        font: 13px Tahoma,Sans;
        width:74%;
        padding:6px 5px 0px 5px;
        color:#3d005c;
        font-weight:bold;
        font-smooth: always;
}

/********************/

/*
.t {background: url(images/title_bar_back.gif) 0 0 repeat-x;}
.b {background: url(images/title_bar_back.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(images/title_bar_left.gif) 0 100% no-repeat}
.br {background: url(images/title_bar_right.gif) 100% 100% no-repeat}
.tl {background: url(images/title_bar_left.gif) 0 0 no-repeat}
.tr {background: url(images/title_bar_right.gif) 100% 0 no-repeat; padding:10px}
*/

