@charset "utf-8";
/* RESET CSS Document */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS" !important;
}
/* END RESET CSS Document */
/* MAIN TAGS */
html,body {
	height: 100%;
}

form {
	display: inline;
}

p {
	font-size: 13px;
	color: #FFF;
	line-height: 15px;
	margin: 0 0 5px;
}

img {
	border: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 8px;
}

h2 {
	font-size: 18px;
	margin: 5px 0 10px;
}

h3 {
	font-size: 14px;
	margin: 0 0 7px;
	color: #FFF;
}

h4 {
	font-size: 13px;
	margin-bottom: 5px;
	color: #FFF;
}

h5 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #FFF;
}

strong {
	font-weight: 700;
}

a {
	font-size: 13px;
	outline: none;
}

a.register {
	float: left;
}

a:hover {
	text-decoration: underline;
}

a:link,a:visited,a:active {
	text-decoration: none;
}

.clearBoth {
	clear: both;
	font-size: 0;
}

.fullWidth {
	width: 80%;
}

.red {
	color: #e70005;
}

hr {
	height: 2px;
	border: none;
	background: url('../images/line.png') repeat-x;
	margin: 5px 0px 8px 0px;
}
/* END MAIN TAGS */
/* ERROR TEXT STYLES */
.loginErrors,.errors {
	font-size: 10px;
	color: #DD1D1C;
	text-transform: uppercase;
	clear: both;
	float: left;
	margin: 20px 0px 0px 0px;
	position: relative;
	top: 0;
}

.loginErrors {
	width: 210px;
	position: absolute;
	top: 158px;
	margin-top:6px;
	line-height:12px;
	left: 15px;
}

.errors {
	margin: 5px 0 5px 0px;
	float: none;
}

.changePassErr {
	margin: 5px 0;
}

.errors.register {
	font-size: 11px;
	margin: 0px;
	margin-bottom: 10px;
}
/* END OF ERROR TEXT STYLES */
/* TABLE STYLES */
table {
	text-align: center;
	margin: 0;
}

table#accountBalance {
	text-align: center;
	margin-bottom: 20px;
	width: 550px;
	background: #f9cd52;
}

table ul {
	list-style-image: none;
	list-style-type: none;
}

table ul li {
	float: left;
	padding: 10px 0;
	clear: both;
}

th {
	color: #FFF;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0px;
	border-collapse: collapse;
	font-weight: 700;
}

td {
	border: 1px solid #000;
	padding: 4px;
	color: #FFF;
	border-collapse: collapse;
}

.one,.two,.three {
	color: #2E2200;
	padding: 5px 0;
	text-align: center;
	width: 45%;
	font-size: 12px;
}

td.one,td.title,table#accountBalance td.account,table#accountBalance th.account
	{
	background-color: #f9cd52;
	color: #291616;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
}

.two a,.three a {
	color: #2E2200;
	text-decoration: none;
}

.two a:hover,.three a:hover {
	color: #02183c;
	text-decoration: none;
}
/* END TABLE STYLES */
/* MESSAGE TOOL STYLES */
.para {
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
	width: 935px;
}

.para.confirm {
	float: left;
	width: 935px;
	margin: 5px 0px 0px 10px;
}

.para.changePass {
	color: #008000;
	font-size: 10px;
	text-transform: uppercase;
}

.para a {
	color: #860302;
	text-decoration: underline;
	font-weight: bold;
}

.para a:hover {
	text-decoration: underline;
}

.left .para {
	margin-top: 10px;
}

ul.star li a {
	color: #860302;
	font-weight: bold;
}

ul.star li a:hover {
	text-decoration: underline;
}
/* END MESSAGE TOOL STYLES */
/* FORM ELEMENT STYLES */
h2.form {
	width: 200px !important;
	text-transform: uppercase;
	font-size: 16px;
	margin: 5px 0 18px;
	font-weight: bold;
}

h2.form.account {
	margin-top: 40px !important;
	width: 300px !important;
	margin-bottom: 25px !important;
}

.tna {
	margin-top: 25px;
}

.register-form {
	float: left;
	width: 920px;
	margin-left: 25px;
}

.form-left,.form-right {
	float: left;
	width: 415px;
}

.required {
	color: #e70005;
}

.login_boxes {
	margin-top: 3px;
}

.input_box_login {
	border: 0;
	padding: 1px 5px 1px 5px;
	width: 200px;
	margin-bottom: 12px;
	background: #f9f6f6;
}

.input_box_password {
	background: #f9f6f6;
	margin-right: 0px;
}

.input_box_partner {
	width : 80px;
	background: #f9f6f6;
	margin-right: 0px;
}

.input_box_register {
	font-size: 11px;
	background-color: #efefef;
	border: 1px solid #000000;
	width: 180px;
	height: 20px;
	color: #000;
	padding: 2px 5px;
}

select {
	border: #000000;
	height: 34px;
}

label.formLabel {
	padding: 10px 0;
	height: 10px;
	color: #2E2200;
	font-size: 13px;
	width: 150px;
	display: block;
}

input.formInput {
	width: 315px;
	height: 25px;
	padding: 3px;
	font-size: 15px;
	color: #000;
	margin-bottom: 8px;
	background-color: #e9d1b5;
	border: 1px solid #b09779;
}

input.formInput.phone {
	width: 69px;
	position: relative;
	top: -12px;
}

label.formLabel.forgot {
	width: 150px;
}

input.formInput.post,label.formLabel.post {
	margin-top: -2px;
}

select.formSelect {
	float: left;
}

.formThreeFields.phone {
	margin-top: 18px;
}

.formThreeFieldsItem {
	display: inline-block;
	margin-right: 7px;
}

.formFieldsTwo.select {
	display: inline-block;
	margin-bottom: 8px;
	height: 18px;
	padding: 7px 0;
}

select.selectDob {
	color: #888;
	margin-bottom: 0;
	float: left;
	vertical-align: middle;
	background-color: #e9d1b5;
	border: 1px solid #b09779;
	width: 80px;
	padding: 7px 0;
}

select#dobMonth.selectDob,select#phone.selectDob {
	width: 142px;
	padding: 7px 0;
}

select#phone {
	margin-top: 3px;
}

select#country {
	margin-top: -7px;
}

select#state {
	margin-top: -7px;
}

select#phone.selectDob {
	width: 145px;
	margin-top: 0px;
	padding: 7px 0;
}

select#state.selectDob,select#country.selectDob {
	width: 321px;
	padding: 7px 0;
}

fieldset {
	margin-bottom: 20px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	width: 380px;
}

fieldset.forgotPass {
	margin: 0;
	width: 400px;
	float: none;
}

fieldset.changePassword {
	margin-top: 15px;
}

.goldButtonRegister {
	background: #f2d27b;
}

.goldButtonRegister a,.goldButtonForgotPass a,.goldButtonChangePass a,.goldButtonEditDetails a
	{
	background-color: #f9cd52;
	text-align: center;
	line-height: 41px;
	height: 41px;
	width: 175px;
	margin-top: 15px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	box-shadow: 0px 0px 4px #443728;
	text-shadow: 1px 1px 1px #d3c299;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
}

.goldButtonForgotPass a {
	width: 95px;
	padding: 0;
}

.goldButtonChangePass a {
	width: 100px;
	padding: 0;
}

.goldButtonEditDetails a {
	width: 100px;
	padding: 0;
}

.goldButtonRegister a:hover,.goldButtonForgotPass a:hover,.goldButtonChangePass a:hover,.goldButtonEditDetails a:hover
	{
	color: #6b5a46;
	text-decoration: none;
}

.goldButtonRegister a {
	margin: 30px 0px 15px 0px;
}
/* END OF FORM ELEMENT STYLES */
/* MAIN LAYOUT*/
body {
	background: url('../images/background-gradient.jpg');
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

.hidden {
	display: none;
	left: -4000em;
	position: absolute;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 200px;
}

#center {
	width: 960px;
	margin-bottom: 10px;
}

#content {
	position: relative;
	width: 960px;
	margin-bottom: 30px;
}
/* END OF MAIN LAYOUT*/
/* HEADER LAYOUT */
header {
	font-size: 0px;
	height: 60px;
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
}

#newUser {
	width: 250px;
	color: #FFF;
}

#newUser div {
	width: 165px;
	height: 35px;
	font-size: 14px;
	background-color: #e8c674;
	color: #32000b;
	text-transform: uppercase;
	outline: 2px solid #e8c674;
	outline-offset: 10px;
	margin: 12px;
	margin-top: 30px;
	text-align: center;
	z-index: 5000;
}

#newUser div a {
	color: #32000b;
	position: relative;
	top: 8px;
	font-weight: bold;
}

.logo-link {
	background: url('../images/Winnabunch_Casino_Logo.png') no-repeat;
	width: 383px;
	height: 131px;
	display: block;
	margin: 0px auto;
	position: relative;
	top: 25px;
}

#logo-winnabunch {
	width: 100%;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}
/* NAVIGATION MENU */
.navigation {
	background: url('../images/menu-shape.png') no-repeat center bottom;
	border-top: 2px solid #e8c674;
	height: 80px;
	width: 960px;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	z-index: 2000;
	top: -125px;
}

.navigation li a {
	float: left;
	padding: 9px 15px 10px 15px !important;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	z-index: 2001;
}

.navigation li {
	position: relative;
	float: left;
	display: inline;
	background-color: #b00404;
}

.navigation li:last-child {
	width: 239px;
}

.navigation li a:hover {
	color: #e8c674;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.navigation li ul li a {
	float: left;
	padding: 9px 9px 10px 9px !important;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	z-index: 2001;
}

.navigation li ul li:last-child {
	width: 25px;
}

.navigation li ul {
	float: right;
	margin-right: 10px;
}

.login_panel {
	float: right;
	width: 265px;
}

.logged_panel {
	width: 265px;
	position: relative;
	top: -112px;
	right: -10px;
	float: right;
	margin-bottom: 45px;
}

#log-unlog {
	width: 960px;
}

.unlogged_panel {
	width: 215px;
	height: 140px;
	position: relative;
	float: right;
	top: -149px;
	right: -20px;
	padding: 20px 15px;
}

.login_links {
	bottom: 45px;
	clear: both;
	float: right;
	margin: 21px 0 0;
	padding: 0;
	position: relative;
	left: 0px;
	width: 58%;
	font-size: 11px;
}

.login_links .forgotPassword {
	color: #FFF;
	font-size: 11px;
	margin: 1px 0px 0px 6px;
	text-decoration: none;
}

.login_links .forgotPassword:hover {
	text-decoration: underline;
}

.login_links .newUser {
	color: #fff;
	float: right;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
}

.newUser a {
	color: #e6c774;
	font-size: 12px;
}

.newUser a:hover {
	text-decoration: underline;
}

.logged_links {
	height: 75px;
	margin: 45px 0px 0px 50px;
	padding: 0px;
}

.logged_links ul {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	height: 75px;
	position: relative;
	width: 230px;
}

.logged_links p.username {
	color: #fff;
	float: left;
	font-size: 16px;
	width: 450px;
}

.logged_links p.username span {
	color: #E6C774;
	text-transform: none;
}

.login_boxes span input {
	color: #052455;
	height: 30px;
	font-size: 12px;
}

.login_boxes span input#passwordAsterix {
	display: none;
}

.login_button {
	width: 84px;
	height: 29px;
}

.login_button.sign {
	width: 270px;
	float: left;
}

.login_button input {
	display: block;
	height: 0px;
	width: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	visibility: visible;
}

.login_button a,.standardButton a {
	display: block;
	width: 84px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #e8c674;
}

.login_button a {
	border: 0;
	color: #32000b;
}

.login_button.sign a {
	width: 268px;
	border: 1px solid #70551d;
}

.login_button a div {
	padding-top: 7px;
}

.login_button a:hover {
	color: #6b5a46;
}

.logged_links ul li:last-child a {
	float: right;
	color: #E6C774;
	margin: 55px 85px 0px 0px;
}

.logged_links ul li:last-child a:hover {
	color: #fff;
}

.standardButton {
	float: left;
	margin-top: 20px;
}

.standardButton.forgot {
	margin-top: 35px;
}

.standardButton a {
	margin: 0px 0px 0px 0px;
	padding-top: 9px !important;
	height: 20px !important;
	background-image: url("../images/bg-blue-button.png");
	border: 0;
	box-shadow: 1px 1px 1px 1px #ccc2a9;
}

.accountMenu {
	width: 630px;
	margin-top: 30px;
}

.accountMenu a {
	font-size: 16px;
	color: #860302;
	margin: 15px 15px 0px 0px;
	width: 230px;
	text-transform: uppercase;
	font-weight: bold;
}

.accountMenu a:hover {
	color: #860302;
	text-decoration: underline;
}

.standardButton a:hover {
	color: #f7b700;
	text-decoration: none;
}
/* Loging PANEL */
.unlogged_panel h1 {
	display: inline;
	color: #51391d;
}

.unlogged_panel p {
	display: inline;
	margin-left: 34px;
	color: #50381e;
}

.unlogged_panel p a {
	color: #50381e;
	text-decoration: underline;
	font-weight: 700;
}

.unlogged_panel p a:hover {
	color: #860302;
}
/* Loging PANEL */
/* Home Page Body */
.box300 h2 {
	color: #FFF;
	text-align: center;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.box300 {
	width: 310px;
	height: 300px;
	float: left;
	margin-bottom: 30px;
	position: relative;
	margin-right: 15px;
}

.box300:last-child {
	margin-right: 0px;
}

.advertisement a {
	background: url('../images/ad.jpg') no-repeat;
	width: 310px;
	height: 300px;
	display: block;
}

.leaderboard a {
	background: url('../images/table1.png') no-repeat;
	width: 310px;
	height: 300px;
	display: block;
}

.teamslots a {
	background: url('../images/table2.png') no-repeat;
	width: 310px;
	height: 300px;
	display: block;
}

.box300content {
	padding: 10px;
}

.box300 .textBox {
	color: #000;
	position: relative;
	height: 119px;
}

.whtsNewThumb {
	background: url('../images/center/mainPromos/Promotion-Tab-5000.jpg')
		no-repeat 0px 0;
	width: 280px;
	height: 111px;
	margin-bottom: 10px;
	font-size: 13px;
	box-shadow: 0px 0px 0px 8px #ccaf8f;
}

.goldButton {
	background-color: #f9cd52;
}

.goldButton a {
	background-color: #f9cd52;
	text-align: center;
	line-height: 41px;
	height: 41px;
	width: 275px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	box-shadow: 0px 0px 4px #443728;
	text-shadow: 1px 1px 1px #d3c299;
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
}

li.goldButton.fullWidth.clear a {
	width: 145px;
	text-transform: uppercase;
}

.box300 .textBox .goldButton a {
	width: 275px;
	top: 80px;
}

.box644 .textBox .goldButton a {
	height: 31px;
	line-height: 31px;
	text-transform: uppercase;
	width: 125px;
	font-size: 12px;
}

.logged_links ul li.goldButton a {
	box-shadow: 1px 1px 1px #574111;
	text-shadow: 1px 1px 1px #d3c299;
	height: 31px;
	width: 105px;
	line-height: 31px;
	top: 30px;
}

.goldButton a:hover {
	color: #6b5a46;
}

.box630 {
	color: #000;
	width: 630px;
	height: 278px;
	float: left;
	margin-bottom: 30px;
	position: relative;
	top: -2px;
}

.box630end {
	background: url('../images/box630-bg-bottom.jpg') no-repeat;
	height: 4px;
	width: 100%;
}

.tabs li {
	display: inline-block;
	width: 135px;
	height: 42px;
	position: relative;
	bottom: -2px;
	line-height: 42px;
	background: url('../images/li-tabs.jpg') no-repeat;
	text-align: center;
	z-index: 100;
}

.tabs li a {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	cursor: pointer;
}

.tabs li a:hover {
	text-decoration: none;
}

.tabs li.selected {
	background: #836948;
	position: relative;
	bottom: -6px;
	color: #FFF;
	z-index: 0;
}

#slotTab,#tabTab {
	cursor: pointer;
}

#tabTab {
	margin-left: -4px;
}

.box630 .goldButton a {
	text-transform: uppercase;
	font-size: 15px;
	top: 75px;
	width: 195px;
}

.tabGames {
	width: 960px;
	height: 240px;
	position: relative;
	float: left;
}

.tabGames li {
	width: 197px;
	height: 117px;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.tabGames li:nth-child(1) a,.tabGames li:nth-child(2) a,.tabGames li:nth-child(3) a,.tabGames li:nth-child(4) a,.tabGames li:nth-child(5) a
	{
	width: 197px;
	height: 117px;
	display: block;
	position: relative;
}

.tabGames li p {
	color: #000;
}

.tabGames li:nth-child(2),.tabGames li:nth-child(3),.tabGames li:nth-child(5),.tabGames li:nth-child(6)
	{
	margin-left: 9px;
}

.tabGames li.blackJackHome {
	background: url('/images/gameThumbnails/thumbBlackJackHome.jpg')
		no-repeat 0px 0;
}

.tabGames li.roulette {
	background: url('/images/gameThumbnails/thumbRouleteHome.jpg')
		no-repeat 0px 0;
}

.tabGames li.jacksBetter {
	background: url('/images/gameThumbnails/thumbJackBetterHome.jpg')
		no-repeat 0px 0;
}

.tabGames li.hiLo {
	background: url('../images/gameThumbnails/thumbHiLoHome.jpg') no-repeat
		0px 0;
}

.tabGames li.ducesWild {
	background: url('../images/gameThumbnails/thumbDeucesWildHome.jpg')
		no-repeat 0px 0;
}

.tabGames li.tikitorch {
	background: url('../images/gameThumbnails/thumbtikitorch.jpg') no-repeat
		0px 0;
}

.tabGames li.buffalo {
	background: url('../images/gameThumbnails/thumbbuffalo.jpg') no-repeat
		0px 0;
}

.tabGames li.misskitty {
	background: url('../images/gameThumbnails/thumbmisskitty.jpg') no-repeat
		0px 0;
}

.tabGames li.dragons5 {
	background: url('../images/gameThumbnails/thumb5dragons.jpg') no-repeat
		0px 0;
}

.tabGames li.lions50 {
	background: url('../images/gameThumbnails/thumb50lions.jpg') no-repeat
		0px 0;
}

.tabGames a .game-hover {
	display: block;
	background: rgba(0, 0, 0, 0.8);
	font-style: italic;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 4px 0px 33px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
	margin-bottom: -75px;
	font-size: 14px;
	width: 197px;
	height: 0px;
	vertical-align: middle;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.tabGames a:hover .game-hover {
	height: 80px;
	opacity: 1;
}

.game-play {
	margin-top: 40px;
	color: #E6C774;
	text-transform: uppercase;
	font-style: normal;
	text-shadow: 1px 1px #212c1c;
}

.box644 {
	clear: both;
	width: 624px;
	background: #fff;
	height: 252px;
	padding: 10px;
	margin-right: 25px;
	float: left;
	position: relative;
}

.box644 h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.box644 .textBox {
	width: 249px;
	height: 252px;
	color: #000;
	font-size: 13px;
	position: relative;
}

.box644 .para {
	width: 240px !important;
}

.mapThumbHome {
	width: 370px;
	height: 252px;
	float: right;
	margin: 0;
	padding: 0;
	background: url('../images/center/mapThumbHome.jpg') no-repeat 0px 0;
}

.mapThumbHome a {
	display: block;
	width: 370px;
	Height: 289px;
	margin: 0;
	padding: 0;
}

.box290 {
	width: 290px;
	height: 290px;
	float: left;
}

.social {
	position: relative;
	width: 290px;
	height: 110px;
	margin-bottom: 24px;
}

.social a {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	display: block;
	float: left;
}

a.facebook {
	background: url('../images/facebook_32.png');
}

a.twitter {
	background: url('../images/twitter_32.png');
}

a.youtube {
	background: url('../images/youtube_32.png');
}

a.googleplus {
	background: url('../images/googleplus_32.png');
}

.stButton {
	margin-left: -30px !important;
}

.infoBox {
	background: #fff;
	margin-top: 20px;
}

.infoLogo {
	height: 81px;
	width: 290px;
	background: url('../images/center/hostedLogo.jpg') no-repeat 0px 0;
}

.infoText {
	padding: 0 10px 0px 10px;
	color: #fff;
	width: 960px;
	padding: 0;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}

.infoText a {
	color: #E6C774;
	font-size: 10px;
}

.infoText a:hover {
	text-decoration: underline;
}

.infoText .para {
	font-size: 12px;
	width: 270px;
}
/* Home Page Body End*/
/* inside pages*/
.banner,.inside-content,.banner-content1 {
	padding: 0px;
	display: inline-block;
	width: 935px;
}

.banner-content1 {
	margin-bottom: 20px;
}

.banner-content1 .star {
	margin-bottom: 10px;
}

p.requiredField {
	position: relative;
	float: right;
	width: 130px !important;
	font-style: italic;
	font-size: 11px !important;
	font-weight: 800;
}

.inside-content p,.inside-content ul.star li {
	line-height: 20px;
	font-size: 13px;
	width: 935px;
	list-style: disc;
}

.inside-content ul.star li,.inside-content ul.sitemap li {
	width: 520px;
	padding-left: 20px;
}

.inside-content ul.star {
	width: 500px;
	line-height: 14px;
	margin-bottom: 25px;
	margin-left: 25px;
}

.banner-content1 ul.star li {
	line-height: 30px;
	font-size: 13px;
	width: 800px;
	list-style: disc;
	margin-left: 25px;
}

.banner-content1 p {
	margin-left: 8px;
	width: 925px;
}

.banner-content1 h2 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-left: 8px;
	margin-bottom: 0px;
}

.banner-content1 strong {
	font-weight: 700;
	font-style: italic;
	margin-left: 17px;
}
/* inside pages*/
/*Game Page*/
.mainWrapper {
	background: url('../images/center-bg-repeat.jpg') repeat-y;
	width: 960px;
	position: relative;
	margin-bottom: 15px;
}

.mainWrapperContent {
	background: url('../images/center-bg-page.jpg') no-repeat;
	padding: 20px 12px 10px;
}

.mainWrapperEnd {
	background: url('../images/center-bg-bottom.jpg') no-repeat;
	height: 6px;
	width: 100%;
}

.games {
	width: 940px;
	height: 190px;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
	top: -225px;
}

.launchedGame {
	width: 100%;
	height:100%;
	position: absolute;
	z-index:99
}


.games:last-child {
	margin-bottom: 30px;
}

.gameThumbnail {
	width: 180px;
	height: 145px;
	float: left;
	margin: 0px 8px 0px 0px;
}

.gameThumbnail:last-child {
	margin-right: 0px;
}

.game-name-title {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	height: 25px;
	color: #860302;
	text-align: center;
}

.gameThumbnailImage {
	height: 120px;
	width: 184px;
	display: block;
}

.left {
	float: left;
	height: 114px;
}

.button-link {
	width: 145px;
	top: 20px;
}

.button-link a .button {
	width: 145px;
}

.goldButton.read {
	margin-top: 28px;
}

.arrow {
	font-size: 9px;
	margin-left: 5px;
}
/* GAME THUMBNAILS */
.gameThumbnailCasinoBj {
	background: url('../images/gameThumbnails/thumb_casinoBj.jpg') no-repeat;
}

.gameThumbnail50Lions {
	background: url('../images/gameThumbnails/thumb_50Lions.jpg') no-repeat;
}

.gameThumbnailDeucesWild {
	background: url('../images/gameThumbnails/thumb_deucesWilds.jpg')
		no-repeat;
}

.gameThumbnailHiLoSolitaire {
	background: url('../images/gameThumbnails/thumb_hiLoSolitaire.jpg')
		no-repeat;
}

.gameThumbnailRoulette {
	background: url('../images/gameThumbnails/thumb_roulette.jpg') no-repeat;
}

.gameThumbnailJacksOrBetter {
	background: url('../images/gameThumbnails/thumb_jacksOrBetter.jpg')
		no-repeat;
}

.gameThumbnail5dragons {
	background: url('../images/gameThumbnails/thumb_5dragons.jpg') no-repeat;
}

.gameThumbnailQueenOfTheNile {
	background: url('../images/gameThumbnails/thumb_queenOfTheNile.jpg')
		no-repeat;
}

.gameThumbnailRedBaron {
	background: url('../images/gameThumbnails/thumb_redBaron.jpg') no-repeat;
}

.gameThumbnailMiss-Kitty {
	background: url('../images/gameThumbnails/thumb_Miss_Kitty.jpg')
		no-repeat;
}

.gameThumbnailMore-Chilli {
	background: url('../images/gameThumbnails/thumb_More_Chilli.jpg')
		no-repeat;
}

.gameThumbnailDolphin-Treasure {
	background: url('../images/gameThumbnails/thumb_Dolphin_Treasure.jpg')
		no-repeat;
}

.gameThumbnailBuffaloMoon {
	background: url('../images/gameThumbnails/thumb_buffalo.jpg') no-repeat;
}

.gameThumbnailSunAndMoon {
	background: url('../images/gameThumbnails/thumb_sunAndMoon.jpg')
		no-repeat;
}

.gameThumbnailImperialHouse {
	background: url('../images/gameThumbnails/thumb_Imperial.jpg') no-repeat;
}

.gameThumbnailMoreChilli {
	background: url('../images/gameThumbnails/thumb_moreChilli.jpg')
		no-repeat;
}

.gameThumbnailMissKitty {
	background: url('../images/gameThumbnails/thumb_missKitty.jpg')
		no-repeat;
}

.gameThumbnailBigRed {
	background: url('../images/gameThumbnails/thumb_bigRed.jpg') no-repeat;
}

.gameThumbnailDolphinTreasure {
	background: url('../images/gameThumbnails/thumb_dolphinTreasure.jpg')
		no-repeat;
}

.gameThumbnail50Dragons {
	background: url('../images/gameThumbnails/thumbs_50dragons.jpg')
		no-repeat;
}

.gameThumbnailMoreHearts {
	background: url('../images/gameThumbnails/thumbs_moreHearts.jpg')
		no-repeat;
}

.gameThumbnail50-dragons {
	background: url('../images/gameThumbnails/thumb_50dragons.jpg')
		no-repeat;
}

.gameThumbnailmore-Hearts {
	background: url('../images/gameThumbnails/thumb_moreHearts.jpg')
		no-repeat;
}

.gameThumbnailBuffalo {
	background: url('../images/gameThumbnails/thumb_buffalo.jpg') no-repeat;
}

.gameThumbnailImperial-House {
	background: url('../images/gameThumbnails/thumb_Imperial.jpg') no-repeat;
}

.gameThumbnailTikiTorch {
	background: url('../images/gameThumbnails/thumb_tikiTorch.jpg')
		no-repeat;
}

.gameThumbnailBunnyRabbits {
	background: url('../images/gameThumbnails/thumb_bunnyRabbits.jpg')
		no-repeat;
}

.gameThumbnailLuckyCount {
	background: url('../images/gameThumbnails/thumb_luckycount.jpg')
		no-repeat;
}

.gameThumbnailThunderKing {
	background: url('../images/gameThumbnails/thumb_thunderking.jpg')
		no-repeat;
}

.gameThumbnailWolfMoon {
	background: url('../images/gameThumbnails/thumb_wolfMoon.jpg')
		no-repeat;
}

.gameThumbnailBigFortune {
	background: url('../images/gameThumbnails/thumb_bigFortune.jpg')
		no-repeat;
}

.gameThumbnailFrog {
	background: url('../images/gameThumbnails/thumb_frog.jpg')
		no-repeat;
}

.gameThumbnailWildAtHeart {
	background: url('../images/gameThumbnails/thumb_wildAtHeart.jpg')
		no-repeat;
}
.gameThumbnailWildAmericoins {
	background: url('../images/gameThumbnails/thumb_wildAmericoins.jpg')
		no-repeat;
}
.gameThumbnailWildLeprecoins {
	background: url('../images/gameThumbnails/thumb_wildLeprecoins.jpg')
		no-repeat;
}

.gameThumbnailSevens {
	background: url('../images/gameThumbnails/sevens-high-slot-logo.jpg')
		no-repeat;
}

.gameThumbnailGoldilocks {
	background: url('../images/gameThumbnails/goldilocks.png')
		no-repeat;
}

.gameThumbnailTreasureisland {
	background: url('../images/gameThumbnails/treasure_island.png')
		no-repeat;
}

.gameThumbnailFireLight {
	background: url('../images/gameThumbnails/thumb_firelight.jpg')
		no-repeat;
}

.gameThumbnailFlameOfOlympus {
	background: url('../images/gameThumbnails/thumb_flameOfOlympus.jpg')
		no-repeat;
}

.gameThumbnailPhoenixFantasy {
	background: url('../images/gameThumbnails/thumb_phoenixFantasy.jpg')
		no-repeat;
}

.gameThumbnailDeepFreeze {
	background: url('../images/gameThumbnails/thumb_deepfreeze.jpg')
		no-repeat;
}
.gameThumbnailZorro {
	background: url('../images/gameThumbnails/thumb_zorro.jpg')
		no-repeat;
}

.gameThumbnailPelicanPete {
	background: url('../images/gameThumbnails/thumb_pelicanPete.jpg')
		no-repeat;
}

.gameThumbnailJaguarMist {
	background: url('../images/gameThumbnails/thumb_jaguarMist.jpg')
		no-repeat;
}

.gameThumbnailMoonFestivalHtml {
	background: url('../images/gameThumbnails/thumb_moonFestivalHtml.jpg')
		no-repeat;
}

.gameThumbnailQueenOfTheNileIIHtml {
	background: url('../images/gameThumbnails/thumb_queenOfTheNileIIHtml.jpg')
		no-repeat;
}

.gameThumbnailBuffaloMoonHtml {
	background: url('../images/gameThumbnails/thumb_buffaloMoonHtml.jpg')
		no-repeat;
}

.gameThumbnailDoubleHappinessHtml {
	background: url('../images/gameThumbnails/thumb_doubleHappinessHtml.jpg')
		no-repeat;
}

.gameThumbnailWildInfernoHtml {
	background: url('../images/gameThumbnails/thumb_wildInfernoHtml.jpg')
		no-repeat;
}

.gameThumbnailWildWingsHtml {
	background: url('../images/gameThumbnails/thumb_wildWingsHtml.jpg')
		no-repeat;
}

.gameThumbnailCelticQueenHtml {
	background: url('../images/gameThumbnails/thumb_celticQueenHtml.jpg')
		no-repeat;
}

.gameThumbnailPhoenixFantasyHtml {
	background: url('../images/gameThumbnails/thumb_phoenixFantasyHtml.jpg')
		no-repeat;
}

.gameThumbnailPhoenixRichesHtml {
	background: url('../images/gameThumbnails/thumb_phoenixRichesHtml.jpg')
		no-repeat;
}

.gameThumbnailRedBaronHtml {
	background: url('../images/gameThumbnails/thumb_redBaronHtml.jpg')
		no-repeat;
}

.gameThumbnailHeavenAndEarthHtml {
	background: url('../images/gameThumbnails/thumb_heavenAndEarthHtml.jpg')
		no-repeat;
}

/*Game Page*/
.banner-content {
	margin-top: 20px;
}

.banner-content p {
	margin-bottom: 20px;
}
/* CONTACT US */
.inside-content.contactUs a {
	color: #860302;
	text-decoration: underline;
}

.inside-content.contactUs a:hover {
	color: #860302;
	text-decoration: underline;
}

.inside-content.contactUs p,.inside-content.aboutUs p {
	width: 446px !important;
	float: left;
	margin-top: 15px;
}

.inside-content.aboutUs .form-left {
	width: 520px !important;
}

.inside-content.contactUs .form-left {
	width: 438px !important;
}

.inside-content.aboutUs .para {
	width: 500px !important;
}

#map,#aboutImage {
	margin: 0px 0px 30px 30px;
	height: 230px;
	width: 439px;
	float: left;
	border: 10px solid #cab08f;
	box-shadow: 1px 1px 1px 1px #ccc2a9;
}

#aboutImage {
	background: url('../images/aboutimg.jpg') no-repeat;
	margin: 0px 0px 30px 30px;
	height: 258px;
	width: 358px;
}
/* END CONTACT US */
/* FOOTER STYLES */
footer {
	width: 100%;
}

#footer {
	background: url('../images/footer-bg.png') no-repeat center top;
	width: 960px;
	margin: 10px auto 10px auto;
	padding: 50px 0px 20px 0px;
	position: relative!important;
	bottom: -130px;
}

#footerLinks {
	width: 960px !important;
	text-align: center;
}

#footerLinks li {
	display: inline;
	padding: 0px 15px;
}

#footerLinks li a {
	color: #FFF;
}

#footerLinks li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footerContactus,#footerSocialLinks {
	width: 209px !important;
}

#footerInfo ul li a:hover,#footerInfo ul li a:hover,#termsNcondition ul li a:hover
	{
	text-decoration: underline;
}

#termsNcondition {
	width: 960px !important;
	position: relative;
	margin-top: 55px;
	color: #FFF;
	font-size: 11px;
	height: 55px;
}

#termsNcondition li {
	display: inline;
	margin-bottom: 10px;
	width: 300px;
}

#termsNcondition li div {
	float: left;
	position: relative;
}

#termsNcondition a {
	color: #A58864 !important;
	font-size: 11px;
}

#twentyone {
	background: url('../images/twentyone.png') no-repeat;
	width: 44px;
	height: 44px;
	margin-right: 10px;
	top: -5px;
	margin-left: 205px;
}

#hostedby {
	background: url('../images/hostedby.png') no-repeat;
	width: 125px;
	height: 49px;
	margin-right: 10px;
	top: -5px;
}

#poweredby {
	width: 320px;
}

.fb_iframe_widget iframe {
	display: none;
}
/* END OF FOOTER STYLES */

/* SLIDER STYLES */
.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	z-index: 60;
	display: none;
	margin: 0;
	padding: 0;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 89;
	text-shadow: none;
}

.nivo-caption p {
	margin: 0;
	padding: 5px;
}

.nivo-caption a {
	display: inline !important;
	color: #efe9d1;
	text-decoration: underline;
}

.nivo-html-caption {
	display: none;
}

.nivo-directionNav a {
	position: absolute;
	bottom: 10px;
	z-index: 99;
	cursor: pointer;
	background-image: url(../images/center/slider/arrows.png);
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border: 0;
}

.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	background-image: url(../images/center/slider/bullets.png);
	border: 0;
	display: block;
	float: left;
	height: 22px;
	margin-right: 0px;
	text-indent: -9999px;
	width: 18px;
}

.nivo-controlNav a.active {
	font-weight: 700;
	background-position: 0 -22px;
}

#slider-wrapper {
	height: 320px;
	width: 960px;
	margin-bottom: 25px;
}

#slider {
	background-image: url(../images/center/slider/loading.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 960px;
	height: 280px;
}

#slider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	bottom: 32px;
	left: 440px;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

a.nivo-prevNav {
	right: 45px;
}

.nivo-prevNav,.nivo-nextNav {
	right: 0;
}
/* END SLIDER STYLES */
/* CLUE TIP STYLES */
div.ui-cluetip {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f8d7ac;
	width: 290px;
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.4) !important;
	margin-left: -35px;
	line-height: 16px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	z-index: 10000 !important;
}

.ui-cluetip-header,.ui-cluetip-content {
	padding: 15px;
}

.ui-cluetip-content {
	padding-top: 0px;
}

.ui-cluetip-header {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #f7d057;
	overflow: hidden;
	margin: 0;
}

.cluetip-title .cluetip-close {
	float: right;
	position: relative;
}

.cluetip-close img {
	border: 0;
}

#cluetip-waitimage {
	width: 43px;
	height: 11px;
	position: absolute;
}

.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	width: 11px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-width: 0;
}

.cluetip-extra {
	display: none;
}

.cluetip-jtip .cluetip-outer {
	border: 2px solid #ccc;
	position: relative;
	background-color: #fff;
}

.cluetip-jtip .cluetip-inner {
	display: inline-block;
	padding: 5px;
}

.cluetip-jtip div.cluetip-close {
	text-align: right;
	color: #900;
	margin: 0 5px;
}

.cluetip-jtip .ui-cluetip-header {
	background-color: #ccc;
	padding: 6px;
}

.cluetip-rounded {
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.cluetip-rounded .cluetip-arrows {
	border-color: #ccc;
}

div.cluetip-rounded .cluetip-arrows {
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	background: transparent none;
	border-style: solid;
}

div.clue-right-rounded .cluetip-arrows {
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-width: 11px 11px 11px 0;
}

div.clue-left-rounded .cluetip-arrows {
	left: 100%;
	margin-right: -11px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-width: 11px 0 11px 11px;
}

div.clue-top-rounded .cluetip-arrows {
	top: 100%;
	left: 50%;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-width: 11px 11px 0;
}

.clue-bottom-rounded .cluetip-arrows {
	top: -11px;
	left: 50%;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	border-width: 0 11px 11px;
}

.cluetip-default,.cluetip-default .cluetip-outer,.cluetip-default .ui-cluetip-header
	{
	background-color: #001c34;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

div.cluetip-default .cluetip-arrows,div.cluetip-jtip .cluetip-arrows {
	background: transparent none;
	border-width: 0;
}

.cluetip-jtip,.cluetip-rounded .cluetip-outer {
	background-color: #fff;
}
/* Validation CSS */
.grey {
	color: #333;
}

label#forname,label#foremail,label#forpassword,label#forfirstname,label#forlastname,label#foraddress1,label#foraddress2,label#foraddresscity,label#forpostcode
	{
	margin: 0px;
	margin-top: -5px;
	margin-bottom: 10px;
	padding: 0;
	display: block;
	font-size: 10px;
}

.copyArist a {
	color: #fff;
}

.copyArist a:hover {
	text-decoration: underline;
}

@-moz-document url-prefix() {
 .games {
  top:0px !important;
  margin-top:0px !important;
 }
 .games:last-child {
  margin-bottom:60px !important;
  margin-top:50px !important;
 }
}

.playBtn{float:left;}
.floatLeft{float:left;}
.floatRight{float:right;}

.addBalanceButton {background: url('../images/loginButton.jpg'); padding:2px 9px; color:#000;}



ul.lspGame {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.lspGame li {
  float: left;
}

#gameScreenHeight{
	width:50px;
	padding:5px;
	margin:10px;
}

#gameScreenWidth{
	width:50px;
	padding:5px;
	margin:10px;
}
#gameId{
	width:133px;
	padding:5px;
	margin:10px;
}

ul.lspGame div.label{
    font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	height: 16px;
	color: #ffffff;
	text-align: center;	
}

