@charset "utf-8";
/* CSS Document */
/* red: #990000; */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------- CLASSES -------------------------	*/

h4 {
	font-size: 13px;
	font-weight: bold;	
	margin: 15px 25px;	
}
a {
	color: #9F0D18;
	text-decoration: none;
	border: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a.alink {
	color: #0000FF;
	text-decoration: none;
	border: none;
	outline: none;
}
a.alink:hover {
	color: #000099;
	text-decoration: underline;
}
a.open {
	color: #CC0000;
	text-decoration: none;
	border: none;
	outline: none;
}
a.open:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.closed {
	color: #990000;
	text-decoration: none;
	border: none;
	outline: none;
}
a.closed:hover {
	color: #FF0000;
	text-decoration: underline;
}
.date2 {
	font-size: 10px;
	display: block;
}
.right {
	text-align: right;
	padding-right: 20px;
}
img.right {
	float: right;
	margin: 0 0 5px 10px;
}
img.left {
	float: left;
	margin: 0 10px 2px 15px;
}
img.cen, img.cen2 {
	margin: 0px auto;
	display: block;
	border: 2px solid #ccc;
	padding: 1px;
}
img.cen2 {
	margin: 15px auto;
}
img.block {
	display: block;
	margin: 0 10px 2px 15px;
}
hr {
	margin: 5px 0 10px 0;
	color: #ccc;
}
.red {
	color: #990000;
	background-color: #fff;
}
.clear {
	clear: both;
	float: none;
}
/* 
.over {
	background-color: red;
	border: 1px solid black;
} */
/*	--------------------- ID's -------------------------	*/

body {
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
#wrapper {
	width: 980px;
	margin: 0 auto 0px auto;
	padding: 0;
	background-color: #FFFFFF;
	padding: 0 2px;
}
#headerwrap {
	width: 100%;
	background-color: #990000;
	border-bottom: solid #fff 2px;
}
#header {
	position: relative;
	height: 80px;
	width: 880px;
	padding: 50px 0 0 100px;
	margin: 0 auto;
	color: #F0F0F0;
	background: url("92067ca5_dice.png") no-repeat 0px 15px;
	font-size: 15px;
	font-weight: bold;
}
#header h2 {
	display: inline-block;
	width: 400px;
	float: left;
}
#header h2 a {
	font-size: 36px;
}
#header a, #header a:hover, #header a:visited{
	text-decoration: none;
	color: #F0F0F0;
}
#header .banners {
	position: absolute;
	top: 0px;
	right: 0;
	width: 420px;
	
}
#headerwrap .banners div {
	float: right;
	padding: 0 4px;
	margin: 2px 0px 0px 5px;
	width: 125px;
	height: 123px;
	background-color: #fff;
	border: 1px #ccc solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
#headerwrap .banners div span {
	display: block;
	color: #333;
	font-size: 11px;
	height: 34px;
}
#headerwrap .banners img {
	width: 125px;
	height: auto;
	margin: 5px 0px 3px;
	height: auto;
}
#headerwrap .banners a.playbutton {
	width: 125px !important;
	height: 30px;
	font-size: 12px !important;
	margin: 6px 0 !important;
	background-image: url("462a002d_twobuttons-small.gif") !important;
	text-indent: -9999px;
}
#headerwrap .banners .playbutton span.hover {
	width: 125px;
	height: 30px;
	background-image: url("462a002d_twobuttons-small.gif") !important;
	background-position: right bottom;
}

form#sitesearch {
	float: right;
	margin-left 8px;
	padding: 0;
}
form#sitesearch fieldset {
	border: 1px #000 solid;
	background: #fff;
	padding: 1px;
	margin: 0 0px 0 0;
	border-radius: 3px;
}
form#sitesearch .search {
	padding: 0px 15px;
	background: #fff;
	border: none;
	width: 180px;
	height: 28px;
	line-height: normal
}
form#sitesearch .button {
	position: relative;
	padding: 0px 15px;
	width: 85px;
	height: 28px;
	border: 1px solid #ccc;
	background-color: #119900;
	color: #fafafa;
	margin: 0;
	cursor: pointer;
	line-height: normal;
	border-radius: 3px;
	 
	 -webkit-transition: all 0.25s ease-in; 
	 -moz-transition: all 0.25s ease-in;
	 -o-transition: all 0.15s ease-in;
	 transition: all 0.15s ease-in;
}

form#sitesearch .button:hover  {
	background-color: #990000;
}
/* 540 - 230 - 190 */
/* 655 - 305 */
#main {
	width: 655px;
	line-height: 12px;
	float: left;
	margin-right: 10px;
}
#main .content {
	padding: 0;
}
#main .content h1 {
	color: #FFFFFF;
	background-color: #990000;
	font-size: 14px;
	padding-left: 20px;
	margin: 0 0 10px 0;
	line-height: 30px;
}
#main .content h2 {
	color: #990000;
	background-color: #fff;
	font-size: 14px;
	padding-left: 15px;
	margin: 0 10px 10px 5px;
	line-height: 30px;
	border-bottom: solid 2px #990000;
	clear: both;
}
#main .content h3 {
	color: #000000;
	background-color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin: 10px 25px;
}
#main .content h4 {
	color: #000000;
	background-color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin: 10px 25px;
}
#main .content h5 {
	color: #990000;
	background-color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	margin: 10px 25px;
}
#main a {
	font-weight: bold;
}
#main a:hover {
	color: #000000;
	background-color: #fff;
}

#main .content p {
	margin: 10px 25px;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
}
#main .content p.date, #main .content p.datee {
	font-style: italic;
	font-size: 11px;
	margin: -5px 25px;
}
#main .content p.datee {
	font-style: italic;
	font-size: 11px;
	margin: 0px 25px;
}
#main .content iframe.youtube {
	text-align: center;
	margin: 15px auto;
	display:block;
}
#main img.review_pic, #main img.review_pic2 {
	background-color: #fff;
	padding: 2px;
	border: 2px solid #ccc;
	float: left;
	margin: 0 15px 5px 15px;
}
#main img.review_pic2 {
	border: none;
	float: right;
}
#main .bot {
	background: url("a786d763_bg-main-bot.jpg") no-repeat #FFFFFF;
	height: 16px;
	margin: 10px 0;
	float: none;
	clear: both;
}
#main .content ul {
	margin: 5px;
	padding: 5px 20px;
}
#main .content ul li {
	margin: 0px 15px;
	padding: 5px;
	list-style: circle;
	line-height: 20px;
}
#main .content ul.il {
	padding: 0px;
	width: 400px;
	float: right;
	text-align: center;
}
#main .content ul.il li {
	display: inline;
	height: 70px;
	padding: 10px;
	line-height: 30px;
}

#main .content #city {
	display: block;
    color: #990000;
	padding:4px;
	padding-right: 2;
    margin: 0 auto 5px auto;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px #990000 solid;
    outline:none;
    cursor:pointer;
}
.content #map {
	height: 300px;
	width: 616px;
	margin: 0 0 0 12px;
	border: 3px #ccc solid;
}
/* also hase style in onlinet section :*/
.content a.playnow {
	text-align: right;
	display: block;
	margin: 10px 0 10px 510px;
}
.content p.score {
	float: right;
	margin-top: 10px;
	font-size: 10px;
}

#sidebar_heading {
	color: #FFFFFF;
	background-color: #990000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom:20px;
	line-height: 30px;
	width:auto;
}

/* TABLES */
.table1, .onlinet {
	background-color: transparent;
	font-size: 14px;
	text-align: left;
	margin: 0px auto 10px auto;
	border: none;
	width: 500px;
}
.table1 td, .onlinet td {
	padding: 6px 20px;
	margin: 0;
	border-bottom: solid 1px #300000;
}
.table1 .head, .onlinet .head {
	font-weight: bold;
	border: none;
	border-bottom: solid 2px #300000;
}
.table1 .cen{
	text-align: center;
}
.table1 td.b, .onlinet td.b {
	border: none;
}
.onlinet {
	width: 635px;
	margin: 0 0 0 12px;
	vertical-align: middle;
	line-height: 16px;
	table-layout: auto;
}
.onlinet td {	
	vertical-align: central;
	padding: 6px 6px;
	margin: 0;
	font-size: 12px;
}
.onlinet td img {	
	margin-right: 25px;
}
.onlinet td.head {	
	padding-bottom: 10px;
	height: 30px;
}
.onlinet td.casino {
}
.onlinet td.bonus {
	font-weight: bold;
}
.onlinet td.score {
	width: 50px;
}
.onlinet td.more {
	width: 220px;
}
.onlinet td a.t {
	display:block;
	margin-bottom:5px;
}
/* online tbale buttons */

.onlinet a.btn-play, a.btn-read, .content a.playnow, a.calltoaction {
	/*basic styles*/
	color: #fff;
	background-color: #007700;
	text-align: center;
 	padding: 5px 3px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #555;
	text-decoration: none;
	padding: 6px 9px;
 
	/*border styles*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	behavior:url("border-radius.htc");
	
	-moz-box-shadow: inset 0 1px 0px #fff, 0 8px 6px -6px black;
	-webkit-box-shadow: inset 0 1px 0px #fff, 0 8px 6px -6px black;
	box-shadow: inset 0 1px 0px #fff,  0 8px 6px -6px black;
	
	border: 1px #999 solid;
}
.onlinet a.btn-read {
	background-color: #F77700 !important;
}
a.calltoaction {
	float:right;
	margin-bottom: 10px;
}
.onlinet a.btn-play:hover, a.btn-read:hover, .content a.playnow:hover, a.calltoaction:hover {
	background-color: #005100 !important;
	color: #eee !important;
}
.onlinet a.btn-read:hover {
	background-color: #E56B00 !important;
}


/* COMMENTS
*------------------------------------*/
h3.formtitle {
	margin : 0px 0px 0px 0px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}

.commentbody, .commentreply {
	border-top: 1px #ccc solid;
	margin: 10px 35px 5px 25px;
	padding: 15px;
	background-color: #EEE;
	position: relative;
}
.commentbody:after {
 position: absolute;
 display: block;
 content: ""; 
 border-color: #EEE transparent transparent transparent;
 border-style: solid;
 border-width: 20px;
 height:0;
 width:0;
 position:absolute;
 bottom:-40px;
 left:2em;
}
.commentreply {
	background-color: #FFF;
	margin-left: 40px;
	border: 3px solid #EEE;
}
#main .commentbody p, #main .commentreply p {
	margin: 0px;
	color: #000;
	background-color: #EEE;
	font-size: 12px;
	line-height: 15px;
}
#main p.postedby {
	font-size: 12px;
	font-style: italic;
	color: #333333;
	padding: 0 0 0 18px;
	margin: 0px 0 0 80px;
}
#main .commentreply p.editor {
	font-size: 12px;
	margin: 0 0 5px 0;
	font-style: italic;
	font-weight: bold;
}
#main p.error {
	color: #990000;
	background-color: #fff;
	font-weight: bold;
}
/*--- FORMS ---*/

.commentform {
	border: solid 2px #C6C6C6;
	padding: 20px;
	margin-left: 10px;
	width: 578px;
}
.commentform label {
	padding: 0;
	margin: 5px;
	display: block;
}
.commentform label.i {
	display: inline;
}
.commentform input, .commentform textarea{
	background-color: #EEE;
	border: solid 1px #C6C6C6;
	padding: 6px;
	margin: 10px 10px;
	width: 195px;
}
.commentform textarea {
	width: 530px;
}
.commentform input.sum {
	width: 15px;
}
.commentform input:focus, .commentform input:hover,
.commentform textarea:focus, .commentform textarea:hover {
	background-color: #FFF;
	border: solid 1px #000000;
}
.commentform input#check {
	/* change 'inputs' values */
	width: 10px;
	margin: 0px;
	padding: 1px;
}
.commentform input#check:focus, .commentform input#check:hover {
	border: solid 1px #C6C6C6;
}
.commentform input.submit {
	margin: 10px 0px 0 15px;
	padding: 3px;
	border: solid 1px #C6C6C6;
	border-right: solid 1px #9A9A9A;
	border-bottom: solid 1px #9A9A9A;
	cursor: pointer;
	cursor: hand;
}
.commentform input.submit:hover, .commentform input.submit:focus {
	background-color: #FFF;
	color: #000;
}
p.error {
	color: red;
	font-weight: bold;
}
form.draw {
	width: 270px;
	padding: 0;
}
form.draw input {
	padding: 5px;
}

form.draw input, form.draw input.email {
	margin: 10px 10px 0px 10px;
	width: 130px;
}
form.draw input:hover, form.draw input.email:hover, form.draw input:focus, form.draw input.email:focus {
	background-color: #FFC;
	border: 1px solid #990000;
}
form.draw input.submit {
	padding: 3px 5px;
	margin: 5px 2px;
}
form.draw doing1 {
	height: 40px;
	overflow: hidden;
}
/* RIGHT COLUMN */

#col-right {
	width: 295px;
	float: left;
	padding: 0 10px;
}
#col-right h2, #col-right h3 {
	color: #505050;
	font-size: 16px;
	padding-left: 5px;
	margin: 0 0 10px;
	line-height: 30px;
	height: 30px;
	border-bottom: dotted 2px #505050;
}
#col-right .content {
	background-color: #EEE;
	margin: 0 0 2px 0;
	padding: 10px;
	border: 2px #ccc solid;
	overflow: hidden;
}
#col-right h3 {
	background-color: #EEE;
}
#col-right p.red{
	background-color: #EEE;
}
#col-right .bg_wht {
	background-color: #FFF;
	border: none;
}
#col-right p {
	margin: 10px;
	line-height: 15px;
}
#col-right p.small {
	font-size: 10px;
	line-height: 10px;
}
#col-right .content a{
	text-decoration: none;
}
#col-right .content a:hover{
	text-decoration: underline;
	color: #9F0D18;
}
#col-right .content .right {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#col-right .content .left {
	margin-left: 5px;
}
#col-right .content a.btn-play {
	margin: 3px 5px;
}
#col-right .bot {
	background: url("bb5e914a_bg-right-bot.jpg") no-repeat #FFFFFF;
	height: 10px;
	margin: 0 0 10px 0;
}
div.sm {
	height: 105px;
}
#col-right .content .soc-med {
	float: left;
	margin-right: 17px;
	width: 50px;
	height: 90px;
}

/* PLAY & READ BUTTONS */

.buttonholder {
	width: 270px;
	height: 44px;
	overflow: hidden;
}
.buttonsinline {
	float: right;
	margin: 30px 0 0 15px;
}
.readbutton {
	margin: 3px 0 3px 3px;
	float:left;
	width:131px;
	height:38px;
	display:block;
	background-image: url("6bbd94cb_twobuttons.gif");
	background-position: top left;
}
.readbutton span.hover{
	position: absolute;
	display: block;
	width:131px;
	height:38px;
	background-position: bottom left;
	background-image: url("6bbd94cb_twobuttons.gif");
}
.playbutton {
	margin: 3px 0 3px 0;
	float: left;
	width:132px;
	height:38px;
	display:block;
	background-image: url("6bbd94cb_twobuttons.gif");
	background-position: top right;
}
.playbutton span.hover {
	position: absolute;
	display: block;
	width:132px;
	height:38px;
	background-position: bottom right;
	background-image: url("6bbd94cb_twobuttons.gif");
}
.playbuttonbig {
	margin: 3px 0 3px 3px;
	float:left;
	width:240px;
	height:38px;
	display:block;
	background: url("e95a2a4c_buttonplaylarge.gif") no-repeat top left;
}
.playbuttonbig span.hover{
	position: absolute;
	display: block;
	width:240px;
	height:38px;
	background: url("e95a2a4c_buttonplaylarge.gif") no-repeat bottom left;
}


#main .content h3.slot-title {
	clear: both;
	float: none;
}
div.listgames {
	text-align: center;
	margin: 0 0 20px 0;
}
div.listgames div {
	display: inline-block;
	width: 200px;
	height: 170px;
	padding: 1px;
	margin: 0px 0 10px 5px;
	text-align: center;
	background-color: #E4E4E4;
	border-radius: 5px;
	border: 2px #ccc solid;
	vertical-align: top;
}

div.listgames div:hover {
	background-color: #F7F7F7;
}
#main .content div.listgames div h5 {
	color: #000;
	text-align: center;
	font-size: 0.9em;
	background-color: transparent;
}
div.listgames div img {
	width: 198px;
	height: 132px;
}


/* FOOTER */

#footerwrap {
	clear: both;
	float: none;
	width: 100%;
	background: url("5ea818ef_footer_bg-NEW.jpg") repeat-x #5D5D5D;
	margin: 10px 0 0 0;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 40px;
/*	height: 430px; */
	height: 135px;
	text-align: center;
	color: #B5ABAA;
}
#footer .column {
	color: red;
	display: block;
	width: 195px;
	height: 270px;
	padding: 0px 20px 10px 20px;
	margin: 20px 0;
	float: left;
	line-height: 20px;
	border-right: 1px #A0A0A0 solid;
}
#footer .end {
	border-right: none;
}
#footer .column ul {
	list-style: none;	
}
#footer .column ul li {
	background-image: none;
	margin-top: 0;
	text-align: left;
}
#footer .column h3{
	color: #FFFFFF;
	margin: 7px 10px;
	text-align: left;
}
#footer a:link, #footer a:visited {
	color: #DEDADA;
	text-decoration: none;
}
#footer p {
	line-height: 30px;
	clear: both;
	float: none;
	margin: 15px 0;
}
#footer p a {
	line-height: 30px;
}
#footer img{
	vertical-align: middle;
	margin-top: 15px;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #5D5D5D;
	text-decoration: underline;
}


/*-- -------------- --*/
/*-- Bottom Toolbar --*/
/*-- -------------- --*/

div#toolbar, div#toolbarbut {
	position: fixed; /* set fixed position for the bar */
	bottom: 0px;
	right: 0px;
	z-index: 9999; /* keep the bar on top	*/
	height: 30px;
	background-color: #777;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
	
	border-top: 1px solid #eee;
	border-left: 1px solid #eee; 
	border-right: 1px solid #eee;	
}
.trans {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	/* IE 5-7 */
	filter: alpha(opacity=65);
	/* Netscape */
	-moz-opacity: 0.65;
	/* Safari 1.x */
	-khtml-opacity: 0.65;
	/* Good browsers */
	opacity: 0.65;
	/* CSS3 */
}
.opaque {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
	/* CSS3 */
}
div#toolbar {
	width: 1100px;
	min-width: 700px; /* to limit the width when an excessive window resize */
	margin: 0px auto; /* centered toolbar */
	left: 0px;
}
div#toolbar a.link{
	color: #fff;
	background-color: #777;
	font-weight: bold;
}
div#toolbarbut { /* div for the 'hide status' */
	width: 80px;
	height: 20px;
	background-color: #990000;
	margin-right: 3%;
	display: none;
	padding-top:10px;
	text-align: center;
}
span.showbar a { /* show button */
	font-size: 11px;
	color: #eee;
	background-color: #990000;
}
.leftside {
	display: inline;
	float: left;
}
form.newsletter {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px 5px;
	color: #EEE;
	background-color: #777;
}
form.newsletter input.text{
	width: 120px;
	margin: 0 8px;
}
form.newsletter input.text:hover, form.newsletter input.text:focus{
	background-color: #FFC;
	border: 1px solid #990000;
}
form.newsletter #doing2 {
	width: 80px;
	height: 40px;
	overflow: hidden;
}
form.newsletter input.hidden {
 display: block;
	height: 10px;
	border: red solid 3px;
}
.rightside {
	float: right;
}
/*-- Left Side --*/
ul#social li {
	display: inline;
}
a.rss, a.facebook, a.twitter, a.google {
	display: inline-block;
	width: 40px;
	height: 35px;				
	margin-top: 1px;
}
a.rss:hover, a.facebook:hover, a.twitter:hover, a.google:hover {
	background-position: 1px 1px; /* simple css hover effect */
}
a.rss {
	background: url("58e7e635_rss.png") no-repeat;
}
a.facebook {
	background: url("ec3203ca_facebook.png") no-repeat;
}
a.twitter {
	background: url("bd7dc520_twitter.png") no-repeat;
}
a.google {
	background: url("eebc95a6_google.png") no-repeat;
}
.toolbartip {
	position: absolute; /* important */
	top: -75px;
	width: 250px;
	height: 78px;
	background: url("b980595f_tip.png") no-repeat;
	float: left;
	display: none;
}
/* custom distances for the icons */
#tipfacebook {
	left: 75px; 
}
#tiptwitter {
	left: 120px; 
}

#tipemail {
	left: 165px; 
}
.toolbartip ul {
	padding: 22px 0 0 25px;
}
.toolbartip ul li {
	display: inline;
	padding-left: 3px;
}
.toolbartip ul li a {
	font-size: 18px;
	color: #989898;
}
.toolbartip ul li a:hover {
	color: #666;
}
.toolbartip ul li small {
	font-size: 10px;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
	float: right;
	border-left: 1px solid #a4a4a4;
}
span.downarr a {
	display: block;
	width: 36px;
	height: 30px;
	padding: 20px 0 0 10px;
	background: url("71a501ad_downarrow.png") no-repeat 5px 4px;
}




span.menu_title1 {
	border-left: 1px solid #a4a4a4;
	padding: 1px 30px;
}
span.menu_title1 a {
	font-size: 15px;
	line-height: 30px;
	color: #D7D7D7;
}
.quickmenu1 {
	position: absolute; /* important */
	top: -261px;
	right: 46px;
	width: 310px;
	height: 260px;
	background-color: #e4e4e4;
	border-top: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4; 
	border-right: 1px solid #a4a4a4;
	/* CSS3 */
	box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
	-moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
	-khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
	-webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
	
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	/* CSS3 end */
	display: none; /* important */
}
.quickmenu1 img {
	margin: 10px 0 0 30px;
	padding: 2px;
}
.quickmenu1 ul {
	padding-top: 20px;
	text-align: center;
}
.quickmenu1 p {
	text-align: center;
	margin: 10px;
	padding: 3px;
	font-size: 15px;
}
.quickmenu1 p.title {
	font-weight: bold;
	color: #990000;
	background-color: #e4e4e4;
	font-size: 24px;
}
.quickmenu1 p.bigger {
	font-weight: bold;
	font-size: 24px;
}
.quickmenu1 p a {
	color: #990000;
	background-color: #e4e4e4;
}
.quickmenu1 p a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #e4e4e4;
}
.quickmenu1 ul {
	margin: 5px;
	padding: 0;
}
.quickmenu1 ul li {
	border-bottom: 1px solid #989898;		
	padding: 5px 10px;
	margin: 0 15px 0 15px;
	font-weight: bold;
}
.quickmenu1 ul li a {
	font-size: 18px;
	color: #990000;
	background-color: #e4e4e4;
	display: block;
}
.quickmenu1 ul li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #e4e4e4;
}
.trans {
}

/*-- -------------- --*/
/*-- Organic Tabs --*/
/*-- -------------- --*/

/* Generic Utility */
#tab-menu .hide { position: absolute; top: -9999px; left: -9999px; margin: 0 0 15px 0; background-color: #fff; }

#tab-menu { margin: 0 0 5px 0; }
#tab-menu ul { margin: 0; padding: 0; max-height:300px;overflow:auto}
#tab-menu ul.nav { overflow: hidden; margin: 0; padding: 0}
#tab-menu ul.nav li { font-size: 12px; font-weight: bold; width: 100px; float: left; padding: 0px; margin: 0 2px 0 0;}
#tab-menu ul.nav li.last { margin-right: 0; }
#tab-menu ul.nav li a { display: block; color: #505050; font-size: 11px; text-align: center; border: 0; padding: 7px; margin: 0; }
#tab-menu ul.nav li a { }
#tab-menu ul.nav li a:hover { }

#tab-menu .list-wrap { background: #fff; padding: 5px; }
#tab-menu ul { list-style: none; }
#tab-menu ul li.city { font-weight: bold; color: #990000; background-color: #fff; margin: 10px 0 3px 7px;}
#tab-menu ul li img { margin-left: 55px; }
#tab-menu ul li a { display: block; border-bottom: 1px solid #666; margin: 5px 10px 0px 3px; padding: 5px; color: #000; }
#tab-menu ul li a:hover { color: #000; text-decoration:underline; background-color: #fff; }

#tab-menu ul li a.current { background-color: #fff; color: #000; }

/* To be used with cookieCuttr by Chris Wharton (# */
.cc-cookies { position:fixed; width: 90%; left: 0; top: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 10px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; background-color: #565656; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }









@media screen and (max-width: 768px) {
	.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
	.cc-cookies { position: relative;  }
}

@media all and (max-width: 985px) {
	body {
		background-color: #ffffff;
	}
	#wrapper {
		width: 660px;
	}
	
	#header {
		width: 515px;
		padding: 50px 0 0 120px;
		background: url("92067ca5_dice.png") no-repeat 20px 15px;
	}
	#headerwrap .banners {
		display: none;
	}
	.jqueryslidemenu {
		width: 660px;
		text-align: center;
		height: 32px;
		overflow: visible;
	}
	
	#main {
		margin: 0px;
		width: 660px;
		padding: 0;
	}
	#main .content h2 {
		margin: 0 0px 10px 5px;
	}
	#main .content h3 {
		margin-left: 10px;
	}
		
	#main .content p.date {
		margin-left: 10px;
	}
	
	#main .content p {
		margin: 10px 10px;
	}
	
	#main .bot {
		background-size:cover;
	}
	
	#col-right {
		width: 655px;
	}
	
	#col-right .bot {
		background: none;
	}
	div#toolbar, div#toolbarbut {
		display: none;
	}	
	#footer {
		width: 660px;
		padding: 10px 0;
	}
	
	.notab { display:none; !important; height: 0px !important; }
}


@media all and (max-width: 660px) {
	
	#wrapper {
		width: 100%;
		padding: 0;
	}
	#header {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 30px 0px 90px 120px;
		margin: 0;
		background: url("92067ca5_dice.png") no-repeat 20px 5px;
	}
	
	.jqueryslidemenu {
		width: 100%;
		height: 145px;
		
	}
	.jqueryslidemenu ul li{
		display: block;
		float: none;
		clear: both;
	}
	
	#main {
		width: 100%;
	}
	#main .content #map {
		height: 300px;
		width: 95%;
		margin: 0 auto;
	}
	
	.table1, .onlinet {
		width: 100px;
	}
	.table1 td, .onlinet td {
	}
	.table1, .onlinet {
		width: 100%;
	}
	.onlinet td.bonus, 
	.onlinet td.score,
	.onlinet td.more {
		width: auto;
	}
	.onlinet .btn-play,
	.onlinet .btn-read {
		white-space: nowrap;
		display: inline-block;
	}
		
	.table1 {
		width: 95%;
	}
	
	
	.jscarousal-horizontal {
		width: 100%;
	}
	.jscarousal-contents-horizontal {
		width: 100%;
	}
	
	.content a.playnow {
		float: right;
		margin: 10px 0 10px 10px;
	}
	
	#main .commentform {
		padding: 2px;
		width: 95%;
		margin: 0 auto;
	}
	#main .commentform label.i {
		display: block;
	}
	#main .commentform input, .commentform textarea{
		width: 90%;
	}
	#main .commentform textarea {
		width: 90%;
	}
	
	#col-right {
		width: 95%;
		margin: 0 auto;
	}
	#col-right .content .sm {
		width: 99%;
	}
	
	#footer {
		padding: 2px;
		width: 95%;
		margin: 0 auto;
	}
	
	.nomob { display:none; !important; height: 0px !important; }

	
}
@media (max-width: 660px) {


	.jqueryslidemenu ul li ul {
	    left: 0px;
	    display: block;
	    visibility: hidden;
	    width: 100% !important;
	    position: relative;
	    top: 0!important;
	}
	.jqueryslidemenu {
    	text-align: left;
	}
	.jqueryslidemenu ul li a:link, 
	.jqueryslidemenu ul li a:visited{
		width: 100%!important;
		float: left;
		padding-right: 0!important;
		/*padding-left: 0!important;*/
	}

	.jqueryslidemenu ul li a{
		border: 0!important;
	}
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
