/***** UNIVERSAL CLASSES *****/
/*
Copyright (c) 2012 by Arvada Marketing LLC
Author: Harald Engels
Licensed under the GNU/GPL version 2 (or later) license; for details see LICENSE.txt
*/

/*** PRESETS ***/

/** Scrollbars **/
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100.01%;
}

/** Resets **/
h1, h2, h3, h4, h5, h6, p, ul, ol, div, nav, article, aside, img {
  margin: 0;
  padding: 0;
  border: none 0;
}
article, aside, nav {
  display: block;  /* We need that for older HTML 4 browsers (like Firefox 3, Safari 3 etc.) */
}

/** Fonts **/
body {
  font-family: Arial, Helvetica, sans-serif;  /* Use Google web-fonts for different fonts */
  font-size: 75%;
}
h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 89%; }

.smaller {
  font-size: smaller !important;
}
.larger {
  font-size: larger !important;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { top: 0.4em; }


/*** BASIC LAYOUT ***/

/** Page **/
body {
  margin: 0 auto;
}
#cookies {
  width: 964px;
  margin: 0 auto 0 auto;
  padding: 10px 10px 0 10px;
}
#cookies h4 {
  margin: 0;
}

#pageWrap {
  margin: 0 auto 6px auto;
  width: 990px;  /* page width */
}

/** Top Bar **/
#topBar {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
}
.topBar {
  position: relative;
  z-index: 1;
  width: 990px;
  margin: 0 auto;
}
#topBarMenu {}
#topBarApp {}
/* Social Network Icons */
.social {
  float: right;
  width: 210px;
  margin: 13px 0 0 0;
}
.ie7 div.social a, .ie8 div.social a, .ie7 div.social a img, .ie8 div.social a img {
  border: none 0 !important;
}

/** Header **/
#header {
  position: relative;
  height: 76px;
}
.header {
  position: relative;
  width: 990px;  /* this value should be close to the outer page-wrapper width */
  margin: 0 auto;
}
#headerLogo {
  float: left;
  width: 500px;
  margin: 0 0 0 5px;
}
#headerFlags {
  height: 28px;
  float: right;
  position: absolute;
  top: 6px;
  right: 0;
}
.flag {
	width: 28px;
	height: 24px;
 overflow: hidden;
	background: url(/web/20130621234914im_/http://spidermancasino.comflags.png) no-repeat;
}
.flag.flag-de {
  background-position: -156px 0px;
}
.flag.flag-uk {
  background-position: -182px 0px;
}
.flag.flag-nl {
  background-position: -312px 0px;
}
#headerMenu {}
#headerObj1 {
}
#headerObj2 {
  float: right;
  position: relative;
  top: 43px;
  right: 2px;
}
/* Header note */
#headerObj3 {
  position: absolute;
  top: 47px;
  right: 6px;
  color: gold;
}
#headerSearch {}
#headerAppendix {}


/** Top Box **/
#topBox {
  position: relative;
}

/** Columns and Wrappers **/
#columns {
  position: relative;
  padding: 15px 0 15px 14px;  /* margin of the content */
  /*background:yellow url("/web/20130621234914im_/http://spidermancasino.com/templates/casino2go/red.gif") top left repeat-y; if you need a solid background color, this is the way to go */
}
body#home #columns {
  padding-bottom: 0;
}
body#games #columns {
  padding-top: 0;
}
.ie7 div#columns {
  display: block;
  padding-top: 0;
}
#col23Wrap {
  margin-left: 0;  /* this setting has to get adjusted manually if DCSS is not active */
  /*background:url("/web/20130621234914im_/http://spidermancasino.com/templates/casino2go/blue.gif") top right repeat-y; if you need a solid background color, this is the way to go */
}

/** Left Column **/
#col1 {
		float: left;
  width: 0; /* set to zero for casino */
}

/** Main Content **/
#col2Wrap {
  margin:0 215px 0 0; /* the right margin creates the space for #col3 */
}
#col2 {
  position: relative;
  height: auto;  /* important for correct rendering in some browsers */
}
.mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 990px !important;  /* the width and height should correlate with the mask image dimensions */
  height: 300px !important;  /* must be oriented on slideshow image height */
  background: url(/web/20130621234914im_/http://spidermancasino.com/templates/casino2go/images/overlay_990x1_black.png) repeat-y;
  opacity: 0.2;
}
.ie7 .mask {
  z-index: 2; /* for IE7 z-index bug */
}
.ie7 .mask, .ie8 .mask {
  overflow: hidden;
  filter: alpha(opacity=20); /* for IE8 and earlier */
}
.overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 150%;
}
.ie7 .overlay {
  z-index: 3; /* for IE7 z-index bug */
}
.overlay h1 {
  margin: 0;
  font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 400%;
  font-weight: bold;
  text-shadow: 2px 2px 1px #ffc40b;
  color: #AB8407;
}
.overlay h4 {
  margin: 0 !important;
  font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: 2px 2px 1px #333;
  color: #ccc;
}
.bonusterms {
  margin-bottom: 26px;
  font-size: x-small;
}
.bonusterms a {
  color: #777 !important;
  border-bottom: solid 1px #333;
}
.bonusterms a:hover {
  color: #dd0000 !important;
}
#intro {
  height: 268px;
}
.introBox {
  float: left;
  width: 226px;
  height: 244px;
  margin: 3px 13px 0 0;
}
.ie8 .introBox {
  min-height: 244px;
}
.introBox h4 {
  margin: 6px 5px 5px;
}
.introBox div, .introBox p {
  width: 216px;
  line-height: 120%;
}
.introBox .divider {
  height: 16px;
  margin: 8px 5px 6px;
  padding: 2px 0;
}
.introBox p {
  margin: 5px;
}
.introBox .action {
  margin: 9px 5px 5px;
  padding: 4px 0;
}
article {
  padding: 0 15px 0 0;
}
article > iframe {
  margin: 0 -15px -15px -15px;
  border: solid 1px #333;
  border-bottom: none 0;
}
article > div.item-page > p, article > div.item-page li {
  font-size: larger;
}
div#promotions {
  width: 960px;
}
.promo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 470px;
  height: 180px;
  overflow: hidden;
  margin: 12px 0 3px 0;
  border: solid 1px #333;
}
.promoL {
  float: left;
}
.promoR {
  float: right;
}
.promOver {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 205px;
  height: 180px;
  background: #111;
  opacity: 0.7;
}
.ie7 .promOver, .ie8 promOver {
  filter: alpha(opacity=70);
}
.promOffer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 183px;
  height: 180px;
  padding: 5px 10px 5px 12px;
}
.promOffer h3 {
  margin: 7px 0 10px 0;
  font-family: "Ropa Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: gold;
  text-shadow: 2px 2px #111;
}
.promOffer p {
  margin-bottom: 15px;
  line-height: 130%;
  text-shadow: 1px 1px #000;
  font-size: 100%;
}

/** Right Column **/
#col3 {
		float: right;
  width: 180px;
}

/** Bottom Box **/
#botBox {
  height: auto;
  padding: 15px;
  text-align: center;
}

/** Footer **/
#footer {
  position: relative;
  height: 72px;
  text-align: center;
}
.footer {
  clear: left;
  height: 32px;
  margin-top: 30px;
}
.ie8 #footer p {
  margin-top: 30px;
}

/** Bottom Bar **/
#botBar {
  height: 70px;
  text-align: center;
}
#botBar .moduletable {
  margin-top: 13px;
}
#botBar p {
  font-size: x-small;
  color: #777;
}
#botBar img {
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
.ie8 #botBar p {
  margin-top: 32px;
}

/** Dividers **/
.appendix {
  display: none;
}

/** Debug & Messaging **/
#debug {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  background: #000;
}
#debug h4 {
  margin: 12px 0 2px 0;
  color: #0ac;
}


/*** BASIC HTML ELEMENTS ***/

h4 {
  margin: 20px 0 6px 0;
}
p {
  margin: 12px 0;
  line-height: 145%;
}
li {
  margin: 12px 0 6px 17px;
  line-height: 145%;
}


/*** MENUS ***/

/** Top Bar Menu **/
/* 1st level entries */
#topBar ul.menu {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
#topBar ul.menu > li {
  display: inline-block;
  position: relative;
  margin: 11px 10px 0 0;
  padding: 3px 0;
}
#topBar ul.menu > li a {
  display: inline-block;
  padding: 7px 5px 0 5px;
}
/* 2nd level entries */
#topBar ul.menu ul {
  position: absolute;
  z-index: 4;
  left: -9999px;
  top: 31px;
}
#topBar ul.menu > li:hover > ul {
  /*left: 100%;*/
  left: -5px;
  margin-top: 0;
  padding-bottom: 4px;
  border: solid 1px #444;
  background: #333;
}
#topBar ul.menu > li:hover > ul > li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0 4px 0 5px;
  white-space: nowrap;
}
/* 3rd level entries */
#topBar ul.menu > li:hover > ul ul {
  position: absolute;
  left: -9999px;
  top: 26px;
}
#topBar ul.menu > li:hover > ul > li:hover > ul {
  /*left: 100%;*/
  left: 100%;
  margin-top: 0;
  border: solid 1px orange;
}

/** Main Menu (horizontal) **/
/* 1st level entries */
#menu ul.menu {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
#menu ul.menu > li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
#menu ul.menu > li a {
  display: inline-block;
  padding: 7px 5px 0 5px;
}
/* 2nd level entries */
#menu ul.menu ul {
  position: absolute;
  left: -9999px;
  top: 22px;
}
#menu ul.menu li:hover > ul {
  /*left: 100%;*/
  left: 0;
  margin-top: 0;
  border: solid 1px red;
}
/* 3rd level entries */
#menu ul.menu li:hover > ul ul {
  position: absolute;
  left: -9999px;
  top: 26px;
}
#menu ul.menu li:hover > ul li:hover > ul {
  /*left: 100%;*/
  left: 100%;
  margin-top: 0;
  border: solid 1px orange;
}

/** Header Menu **/
#header ul.menu {
  text-align: left;
}
#header ul.menu li {
  display: inline-block;
  padding: 8px 0 1px 0;
}

/** Footer Menu **/
#footer ul.menu {
  margin-top: 4px;
  height: 20px;
}
.ie7 #footer ul.menu {
  width: 960px;
  margin: 0 auto;
  padding: 4px 0 0;
}
#footer ul.menu li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 3px;
}

/** Bottom Bar Menu **/
#botBar ul.menu {
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
}
#botBar ul.menu li {
  display: inline-block;
  padding: 0 10px 0 0;
}

/** Menu Hacks **/
/* Hack for IE7 to fix the inline-block bug */
.ie7 ul.menu > li {
  zoom: 1;
  display: inline !important;
}


/*** NAVIGATION & LINKS ***/

/** Links **/
ul.pagenav {
  padding: 10px;
}
li.pagenav-next, li.pagenav-prev {
  display: inline-block;
  padding: 0 3px;
  list-style-type: none;
}

.breadcrumbs {}

/** Pagination **/
div.pagination li {
  display: inline-block;
  margin-right: 15px;
  padding: 1px 7px;
}


/*** BUTTONS ***/

/** Button Sizes **/
.buttonS {
  display: inline-block;
  padding: 3px 12px 3px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  font-family: Share, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.buttonM {
  display: inline-block;
  padding: 3px 11px 3px 11px;
  text-align: center;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  font-family: Share, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
}
.buttonL {
  display: inline-block;
  padding: 5px 15px 3px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  font-family: Share, Arial, Helvetica, sans-serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

/** Button Colors **/

/* Simple Buttons */
.buttonGold {
  background-color: #ffd700;  /* fall-back for old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd700 0%), to(#daa520 50%));
  background-image: -webkit-linear-gradient(top, #ffd700 0%, #FBDC35 50%, #F9B509 50%, #daa520 100%);
  background-image: -moz-linear-gradient(top, #ffd700 0%, #FBDC35 50%, #F9B509 50%, #daa520 100%);
  background-image: -ms-linear-gradient(top, #ffd700 0%, #FBDC35 50%, #F9B509 50%, #daa520 100%);
  background-image: -o-linear-gradient(top, #ffd700 0%, #FBDC35 50%, #F9B509 50%, #daa520 100%);
  background-image: linear-gradient(top, #ffd700 0%, #FBDC35 50%, #F9B509 50%, #daa520 100%);
  border: 1px solid #6D5C00;
  color: #111;
}
.buttonGold:hover {
  border: 1px solid #ffff00;
}
.buttonSilver {
  background-color: #d0d0d0;  /* fall-back for old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0 0%), to(#b0b0b0 50%));
  /* Safari4+, Chrome */
  background-image: -webkit-linear-gradient(top, #d0d0d0 0%, #cccccc 50%, #bababa 50%, #b0b0b0 100%);
  background-image: -moz-linear-gradient(top, #d0d0d0 0%, #cccccc 50%, #bababa 50%, #b0b0b0 100%);
  background-image: -ms-linear-gradient(top, #d0d0d0 0%, #cccccc 50%, #bababa 50%, #b0b0b0 100%);
  background-image: -o-linear-gradient(top, #d0d0d0 0%, #cccccc 50%, #bababa 50%, #b0b0b0 100%);
  background-image: linear-gradient(top, #d0d0d0 0%, #cccccc 50%, #bababa 50%, #b0b0b0 100%);
  border: 1px solid #aaaaaa;
  color: #111;
}
.buttonSilver:hover {
  border: 1px solid #fff;
}

/* Fancy Buttons */
.buttonRed {
  color: #ffffaa;
  text-shadow: 1px 1px 0 #cb0101;
  background: #9b0000;
  background: -o-linear-gradient(top, #ff0000, #9b0000);
  background: -webkit-gradient(radial, 50% 20%, from(#ff0000), to(#9b0000));
  background: -webkit-radial-gradient(50% 20%, closest-corner, #ff0000, #9b0000);
  background: -moz-radial-gradient(50% 20%, closest-corner, #ff0000, #9b0000);
  -webkit-box-shadow: 2px 2px 0px #400000, 	6px 8px 4px rgba(0, 0, 0, .50);
  -moz-box-shadow: 2px 2px 0px #400000, 	6px 8px 4px rgba(0, 0, 0, .50);
  box-shadow: 2px 2px 0px #400000, 	6px 8px 4px rgba(0, 0, 0, .50);
  border: 1px solid #ba0000;
}

.buttonRed:hover {
		background: #ba0101;
		background: -o-linear-gradient(top, #fe4646, #ba0101);
		background: -webkit-gradient(radial, 50% 20%, from(#fe4646), to(#ba0101));
		background: -webkit-radial-gradient(50% 20%, closest-corner, #fe4646, #ba0101);
		background: -moz-radial-gradient(50% 20%, closest-corner, #fe4646, #ba0101);
}

.buttonRed:active {
  -webkit-box-shadow: 0 1px 0px #6f0000, 2px 2px 4px rgba(0, 0, 0, .50);
		-moz-box-shadow: 0 1px 0px #6f0000, 2px 2px 4px rgba(0, 0, 0, .50);
		box-shadow: 0 1px 0px #6f0000, 2px 2px 4px rgba(0, 0, 0, .50);
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-o-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
}

.buttonGreen {
  color: #ffffaa;
  text-shadow: 1px 1px 0 #14a514;
  background: #017d01;
  background: -o-linear-gradient(top, #01d801, #017d01);
  background: -webkit-gradient(radial, 50% 20%, from(#01d801), to(#017d01));
  background: -webkit-radial-gradient(50% 20%, closest-corner, #01d801, #017d01);
  background: -moz-radial-gradient(50% 20%, closest-corner, #01d801, #017d01);
  border: 1px solid #019c01;
  -webkit-box-shadow: 2px 2px  0 #003a00, 6px 8px 4px rgba(0, 0, 0, .50);
  -moz-box-shadow: 2px 2px  0 #003a00, 6px 8px 4px rgba(0, 0, 0, .50);
  box-shadow: 2px 2px  0 #003000, 6px 8px 4px rgba(0, 0, 0, .50);

}
.buttonGreen:hover {
		background: #128e12;
		background: -o-linear-gradient(top, #35dc35, #128e12);
		background: -webkit-gradient(radial, 50% 20%, from(#35dc35), to(#128e12));
		background: -webkit-radial-gradient(50% 20%, closest-corner, #35dc35, #128e12);
		background: -moz-radial-gradient(50% 20%, closest-corner, #35dc35, #128e12);
}
.buttonGreen:active {
  -webkit-box-shadow: 0 1px 0 #003a00, 2px 2px 4px rgba(0, 0, 0, .50);
		-moz-box-shadow: 0 1px 0 #003a00, 2px 2px 4px rgba(0, 0, 0, .50);
		box-shadow: 0 1px 0 #003a00, 2px 2px 4px rgba(0, 0, 0, .50);
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-o-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
}

.buttonBlue {
  color: #ffffaa;
	 text-shadow: 0 1px 0 #0163af;
	 background: #013a6f;
	 background: -o-linear-gradient(top, #0090ff, #013a6f);
	 background: -webkit-gradient(radial, 50% 20%, from(#0090ff), to(#013a6f));
	 background: -webkit-radial-gradient(50% 20%, closest-corner, #0090ff, #013a6f);
	 background: -moz-radial-gradient(50% 20%, closest-corner, #0090ff, #013a6f);
  -webkit-box-shadow: 2px 2px 0 #002242, 6px 8px 4px rgba(0, 0, 0, .50);
	 -moz-box-shadow: 2px 2px 0 #002242, 6px 8px 4px rgba(0, 0, 0, .50);
	 box-shadow: 2px 2px 0 #002242, 6px 8px 4px rgba(0, 0, 0, .50);
 	border: 1px solid #014d93;
}
.buttonBlue:hover {
		background: #224f78;
		background: -o-linear-gradient(top, #24a0ff, #224f78);
		background: -webkit-gradient(radial, 50% 20%, from(#24a0ff), to(#224f78));
		background: -webkit-radial-gradient(50% 20%, closest-corner, #24a0ff, #224f78);
		background: -moz-radial-gradient(50% 20%, closest-corner, #24a0ff, #224f78);
}
.buttonBlue:active {
  -webkit-box-shadow: 0 1px 0px #002242, 2px 2px 4px rgba(0, 0, 0, .50);
		-moz-box-shadow: 0 1px 0px #002242, 2px 2px 4px rgba(0, 0, 0, .50);
		box-shadow: 0 1px 0px #002242, 2px 2px 4px rgba(0, 0, 0, .50);
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-o-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
}

.buttonOrange {
  color: black;
  text-shadow: 0 1px 0 #fad922;
  background: #f7a403;
  background: -o-linear-gradient(top, #f7dd03, #f7a403);
  background: -webkit-gradient(radial, 50% 20%, from(#f7dd03), to(#f7a403));
  background: -webkit-radial-gradient(50% 20%, closest-corner, #f7dd03, #f7a403);
  background: -moz-radial-gradient(50% 20%, closest-corner, #f7dd03, #f7a403);
  border: 1px solid #f7c603;
  -webkit-box-shadow: 2px 2px 0 #4D3201, 6px 8px 4px rgba(0, 0, 0, .50);
  -moz-box-shadow: 2px 2px 0 #4D3201, 6px 8px 4px rgba(0, 0, 0, .50);
  box-shadow: 2px 2px 0 #4D3201, 6px 8px 4px rgba(0, 0, 0, .50);
}
.buttonOrange:hover {
		background: #f6b824;
		background: -o-linear-gradient(top, #fae822, #f6b824);
		background: -webkit-gradient(radial, 50% 20%, from(#fae822), to(#f6b824));
		background: -webkit-radial-gradient(50% 20%, closest-corner, #fae822, #f6b824);
		background: -moz-radial-gradient(50% 20%, closest-corner, #fae822, #f6b824);
}
.buttonOrange:active {
  -webkit-box-shadow: 0 1px 0 #c88401, 2px 2px 4px rgba(0, 0, 0, .50);
		-moz-box-shadow: 0 1px 0 #c88401, 2px 2px 4px rgba(0, 0, 0, .50);
		box-shadow: 0 1px 0 #c88401, 2px 2px 4px rgba(0, 0, 0, .50);
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
		-o-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
}

/** Checkboxes **/
input.checkBox {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.radioLabelYes {
  font-size: larger;
  color: #00cc00;
}
.radioLabelNo {
  font-size: larger;
  color: #dd0000;
}

/*** HELPER CLASSES **/

/** Warnings **/
#nojs {
  padding: 3px;
  font-size: 150%;
  font-weight: bold;
  color: yellow;
  background: #990000;
}
#nocookie {
  padding: 3px;
  font-size: 150%;
  font-weight: bold;
  color: yellow;
  background: #000099;
}
#noflash {
  padding: 3px;
  font-size: 150%;
  font-weight: bold;
  color: yellow;
  background: #990099;
}

/** Injections **/
.zero {
  margin: 0;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.on {
  display: block;
}


/*** CLEARFIXES & GENERAL HACKS  ***/

/* Text area */
textarea { overflow: auto; }
/* hasLayout for IE versions */
.ie7 article, .ie7 aside, .ie7 div, .ie7 footer, .ie7 form, .ie7 header, .ie7 nav, .ie7 section, .ie7 ul, .ie7 ol {
  zoom: 1;
}
.ie8 article, .ie8 aside, .ie8 div, .ie8 footer, .ie8 form, .ie8 header, .ie8 nav, .ie8 section, .ie8 ul, .ie8 ol {
  height: 1%;
}
/* Mouse pointer */
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer;
}
/* Clearfixes */
.clear {
  clear: both;
}
.clearfix {
	 display: block;
}
.clearfix:after {
	 content: "&nbsp;";
	 display: block;
	 clear: both;
	 visibility: hidden;
	 line-height: 0;
	 height: 0;
}
html[xmlns] .clearfix {
	 display: block;
}
* html .clearfix {
	 height: 1%;
}



/*** JAVASCRIPTS & APPS  ***/


/** Geo Tagging **/

#map {
  position: absolute;
}


/** Slideshow **/
.rslides {
  margin: 0 auto;
}
.rslides ul, .rslides li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ie7 .rslides li img {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}


/** Modal Pop-ups **/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed;
 left: 0;
 top: 0;
	width: 100%;
 height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #111;
	/*padding: 20px;*/
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
 left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.buttonClose {
  border: solid 1px red;
  width:10px;
  height:10px;
  float: right;
  margin: -25px -25px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
  position: absolute;
}
*html .popup_block {
  position: absolute;
}

/** Colorbox **/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow: hidden;*/
}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/*
  User Style:
  Change the following styles to modify the appearance of ColorBox. They are
  ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
}
#cboxContent {
  padding: 10px;
}
.cboxIframe {
  background: #111;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
html.large #cboxLoadedContent {
  border: 5px solid #999;
  background: #111;
}
html.medium #cboxLoadedContent {
  margin: 3px;
  border: 1px solid #999;
  background: #111;
}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/web/20130621234914im_/http://spidermancasino.com/scripts/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/web/20130621234914im_/http://spidermancasino.com/scripts/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(/web/20130621234914im_/http://spidermancasino.com/scripts/images/loading.gif) no-repeat center center;}
#cboxClose {
  position: absolute;
  z-index: 99999;
  top: -1px;
  right: -2px;
  width: 30px;
  height: 30px;
  background: url(/web/20130621234914im_/http://spidermancasino.com/scripts/images/close.png) no-repeat bottom left;
}
#cboxClose:hover {
  /*background-position: center center;*/
