#debug-dimension {
	position: fixed;
	left: 60px;
	top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	z-index: 9000;
	pointer-events: none;
	display: none;
}

body {
	background: #36000f;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
a {
	color: #ba8748;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
a.breadcrumbs {
	color: #FFF;
}
a.breadcrumbs:hover {
	color: #ba8748;
}

.left {
	float: left;
}
.right {
	float: right;
}
.cmargin {
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.white-color {
	color: #FFF;
}
.brown-color {
	color: #ba8748;
}
.yellow-color {
	color: #e19f1a;
}
.milk-color {
	color: #e0d8c9;
}
.remark-color {
	color : #805c66;
}
.f10 {
	font-size: 10px;
	line-height: 12px;
}
.f11 {
	font-size: 11px;
	line-height: 13px;
}
.f12 {
	font-size: 12px;
	line-height: 14px;
}
.f13 {
	font-size: 13px;
	line-height: 15px;
}
.f14 {
	font-size: 14px;
	line-height: 16px;
}
.f18 {
	font-size: 18px;
	line-height: 22px;
}
.f23 {
	font-size: 23px;
	line-height: 27px;
}
.f30 {
	font-size: 30px;
	line-height: 34px;
}
.f32 {
	font-size: 32px;
	line-height: 36px;
}
.idle-width {
	width: 960px;
}
.idle-width-center {
	width: 960px;
	margin: 0 auto;
}
.red-button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #FFF;
	background: #7b0123;
	padding: 7px 12px;
}
.yellow-button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #faeec4;
	background: #ba8748;
	padding: 7px 12px;
}
.yellow-button.dining-menu-icon {
	background: url(../images/icon-dining-menu.png) no-repeat 12px 5px #ba8748;
	padding: 7px 12px 7px 30px;
}
.mt1 {
	margin-top: 1px;
}
.mt2 {
	margin-top: 2px;
}
.mt3 {
	margin-top: 3px;
}
.mt4 {
	margin-top: 4px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.hidden {
	display: none;
}
.hidden2 {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	height: 0;
}

.jspVerticalBar {
	width: 4px;
}
.jspTrack {
	background: #333;
}

.jspDrag {
	background: #999;
}

.ddm-dropdownbox {
	position: relative;
	width: 100%;
}
.ddm-dropdownbox .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
}
.ddm-dropdownbox .detail {
	position: relative;
	min-height: 26px;
	padding: 0;
}
.ddm-dropdownbox .detail li {
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	padding: 10px 20px;
}
.ddm-dropdownbox .detail li:hover {
	background: #7b0123;
}

#site-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#container {
	position: relative;
	min-width: 960px;
}

#header {
	position: relative;
	width: 100%;
	height: 98px;
}
#header .bg {
	position: absolute;
	background: #24000a;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#header .redline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: url(../images/header-redline.png) repeat-x;
}
#logo-container {
	position: absolute;
	width: 100%;
	height: 131px;
	left: 0;
	top: 0;
	z-index: 100;
	text-align: center;
}
#logo {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 148px;
	height: 132px;
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
}


#header .detail {
	position: relative;
	margin: 0 auto;
	z-index: 101;
}
#header .top-panel {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	margin-top: 12px;
}
#header .lang-block {
	position: relative;
	width: 100px;
	height: 25px;
	margin: 0 10px;
	line-height: 17px;
}
#header .lang-block .lang-block-bg {
	position: absolute;
	background: url(../images/lang-block-bg.png) no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#header .lang-block .lang-block-content {
	position: relative;
	padding: 5px 5px;
}
#header .lang-block .lang-option {
	float: left;
	margin: 0 6px;
}
#header .enews-block {
	line-height: 25px;
	margin-right: 10px;
}
#header .mobile-mainmenu-button {
	position: absolute;
	left: 8px;
	top: 3px;
}
#header .mobile-mainmenu-button a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 44px;
	height: 44px;
	background: url(../images/mobile-mainmenu-button.png) no-repeat;
}

#footer {
	position: relative;
	width: 100%;
	height: 123px;
	background: #000;
	margin-top: 50px;
}
body.logged-in #footer {
	height: 143px;
}
body.logged-in #footer .footer-copyright-line {
	bottom: 40px;
}
body.logged-in #footer .footer-memberof {
	bottom: 35px;
}

#footer .footer-shadow {
	position: absolute;
	left: 0;
	top: -180px;
	width: 100%;
	height: 180px;
	background: url(../images/footer-shadow.png) repeat-x;
	z-index: -1;
}
#footer .footer-frame {
	position: absolute;
	left: 0;
	top: -57px;
	width: 100%;
	height: 57px;
}
#footer .footer-frame-C-wrapper {
	position: relative;
	margin: 0 14px 0 26px;
	height: 100%;
}
#footer .footer-frame-C {
	background: url(../images/footer-deco-C.png) repeat-x;
	width: 100%;
	height: 100%;
}
#footer .footer-frame-L {
	position: absolute;
	background: url(../images/footer-deco-L.png) no-repeat;
	width: 26px;
	height: 100%;
	left: 0;
	top: 0;
}
#footer .footer-frame-R {
	position: absolute;
	background: url(../images/footer-deco-R.png) no-repeat;
	width: 14px;
	height: 100%;
	right: 0;
	top: 0;
}
#footer .footer-detail {
	position: relative;
	margin: 0 auto;
	height: 100%;
}
#footer .footer-menu {
	position: absolute;
	left: 10px;
	top: 20px;
}
#footer .footer-menu a {
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}
#footer .footer-menu a:hover {
	color: #ba8748;
}
#footer .footer-menu-item {
	float: left;
	margin-left: 21px;
}
#footer .footer-menu-item:first-child {
	margin-left: 0;
}
#footer .footer-copyright-line {
	position: absolute;
	left: 10px;
	bottom: 20px;
	color: #999;
}
#footer .footer-copyright-line a {
	color: #999;
}
#footer .footer-copyright-line a:hover {
	color: #ba8748;
}
#footer .footer-logo-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#footer .footer-logo-cod {
	position: absolute;
	right: 160px;
	top: 15px;
}

#footer .footer-logo-sc {
	position: absolute;
	right: 90px;
	top: 25px;
}

#footer .footer-logo-alt {
	position: absolute;
	right: 10px;
	top: 15px;
}
#footer .footer-memberof {
	position: absolute;
	right: 10px;
	bottom: 15px;
}

#sitemap {
	position: relative;
	margin-top: 20px;
}
#sitemap .sitemap-padding {
	padding: 0 10px;
}
#sitemap .top-line {
	position: relative;
	width: 100%;
	height: 1px;
	background: #4a1a27;
}
#sitemap .sitemap-tree {
	position: relative;
	padding: 20px 0;
	color: #9b6d3a;
}
#sitemap .sitemap-tree .column {
	float: left;
	margin-right:40px;
}
/*
#sitemap .sitemap-tree .column.c1 {
	width: 150px;
}
#sitemap .sitemap-tree .column.c2 {
	width: 160px;
}
#sitemap .sitemap-tree .column.c3 {
	width: 180px;
}
#sitemap .sitemap-tree .column.c4 {
	width: 200px;
}
*/
#sitemap .sitemap-tree .column.sub {
	float: left;
	margin-left: 10px;
}
#sitemap .sitemap-tree .column.sub:first-child {
	margin-left: 0;
}
#sitemap .sitemap-tree .item {
	margin-top: 22px;
}
#sitemap .sitemap-tree .column.sub .item {
	margin-top: 4px;
}
#sitemap .sitemap-tree .item:first-child {
	margin-top: 0;
}

#sitemap .sitemap-tree a {
	color: #9b6d3a;
}
#sitemap .sitemap-tree a.level1 {
	font-weight: bold;
	text-transform: uppercase;
}
#sitemap .sitemap-tree a:hover {
	text-decoration: underline;
}

ul.main-menu {
	position: relative;
	padding-top: 70px;
}
ul.main-menu li {
	position: relative;
	float: left;
	margin: 0 10px;
}
ul.main-menu.left li, ul.main-menu.right li {
	margin-left: 40px;
}
ul.main-menu.left li:first-child {
	margin-left: 10px;
}
ul.main-menu a {
	font-weight: bold;
}
ul.main-menu a.selected {
	color: #FFF;
}
ul.main-menu .selection {
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 100%;
	height: 24px;
	background: url(../images/main-menu-sel.png) no-repeat center top;
	display: none;
}

#mobile-side-menu {
	position: absolute;
	left: 0;
	top: 0;
	background: #38020f;
	width: 0;
	height: 100%;
	border-right: 1px solid #603522;
	display: none;
}
#mobile-side-menu li {
	position: relative;
	height: 50px;
	border-bottom: 1px solid #603522;
	line-height: 50px;
	font-weight: bold;
	cursor: pointer;
}
#mobile-side-menu li .label {
	margin-left: 20px;
}
#mobile-side-menu li .line {
	position: absolute;
	background: #730100;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	display: none;
}
#mobile-side-menu li.lower-menu {
	border-bottom: none;
	height: 30px;
}

#mobile-side-menu li.selected {
	background: #24000a;
}
#mobile-side-menu li.selected .line {
	display: block;
}
#mobile-side-menu li.selected .label {
	color: #FFF;
}

.wide-container {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.wide-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.01em;
}
.wide-banner {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wide-banner-img {
	position: absolute;
	left: 0;
	top: 0;
}

.wide-container .left-shadow {
	position: absolute;
	top: 0;
	width: auto;
	max-width: 87px;
	height: 100%;
}
.wide-container .right-shadow {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	max-width: 87px;
	height: 100%;
}

.wide-container.mobile {
	width: 100%;
	height: auto;
}

.wide-container.mobile .wide-banner-img {
	width: 100%;
	height: auto;
}

.banner-slide-indicator {
	position: absolute;
	right: 50%;
	bottom: 44px;
	min-width: 66px;
	height: 20px;
	margin-right: -533px;
	z-index: 1;
}
.banner-slide-indicator .bg-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background: url(../images/banner-slide-indicator-left.png) no-repeat;
}
.banner-slide-indicator .bg-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background: url(../images/banner-slide-indicator-right.png) no-repeat;
}
.banner-slide-indicator .content-wrapper {
	padding: 0 12px;
	height: 100%;
}
.banner-slide-indicator .content {
	position: relative;
	background: #000;
	width: 100%;
	height: 100%;
}
.banner-slide-indicator .content li {
	
}
.banner-slide-indicator .content li a {
	background: url(../images/banner-slide-indicator-ball.png) no-repeat;
	width: 19px;
	height: 19px;
}
.banner-slide-indicator .content li a.selected {
	background: url(../images/banner-slide-indicator-ball-sel.png@v=6) no-repeat;
}


/*
.home-banner-img {
	position: absolute;
	width: 100%;
	height: 360px;
	left: 0;
	top: 0;
	max-width: 1200px;
	display: block;
	font-size: 0.01em;
}
.home-banner-img .left-shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	max-width: 87px;
	height: 100%;
}
.home-banner-img .right-shadow {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	max-width: 87px;
	height: 100%;
}
*/

/*
.home-banner-img-wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.home-banner-img {
	position: absolute;
	left: 0;
	top: 0;
}
*/

.home-banner-container {
	position: relative;
	width: 100%;
	background: #000;
}
.home-banner-slider {
}

.home-feature-block {
	position: relative;
	min-height: 222px;
	margin: 64px auto 25px;
}

.cnmo.home-feature-block {
	margin-top: 28px;
}

.home-feature-block .feature-item {
	position: relative;
	width: 300px;
	max-width: 300px;
	min-height: 222px;
	background: #000;
	float: left;
	margin: 0 10px;
}
.home-feature-block .feature-image img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.home-feature-block .feature-item-title {
	margin-top: 10px;
	padding: 0 18px;
}
.home-feature-block .feature-item-desc {
	margin-top: 10px;
	padding: 0 18px;
	min-height: 48px;
}
.home-feature-block .feature-item-link-button {
	margin: 10px 0 18px;
	padding: 0 18px;
}

.jackpot-board {
	position: relative;
	background: url(../images/home-jackpot-board-en.png) no-repeat;
	width: 633px;
	height: 172px;
}
.jackpot-board .jackpot-content {
	padding: 72px 70px 0;
}
.jackpot-board .jackpot-content div {
	width: 50%;
}

.sitemap {
	position: relative;
	height: 180px;
	border-top: 1px solid #4a1a27;
	margin: 0 10px;
}

.page-container {
	position: relative;
}
.page-background {
	position: absolute;
	width: 100%;
	height: 358px;
	left: 0;
	top: 0;
	background: url(../images/banner-bg.png) repeat-x;
	text-align: center;
	overflow: hidden;
}
.page-background-img {
	position: absolute;
	left: 0;
	top: 0;
}
.page-content {
	position: relative;
}
.page-content-wrapper {
	padding: 82px 0 0;
}
.page-content-left {
	width: 73.9%;
	max-width: 710px;
	overflow: hidden;
}
.page-content-right {
	/*
	width: 26%;
	max-width: 250px;
	*/
	width: 250px;
	overflow: hidden;
}
.page-content-left-main {
	background: #450013;
	min-height: 580px;
	margin: 10px 0 0 10px;
}
.page-content-padding {
	padding: 25px 20px;
}
.page-content-padding-left-right {
	padding: 0 20px;
}
.page-content-padding-top {
	padding-top: 25px;
}

.side-bar-block {
	position: relative;
	width: 250px;
}
.side-bar-block .side-bar-block-wrapper {
	padding: 0 10px 0 20px;
	height: 100%;
}
.side-bar-block .side-bar-block-content {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}
.side-bar-block .side-bar-block-content-wrapper {
	padding: 10px;
}
.side-bar-block .title {
	margin-top: 10px;
}
.side-bar-block .desc {
	margin-top: 10px;
}
.side-bar-block .more-detail {
	margin-top: 10px;
}
.side-bar-block .thumbnail-desc {
	position: relative;
	margin-left: 10px;
	width: 65%;
}

.side-bar-jackpot {
	position: relative;
	width: 100%;
	height: 148px;
}
.side-bar-jackpot .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 148px;
}
.side-bar-jackpot .detail {
	position: relative;
	padding: 40px 34px;
}
.side-bar-jackpot .detail .brown-color {
	margin-bottom: 4px;
}
.side-bar-jackpot .detail .yellow-color {
	text-align:center;
}

.breadcrumbs {
	position: relative;
}

.section-content {
	position: relative;
	margin-top: 20px;
}
.section-content .heading {
	font-size: 30px;
	line-height: 34px;
	color: #FFF;
	margin-bottom: 20px;
}

.promotions-item {
	position: relative;
	min-height: 212px;
	margin-bottom: 20px;
}
.promotions-item .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.promotions-item .detail {
	position: relative;
	width: 700px;
}
.promotions-item .detail-padding {
	padding: 6px;
	overflow: hidden;
}
.promotions-item .thumbnail {
	position: relative;
}
.promotions-item .thumbnail img {
	width: auto;
	height: 200px;
	max-width: 350px;
}
.promotions-item .info {
	width: 45%;
}
.promotions-item .info-padding {
	padding: 0;
}
.promotions-item .detail-padding.r {
	padding: 6px 6px 6px 20px;
}
.promotions-item .detail-padding.r .thumbnail {
	width: 350px;
}
.promotions-item .detail-padding.r .info {
	width: 304px;
	margin-right: 20px;
}
.promotions-item .title {
	margin-top: 6px;
}
.promotions-item .dates {
	margin-top: 16px;
}
.promotions-item .desc {
	margin-top: 16px;
}
.promotions-item .more-details {
	margin: 16px 0;
}

.horizontal-menu-tab {
	position: relative;
	background: #330b0b;
	width: 100%;
	height: 36px;
}
.horizontal-menu-tab ul {
	padding: 7px 10px;
}
.horizontal-menu-tab li {
	float: left;
	margin: 0 10px;
	cursor: pointer;
}
.horizontal-menu-tab .selection-line {
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 96px;
	height: 3px;
	background: #e19f1a;
	display: none;
}
.horizontal-menu-tab .selection-line-arrow {
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../images/yellow-arrow.png) no-repeat center top;
	width: 100%;
	height: 8px;
}
.horizontal-menu-tab .down-arrow {
	position: absolute;
	right: 20px;
	top: 13px;
	width: 16px;
	height: 10px;
	background: url(../images/down-arrow.png) no-repeat;
}

.filter-panel {
	position: relative;
}
.filter-panel .label {
	float: left;
	padding-top: 4px;
}
.filter-panel .dropdown {
	position: relative;
	float: left;
	margin-left: 10px;
	background: #28000b;
	width: 165px;
	cursor: pointer;
}
.filter-panel .dropdown-padding {
	padding: 4px 10px;
}
.filter-panel .small-arrow {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	height: 8px;
	background: url(../images/small-arrow.png) no-repeat;
}

.winners-board {
	position: relative;
	width: 700px;
	height: 336px;
}
.winners-board .winners-board-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.winners-board .winners-board-heading {
	position: absolute;
	left: 0;
	top: -4px;
	width: 100%;
	height: 31px;
	text-align: center;
	color: #382e22;
}
.winners-board .winners-board-heading.monthly {
	background: url(../images/winnerwall-heading1.png) no-repeat center top;
}
.winners-board .winners-board-heading.yearly {
	background: url(../images/winnerwall-heading2.png) no-repeat center top;
}
.winners-board .winners-board-heading .title {
	padding-top: 5px;
}

.winners-board .winners-detail {
	position: relative;
	padding: 40px;
}
.winners-board .highlight {
	color: #a1907a;
}
.winners-board .highlight2 {
	color: #ba8748;
}
.winners-board .winners-detail .row {
	line-height: 22px;
	height: 28px;
}
.winners-board .winners-detail .row-for-pad {
	position: relative;
	width: 320px;
	margin: 0 auto;
}
.winners-board .winners-detail .row-for-mobile {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.winners-board .winners-detail .column {
	float: left;
	padding: 0 2px;
}
.winners-board .winners-detail .column.date {
	width: 120px;
	text-align: center;
}
.winners-board .winners-detail .column.number {
	width: 50px;
}
.winners-board .winners-detail .column.name {
	width: 340px;
}
.winners-board .winners-detail .column.score {
}

.winners-game-type-dd {
	position: relative;
}
.winners-game-type-dd .bar {
	width: 100%;
	height: 36px;
	background: #330b0b;
	cursor: pointer;
}
.winners-game-type-dd .bar-label {
	position: absolute;
	left: 20px;
	top: 6px;
}
.winners-game-type-dd .bar-arrow {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 16px;
	height: 16px;
	background: url(../images/dd-arrows.png) no-repeat;
}
.winners-game-type-dd .bar-arrow.expand {
	background-position: right top;
}

.winners-remark {
	margin-top: 20px;
}

.rewards-items {
	position: relative;
}
.rewards-items .reward-item {
	position: relative;
	float: left;
	width: 350px;
	height: 200px;
}
.rewards-items .reward-item img {
	width: 100%;
	height: auto;
}
.rewards-items .reward-desc {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 0;
}
.rewards-items .reward-desc .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.rewards-items .reward-desc .detail {
	position: relative;
	padding: 10px;
}
.rewards-items .title {
	height: 42px;
	font-size: 18px;
	line-height: 19px;
}

.rewards-remark {
	padding: 20px 10px;
}

.gaming-info-board {
	position: relative;
}
.gaming-info-board .gaming-info-board-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dining-row-bg2.png) repeat-y;
}
.gaming-info-board .detail {
	position: relative;
	padding: 6px;
}
.gaming-info-board .thumb-preview {
	position: relative;
	width: 356px;
}

.gaming-info-board .promotion-thumb-preview {
	position: relative;
	width: 100%;
}

.gaming-info-board .thumb-desc {
	position: relative;
	width: 330px;
}
.gaming-info-board .promotion-thumb-desc {
	position: relative;
	width: 100%;
}
.gaming-info-board .thumb-desc-padding {
	padding: 10px;
}

.gaming-info-section {
	position: relative;
	background: #36000f;
	margin-top: 6px;
}
.gaming-info-section:first-child {
	margin-top: 0;
}

.gaming-info-section .header {
	cursor: pointer;
}
.gaming-info-section .section {
	position: relative;
	color: #bf7f18;
	line-height: 38px;
	padding: 0 20px;
}
.gaming-info-section .section .article-content {
	padding: 10px 0 20px;
	display: none;
}


.gaming-info-section .header-arrow {
	position: absolute;
	left: 20px;
	top: 10px;
	background: url(../images/arrows.png) no-repeat;
	width: 16px;
	height: 16px;
}
.gaming-info-section .section.expanded .header-arrow {
	background-position: left bottom;
}
.gaming-info-section .header-name {
	padding-left: 30px;
}

.gaming-info-tables {
	margin-top: 6px;
}

.promotion-detail {
	position: relative;
}
.promotion-detail-feature-image {
	position: relative;
	margin-bottom: 20px;
}
.promotion-detail-feature-image-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dining-row-bg2.png) repeat-y;
}
.promotion-detail-feature-image-detail {
	position: relative;
	padding: 6px;
}
.promotion-detail-feature-image-detail img {
	width: 100%;
	max-width: 688px;
	height: auto;
}
.promotion-detail-date {
	position: relative;
	margin-bottom: 20px;
}
.promotion-detail-body {
	position: relative;
	padding-bottom: 20px;
}

.dining-n-leisure-board {
	position: relative;
}
.dining-n-leisure-board .dining-n-leisure-board-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/dining-row-bg2.png) repeat-y;
}
.dining-n-leisure-board .detail {
	position: relative;
	padding: 10px;
}
.dining-n-leisure-board .dining-n-leisure-column {
	float: left;
	padding-bottom: 20px;
}
.dining-n-leisure-board .dining-n-leisure-column img {
	width: auto;
	height: 200px;
	max-width: 350px;
}
.dining-n-leisure-board .dining-n-leisure-column.right {
	margin-left: 10px;
}
.dining-n-leisure-board .title {
	margin: 16px 0 12px;
}
.dining-n-leisure-board .free-parking {
	margin: 10px 0;
	height: 20px;
}

.locations-map {
	position: relative;
}

.locations-map-menu-mask {
	position: absolute;
	left: 667px; /* invalidated by js */
	top: 0;
	width: 13px;
	height: 100%;
	overflow: hidden;
}

.locations-map-menu {
	position: absolute;
	background: #4a0116;
	left: 13px;
	top: 0;
	width: 245px;
	height: 100%;
}
.locations-map-menu .pull-handle {
	position: absolute;
	left: -12px;
	top: 42%;	/* invalidated by js */
	width: 13px;
	height: 112px;
	background: url(../images/locations-pull.png) no-repeat;
	cursor: pointer;
}
.locations-map-menu .row {
	margin-top: 1px;
	position: relative;
}
.locations-map-menu .row:first-child {
	margin-top: 0;
}
.locations-map-menu .row-bg {
	width: 100%;
	background: url(../images/locations-map-menu-row-bg.png) repeat-y;
}
.locations-map-menu .arrow-row {
	height: 43px;
	cursor: pointer;
	text-align: center;
}
.locations-map-menu .arrow-row img {
	margin-top: 11px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.locations-map-menu .info-row-container {
	position: relative;
	height: 592px;	/* invalidated by js*/
	margin: 1px 0;
	overflow: hidden;
}
.locations-map-menu .info-row-pane {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.locations-map-menu .info-row {
	position: relative;
	cursor:pointer;
}
.locations-map-menu .info-row-padding {
	padding: 13px;
}
.locations-map-menu .info-row-info {
	margin-left: 10px;
	width: 160px;
}
.locations-map-menu .info-location {
	margin: 10px 0 13px;
}
.info-location-image {
	position: relative;
}
.info-location-image-preview {
	position: relative;
	width: 200px;
	max-width: 240px;
}
.info-location-image-preview img {
	width: 90%;
	height: auto;
}
.info-location-details {
	position: relative;
	max-width: 200px;
	color: #000;
	padding: 10px;
}
.info-location-details .title {
	margin: 4px 0;
}
img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"] {
    display: none;
}

.enews-form {
	position: relative;
	margin-top: 20px;
	width: 456px;
}
.enews-form .down-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 11px;
	height: 11px;
	background: url(../images/down-arrow2.png) no-repeat;
	cursor: pointer;
}
.enews-form .form-row {
	position: relative;
	margin-bottom: 4px;
	line-height: 30px;
}
.enews-form .form-label {
	float: left;
	width: 100px;
}
.enews-form .form-textfield {
	position: relative;
	float: left;
}
.enews-form .form-textfield.error-border {
	border: 1px solid #C00;
	padding: 0 4px;
}
.enews-form .form-textfield input {
	background: #000;
	height: 30px;
	width: 326px;
	padding: 0 10px !important;
	color: #e0d8c9;
	border: none;
}
.enews-form .form-textarea textarea {
	background: #000;
	height: 120px;
	width: 326px;
	padding: 6px 10px !important;
	color: #e0d8c9;
	border: none;
	resize: none;
}

.enews-form .form-textfield input.error, .enews-form .form-textfield textarea.error {
	border: 1px solid #C00;
}
.enews-form .form-checkbox label {
	cursor: pointer;
}

.form-day, .form-month, .form-year, .form-phone-prefix, .form-phone-number {
	position: relative;
	float: left;
}
.form-day input, .form-month input, .form-phone-prefix input {
	width: 70px !important;
}
.form-year input {
	width: 134px !important;
}
.form-month {
	margin: 0 6px;
}
.form-remark {
	clear: both;
	padding-left: 100px;
	padding-top: 4px;
}

.form-radio-button {
	position: absolute;
	left: 0;
	top: 6px;
	width: 15px;
	height: 15px;
	background: url(../images/form-radio-buttons.png) no-repeat;
}
.form-radio-button.selected {
	background-position: right top;
}
.form-radio-value {
	position: relative;
	float: left;
	height: 30px;
	padding-left: 22px;
	margin-left: 20px;
	cursor: pointer;
}
.form-radio-value:first-child {
	margin-left: 0;
}
.form-phone-number input {
	margin-left: 6px;
	width: 230px !important;
}
.form-captcha-container {
	margin-top: 20px;
}

.form-dropdownbox {
	position: absolute;
	left: 0;
	bottom: -201px;
	width: 100%;
	height: 200px;
	z-index: 2000;
	display: none;
}
.form-dropdownbox .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.form-dropdownbox .detail {
	position: relative;
	height: 100%;
	overflow: scroll;
	text-align: center;
	padding: 5px 0;
}
.form-dropdownbox .detail li {
	font-size: 12px;
	cursor: pointer;
	text-align: left;
	padding-left: 12px;
}
.form-dropdownbox .detail li:hover {
	background: #7b0123;
}
.dropdown-input {
	cursor: pointer;
}
.form-submit-button {
	text-align: right;
}

#home-banner-loader {
	min-height: 360px;
}

.home-jackpot {
	position: absolute;
	left: 0;
	bottom: -89px;
	width: 100%;
	display: none;
}
#block-related-links {
	margin-top: 10px;
}
#block-related-links .side-bar-block .title {
	margin-top: 0;
}
#block-related-links .side-bar-block .desc {
	margin-top: 2px;
}
#block-related-links .block-related-link {
	cursor: pointer;
}

.article-content {
	color: #e0d8c9;
	font-weight: normal;
}
.article-content .subhead {
	color: #bf7f18;
}

#game-type-bar {
	margin-top: 20px;
}

#winners-content {
	padding-bottom: 20px;
}

#winners-boards {
	margin-top: 30px;
}

.promotions-items-new {
	width: 100%;
    overflow: visible;
    position: relative;
    margin-bottom: 20px;
    height: 205px;
    background: url(../images/separator.gif) repeat-x bottom;
    z-index: 1;
    display: flex;
    margin-left: 2%;
}
.thumb {
	width: 48%;
    height: 184px;
    line-height: 108px;
    text-align: center;
    display: block;
    /* position: absolute; */
    top: 0;
    left: 20px;
    padding: 5px;
}

.details{
	width: 50%;
    margin-top: 1%;
    float:none !important;
}

.more a {
	line-height: 29px;
    height: 30px;
    text-decoration: none;
    font-family: "ff-dax-web-pro",sans-serif;
    color: #fff;
    background: #554636;
    padding: 5px 15px;
}

#rewards-items {
	margin-top: 20px;
}

#gaming-items {
	margin-top: 20px;
}

#rewards-filter-panel {
	margin-top: 30px;
}
#rewards-filter-panel .label {
	float: left;
}
#rewards-category-bar {
	margin-top: 20px;
}

#gaming-content {
	padding-bottom: 10px;
}

#gaming-category-bar {
	margin: 20px 0;
}

#gaming-info-items {
	margin-top: 20px;
}
#gaming-info-sections {
	margin-top: 20px;
}

#dining-n-leisure-content {
	padding-bottom: 25px;
}
#dining-n-leisure-content .intro {
	margin-top: 6px;
}
#dining-n-leisure-items {
	margin-top: 20px;
}

#locations-content {
	padding-bottom: 20px;
}
#locations-map {
	margin: 25px 0 0 20px;
}
#locations-map-canvas {
	width: 680px;
	height: 680px;
}

#thanks {
	position: relative;
	text-align: center;
	display: none;
}


img.ct_captcha-siiimage {
	width: 70px;
	height: 32px;
}
input.captcha-input {
	height: 30px;
	width: 70px;
	border: none;
	background: black;
	color: white;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
input.captcha-input.error {
	border: 1px solid #F00;
	width: 68px;
	height: 28px;
}

#winners-game-type-ddm {
	display: none;
}
.responsive {
   max-width: 100%; 
	display:block; 
	height: auto;
}

.promtext {
	padding-top: 5px;
	font-family:sans-serif;
	color: #fff;
	text-decoration: solid;
	font-size: 16px;
}

#promo_item_list{
	 
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 margin:0 15px;
}
#promo_item_list .item{
	position: relative;
	text-align: center;
	width: 200px;
	height: 267px;
	margin: 10px;
	border: #c9b57a 1px solid;  
}

#promo_item_list .item img{
	width: 100%;
}

#promo_item_list .item .name{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	background: rgba(201, 181, 122, 1);
	line-height: 40px;

	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
}

#ipad_title_area{
	background-image: linear-gradient(to right, rgb(233, 216, 140), rgb(232, 212, 146)); 
	text-align: center; 
	color:#FFFFFF; 
	padding:5px 0;
}

#ipad_title{
	line-height: 70px;
	background-image: linear-gradient(to left, rgb(88, 69, 34), rgb(232, 212, 146)); 
	text-align: center; 
	color:#FFFFFF; 
	font-size: 48px;
    font-family: 黑体;
}

#ipad_footer{
	border-top: 2px solid #e8dcba;
}
