@CHARSET "UTF-8";
	
/* background images */
#loading													{ background-image: url('../../picts/rest/simplythebest/1280/loading_screen_l32.jpg'); }
.container.l169 #loading									{ background-image: url('../../picts/rest/simplythebest/1280/loading_screen_l169.jpg'); }

.loaded .gameContainer, .offline .gameContainer				{ background-image: url('../../picts/rest/simplythebest/1280/bg_middle.jpg'); }
.loaded .headlineContainer, .offline .headlineContainer 	{ background-image: url('../../picts/rest/simplythebest/1280/bg_top.jpg'); }
.loaded .mainControlBoxBG, .offline .mainControlBoxBG		{ background-image: url('../../picts/rest/simplythebest/1280/bg_bottom.jpg'); }
.mainControlBox .webConsole									{ background-image: url('../../picts/rest/simplythebest/1280/console_web_bg.png'); }
.mainControlBox .mobileConsole								{ background-image: url('../../picts/rest/simplythebest/1280/console_mobile_bg.png'); }
.mainControlBox .portraitConsole							{ background-image: url('../../picts/rest/simplythebest/1280/console_portrait_bg.png'); }
.container.portrait.loaded .portraitHeadlineContainer 				{ background-image: url('../../picts/rest/simplythebest/1280/portrait_top.jpg'); }
.container.portrait.smallHeader.loaded .portraitHeadlineContainer 	{ background-image: url('../../picts/rest/simplythebest/1280/portrait_top_small.jpg'); }
.container.portrait.loaded .portraitBottomContainer 				{ background-image: url('../../picts/rest/simplythebest/1280/portrait_bottom_l32.jpg'); }
.container.l169.portrait.loaded .portraitBottomContainer 			{ background-image: url('../../picts/rest/simplythebest/1280/portrait_bottom_l169.jpg'); }

.infoPopup.webInfo.info2											{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/web/background.png'); } 
.infoPopup.webInfo.info2 .settingsBox .settingCheckbox				{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/web/checkbox-off.png');	}
.infoPopup.webInfo.info2 .settingsBox .settingCheckbox.active		{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/web/checkbox-on.png');  	}

.webConsole .closeInfoButton.settings 								{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/web/button-close.png'); 	}

.infoPopup.info1 .paylines							{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/lines.png'); }
.infoPopup.info1 .symbolImg-1						{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/symbol-watch.png'); }
.infoPopup.info1 .symbolImg-2						{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/symbol-cigarettes.png'); }
.infoPopup.info1 .symbolImg-3						{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/symbol-pistols.png'); }
.infoPopup.info1 .symbolImg-4						{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/symbol-cards.png'); }
.infoPopup.info1 .symbolImg-5						{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/symbol-lady.png'); }
.infoPopup.info1 .symbolImg-6						{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/symbol-man.png'); }
.infoPopup.info1 .symbolImg-7						{ background-image: url('../../picts/rest/simplythebest/1280/infoSites/symbol-scatter.png'); }

.loaded #animFadeoutLayer				{ background-image: url('../../picts/rest/simplythebest/1280/fadeout.png'); }	
			

/* new info site layout*/
.infoPopup .winValue { 
	font-family: 'Roboto Condensed', Arial;
	font-weight: bolder; 
}
.infoContainer .infoPopup .headline {
	background-color: #e0922e;
}
.infoContainer .infoPopup .winValueBox .winValue .multiplicator {
	color: #e0922e;
}
.infoContainer .infoPopup .paylines {
	height: 119px;
}

/* some extra styles because the symbol 7 (scatter) is too big */
.infoContainer .infoPopup .paytableValues .winValues-6 {
	height: 216px;
	padding-top: 56px;
}
.infoContainer .infoPopup .paytableValues .winValues-7 {
	height: 272px;
}
.infoContainer .infoPopup .paytableValues .winValues-7 .symbolImg-7 {
	height: 266px;
}
.infoContainer .infoPopup .paytableValues .winValues-7 .values {
	padding-top: 84px;
}
