
*{outline: none;}

a:hover {
	outline: none;
}
img {border: 0;}
.container {
	overflow:hidden;
	padding:0px 0px 16px 0px;
	margin: 0 auto;
}
.promo_block {

}
.home_content_container {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	width: 764px;
	margin: 0px auto;
	padding:72px 18px 18px 18px;
	overflow:hidden;
	background: #ffffff url(/images/new/home/home_page_title.gif) top left no-repeat;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	overflow:hidden;
	background-color: #D6E3F2;
}
/*--Window/Masking Styles--*/
.window {
	height:159px;
	width: 495px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	background:#b1d2f7;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	width: 495px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #d6e3f2;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px 20px;
	text-decoration: none;
	font-weight: bold;
	color:#2988f2;
}
.paging a.active {
	background: #b1cff1;
/*	border: 1px solid #6ca7e8;*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.paging a:hover {font-weight: bold;}

.home_about_container {
	float:right;
	width:245px;
	color:#999999;
}
.home_about_container a{
	color:#5A80E8;
	text-decoration: none;
}
.home_about_container a:hover {
	color:#3462E0;
	text-decoration: none;
}
.home_feature_tour_button {
	height: 45px;
	width: 245px;
	display:block;
	background:url(/images/new/home/home_feature_tour_sprite_button.gif) left top no-repeat;
}
a.home_feature_tour_button:hover {
	background:url(/images/new/home/home_feature_tour_sprite_button.gif) 0px -60px no-repeat;
}
.promo {
	position:relative;
	overflow:hidden;
	clear:both;
}
.promo_items div {
	position:absolute;
	top:0;
	left:0;
	z-index:8;

}

/*.promo_items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}*/


.gamenresults_container {
	overflow:hidden;
	padding: 0px 0px 18px 0px;
}


/* root element for scrollable */
.gamecontainer {

	/* required settings */
	position:relative;
	overflow:hidden;
	height: 620px;
	width:495px;
	padding: 0px;
	float: left;

	/* vertical scrollers have typically larger height than width */
}

/* root element for scrollable items */
.items {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #275ba2;
	/* this time we have very large space for height */
	height: 495px;
	padding: 0px;
	width: 495px;
	margin: 0px;
	overflow:hidden;
/*	background:url(/images/new/home/Home_upcoming_games_containing_panel_bg.jpg) left top no-repeat;*/


/*	background:#ebebeb;*/
}
.items_set {
	width: 493px;
	height: 495px;
	float: left;
	border-left:#D6DDE5 1px solid ;
	border-right:#D6DDE5  1px solid ;
}
.items_set_disclaimer {
	width: 493px;
	/*height: 495px;*/
	float: left;
	border-left:#D6DDE5  1px solid  ;
	border-right:#D6DDE5  1px solid ;
}

.items_set .monday  {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_mon.gif) left center no-repeat;
}
.items_set .tuesday  {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_tue.gif) left center  no-repeat;
}
.items_set .wednesday  {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_wed.gif) left center  no-repeat;
}
.items_set .thursday  {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_thur.gif) left center  no-repeat;
}
.items_set .friday  {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_fri.gif) left center  no-repeat;
}
.items_set .saturday {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_sat.gif) left center  no-repeat;
}
.items_set .sunday  {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_sun.gif) left center  no-repeat;
}
.items_set .jackpot {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_blank.gif) left center  no-repeat;
}
.items_set .blank {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_blank.gif) left center  no-repeat;
}
.items_set_disclaimer .blank {
	background: #f5f5f5 url(/images/new/home/upcoming_game_days_blank.gif) left center  no-repeat;
}

.items_inner {
	position:absolute;
	overflow:hidden;
	height: auto;
	width: 495px;
/*	padding:  3px 0px 0px 4px;*/
	padding: 0px;
	background: #D6E3F2;
}
/* single scrollable item */
.items_gamecard {
	margin:0px;
	padding:0px;
	font-size:12px;
	height:53px;
	width: 493px;
	float: left;
	border-bottom:#d6dde5 1px solid;
	border-top:#f4f6f9 1px solid;
}
.gamecard_inner {
	width: 493px;
	height: 53px;
	text-align: left;
	text-decoration: none;
}
.gamecard_inner_disclaimer {
	width: 493px;
	height: 25px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.gamecard_inner:hover {
	background-color: #fff5bc
}
.gamecard_details {
	float: left;
	padding:10px 10px 0px 0px;
}
div.play_butts {
	padding:7px 0px 0px 0px;
	position: absolute;
	right: 10px;
}
/* alternating colours for items */
.row_a {
	background:#dae2e8;
}
.row_b {
	background:#e3ecf2;
}
.home_upcomingblock_date, .home_upcomingblock_time  {
 font-size: 11px;
}
.home_upcomingblock_jackpot  {
 font-size: 17px;
/* font-weight:bold;*/
}
.underline {
	text-decoration:none;
	background:transparent url(/images/new/home/home_textdeco_unline_1.gif) repeat-x scroll center bottom;
	color:#275BA2;
	padding:0px;
	margin: 0px;
}
/* elements inside single item */
.items_gamecard img {
/*	float:left;*/
}
.gamecard_logo {
	height: 45px;
	display:block;
	padding: 5px 0px 0px 20px;
	float: left;
	width: 130px;
}
.gamecard_jackpot {
	padding: 0px;
/*	display:block;*/
	font-size:14px;
	font-weight:bold;
	width: 120px;
}
.gamecard_date {
	padding: 3px 0px 0px 0px;
/*	display:block;*/
	font-size: 11px;
}
.gamecard_disclaimer_text {
	padding: 2px 0px 0px 2px;
	color: #275ba2;
/*	display:block;*/
	text-align:center;
	vertical-align: bottom;
	font-size: 9px;
	height: 32;
}
.gamecard_time {
	padding: 3px 0px 5px 0px;
/*	display:block;*/
	font-size: 11px;
}
.gamecard_button {
	display:block;
	float: right;
	padding:8px 10px 0px 0px;
}
.items_gamecard  h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}
.home_upcomingblock_footer {
	width: 495px;
	margin:0px;
	height: 54px;
	padding: 10px 0px 0px 15px;
	background: url(/images/new/home/home_blockfooter_upcomingdraws.gif) left bottom no-repeat;
	float: left;
}
/* the action buttons above the scrollable */
.gamestitle {
	width: 495px;
	margin:0px;
	height: 34px;
	background: url(/images/new/home/home_blocktitle_upcomingdraws.gif) left top no-repeat;
}

.gamestitle a {
	font-size:11px;
	cursor:pointer;
	color:#666;
	text-decoration:none;
}

.gamestitle a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;
}

.nextPage {
	float:right;
}

/*-----------RESULTS ---------------*/

.home_results_panel {
	width:245px;
	float:right;
	background:#ebebeb;
}
.home_results_inner_container {
/* 	height:329px; */
	height: 164px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.home_results_header {
	height:34px;
	background: url(/images/new/home/home_results_title.gif) left top no-repeat;
}
.home_results_item {
	height:154px;
	padding: 5px;
	border-bottom: #CCCCCC 1px solid;
	border-top:#F3F3F3 1px solid;
}
.home_results_logo {
	padding: 5px 8px 0px 0px;
	float:left;
}
.home_results_gamendetails {
	height:50px;
	padding: 10px 0px 0px 0px;
	color:#666666;
}
.home_results_gamename {
	font-weight:bold;
	font-size:12px;
}
.home_results_gamedate {
	font-size:11px;
}
.home_results_numbers_container {
	height:32px;
	padding:10px 10px 0px 10px;
	background:url(/images/new/home/home_results_numbers_bg.gif) center center no-repeat;
}
.home_results_button_container {
	padding:10px 0px 10px 7px;
}
.home_results_footer {
	height: 54px;
	padding:10px 0px 0px 5px;
	text-align:center;
	background:url(/images/new/home/home_results_footer_bg.gif) left center no-repeat;
}

/* ---------------------------------------- */

/* .home_prizes_feature {
	padding: 16px 0px 0px 0px;
	position:relative;
	width: 245px;
	height:150px;
	float:right;
} */


/* START Facebook like */
.connect_widget {
	background-color:#F5F5F5;
}

.fbConnectWidgetFooter {display: none;}

.pts .fan_box .connect_top {
	padding:0 10px 8px 5px;
}

.grid_item a img {width: 100%;}

.fan_box .connections_grid .grid_item {
	float:left;
	height:50px;
	overflow:hidden;
	padding:0 5px 8px 0;
	width:30px;
}
/* END Facebook like */

.home_prizes_feature {
	padding: 0px 0px 0px 0px;
	position:relative;
	width: 245px;
	height:150px;
	float:right;
}
.featurebox_feature_a {
	background:#ebebeb;
	width: 220px;
	height:200px;
	text-align:center;
	padding: 10px;
	color:#666666;
	line-height: 14px;
	background:url(/images/new/home/home_featureboxes_bg.gif) left top no-repeat;
}
.featurebox_feature_b{
	background:#ebebeb;
	width: 220px;
	height:200px;
	text-align:center;
	padding: 10px;
	color:#666666;
	line-height: 14px;
	background:url(/images/new/home/home_featureboxes_bg.gif) left top no-repeat;
}
.testimonial {
	float:left;
	padding: 0px 0px 18px 0px;
}
#panel {
	font-size:11px;
	line-height: 17px;
	padding: 10px;
	background:#ebebeb;
	width:720px;
	margin: 0 auto;

}
.btn-slide {
	background: url(/images/new/home/testimonials_v3_panelfoot.gif) left top no-repeat;
	width: 764px;
	height: 47px;
	display:block;
}

.slide-active {
	background:url(/images/new/home/testimonials_v3_panelfoot_collapse.gif) no-repeat scroll left top;
}

.sd_container{
	display: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;

}
.fastplay_popup_jackpot {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.fastplay_popup_jackpot_wrapper{
	text-align: center;
	width: 280px;
	padding: 10px 0px 30px 0px;
	background: #e9e9e9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	color: #585858;
}
.fastplay_popup {
	display: none;
}

.popup_innerdiv {
	display: none;
	border: none;
	width:500px;
	overflow:auto;
}

a.fastplay_link {
	text-decoration:none;
	position: absolute;
	top: 4px;
	right: 80px;
}

a.playnow_link {
	text-decoration:none;
	position: absolute;
	top: 4px;
	right: 0px;
}

.fastplay_disabled {
	text-decoration:none;
}

.fastplay_popup_date {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.fastplay_popup_buttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #fffebf;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fffebf;
	box-shadow:inset 0px 1px 0px 0px #fffebf;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffe600), color-stop(1, #ff9f05) );
	background:-moz-linear-gradient( center top, #ffe600 5%, #ff9f05 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe600', endColorstr='#ff9f05');
	background-color:#ffe600;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #c98628;
	display:inline-block;
	color:#80170c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:8px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffcd8f;
	width: 160px;
	text-align: center;
	margin:0px 0px 5px 0px;
}
.fastplay_popup_buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9f05), color-stop(1, #ffe600) );
	background:-moz-linear-gradient( center top, #ff9f05 5%, #ffe600 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f05', endColorstr='#ffe600');
	background-color:#ff9f05;
}
.fastplay_popup_buttons:active {
	position:relative;
	top:1px;
}

