/* common */
html {
	padding:0px;
	margin:0px;
}
body {
	background:#ffffff;
	font:0.8em/1.3em Tahoma, Arial, Verdana;
	color:#000;
	text-align:center;
}
* {
    padding:0;
    margin:0;
}
table, td, th, input, select, option, textarea, button {
    font-size:1em;
	font-family:Tahoma, Arial, Verdana;
	width:auto;
}
option {
	padding-left:5px;
}
.clr:after {
	content:".";
    display:block;
    height:0px;
    font-size:0px;
    line-height:0px;
    overflow:hidden;
    clear:both;
    visibility:hidden;
}
.cleaner {
	display:block;
	font-size:0;
	height:0;
	line-height:0;
}
ul.menu {
    list-style-position:outside;
	list-style:none;
    display:block;
}
ul.menu:after {
	content:".";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
ul.menu li {
    list-style-position:outside;
	list-style:none;
	display:block;
}
a img {
    border:0;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}

.outer {
	width:980px;
	text-align:left;
	margin:0 auto;
}
#header {
	background:#005103;
	padding-bottom:16px;
}
#logo {
	float:left;
	margin:9px 0 0 21px;
}
.lang {
	float:left;
	margin:21px 10px 0 210px;
}
ul.lang li {
	display:inline;
}

ul.topMenu {
	clear:both;
	display:block;
	background:#dde5dc url(/img/topMenuOuterBack.gif) 0 100% no-repeat;
}
ul.topMenu li {
	float:left;
	padding:7px 0;
	width:140px;
}
ul.topMenu li a {
	font-size: 13px;
}
ul.topMenu li.active {
	
	background:url(/img/menu.jpg) 100% 100% repeat-x;
}
ul.topMenu li.active a:link, ul.topMenu li.active a:visited {
	color:#fff;
	background:none;
}
ul.topMenu li.active + li a {
	background:none;
}
ul.topMenu li a:link, ul.topMenu li a:visited {
	font-weight:bold;
	color:#000;
	background:url(/img/topMenuABorder.gif) 0 0 no-repeat;
	text-align:center;
	display:block;
}
ul.topMenu li.first a:link, ul.topMenu li.first a:visited {
	background:none;
}
ul.topMenu li.last a:link, ul.topMenu li.last a:visited {
	margin-right:0;
}

ul.topMenu li.first.active {
	background: url(/img/left-menu.gif) 100% 100% no-repeat;
}
ul.topMenu li.last.active {
	background: url(/img/right-menu.gif) 100% 100% no-repeat;
}

.bonus {
	background:url(/img/bonus/back.jpg) 0 0 no-repeat;
	min-height:275px;
	height:auto !important;
	height:275px;
	margin-bottom:30px;
}
.bInner {
	width:980px;
	text-align:center;
	padding:20px 0 0 20px;
	float:left;
}
.bInner .buttons {
	margin:22px 0 0 51px;
}
.bInner span {
	float:left;
}
.bInner span.play {
	margin-left:35px;
}
.bInner span.play a.play {
	display:block;
	margin-bottom:8px;
}
.bInner span.play a {
	font-size:0.85em;
	color:#de3445;
}
.bInner span.action {
	width: 321px;
	margin-top: 22px;
}
.bInner span.action img {
	display:block;
	float: left;
}
.bInner .code {
	color:#de3445;
	font-size:1.2em;
	margin-top:13px;
}

.rules {

}
.blackjack {
	float:left;
	margin-top:110px;
}
.rules .t {
	background:url(/img/rules/top.gif) 0 0 no-repeat;
	height:7px;
	line-height:7px;
	font-size:6px;
}
.rules .b {
	background:url(/img/rules/bottom.gif) 0 0 no-repeat;
	height:7px;
	line-height:7px;
	font-size:7px;
}
.rules .m {
	background:url(/img/rules/middle.gif) 0 0 repeat-y;
}
.rules .m div {
	float:left;
	width:240px;
	margin-left:60px;
	padding:14px 20px 14px 24px;
}
.rules .m div:first-child {
	margin-left:0;
}
.rules .m div h2, .rules .m h2{
	font-size:1.2em;
	text-decoration:none;
	text-align:center;
	margin-bottom:0.5em;
}
.rules .m div p, .rules .m p {
	margin-bottom:1em;
}
.rules .m div a, .rules .m a{
	text-decoration: underline;
	color: black;
}

.rules .m div a:hover, .rules .m a:hover {
	text-decoration: none;
}

#footer {
	padding:25px 0 21px 23px;
	text-align:left;
}
.breadCrumbs {
	color:#b0afaf;
	font-size:0.8em;
	padding:1px 27px;
}
.breadCrumbs a:link, .breadCrumbs a:visited {
	text-decoration:underline;
	color:#b0afaf;
}
.breadCrumbs a:hover, .breadCrumbs a:active {
	text-decoration:none;
}

#content .t {
	background:url(/img/cntTop.gif) 0 0 no-repeat;
	height:8px;
	line-height:8px;
	font-size:0;
}
#content .b {
	clear:both !important;
	background:url(/img/cntBot.gif) 0 0 no-repeat;
	height:8px;
	line-height:8px;
	font-size:0;
}
#content .m {
	background:url(/img/cntMid.gif) 0 0 repeat-y;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:14px 0;
}
#content .left {
	float:left;
	color:#fff;
}
#content .cnt {
	float:left;
	margin-left:22px;
	padding:0 0 0 17px;
	width:710px;
}

ul.lMenu {
	padding-left:27px;
    list-style-position:outside;
	list-style:none;
    display:block;
	width:175px;
}
ul.lMenu li {
    list-style-position:outside;
	list-style:none;
	display:block;
	margin-bottom:1em;
}
ul.lMenu li a {
	color:#fff;
}
ul.lMenu li a:hover, ul.lMenu li a:active {
	color:#fffc00;
}
ul.lMenu li.down {
	background:url(/img/downYellow.gif) 0 0.7em no-repeat;
	padding-left:15px;
	margin-left:-15px;
}
ul.lMenu li.active {
	font-weight:bold;
	color:#fffc00;
}
span.menuLeft {
	font-weight:bold;
	color:#fffc00;
}
ul.lMenu li ul.lMenuSub {
	margin:1em 0 0 1em;
}
ul.lMenu li ul.lMenuSub li {
	margin-bottom:0;
}
ul.lMenu li ul.lMenuSub li.active {
	font-weight:bold;
	color:#fffc00;
}

.cnt h1 {
	font-size:1.65em;
	margin-left:-0.8em;
	margin-bottom:1em;
	color:#005103;
	line-height: 20px;
}
.cnt h2 {
	font-size:1.35em;
	font-weight:normal;
	margin-bottom:0.7em;
}
.cnt h2 a:link, .cnt h2 a:visited {
	color:#000;
	text-decoration:underline;
}
.cnt h2 a:hover, .cnt h2 a:active {
	text-decoration:none;
}
.textBlock {
	margin-bottom:20px;
}
.textBlock p, .textBlock dl {
	margin-top:1em;
}
.textBlock dfn {
	font-weight:bold;
	font-style:normal;
}

.date {
	font-size:9px;
	font-weight:normal;
}

.dateActive {
	font-size:9px;
	font-weight:normal;
	color:#fff;
}

h1 .date {
	display:block;
}
.news li a:link, .news li a:visited {
	text-decoration:underline;
}
.news li a:hover, .news li a:active {
	text-decoration:none;
}
.news li.active {
	color:#fffc00;
}

.navigator {
	font-size:0.8em;
}
.navigator a:link, .navigator a:visited {
	text-decoration:underline;
}
.navigator a:hover, .navigator a:active {
	text-decoration:none;
}
.navigator .prev {
	margin-right:2em;
}


.left .navigator {
	padding-left:27px;
}
.left .navigator a:link, .left .navigator a:visited {
	color:#fff;
}
.left .navigator a:hover, .left .navigator a:active {
	color:#fffc00;
}

.cnt a:link, .cnt a:visited {
	color:#000;
	text-decoration:underline;
}
.cnt a:hover, .cnt a:active {
	text-decoration:none;
}

/* Form send */
#sendToAdminsForm {
	background:#005103;
	color:#fff;
	padding:0 19px;
	display:none;
}
#sendToAdminsForm:before {
	content:url(/img/darkBack/tl.gif);
	background:url(/img/darkBack/tr.gif) 100% 0 no-repeat;
	height:8px;
	display:block;
	margin:0 -19px;
}
#sendToAdminsForm:after {
	content:url(/img/darkBack/bl.gif);
	background:url(/img/darkBack/br.gif) 100% 0 no-repeat;
	height:8px;
	display:block;
	margin:0 -19px;
}
#sendToAdminsForm input {
	border:1px solid #003602;
}
#sendToAdminsForm .subm {
	background:#dddddd url(/img/submBack.gif) 0 100% repeat-x;
	padding:0 5px;
}
#sendToAdminsForm textarea {
	display:block;
	border:1px solid #003602;
	width:100%;
	height:52px;
	margin-top:3px;
}
#sendToAdminsForm div {
	margin-bottom:8px;
}
#frmName {
	width:87px;
	margin-right:20px;
	font-size:0.9em;
}
#frmEmail {
	width:120px;
	font-size:0.9em;
}

ul.normal {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;

}
a.partycasino {
	width: 165px;
	padding: 0;
}
a.partycasino{
	display: block;
	background:url(/img/casino.png) -10px 0 no-repeat;
	width:170px;
	height:35px;	
	cursor:pointer;
	position:relative;
	float:left;
	
}

a.partycasino:hover{
 	background-position: -174px 0; 
   	width:170px;
}


a.partybet{
	background:url(/img/bet.png) 0 -3px no-repeat;
	width:160px;
	height:35px;	
	cursor:pointer;
	float:left;
	display: block;
}

a.partybet:hover{
 	background-position: -163px -3px; 
   	width:190px;
}

.top-table {
	width:640px;
	height: 9px;
	background: url(/img/top-table.jpg) no-repeat;
}

.bottom-table {
	width:640px;
	height: 17px;
	background: url(/img/bottom-table.jpg) no-repeat;
}


.top-table2 {
	width:296px;
	height: 7px;
	background: url(/img/rules/top.gif) no-repeat;
}

.bottom-table2 {
	width:296px;
	height: 9px;
	background: url(/img/rules/bottom.gif) no-repeat;
}



.clear {
	clear: both;
}

.m-news {
	position: relative;
	float: left;
	width: 640px;
	margin-bottom: 15px;
/*	min-height: 400px;	*/
}

.m-news .date {
	margin: 0 0 3px 125px;
	font-size: 11px;

}

.m-news .news-img {
	float: left;
	width: 125px;
	margin-bottom: 15px;
}

.m-news .news-text {
	width: 470px;
	float: left;
}

.m-news h2, .m-news h3, .m-search h2 {
	font-weight: normal;
	font-size: 17px;
	clear: none;
}

.m-news h2, .m-search h2 {
	margin-bottom: 10px;
}

 .m-news h3 a, .m-search a {
	text-decoration: underline;
 }

.m-news div.m-content {
	height: 400px;
}

.m-search div.m-content {
	height: 409px;
}

.m-news div.m-content, .m-search div.m-content {
	padding: 10px 22px 0 22px;
	background-color: #F5F5F5;
}

.m-search {
	position: relative;
	float: left;
	width: 296px;
	margin-left: 44px;
}

.m-search label span {
	display: block;
	float: left;
	clear: none;
	width: 100px;
	text-align: right;
}

.m-search label select {
	margin: 0 0 10px 20px;
	clear: right;
}

.m-search input {
	display: block;
	width: 80px;
	font-size: 11px;
	margin: 0 auto 20px auto;
}

.m-search p {
	padding-bottom: 17px;
}

div#tours-div {
	width: 700px;
	overflow: auto;
	max-height: 600px;
	margin-top: 15px;
}

#tours {
	border: 1px solid #b0b0b0;
	font-weight: bold;
	width: 100%;
}


#tours a {
	color: #0155df;
}

#tours .head {
	background: url('/img/bg_tours.gif') repeat-x;
	height: 28px;
}



#tours .row td, #tours .head td {
	vertical-align: middle;
	padding: 7px 10px 12px 10px;
}

#tours .row td {
	border-bottom: 1px dashed #b0b0b0;
}

