@font-face {
  font-family: 'DagbladetLogo';
  src: url("http://www.dagbladet.no/fonts/dagbladetlogofont.eot");
  src: url("http://www.dagbladet.no/fonts/dagbladetlogofont.eot?#iefix") format("embedded-opentype"), url("http://www.dagbladet.no/fonts/dagbladetlogofont.woff") format("woff"), url("http://www.dagbladet.no/fonts/dagbladetlogofont.ttf") format("truetype"), url("http://www.dagbladet.no/fonts/dagbladetlogofont.svg#DagbladetLogofontRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: none;	
}
body {
	background: #9bc7ff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #333;
}
h1 {
	font-weight: normal;
	font-size: 38px;
	line-height: 40px;
	text-shadow: 0 -1px 0 #fff;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
}
p, h2 {
	margin: 0 0 16px 0;
}
h4 {
	font-size: 14px;
}
h1 span,
h2 span,
h3 span,
h4 span {
	font-size: 11px;
	font-weight: normal;
}
#main-container {
	width: 980px;
	margin: 0 auto;
}
#main-content {
	margin: 12px 0;
	overflow: hidden;
	background: #fff91f;
	border-radius: 5px;
	box-shadow: 0 0 5px #999;
}
	#main-content > h1 {
		padding: 12px 12px 0 12px;
	}
        
.ad-stamp {
  display: none !important;
}

/* NOTICE
------------------------------*/
.notice {
    border: 1px solid;
    color: #683e13;
    padding: 8px 9px 8px 32px !important;
    background: no-repeat 9px 9px #fffbed;
    margin-bottom: 18px;
}
	.notice.info {
	    border-color: #A7CEDF;
	    background-image: url(../gfx/gfx-notice-info-size16x16.gif);
	    background-color: #eefefb;
	}
	.notice.ok {
	    border-color: #9DCF81;
	    background-image: url(../gfx/gfx-notice-ok-size16x16.gif);
	    background-color: #f0ffdf;
	}
	.notice.warning {
	    border-color: #EFB786;
	    background-image: url(../gfx/gfx-notice-warning-size16x16.gif);
	    background-color: #FFF5CF;
	}
	.notice.error {
	    border-color: #EF7777;
	    background-image: url(../gfx/gfx-notice-error-size16x16.gif);
	    background-color: #FEEFF3;
	}

/* CATEGORY MENU
------------------------------*/
.categories-menu {
	padding: 10px;
	height: 34px;	
}
.categories-menu li {
	float: left;
	width: 120px;
	margin: 5px 0px;
	list-style: none;
}
/* HEADER
------------------------------*/

#main-header {
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
#header-123 {
	margin: 0 0 12px 0;
	background: #fff91f;
	box-shadow: 0 0 5px #999;
}
#header-123 #logo-container {
	height: 75px;
}
#header-123 #logo-main a {
	float: left;
	background: url(../../media/placeholders/grovskisse-logo.png) no-repeat;
	height: 75px;
	width: 280px;
	text-indent: -9999px;
}
	#header-123 .search-container {
		float: right;
		margin: 26px 32px 0 0;
		padding: 0;
	}

#db-inger {
  position: absolute;
  width: 100%;
  border-top: 3px solid #D60000;
  top: 0px;
  left: 0px;
  z-index: 9000;
}
	#db-inger.sticky {
	  position: fixed;
	}
	#db-inger a {
	  font-family: 'DagbladetLogo', 'Impact', Arial, sans-serif;
	  font-size: 22px;
	  text-rendering: optimizeLegibility;
	  -webkit-font-smoothing: antialiased;
	  -moz-font-smoothing: antialiased;
	  -ms-font-smoothing: antialiased;
	  -o-font-smoothing: antialiased;
	  font-smoothing: antialiased;
	  text-align: center;
	  line-height: 25px;
	  color: white;
	  text-decoration: none;
	  background: #D60000;
	  height: 24px;
	  width: 90px;
	  left: 20px;
	  top: 0px;
	  display: block;
	  position: absolute;
	}
	#db-inger:hover {
	  border-top: 3px solid #f00;
	}
	#db-inger:hover a {
	  background-color: #f00;
	}
/* PAGE TYPES
------------------------------*/
body.page-type-text #main-content {
	padding: 12px 12px 0 12px; 
}
body.page-type-text #main-content > h1,
body.page-type-text #main-content p {
	padding: 0;
	margin-bottom: 16px;
}
body.page-type-text #main-content h2 {
	margin-top: 32px;
}
body.page-type-text #main-content ul,
body.page-type-text #main-content li {
	margin-left: 14px;
}
body.page-type-text #main-content img {
	float: right;
	margin: 0 0 16px 16px;
}
/* FOOTER
------------------------------*/
#main-footer {
	margin: 0 0 12px 0;
	background: #fffaaa;
	box-shadow: 0 0 5px #999;
	border-radius: 5px;
}
#sub-footer {
	text-align: center;
	font-size: 10px;
	margin: 0 0 8px 0;
}
#branding-footer {
	background-color: #4193F9;
}
#branding-footer > div {
	width: 25%;
	float: left;
}
/* SEARCHBAR
------------------------------*/
.search-container {
	border-radius: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
	display: inline;
	padding: 5px 0;
}
	.search-container input {
		padding: 5px 8px;
		border-radius: 20px 0 0 20px;
		border: 1px solid #999;
		width: 95px;
		background: rgba(255,255,255,.6);
		letter-spacing: .1em;
		font-family: segoe ui, Arial, sans-serif;
		font-size: 1em;
	}
	.search-container input:focus {
		outline: none;
		background: rgba(255,255,255,1);
		width: 220px;
	}
	.search-container input + input {
		border-radius: 0 20px 20px 0;
		margin-left: -5px;
		padding: 5px 10px 5px 6px;
		width: 42px !important;
		cursor: pointer;
		background: #ededed url(../gfx/bg-stripes-deg45-color00000-alpha4-size20x20.png);;
	}

/* SEARCH RESULT
------------------------------*/
#search-result .info {
	padding: 40px 200px 0px 200px;
	text-align: center;
}
#search-result .search-container {
	float: none;
}
#search-result .search-container input{
	width: 238px;
}
	
/* PARTNER STRIPS
------------------------------*/
#partner-stips .partner {
	height: 2px;
	position: relative;
	z-index: 2;
}
	#partner-stips .partner + .partner {
		z-index: 1;
	}
	#partner-stips .partner .logo {
		position: absolute;
		left: 25px;
		top: 0;
		width: 90px;
		background: inherit;
		color: rgba(255,255,255,.7);
		box-shadow: 0 0 4px rgba(0,0,0,.4);
		padding: 5px;
		text-align: center;
	}
	#partner-stips .partner + .partner .logo {
		left: 128px;
		top: -2px;
	}
	#partner-stips .partner.dagbladet-no { background-color: #d60000; }
	#partner-stips .partner.pressfire-no { background-color: #424242; }

/* FOOTER
------------------------------*/
#main-footer {
	height: 420px;
}
#main-footer > div,
#main-footer > div + div + div {
	margin: 10px 10px;
	float: left;
	width: 225px;
}
#main-footer > div + div {
	margin: 10px 10px;
	width: 580px;
}
#main-footer .fb-like-box {
	background: #fff;
}
/* STATUSBAR
 * Shows current users status and options
------------------------------*/
#statusbar {
	height: 40px;
	background: #ff7200;
	border-top:1px solid #ffce96;
	border-bottom: 1px solid #d85b01;
	background-image: linear-gradient(top, rgb(255,156,43) 0%, rgb(255,115,1) 100%);
	background-image: -o-linear-gradient(top, rgb(255,156,43) 0%, rgb(255,115,1) 100%);
	background-image: -moz-linear-gradient(top, rgb(255,156,43) 0%, rgb(255,115,1) 100%);
	background-image: -webkit-linear-gradient(top, rgb(255,156,43) 0%, rgb(255,115,1) 100%);
	background-image: -ms-linear-gradient(top, rgb(255,156,43) 0%, rgb(255,115,1) 100%);
	background-image: -webkit-gradient(
		linear,
		right top,
		right bottom,
		color-stop(0, rgb(255,156,43)),
		color-stop(1, rgb(255,115,1))
	);
}
#statusbar .progress-container { float: left; }
#statusbar .option-container { float: right; }

#statusbar .progress,
#statusbar .option {
	float: left;
	padding: 0 12px;
	height: 40px;
	border-right: 1px solid #ffce96;
	border-left: 1px solid #7d2100;
	position: relative;
}
#statusbar .option.game-sosial-stats {
	width: 80px;
	padding: 11px 9px 5px 12px;
}
#statusbar .legende {
	float: left;
	padding: 12px 0 12px 12px;
	height: 16px;
	border-left: 1px solid #7d2100;
	position: relative;
	font-size: 10px;
	color: #333;
	text-shadow: 0 1px 0 #FFCE96;
}
#statusbar .legende.tooltip {
	border: none;
}
#statusbar .message {
	color: white;
	background: black;
	font-size: 10px;
	padding: 4px 8px;
	position: relative;
	top: 5px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: -4px;
	left: -15px;
	z-index: 1;
	line-height: 14px;
	border: 1px solid #202020;
	text-shadow: none;
}
	#statusbar .message:before {
		border-width: 5px;
		border-color: transparent #000 transparent transparent;
		border-style: solid;
		width: 0;
		height: 0;
		display: block;
		content: "";
		position: absolute;
		top: 6px;
		left: -11px;
	}
#statusbar .legende.star-rating {
	width: 144px;
	text-align: center;
	position: relative;
}
#statusbar .legende.star-rating .game-counter-info {
	color: #FFCE96;
	background: #bf5900;
	background: rgba(214,100,0,.8);
	font-size: 10px;
	padding: 6px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 14px;
	text-shadow: none;
	width: 130px;
	left: 8px;
	top: 8px;
	box-shadow: inset 0 -1px 0 #FFCE96;
	z-index: 50;
}
#statusbar .legende.star-rating div {
	position: absolute;
	top: 10px;
	left: 10px;
	
}
#statusbar .progress.overall {
	width: 352px;
	padding: 13px 12px 3px 28px;
	height: 24px;
}
	#statusbar .progress.overall .achivement {
		position: absolute;
		left: 12px;
		top: 4px;
		z-index: 1;
	}
#statusbar .progress.next-achivement {
	padding: 13px 6px 3px 18px;
	width: 42px;
	height: 24px;
	border: none;
}
	#statusbar .progress.next-achivement .achivement {
		position: absolute;
		left: 12px;
		top: 9px;
		z-index: 1;
		opacity: 1 !important;
		-moz-opacity: 1 !important;
		filter: false !important;
	}
#statusbar .star-counter,
#statusbar .favorite-counter {
	font-size: 14px;
	color: #333;
	text-shadow: 0 1px 0 #FFCE96;
	font-weight: bold;
}
	#statusbar .star-counter {
		background-position: 1px -194px;
		padding: 2px 5px 0 18px;
	}
	#statusbar .favorite-counter {
		background-position: -26px 1px;
		padding: 2px 0 0 13px;
	}
#statusbar .progress.first-child,
#statusbar .option.first-child {
	border-left: 0;
}
#statusbar .progress.last-child,
#statusbar .option.last-child {
	border-right: 0;
}
#statusbar .option-container {
	float: right;
}
	#statusbar .option {
		float: left;
		width: 24px;
		padding: 8px;
		height: 24px;
	}
	#statusbar .option.option-login {
		width: 80px;
	}
	#statusbar .option.option-login .action-login {
		border: 1px solid #666;
		color: #333;
		background: #EDEDED url(../gfx/bg-stripes-deg45-color00000-alpha3-size20x20.png);
		box-shadow: 0 0 4px rgba(0, 0, 0, .4);
		border-radius: 150px;
		display: block;
		margin: 0 auto 18px auto;
		width: 80%;
		text-align: center;
		font-weight: normal;
		text-decoration: none;
		font-weight: bold;	
		width: 74px;
		font-size: 10px;
		padding: 2px;
		margin: 2px 0 0 0;
	}
#statusbar .notice {
	margin: 3px 5px;
	float: left;
}
/* RAFFLE TICKET
 * Tickets users can purchase to win prizes in the raffle
------------------------------*/
.raffle-tickets-list {
	margin-bottom: 12px;
	height: 255px;
	overflow: hidden;
}
	.raffle-tickets-list .raffle-tickets-exceeds-list {
		font-size: 9px;
		line-height: 11px;
		opacity: 0.8;
	}

.raffle-ticket.raffle-ticket-color-green {	color: #2b6a00;	background-image: url(../gfx/icons/gfx-icon-ticket-green-size312x212-alpha100-sprite.png); }
.raffle-ticket.raffle-ticket-color-yellow {	color: #745700;	background-image: url(../gfx/icons/gfx-icon-ticket-yellow-size312x212-alpha100-sprite.png); }
.raffle-ticket.raffle-ticket-color-orange {	font-weight: bold !important; color: #761d00;	background-image: url(../gfx/icons/gfx-icon-ticket-orange-size312x212-alpha100-sprite.png); }
.raffle-ticket.raffle-ticket-color-blue { color: #1e40c1;	background-image: url(../gfx/icons/gfx-icon-ticket-blue-size312x212-alpha100-sprite.png);}

.raffle-ticket {
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-shadow: none;
	float: left;
	text-align: center;
	letter-spacing: -1px;
	font-weight: bold;
	text-indent: -1px;
}
	/* Enormous 184x184px */
	.raffle-ticket.raffle-ticket-size-enormous {
		background-position: -128px -35px;
		width: 184px;
		height: 66px;
		padding-top: 52px;
		font-size: 51px;
	}
	/* Huge 128x128px */
	.raffle-ticket.raffle-ticket-size-huge {
		background-position: 0 -107px;
		width: 128px;
		height: 50px;
		padding-top: 34px;
		font-size: 34px;
	}
	/* Large 64x64px */
	.raffle-ticket.raffle-ticket-size-large {
		background-position: -64px -32px;
		width: 64px;
		height: 29px;
		font-size: 18px;
		padding-top: 13px;
		font-weight: normal;
	}
	/* Big 52x52px */
	.raffle-ticket.raffle-ticket-size-big {
		background-position: 0 -42px;
		width: 52px;
		height: 26px;
		font-size: 14px;
		padding-top: 9px;
	}
	/* Medium 32x32px */
	.raffle-ticket.raffle-ticket-size-medium {
		background-position: 0 -6px;
		font-size: 11px;
		padding-top: 3px;
		width: 32px;
		height: 18px;
	}
	/* Small 24x24px */
	.raffle-ticket.raffle-ticket-size-small {
		background-position: -32px -5px;
		font-size: 10px;
		width: 24px;
		height: 16px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: -2px;
	}
	/* Tiny 16x16px */
	.raffle-ticket.raffle-ticket-size-tiny {
		background-position: -56px -2px;
		width: 16px;
		height: 12px;
		font-size: 8px;
		font-weight: normal;
		line-height: 11px;
	}

/* SLOT MACHINE
------------------------------*/

.slot-machine-wrapper {
	padding: 10px;
}

/* ACHIVEMENT
 * Icons and badges for achivements
------------------------------*/
.achivement {
	position: relative;
}
.achivement.achivement-not-completed {
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	opacity: .4;
}
.achivement a {
	font-family: Impact, Impact, Charcoal, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,1);
	display: block;
	color: #dada00;
	text-decoration: none;
}
	.achivement.achivement-size-medium a {
		 text-shadow: 0 1px 2px rgba(0,0,0,4);
	}
.achivement a span {
	display: block;
	position: relative;
	top: 29px;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: none;
}
	/* Enormous 184x184px */
	.achivement.achivement-size-enormous a {
		background-position: -128px 0;
		width: 184px;
		height: 100px;
		padding-top: 84px;
		font-size: 82px;
	}
	.achivement.achivement-size-enormous a span {
		font-size: 18px;
		display: block;
		position: relative;
		top: 40px;
		border: 3px solid #999;
		background: gainsboro;
		padding: 7px;
		color: #666;
		border-radius: 4px;
		box-shadow: inset 0 1px 0 #fff;
		font-family: Impact, Impact, Charcoal, sans-serif;
		color: #bab511;	
	}
	/* Huge 128x128px */
	.achivement.achivement-size-huge a {
		background-position: 0 -84px;
		width: 128px;
		height: 128px;
	}
	/* Large 64x64px */
	.achivement.achivement-size-large a {
		background-position: -64px -20px;;
		width: 64px;
		height: 42px;
		font-size: 20px;
		padding-top: 22px;
	}
	/* Big 52x52px */
	.achivement.achivement-size-big a {
		background-position: 0 -32px;
		width: 52px;
		height: 34px;
		font-size: 16px;
		padding-top: 18px;
	}
	/* Medium 32x32px */
	.achivement.achivement-size-medium a {
		background-position: 0 0;
		font-size: 16px;
		padding-top: 7px;
		width: 32px;
		height: 25px;
	}
	/* Small 24x24px */
	.achivement.achivement-size-small a {
		background-position: -32px 0;
		font-size: 12px;
		padding-top: 3px;
		width: 24px;
		height: 21px;
	}
	/* Tiny 16x16px */
	.achivement.achivement-size-tiny {
		background-position: -56px 0;
		width: 16px;
		height: 16px;
	}
/* Types */
.achivement.achivement-type-dummy-1 a { background-image: url(../../media/placeholders/gfx-icon-heart-size312x212-alpha100-sprite.png); }
.achivement.achivement-type-dummy-2 a { background-image: url(../../media/placeholders/gfx-icon-sheild-size312x212-alpha100-sprite.png); }
.achivement.achivement-type-dummy-3 a { background-image: url(../../media/placeholders/gfx-icon-racer-size312x212-alpha100-sprite.png); }
.achivement.achivement-type-dummy-4 a { background-image: url(../../media/placeholders/gfx-icon-gameover-size312x212-alpha100-sprite.png); }
.achivement.achivement-type-overall a { background-image: url(../gfx/achivements/gfx-achivement-overall-size312x212-alpha100-sprite.png); }
	
/* Achivement Badge */
.achivement-progress-container .achivement-progress-description h4 {
	margin: 0 0 4px 0;
}
.achivement-progress-container .achivement-progress-description p {
	font-size: 10px;
	color: #666;
	margin: 0;
}

/* PROGRESS INDICATOR
------------------------------*/
.progressbar {
	height: 14px;
	border-top: 1px solid #6b630c;
	border-left: 1px solid #6b630c;
	border-bottom: 1px solid #f1e98a;
	border-right: 1px solid #d7c714;
	background: #e3d215;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.progressbar .indicator {
	background: url(../gfx/bg-stripes-deg45-color00000-alpha3-size20x20.png) #2bcb00;
	height: 100%;
	border-right: 1px solid #009B00;
	box-shadow: inset 0 -1px 2px rgba(255,255,255,.4);
}
#statusbar .progressbar {
	background: #e33215;
	border-top: 1px solid #4D1107;
	border-left: 1px solid #D12E13;
	border-bottom: 1px solid #f1998a;
	border-right: 1px solid #D12E13;
}
/* STAR RATING
------------------------------*/
ul.star-rating {
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 120px;
	height: 24px;
	position: relative;
	background-image: url(../gfx/gfx-icons-alpha100-size24x24-sprite.png);
	background-position: 0 -336px;
	background-repeat: no-repeat;	
}
ul.star-rating li {
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
ul.star-rating li a {
	display:block;
	width:24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
ul.star-rating li a:hover,
ul.star-rating li a.user-rating {
	background-image: url(../gfx/gfx-icons-alpha100-size24x24-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -312px;	
	z-index: 2;
	left: 0px;
}
ul.star-rating li a.user-rating {
	z-index: 1;
	width: 0px;
}
ul.star-rating.hover li a.user-rating {
	background-position: 0 -336px;
}
ul.star-rating li + li a {
	left: 0px;
}
ul.star-rating li + li a:hover,
ul.star-rating.star-rating-current-rating-0 a.user-rating  {
	width:24px;
}
ul.star-rating li + li + li a{
	left:24px;
}
ul.star-rating li + li + li a:hover,
ul.star-rating.star-rating-current-rating-1 a.user-rating  {
	width: 48px;
}
ul.star-rating li + li + li + li a{
	left: 48px;
}
ul.star-rating li + li + li + li a:hover,
ul.star-rating.star-rating-current-rating-2 a.user-rating  {
	width: 72px;
}
ul.star-rating li + li + li + li + li a{
	left: 72px;
}
ul.star-rating li + li + li + li + li a:hover,
ul.star-rating.star-rating-current-rating-3 a.user-rating {
	width: 96px;
}
ul.star-rating li + li + li + li + li + li a {
	left: 96px;
}
ul.star-rating li + li + li + li + li + li a:hover,
ul.star-rating.star-rating-current-rating-4 a.user-rating {
	width: 120px;
}

/* STAR COUNTER
------------------------------*/
.star-counter {
	background-image: url(../gfx/gfx-icons-alpha100-size24x24-sprite.png);
	background-position: -29px -48px;
	background-repeat: no-repeat;
	font-size: 8px;
	padding: 2px 5px 0 12px;
	text-decoration: none !important;
}
	.game-list-size-medium .star-counter {
		background-position: -29px -95px;
	}
	.game-list-single-item.featured .star-counter {
		background-position: 0px -197px;
		font-size: 10px;
		padding: 2px 5px 0 16px;
	}
	
/* FAVORITE COUNTER
------------------------------*/
.favorite-counter {
	background-image: url(../gfx/gfx-icons-alpha100-size24x24-sprite.png);
	background-position: -26px -72px;
	background-repeat: no-repeat;
	font-size: 8px;
	padding: 2px 0 0 11px;
}
	.game-list-size-medium .favorite-counter {
		background-position: -26px -120px;
	}
	.game-list-single-item.featured .favorite-counter {
		background-position: -26px -1px;
		font-size: 10px;
		padding: 2px 5px 0 16px;
	}

/* GAME
------------------------------*/
#game {
	overflow: hidden;
	position: relative;
}
	#game + .tab-section {
		margin-top: -8px;
	}
	#game .game-metadata {
		width: 344px;
		box-shadow: 0 0 8px rgba(0,0,0,0.4);
		float: left;
		padding: 24px;
		height: 332px;
		position: relative;
		text-align: center;
	}
	#game .game-metadata h1 {
		height: 86px;
		overflow: hidden;
		margin: 0 0 16px 0;
	}
	#game .game-metadata p {
		text-align: left;
		height: 64px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#game .game-illustration {
		float: right;
		width: 588px;
		height: 380px;
		border-radius: 0 5px 0 0;
		overflow: hidden;
		background: #b8b8b8 url(../gfx/bg-stripes-deg45-color00000-alpha4-size20x20.png);
	}
	#game.featured .information-featured {
		background: url(../gfx/gfx-2xpoints-alpha100-size104x104px.png) no-repeat top right;
		height: 104px;
		width: 104px;
		position: absolute;
		right: 0;
		top: 0;
	}
	#game .game-illustration img {
		width: 130%;
		margin-left: -15%;
	}
	#game .game-metadata .star-counter {
		background-position: 0px -218px;
		font-size: 25px;
		padding: 8px 0px 4px 48px;
		color: #C95A00;
		position: relative;
		top: 12px;
	}

/* PLAY GAME
------------------------------*/
body.play-game.game-iframe-container {
	overflow: hidden;
}
#play-game-header {
	background: #FFF91F;
	box-shadow: 0 0 5px rgba( 0,0,0,.5 );
	-moz-box-shadow: 0 0 5px rgba( 0,0,0,.5 );
	-webkit-box-shadow: 0 0 5px rgba( 0,0,0,.5 );
	position: fixed;
	z-index: 99999;
	width: 100%;
	top: 0;
}
#play-game-header #statusbar {
	margin: 0 0 0 180px;
}
#play-game-header #logo-main a {
	background: url(../gfx/172x42-logo-123spil-play-game.png) no-repeat 3px 0;
	height: 40px;
	display: block;
	width: 180px;
	text-indent: -9999px;
	float: left;
	border-top: 1px solid #fefa6b;
	border-bottom: 1px solid #e2dd1c;
}
#play-game-loading-splash,
#play-game-game-content {
	margin-top: 42px;
}
#play-game-loading-splash p {
	background-image: url(../gfx/gfx-game-iframe-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 18px 0;
	text-align: center;
	font-size: 10px;
	color: #315788;
	margin: 0;
}
	#play-game-loading-splash p span {
		margin: 0 33px 0 19px
	}
	#play-game-loading-splash .ads-netboard {
		margin: 0 auto;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		background: #FFF;
	}
#play-game-iframe,
#game-embed-container {
	display:none;
}
#game-iframe-container {
	height: 100%;
}
#game-embed-container {
	width: 980px;
	margin: 0 auto;
}
	#game-embed-container .ads-topbanner {
		margin: 10px 0;
	}
	#game-embed-container  #game-embed-object {
		padding: 10px;
		border-radius: 5px;
		background: #FFF91F; 
	}
/* CALL TO ACTION
------------------------------*/
.call-to-action-main {
	padding: 12px;
	font-size: 18px;
	border: 1px solid #067200;
	color: #fff;
	background: #2bcb00 url(../gfx/bg-stripes-deg45-color00000-alpha3-size20x20.png);	
	box-shadow: 0 0 4px rgba(0,0,0,.4);
	border-radius: 150px;
	display: block;
	margin: 0 auto 18px auto;
	width: 50%;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 -1px 0 #0c7c00;
}
.call-to-action-main:hover {
	background-color: #3d0;
}
.call-to-action-secondary {
	padding: 8px;
	border: 1px solid #666;
	color: #333;
	background: #EDEDED url(../gfx/bg-stripes-deg45-color00000-alpha3-size20x20.png);	
	box-shadow: 0 0 4px rgba(0,0,0,.4);
	border-radius: 150px;
	display: block;
	margin: 0 auto 18px auto;
	width: 80%;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.call-to-action-secondary.active,
.call-to-action-secondary:hover {
	background-color: #f7f7f7;
	border-color: #EDEDED;
}
/* GAME LISTS
------------------------------*/
.game-list {
	width: 980px;
	padding: 8px 0px;
}
.game-list .categories-menu {
	width: 520px;
	margin: 20px auto 0 auto;
}
.game-list .categories-menu li {
	margin: 5px;
}
.game-list .categories-menu .call-to-action-secondary {
	padding: 50px 11px;
	border-radius: 10px;
	margin: 5px;
}
.game-list-single-item {
	float: left;
	padding: 8px;
	margin: 12px 8px;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.game-list-single-item .is-favorite {
		background-position: -28px -74px;
		padding-right: 13px;
		font-size: 8px;
		background-image: url(../gfx/gfx-icons-alpha100-size24x24-sprite.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	.game-list-single-item:hover {
		background-color: rgba(255,255,255,.4);
		position: relative;
		box-shadow: 0 0 3px rgba(0,0,0,.6);
	}
	.game-list-single-item.featured {
		background: #2bcb00 url(../gfx/bg-stripes-deg45-color00000-alpha3-size20x20.png);
		border: 1px solid #298806;
		margin: 11px 7px;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	.game-list-single-item.featured:hover {
		background-color: #3d0;
	}
	.game-list-single-item.featured .information-featured {
		float: right;
		height: 52px;
		width: 52px;
		position: absolute;
		right: -2px;
		top: -2px;
		background: url(../gfx/gfx-2xpoints-alpha100-size52x52px.png) no-repeat;
	}
	.game-list-single-item.featured .is-favorite {
		padding: 2px 10px 0px 6px !important;
		background-position: -27px -3px !important;
	}
.game-list-single-item .information-favorite {
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: 11px;
	left: 11px;
}
	.game-list-single-item .tags {
		font-size: 10px;
		height: 16px;
		overflow: hidden;
		position: relative;
	}
	.game-list-single-item h4 {
		height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #333;
	}
	.game-list-single-item .game-thumb {
		border-radius: 5px;
		margin: -1px 8px 0 -1px;
		float: left;
		overflow: hidden;	
		border: 1px solid #666;
		border: 1px solid rgba(0,0,0,.4);
		background: rgba(0,0,0,.2);
		box-shadow: 0 0 1px rgba(0,0,0,.2);
	}
	.game-list-single-item .game-thumb img {
		border-radius: 3px;
		width: 100%;
		height: 100%;
	}
	.game-list-single-item.featured .game-thumb,
	.game-list-single-item .game-thumb:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter: false;
	
	}
	/* Medium List */
	.game-list.game-list-size-medium {
		height: 370px;
		padding: 8px 0 16px 0;
	}
		.game-list.game-list-size-medium .is-favorite {
			background-position: -28px -122px;
		}	
		.game-list.game-list-size-medium .game-list-single-item {
			width: 213px;
			height: 86px;
		}
		.game-list.game-list-size-medium .game-list-single-item .game-thumb {
			height: 86px;
			width: 86px;
		}
		.game-list.game-list-size-medium .game-list-single-item a {
			text-decoration: none;
			color: #544e00;
		}
		.game-list.game-list-size-medium .game-list-single-item.featured a {
			text-decoration: none;
			color: #333;
		}
		.game-list.game-list-size-medium .game-list-single-item a:hover { text-decoration: underline; }
		.game-list.game-list-size-medium .game-list-single-item h4 a {
			font-size: 18px;
			height: 48px;
			letter-spacing: -2px;
			line-height: 24px;
			color: #333;
		}
	
	/* Small list */
	.game-list.game-list-size-small {
		height: 332px;
	}
		#game + .tab-section .game-list.game-list-size-small {
			height: 192px;
		}
		.game-list.game-list-size-small .game-list-single-item {
			width: 164px;
			height: 64px;
			margin: 8px;
		}
		.game-list.game-list-size-small .game-list-single-item:hover {
			background-color: rgba(255,255,255,.2);
		}
		.game-list.game-list-size-small .game-list-single-item.featured {
			background: #2bcb00 url(../gfx/bg-stripes-deg45-color00000-alpha4-size20x20.png);
			border-color: #067200;
			box-shadow: 0 0 5px rgba(0,0,0,0.2);
			-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
			margin: 7px;
		}
		.game-list.game-list-size-small .game-list-single-item img {
			height: 64px;
			width: 64px;
		}
		.game-list.game-list-size-small .game-list-single-item a {
			text-decoration: none;
			color: #dbebff;
		}
		.game-list.game-list-size-small .game-list-single-item.featured a {
			color: #333;
		}
		.game-list.game-list-size-small .game-list-single-item a:hover { text-decoration: underline; }
		.game-list.game-list-size-small .game-list-single-item h4 {
			font-size: 13px;
			height: 32px;
			line-height: 16px;
			letter-spacing: -1px;
			color: #DBEBFF;
		}
		/* Big list */
		.game-list.game-list-size-big {
			height: 284px;
		}
			.game-list.game-list-size-big .game-list-single-item {
				width: 294px;
				height: 240px;
			}
			.game-list.game-list-size-big .game-illustration {
				width: 292px;
				height: 120px;
				background: #B8B8B8 url(../gfx/bg-stripes-deg45-color00000-alpha4-size20x20.png);
				border-radius: 8px;
				display: block;
				overflow: hidden;
				box-shadow: 0 0 8px rgba(0, 0, 0, .4);
				border: 1px solid rgba(0, 0, 0, .4);
			}
			.game-list.game-list-size-big .game-illustration img {
				width: 100%;
				margin-top: -6%;
			}
			.game-list.game-list-size-big .game-metadata {
				margin-top: 4px;
			}
			.game-list.game-list-size-big .game-list-single-item .game-thumb {
				height: 56px;
				width: 56px;
				position: relative;
				left: 34px;
				top: -37px;
				margin: -28px;
				border: 2px solid rgba(255, 255, 255, .5);
				background: rgba(0, 0, 0, .2);
				box-shadow: 0 0 10px rgba(0, 0, 0, .8);
			}
			.game-list.game-list-size-big .game-list-single-item h4 {
				height: 28px;
			}
			.game-list.game-list-size-big .game-list-single-item p {
				font-size: 11px;
				margin: 4px 0 0 0;
				height: 64px;
				text-overflow: ellipsis;
				overflow: hidden;
			}
			.game-list.game-list-size-big .game-list-single-item a:hover {
				text-decoration: underline;
			}
			.game-list.game-list-size-big .game-list-single-item h4 a {
				font-size: 18px;
				height: 48px;
				letter-spacing: -2px;
				line-height: 24px;
				color: #333;
			}
			.game-list.game-list-size-big .game-list-single-item a {
				text-decoration: none;
				color: #544E00;
			}
			.game-list.game-list-size-big .game-list-single-item.featured a {
				color: #333;
			}
			.game-list.game-list-size-big .game-list-single-item.featured .star-counter {
				background-position: 0px -197px;
			}
			.game-list.game-list-size-big .tags {
				float: left;
				margin-right: 10px;¨
			}
			.game-list.game-list-size-big .star-counter {
				background-position: -29px -95px;
			}
/* PAGINATION
------------------------------*/
.pagination-container {
	position: relative;		
	width: 4900px;
	height: 288px;
	overflow: visible;
}
.pagination-page-container {
	position: relative;
}
.pagination-navigation {
	position: relative;
	z-index: 1;
}
.pagination-navigation li {
	list-style: none;
}
	.pagination-navigation li a {
		border: 1px solid #fff;
		border: 1px solid rgba(255,255,255,.4);
		color: #fff;
		padding: 5px;
		text-decoration: none;
		width: 32px;
		height: 32px;
		padding: 4px 7px;
		box-shadow: 0 0 4px rgba(0,0,0,.4);
		border-radius: 12px;
		z-index: 1;
		background: #4193F9 url(../gfx/bg-stripes-deg45-color00000-alpha4-size20x20.png);
	}
	.pagination-navigation li a.active,
	.pagination-navigation li a:hover {
		border: 3px double #4193F9;
		padding: 2px 5px;
		color: #4193F9;
		background: #fff;
	}
.pagination-navigate-sliders {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 0px;
}
	.pagination-navigate-sliders li {
		float: left;
		padding: 0 12px;
	}
	.pagination-navigate-sliders li + li {
		float: right;	
	}
.pagination-navigate-numbers {
	list-style: none;
	text-align: center;
	clear: both;
	margin: 12px 0 0 0;
	width: 980px;
}
	.pagination-navigate-numbers li {
		display: inline;
		margin: 0px 4px;
	}
	.pagination-navigate-numbers li a:hover {
		
	}
.pagination-page {
	float: left;
	width: 980px;
	height: 288px;
	margin: 12px 0 0 0;
}
.pagination-page-search {
	text-align: center;
	padding: 50px 0 0 0;
	height: 238px;
	color: #fff;
}

/* PROFILE
------------------------------*/
#profile .info-container {
	height: 400px;
	clear: both;
	position: relative;
}
#profile .info-container .call-to-action-secondary {
	width: 244px;
	cursor: pointer;
}
#profile .info-container .info-progress .call-to-action-secondary {
	position: absolute;
	bottom: 5px;
	margin-left: 30px;
	width: 250px;
}
#profile .info-container > div,
#profile .info-container > div + div + div {
	width: 262px;
	float: left;
	padding: 32px 32px 0 32px;
}
#profile .info-badge ul li {
	list-style: none;
	margin: 6px 0 0 0;
	float: left;
	width: 131px;
	font-size: 10px;
}
	#profile .info-badge ul li .legend {
		font-weight: bold;
	}
#profile .info-container > div + div {
	width: 328px;
	padding: 32px 0 0 0;
	float: left;
}
	#profile .info-stats-boxes ul {
		padding: 0 32px 0 30px;
		border-width: 0 1px;
		border-style: solid;
		border-color: #E3D215;
		height: 318px;
		list-style: none;
		text-align: center;
	}
	#profile .info-stats-boxes ul li {
		float: left;
		height: 132px;
		width: 120px;
		border-top: 1px solid #F1E98A;
		border-left: 1px solid  #D7C714;
		border-bottom: 1px solid  #F1E98A;
		border-right: 1px solid  #D7C714;
		background: #F3E226;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		overflow: hidden;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
		margin: 5px;
	}
	#profile .info-stats-boxes ul li span {
		font-size: 48px;
		display: block;
		margin: 56px 0 26px 0;
		text-shadow: 0 -1px 0 white;
		text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
		letter-spacing: -3px;
	}
	#profile .info-progress .achivement {
		float: left;
		position: relative;
		top: 1px;
		opacity: 1 !important;
		-moz-opacity: 1 !important;
		filter: false !important;

	}
	#profile .info-progress ul li {
		list-style: none;
		height: 64px;
		margin: 0 0 8px 0;
		position: relative;
	}
	#profile .info-progress .achivement-progress-description .progressbar {
		width: 226px;
		margin: 0 0 0 -22px;
	}
	#profile .info-progress .achivement-progress-description {
		float: right;
		width: 206px;
	}
#profile .info-badge .achivement a {
	margin: 0 auto 24px auto;
}
#profile .info-badge .progressbar {
	margin: 0 0 16px 0;
	height: 24px;
}
/* RAFLLE INFO CONTAINER
------------------------------*/
#raffle-info-container .raffle-info-next {
	height: 200px;
}
	#raffle-info-container .raffle-info-next p {
		height: 100px;
	}
	#raffle-info-container .raffle-info-next img {
		height: 100px;
		float: left;
		margin-right: 8px;
	}
#raffle-info-container .raffle-info-previous {
	height: 100px;
}
	#raffle-info-container .raffle-info-previous p {
		height: 50px;
	}
	#raffle-info-container .raffle-info-previous img {
		height: 50px;
		float: left;
		margin-right: 8px;
	}
/* ACHIVEMENTS
------------------------------*/
#achivements-overview {
	margin: 16px 0 0 0;
}
#achivements-overview ul {
	padding: 0 3px;
}
#achivements-overview ul li {
	list-style: none;
	float: left;
	width: 128px;
	padding: 0 17px 16px 17px;
	height: 220px;
}
#achivements-overview .achivement-progress-container {
	position: relative;
	padding: 136px 0 0 0;
}
	#achivements-overview .achivement-progress-container .achivement {
		position: absolute;
		top: 0;
	}
	#achivements-overview .achivement-progress-container .progressbar {
		height: 8px;
	}
	#achivements-overview .achivement-progress-container h4 {
		font-size: 11px;
		height: 32px;
	}
	#achivements-overview .achivement-progress-container p {
		font-size: 9px;
	}
/* SCOCIAL BUTTONS
------------------------------*/
.share-options {
	clear: both;
	height: 46px;
	padding-left: 46px;
	margin: 37px 0 0 0;
}
.share-options .label,
.share-options .option {
	float: left;
	width: 95px;
	list-style: none;
}
.share-options .label {
	background: #cac731;
	padding: 8px 4px 8px 8px;
	font-size: 14px;
	color: #ffff49;
	border-radius: 5px 0 0 5px;
	text-shadow: 0 -1px 0 #666519;
	box-shadow: 0 -1px 0 #afaa18;
	width: 48px;
	position: relative;
	text-align: center;
	margin: 14px 32px 0 0;
}
	.share-options .label:after {
		border-width: 16px;
		border-color: transparent transparent transparent #cac731;
		border-style: solid;
		width: 0;
		height: 0;
		display: block;
		content: "";
	    position: absolute;
	    top: 0;
	    right: -32px;
	}
/* ICONS
------------------------------*/
.icon {
	display: block;
	float: left;
	background-image: url(../gfx/gfx-icons-alpha100-size24x24-sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.icon:hover {
	margin: -1px 0 1px 0;
}
	/* Small 24x24px */
	.icon.icon-size-small {
		width: 24px;
		height: 24px;
	}
	/* Tiny 16x16px */
	.icon.icon-size-tiny {
		width: 16px;
		height: 16px;
	}

.icon.icon-type-favorite { background-position: 0 0; }
.icon.icon-type-raffle { background-position: -72px 0px; }
.icon.icon-type-profile { background-position: 0 -24px; }
.icon.icon-type-achivement { background-position: 0 -48px; }
.icon.icon-type-logout { background-position: 0 -72px; }
.icon.icon-type-close { background-position: 0 -96px; }
.icon.icon-type-statistics { background-position: 0 -144px; }
.icon.icon-type-options { background-position: 0 -168px; }
.icon.icon-type-is-favorite { background-position: -24px 0; }	
.icon.icon-type-add-favorite { background-position: -24px -24px; }	
.icon.icon-type-add-favorite-disabeled { background-position: -24px -168px; }	
.icon.icon-type-remove-favorite { background-position: -48px -24px; }

/* LEGENDS
------------------------------*/
.legend {
	background-image: url(../gfx/gfx-icons-alpha100-size24x24-sprite.png);
	background-repeat: no-repeat;
	padding: 0 0 0 24px;
}
.legend.legend-type-coins { background-position: 0 -366px; }
.legend.legend-type-playtime-count { background-position: 0 -414px; }
.legend.legend-type-play-count { background-position: 0 -389px; }
.legend.legend-type-stars-count { background-position: 0 -438px; }
.legend.legend-type-score { background-position: 0 -458px; }
	
/* TOOLTIP
------------------------------*/
#tooltipContainer {
	width: 150px;
	position: relative;
	z-index: 99999;
}
#tooltipContainer .message {
	color: #fff;
	background: #000;
	font-size: 10px;
	padding: 4px;
	position: relative;
	top: 5px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1;
	line-height: 14px;
	border: 1px solid #202020;
}
	#tooltipContainer .message:before{
		border-width: 5px;
		border-color: transparent transparent #000 transparent;
		border-style: solid;
		width: 0;
		height: 0;
		display: block;
		content: "";
		position: absolute;
		top: -10px;
		left: 70px;
		right: -32px;
	}
/* ADVERTISING
------------------------------*/
.ads {
	border: 0;
	padding: 0;
	overflow: hidden;
	margin: 0;
}
	.ads.ads-topbanner {
		width: 980px !important;
		height: 150px !important;
	}
	.ads.ads-netboard {
		width: 468px !important;
		height: 400px !important;
	}

/* UNDER CONSTRUCTION INFO
------------------------------*/
.to-do,
.disabled {
	opacity: .2 !important;
	filter: alpha(opacity=20) !important;
}
.game-list .notice {
	margin: 110px 120px;
	position: absolute;
	width: 687px;
	z-index: 1;
	border-width: 6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .2);
}
body._150 .skyscraper {
	top: 300px!important; 
}
body._300 .skyscraper {
	top: 450px!important; 
}