body {
    background:url(../img/background-circles.jpg) repeat-x #71c7e4 fixed;
    font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #333;
}

a {
    color: #42b9e1;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 1em;
    line-height: 1.2em;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.hidden {
	display: none;
}

.container_12 {
    background: url(../img/background-container.png) repeat-x;
    background-color: rgba(255,255,255,0.50);
    -webkit-background-origin: padding;
    -moz-background-origin: padding;
    background-origin: padding-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    -webkit-border-image: url(../img/background-shadow.png) 0 14 stretch stretch;
    -moz-border-image: url(../img/background-shadow.png) 0 14 stretch stretch;
    border-image: url(../img/background-shadow.png) 0 14 stretch stretch;
}

.header {
    height:137px;
}

.header div.logo {
    width: 438px;
    height: 94px;
    margin: 12px 0 0 0;
    background:url(../img/logo-wiiinsider.png) no-repeat;
}

div.login {
    position: absolute;
    top: 0;
    right: -127px;
    width: 438px;
    height: 110px;
    background:url(../img/background-login.png) no-repeat;
}

div.login div.avatar {
    position: relative;
    width: 70px;
    height: 73px;
    border:1px solid #42b9e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 10px 10px 0 20px;
}

div.login div.loginform {
    position: relative;
    width: 195px;
    height: 80px;
    color: #fff;
    font-size: 12px;
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
    left: -140px;
}

div.login div.loginform input {
    width: 88px;
    border: 1px solid #42b9e1;
    font-size: 10px;
    padding: 2px;
    margin-bottom: 3px;
    color: #08242e; 
}

.navigation {
    height:27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:url(../img/background-navi-off.gif) repeat-x;
    margin-bottom:10px;
}

.navigation ul {
    list-style: none inside;
}

.navigation ul li {
    float: left;
    color: #fff;
    height: 23px;
    /*padding: 4px 3px 0 10px;*/
    padding: 4px 3px 0 10px;
}

.navigation ul li:hover, .navigation ul li.active {
    background:url(../img/background-navi-on.gif) repeat-x;
}

.navigation ul li.first:hover, .navigation ul li.first.active {
    background:url(../img/background-navi-on.gif) repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navigation ul li a {
    color: #fff;
    text-decoration: none;
}

.search {
    width: 191px;
    height: 69px;
    background: url(../img/background-search.png) no-repeat;
    float: left;
    margin-bottom: 10px;
    padding: 22px 9px 0 0;
    font-size: 12px;
    text-align: right;
}

.search input {
    width: 173px;
    border: 1px solid #42b9e1;
    font-size: 12px;
    padding: 3px;
    margin-bottom: 8px;
    color: #08242e;
}

.search a {
    width: 168px;
    height: 18px;
    padding: 2px 0;
    text-align: right;
    padding-right: 22px;
    background: url(../img/icon-search.png) no-repeat right;
}

.teaser {
    height:250px;
    margin-bottom: 10px;
}

.mainteaser {
    width: 619px;
    height: 250px;
}

.news, .releases, .screenshots, .videoshots, .screenshotfull {
    padding-bottom: 10px;
}

.screenshotfull img {
	width: 620px;
	border: 0;
	margin-bottom: 10px;
}

.screenshots img {
	border: 3px solid #42b9e1;
	float: left;
	margin: 19px;
	width:160px;
	height:89px;
}

.videoshots div.video {
	position: relative;
	float: left;
	margin: 23px;
	width: 256px;
	height: 144px;
}

.videoshots img {
	border: 3px solid #42b9e1;
	width: 256px;
	height: 144px;
}

.videoshots a.player {
	display: block;
	width: 620px;
	height: 349px;
	margin-bottom: 10px;
	z-index:999;
}

.videoshots a.player img {
	width:105px;
	height:68px;
	border:none;
	margin: 135px 0 0 270px;
}

.audioplayer {
	display:block;
	width:600px;
	height:30px;
	margin: 10px 0;
}

.newsblock, .newsblock2, .blogblock, .standardblock, .userreviewblock, .articledetailblock, .scoreblock {
    display: block;
    margin: 10px;
    border-bottom: 1px solid #ececec;
}

.standardblock, .scoreblock {
    border-bottom: 0;
}

.newsblock p {
    display: none;
}

.newsblock p.show, .newsblock p {
    display: inherit;
}

.newsblock p, .blogblock p, .standardblock p, .userreviewblock p {
    font-size: 12px;
}

.newsblock2 p, .articledetailblock p, .scoreblock p {
    font-size: 14px;
}

.articledetailblock h3 {
    color: #42b9e1;
}

.articledetailblock ul {
	list-style:square inside;
	font-size: 14px;
	line-height:18px;
	margin-bottom: 1em;
}

.articledetailblock ol {
	list-style:decimal-leading-zero inside;
	font-size: 14px;
	line-height:18px;
	margin-bottom: 1em;
}

.scoreblock h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #ECECEC;
}

.newsblock span.date, .newsblock2 span.date, .blogblock span.date {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

.articledetailblock span.date {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}

div.articleimage {
    float: right;
    padding: 3px;
    margin: 10px 8px 10px 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:2px 2px 12px #333;
    -moz-box-shadow:2px 2px 12px #333;
}

.articledetailblock div.articleimage {
    width: 256px;
    padding: 10px;
    margin: 0 0 10px 15px;
    background: #2F444C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

.articledetailblock div.articleimage span {
    font-size: 12px;
    color: #fff;
}

p.source, p.tags, p.likes {
    width: 570px;
    font-size: 11px;
    font-weight: bold;
    background: url(../img/icon-source.gif) no-repeat 5px 4px #fff;
    padding: 5px 5px 5px 25px;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

p.tags {
	background: url(../img/icon-tag.png) no-repeat 5px 3px #fff;
}

p.likes {
	background: #fff;
}

.newsblock h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.newsblock2 h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.articledetailblock h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.articledetailblock blockquote {
	display: block;
	margin-bottom: 1em;
	width: 95%;
	padding: 10px;
	background:#efefef;
	font-style: italic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.newsblock2 img {
    float: left;
    margin: 4px 15px 5px 0;
    border: 1px solid #B8E3F1;
    padding: 2px;
}

.standardblock h3 {
    color: #42b9e1;   
}

.standardblock blockquote {
    font-style: normal;
    font-size: 14px;
    line-height:16px;
}

.blogblock, .userreviewblock {
    clear: both;
    height: 60px;
}

.blogblock img {
    float: left;
    display: inline;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #42b9e1;
}

.userreviewblock .avatarscore {
    float: right;
    display: inline;
    text-align: center;
    width: 100px;
    height: 50px;
    margin-left: 10px;
    margin-bottom: 5px;
    border: 1px solid #42b9e1;
    background: #42b9e1;
}

.userreviewblock .avatarscore img {
    float: left;
    display: inline;
    width: 50px;
    height: 50px;
}

.userreviewblock .avatarscore p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-top: 13px;
}

.newsblock div.comments, .newsblock2 div.comments {
    position: absolute;
    width: 30px;
    height: 23px;
    background: url(../img/icon-comments.png) no-repeat;
    margin-left: 254px;
    margin-top: -6px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 4px 0 0 2px;
}

.newsblock2 div.comments {
    margin-left: 570px;
}

.releases ul, .releases ol {
    list-style: none;
    font-size: 12px;
    margin: 10px;
}

.releases ol {
    list-style: decimal inside;
    font-weight: bold;
}

.releases ul li, .releases ol li {
    padding: 6px 0;
    border-bottom: 1px solid #ececec;
}

.releases span.date {
    font-weight: bold;
}

div.review {
    margin: 10px;
}

div.review div.packshot {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: -10px;
    padding: 5px 0 0 10px;
    width: 99px;
    height: 141px;
    background: url(../img/background-packshot01.png) no-repeat;
}

div.review div.scores {
    float: right;
    width: 182px;
    margin: 8px -3px 10px 0;
    border-bottom: 1px solid #ececec;
}

div.review div.scores p {
    clear: both;
    font-size: 12px;
    margin: 12px;
}

div.review div.scores div.score {
    width: 87px;
    height: 71px;
    float: right;
    background: url(../img/background-scores.png) no-repeat;
    color: #fff;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    line-height: .75em;
    padding: 20px 0 0 4px;
}

div.review div.scores div.score span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

div.rating div.score {
    width: 87px;
    height: 71px;
    float: right;
    background: url(../img/background-scores.png) no-repeat;
    color: #fff;
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    line-height: .75em;
    padding: 20px 0 0 4px;
}

div.rating div.score span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

div.review div.icons {
    position: absolute;
    top: 220px;
    height: 16px;
    width: 95px;
}

div.review div.icons a {
    padding: 0px 8px;
}

div.review div.icons div.add {
    float:left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-add.png) no-repeat 0 0;
}

div.review div.icons div.add:hover {
    background: url(../img/icon-add.png) no-repeat 0px -16px;
}

div.review div.icons div.love {
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-love.png) no-repeat 0 0;
}

div.review div.icons div.love:hover {
    background: url(../img/icon-love.png) no-repeat 0px -16px;
}

div.review div.icons div.watch {
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/icon-watch.png) no-repeat 0 0;
}

div.review div.icons div.watch:hover {
    background: url(../img/icon-watch.png) no-repeat 0px -16px;
}

div.review div.icons div.shop {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/icon-shop.png) no-repeat 0 0;
}

div.review div.icons div.shop:hover {
    background: url(../img/icon-shop.png) no-repeat 0px -16px;
}

div.more {
    display: block;
    clear: both;
    text-align: right;
    margin: 0 10px;
    font-size: 12px;
}

div.more a {
    color: #f78427;
}

div.subteaser {
    width: 280px;
    height: 64px;
    background-color: rgba(51,51,51,0.75);
    color: #fff;
    padding: 10px;
    margin-top: 135px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.subteaser p {
    font-size: 14px;
    margin-bottom: 0;
}

div.subteaser h3 {
    font-size: 20px;
    margin-bottom: 10px; 
}

div.subteasertwitter {
    width: 246px;
    height: 100px;
    color: #333;
    padding: 10px 27px;
    margin-top: 15px;
}

div.subteasertwitter a {
    margin-top: 135px;
    color: #333;
}

div.twitterlink {
    position:relative;
    margin: 40px 0 0 21px;
    font-size: 13px;
}

div.play {
    position: absolute;
    margin-top: 40px;
    margin-left: 96px;
    width: 105px;
    height: 68px;
    background: url(../img/icon-play.png) no-repeat;
}

div.video div.play {
	z-index:999;
	top: 0px;
	left: -20px;
}

/* Featured-Content Teaser */

#featured {
    width:618px;
    padding-right:0;
    position:relative;
    height:250px;
    border:0;
    background: #333;
}

#featured ul.ui-tabs-nav {
    position:absolute;
    top:4px;
    left:6px;
    list-style:none;
    padding:0;
    margin:0;
    width:113px;
    z-index: 20;
}

#featured ul.ui-tabs-nav li {
    padding:6px;
}

#featured .ui-tabs-panel {
    width:618px;
    height:250px;
    position:relative;
    overflow:hidden;
}

#featured .ui-tabs-hide {
    display:none;
}

#featured li.ui-tabs-nav-item a {
    display:block;
    height:48px;
    width: 115px;
    background:#fff;
    outline:none;
    margin: 0;
}

#featured li.ui-tabs-nav-item a:hover {
    background:#42b9e1;
}

#featured li.ui-tabs-selected{ /*Selected tab style*/
    background:url(../img/teaser-active.png) top left no-repeat;
    width:129px;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
    background:#42b9e1;
}

#featured ul.ui-tabs-nav li img {
    float:left;
    margin:1px;
    background:#fff;
    border:0;
}
#featured .ui-tabs-panel .info {
    position:absolute;
    top:0px;
    left:318px;
    height:250px;
    width: 300px;
    background: rgba(51,51,51,0.75);
}

#featured .info h2 {
    font-size:18px;
    color:#42b9e1;
    padding:10px;
    margin:0;
    overflow:hidden;
}

#featured .info h3 {
    font-size:24px;
    color:#42b9e1;
    padding:0 10px 10px 10px;
    margin:0;
    overflow:hidden;
}

#featured .info p {
    margin:0 10px;
    font-size:13px;
    line-height:20px;
    color:#f0f0f0;
}

#featured .info a {
    text-decoration:none;
    color:#42b9e1;
}

#featured .info a:hover {
    text-decoration:underline;
}

/* Footer */

.footer {
    height: 158px;
    padding-top: 15px;
    margin-bottom: 10px;
    background: url(../img/background-footer.png) no-repeat;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer a {
    font-weight: normal;
}

/* ad-blocks */

.adbigsize {
    position: absolute;
    margin-left:211px;
    width: 728px;
    height: 90px;
    float: right;
    margin-bottom: 10px;
}

.adsky {
    position: absolute;
    width: 160px;
    height: 600px;
    margin-left: 960px;
    margin-top:101px;
}

.adrectangle {
    width: 300px;
    height: 250px;
    margin-bottom: 10px;
}

/* main content- and contextblocks */

.contentblock_4 {
    width: 300px;
    background: #fff;
    background-color: rgba(255,255,255,0.85);
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contentblock_8 {
    width: 620px;
    background: #fff;
    background-color: rgba(255,255,255,0.85);
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rectangle {
    height: 250px;
}

.contentblock_4 h2 {
    color: #fff;
    width: 290px;
    height: 23px;
    padding: 8px 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    background: url(../img/background-content-header.gif) repeat-x #42b9e1;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.contentblock_8 h2 {
    color: #fff;
    width: 610px;
    height: 23px;
    padding: 8px 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    background: url(../img/background-content-header.gif) repeat-x #42b9e1;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* quotes */
.quotes {
    background: #000;
    color: #fff;
    padding-bottom: 1px;
    margin-bottom: 30px;
}

.quotes blockquote {
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	font-style: italic;
	line-height: 25px !important;
}

.quotes p {
	text-align: right;
	color: #F2F8FB;
}

.quotes div.quoteend {
	position: absolute;
	width: 32px;
	height: 20px;
	margin-left: 225px;
	background: url(../img/quotes.png) no-repeat;
	z-index: 999;
}

/* scores */
.scores2 {
	background: #3DACD1;
	color: #fff;
	padding-bottom: 5px;
}

div.score2 {
	float:left;
	width:18px;
	height:18px;
	margin:0 8px 8px 0;
	background:#fff;
	background-color: rgba(255,255,255,0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.scoreon {
	height:9px;
	border-bottom: 9px solid #fff;
	background-color: rgba(255,255,255,0.75);
}

div.scoretotal {
	position: absolute;
	margin-left: 500px;
	font-size:36px;
	font-weight: bold;
	text-align: center;
	padding:32px 0;
	width:100px;
	height:36px;
	line-height:20px;
	color: #fff;
	background:#fff;
	background-color: rgba(255,255,255,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.scoretotal span {
	font-size:13px;
	color: #ECECEC;
	font-weight: normal;
}

div.scoredetail {
	position: relative;
	width: 350px;
	height: 140px;
	margin-left:120px;
}

div.scorepack {
	position:absolute;
	background:#fff;
	padding: 3px;
	-webkit-box-shadow:2px 2px 12px #333;
	-moz-box-shadow:2px 2px 12px #333;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.scoreaward {
	position: absolute;
	margin-left:460px;
	margin-top: 55px;
}


/* game detail */
.gamedetail_teaser, .gamedetail_teaser2 {
    display: block;
    width: 940px;
    height: 317px;
    margin-bottom: 10px;
}

.gamedetail_teaser .overlay {
    position: absolute;
    padding: 15px 15px 15px 240px;
    width: 685px;
    height: 100px;
    top: 187px;
    background: #fff;
    background-color: rgba(255,255,255,0.85);
    z-index:99;
}

.gamedetail_teaser .packshot {
    position: absolute;
    background: url(../img/background-packshot-big.png) no-repeat;
    padding: 9px;
    margin: 8px 8px;
    width: 217px;
    height: 299px;
    z-index: 199;
}

.gamedetail_teaser .overlay p {
    font-size: 13px;
    line-height: 18px;
}

.gamedetail_teaser .overlay p span.love {
    font-size: 13px;
    color: #72868d;
    font-style: italic;
    background: url(../img/icon-love.png) no-repeat 0px -16px;
    padding-left: 22px;
}

.gamedetail_teaser .overlay h2 {
    font-size: 24px;
}

.gamedetail_teaser div.title, .gamedetail_teaser div.titles div.titleinactive {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 198px;
    height: 22px;
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding: 15px;
    background: url(../img/background-content-header-big.gif) repeat-x #42b9e1;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    z-index: 199;
}

.gamedetail_teaser div.titles {
	position: absolute;
	top: 0px;
	right: 30px;
    width: 198px;
    height: 300px;
}

.gamedetail_teaser div.titles div.title {
	position: relative;
	margin-bottom: 17px;
}

.gamedetail_teaser div.titles div.title a {
	position: relative;
	margin-bottom: 17px;
	color: #fff;
	cursor: pointer;
	font-weight: normal;
}

.gamedetail_teaser div.titles div.titleinactive {
	position: relative;
	right: -7px;
	margin-bottom: 17px;
	padding: 10px;
	width: 186px;
    height: 17px;
	color: #333;
	font-size: 15px;
	background: url(../img/background-content-header-inactive.gif) repeat-x #fff;
	border: 1px solid #333;
}

.gamedetail_teaser div.titles div.titleinactive a {
	cursor: pointer;
}

.gamedetail_teaser div.rating {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 218px;
    height: 210px;
    padding: 10px 5px 5px 5px;
    background: #fff;
    background-color: rgba(255,255,255,0.85);
    border: 1px solid #333;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    z-index: 199;
}

div.rating img.award {
    position: absolute;
    margin-top: -40px;
}

div.rating p {
    font-size: 13px;
    margin: 12px 8px;
    color: #72868d;
}

div.rating #userscore {
    background: url(../img/background-userrating.png) no-repeat;
    border: 0;
    width:29px;
    height:53px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px 0 15px;
    text-align: center;
    position: absolute;
    margin-top: -30px;
    margin-left: 163px;
    z-index: 999;
}

div.rating #slider {
    width: 150px;
    height: 12px;
    margin-left: 7px;
    margin-top: -3px;
}

.staffopinion {
    width: 212px;
    margin-top: 20px;
    text-align: right;
    font-size: 13px;
}

.staffopinion blockquote {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    color: #42B9E1;
    font-style: italic;
}

:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
blockquote:before { content:open-quote; }
blockquote:after { content:close-quote; }

ul.gameslinks {
	clear:both;
	list-style: none inside;
}

ul.gameslinks li {
    margin-top: 20px;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    height: 24px;
    width: 103px;
    padding: 8px 0 0 45px;
}

.gamedetail_teaser .overlay ul.gameslinks {
	margin-left: -5px;
}

.gamedetail_teaser .overlay ul.gameslinks li {
	margin-top: -3px;
}

ul.gameslinks li a {
	color: #fff;
}

ul.gameslinks li.icon-review {
	background: url(../img/background-games-review.png) no-repeat;
}

ul.gameslinks li.icon-review:hover {
	background: url(../img/background-games-review.png) no-repeat 0 -32px;
}

ul.gameslinks li.icon-videoreview {
	background: url(../img/background-games-videoreview.png) no-repeat;
}

ul.gameslinks li.icon-videoreview:hover {
	background: url(../img/background-games-videoreview.png) no-repeat 0 -32px;
}

ul.gameslinks li.icon-userreview {
	background: url(../img/background-games-userreview.png) no-repeat;
}

ul.gameslinks li.icon-userreview:hover {
	background: url(../img/background-games-userreview.png) no-repeat 0 -32px;
}

ul.gameslinks li.icon-screens {
	background: url(../img/background-games-screens.png) no-repeat;
}

ul.gameslinks li.icon-screens:hover {
	background: url(../img/background-games-screens.png) no-repeat 0 -32px;
}

div.border {
    display: block;
    position: relative;
    width: 100%;
    border-top: 1px solid #fff;
}

ul.gamesactions {
    clear:both;
    list-style: none inside;
    width: 100%;
}

ul.gamesactions li {
    margin-top: 30px;
    margin-right: 7px;
    float: left;
    color: #fff;
    height: 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 2px 0 0 20px;
}

ul.gamesactions li.icon-add {
	background: url(../img/icon-add.png) no-repeat;
}

ul.gamesactions li.icon-add:hover {
	background: url(../img/icon-add.png) no-repeat 0 -16px;
}

ul.gamesactions li.icon-love {
	background: url(../img/icon-love.png) no-repeat;
}

ul.gamesactions li.icon-love:hover {
	background: url(../img/icon-love.png) no-repeat 0 -16px;
}

ul.gamesactions li.icon-watch {
	background: url(../img/icon-watch.png) no-repeat;
}

ul.gamesactions li.icon-watch:hover {
	background: url(../img/icon-watch.png) no-repeat 0 -16px;
}

ul.gamesactions li.icon-shop {
	background: url(../img/icon-shop.png) no-repeat;
}

ul.gamesactions li.icon-shop:hover {
	background: url(../img/icon-shop.png) no-repeat 0 -16px;
}

table.spieleliste {
	margin-bottom:15px;
	width: 100%;
}

table.spieleliste th, table.spieleliste th td:hover {
	background: url(../img/background-content-header-inactive.gif) repeat-x 0 -6px;
	color: #42b9e1;
}

table.spieleliste tr {
	border-bottom: 1px solid #fff;
	font-size: 13px;
}

table.spieleliste td, table.spieleliste th {
	padding: 5px 10px 6px 5px;
}

table.spieleliste th {
	text-align: left;
}

div.systemicon {
	display: block;
	margin: 1px 0 -1px 0;
	width: 12px;
	height: 12px;
        -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.wii {
	background: #42b9e1;
}

div.wiiware {
	background: #c942e1;
}

div.vc {
	background: #e14242;
}

#spielefilter {
	margin-bottom: 15px;
}

/* Comments */
div.comments-mod {
	position:absolute;
	margin-left: 520px;
	margin-top: 0px;
}

div.comments-mod img {
	border: 0;
	margin: 0 0 0 10px;
	padding: 0;
}

.jot-form fieldset label {
    font-size: 13px;
    font-weight: bold;
}

.jot-form fieldset label input, div.newsblock2 #ajaxSearch_input {
    background: #fff;
    border: 1px solid #ECECEC;
    padding: 5px;
    font-size: 14px;
    margin: 5px 0 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jot-form fieldset label input.commentsubmit {
    font-size: 14px;
    font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #fff;
    padding: 5px;
    background: #42b9e1;
}

.jot-form fieldset label textarea {
    background: #fff;
    border: 1px solid #ECECEC;
    padding: 5px;
    font-size: 14px;
    font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
    margin: 5px 0 10px 0;
    width: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jot-form fieldset label input:focus, .jot-form fieldset label textarea:focus {
    border: 1px solid #42b9e1;
}

/* Search */
.ajaxSearch_highlight, .ajaxSearch_highlight1 {
    background: #FBD87A;
}

/* Wii Insider TV */
div.tvsmall {
	margin: 0 50px 20px 0;
	float: left;
}

div.tvcaption {
	font-size: 13px;
	position: absolute;
	margin-top:70px;
	width: 140px;
	height: 29px;
	padding: 5px;
	background:#000;
	background-color: rgba(0,0,0,0.5);
}

div.podcastcaption {
	font-size: 18px;
	position: absolute;
	text-align: right;
	margin-top:70px;
	width: 90px;
	height: 20px;
	padding: 5px;
	background:#000;
	background-color: rgba(0,0,0,0.5);
}

div.tvdate {
	position: absolute;
	width: 25px;
	text-align: center;
	margin-left: 150px;
	margin-top: -100px;
	font-size:11px;
	background: #f78427;
	color: #fff;
	padding: 5px;
	border:2px solid #fff;
	border-left: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow:2px 2px 12px #999;
	-moz-box-shadow:2px 2px 8px #999;
}

div.podcastdate {
	position: absolute;
	width: 25px;
	text-align: center;
	margin-left: 100px;
	margin-top: -90px;
	font-size:11px;
	background: #f78427;
	color: #fff;
	padding: 5px;
	border:2px solid #fff;
	border-left: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow:2px 2px 12px #999;
	-moz-box-shadow:2px 2px 8px #999;
}

div.tvinfo {
	width: 200px;
	float: left;
}

.tooltip {
	display:none;
	background:transparent url(../img/tooltip-back.png);
	font-size:14px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .navigation ul li { padding-right: 10px; }
}

/* Special classes for Ads */
.fullsite_layerpic {
    position: absolute;
    width: 100%;
    height:786px;
    text-align: center;
    background:url(../img/ads/fullsite-branding-trackmania.png) no-repeat center top;
    cursor: pointer;
    z-index: auto;
}

.fullsite_nonlayerpic {
    position: fixed;
    width: 100%;
    height:938px;
    text-align: center;
    cursor: pointer;
    z-index: auto;
}

body.fullsite {
    background:url(../img/ads/fullsite-branding-das-duell.jpg) no-repeat center top #fff fixed;
}
