/* style settings for java wayback Save Page Now UI */
  .__wb_overlay {
    filter:alpha(opacity=60); /* IE */
    opacity: 0.6; /* Safari, Opera */
    -moz-opacity:0.6; /* FireFox */  
    opacity: 0.6;
    
    background-color: #000;
    position: fixed;
    width:100%;
    height:100%;
    top: 0px;
    left: 0px;
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    z-index: 2147483643 !important;
  }
  
  #__wb_record_overlay_div {
    cursor: wait !important;
  }
  


  .__wb_record_content {
    opacity: 1.0;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0px !important;
    padding: 0px !important;

    background-color: #ffffff !important;
    border-radius: 8px;
    z-index: 2147483644 !important;
    box-shadow: 0 0 30px 5px #000;
    -moz-box-shadow: 0 0 30px 5px #000;    
    -webkit-box-shadow: 0 0 30px 5px #000;  
  }
    
  #__wb_record_content_loader {
    cursor: wait !important;
    padding-top: 30px !important;    
    margin-left: -287px !important;
    margin-top: -177px !important;    
    width: 574px !important;
    height: 355px !important;  
  }
  
  #__wb_record_content_done {
    margin-left: -427px !important;
    margin-top: -177px !important;      
    width: 855px !important;
    height: 355px !important;  
  }
  
  .__wb_record_content > * {
    margin: auto !important;
    display: block !important;

    text-align: center !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  
  .__wb_record_content > wb_h1 {
    font-size: 36px !important;
    color: #222 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
    line-height: 2em;
    font-weight: normal !important;
    width: auto !important;
    height: auto !important;    
  }   
  
  .__wb_record_content > wb_p {
    font-size: 17px !important;
    color: #222 !important;    
    margin: 8px 0px 8px 0px !important;
    padding: 0px !important;
    line-height: 2em;
  }  
  
  .__wb_record_content > #_wb_logo  {
    margin-bottom: 10px !important;
  }
  
  .__wb_record_content > #_wb_spinner {
    margin-top: 30px !important;
    margin-bottom: 30px !important;    
  }
  
  .__wb_record_content > #_wb_curr_url {
    text-decoration: underline !important;
    font-weight: bold !important;
  }
  
  #__wb_record_content_done > #__wb_link {
    font-size: 20px !important;
    border: 1px !important;
    border-color: #aaa !important;
    border-style: solid !important;
    padding: 3px !important;
    text-align: center !important;
    width: 80% !important;
    height: auto !important;
  }
 
  #__wb_record_content_done > #__wb_link:focus {
    outline: 0px !important;
    border-color: #428bca !important;
  }
  
  /* DONATE */
  
  #__wb_record_content_done > #__wb_donate_close {
    font-size: 18px !important;
    width: auto !important;
    float: right;
    display: inline-block;
    margin: 0px !important;
    padding: 8px 8px 0px 0px !important;   
  }
  
  #__wb_donate_close > #__wb_record_done_close {
    cursor: pointer !important;
    display: inline-block;
    vertical-align: bottom !important;
  }
  
  #__wb_record_content_done > #__wb_donate_close a {
    color: #428bca !important;
  } 
  
  #__wb_record_content_done > #__wb_donate_close a:link {
    color: #428bca !important;
    text-decoration: none !important;
    margin-right: 16px !important;
  }
  
  #__wb_record_content_done > #__wb_donate_close a:visited {
    color: #428bca !important;
  } 
  
  #__wb_record_content_done > #__wb_donate_close a:hover {
    color: #00B1F7 !important;
  }

/* Spinner */
#__wb_spinningSquaresG{        
  position: relative;
  width: 240px;
  height: 20px;
  
 
  padding: 0px !important;
  margin: 30px 0px 30px 160px !important;
  border: 0px !important;
  border-radius: 0px !important;
}

.__wb_spinningSquaresG {
   
      
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
    
position:absolute;
top:0;
background-color:#000000;
width:22px;
height:22px;
-moz-animation-name:bounce_spinningSquaresG;
-moz-animation-duration:1.9s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-webkit-animation-name:bounce_spinningSquaresG;
-webkit-animation-duration:1.9s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-ms-animation-name:bounce_spinningSquaresG;
-ms-animation-duration:1.9s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-o-animation-name:bounce_spinningSquaresG;
-o-animation-duration:1.9s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
animation-name:bounce_spinningSquaresG;
animation-duration:1.9s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
}

#__wb_spinningSquaresG_1{
left:0;
-moz-animation-delay:0.76s;
-webkit-animation-delay:0.76s;
-ms-animation-delay:0.76s;
-o-animation-delay:0.76s;
animation-delay:0.76s;
}

#__wb_spinningSquaresG_2{
left:30px;
-moz-animation-delay:0.95s;
-webkit-animation-delay:0.95s;
-ms-animation-delay:0.95s;
-o-animation-delay:0.95s;
animation-delay:0.95s;
}

#__wb_spinningSquaresG_3{
left:60px;
-moz-animation-delay:1.14s;
-webkit-animation-delay:1.14s;
-ms-animation-delay:1.14s;
-o-animation-delay:1.14s;
animation-delay:1.14s;
}

#__wb_spinningSquaresG_4{
left:90px;
-moz-animation-delay:1.33s;
-webkit-animation-delay:1.33s;
-ms-animation-delay:1.33s;
-o-animation-delay:1.33s;
animation-delay:1.33s;
}

#__wb_spinningSquaresG_5{
left:120px;
-moz-animation-delay:1.52s;
-webkit-animation-delay:1.52s;
-ms-animation-delay:1.52s;
-o-animation-delay:1.52s;
animation-delay:1.52s;
}

#__wb_spinningSquaresG_6{
left:150px;
-moz-animation-delay:1.71s;
-webkit-animation-delay:1.71s;
-ms-animation-delay:1.71s;
-o-animation-delay:1.71s;
animation-delay:1.71s;
}

#__wb_spinningSquaresG_7{
left:180px;
-moz-animation-delay:1.9s;
-webkit-animation-delay:1.9s;
-ms-animation-delay:1.9s;
-o-animation-delay:1.9s;
animation-delay:1.9s;
}

#__wb_spinningSquaresG_8{
left:210px;
-moz-animation-delay:2.09s;
-webkit-animation-delay:2.09s;
-ms-animation-delay:2.09s;
-o-animation-delay:2.09s;
animation-delay:2.09s;
}

@-moz-keyframes bounce_spinningSquaresG{
0%{
-moz-transform:scale(1);
background-color:#000000;
}

100%{
-moz-transform:scale(.3) rotate(90deg);
background-color:#FFFFFF;
}

}

@-webkit-keyframes bounce_spinningSquaresG{
0%{
-webkit-transform:scale(1);
background-color:#000000;
}

100%{
-webkit-transform:scale(.3) rotate(90deg);
background-color:#FFFFFF;
}

}

@-ms-keyframes bounce_spinningSquaresG{
0%{
-ms-transform:scale(1);
background-color:#000000;
}

100%{
-ms-transform:scale(.3) rotate(90deg);
background-color:#FFFFFF;
}

}

@-o-keyframes bounce_spinningSquaresG{
0%{
-o-transform:scale(1);
background-color:#000000;
}

100%{
-o-transform:scale(.3) rotate(90deg);
background-color:#FFFFFF;
}

}

@keyframes bounce_spinningSquaresG{
0%{
transform:scale(1);
background-color:#000000;
}

100%{
transform:scale(.3) rotate(90deg);
background-color:#FFFFFF;
}

}

#shadowbox_overlay {
    visibility: hidden;
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 998;
}

#shadowbox_container {
    position: fixed;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

#shadowbox {
    display: none;
    visibility: hidden;
    margin: 0 auto;
    position: relative;
    font-family: 'Lucida Grande',Tahoma,sans-serif;
    text-align: left;
}

#shadowbox_title {
    height: 25px;
    padding: 0;
    overflow: hidden;
}

#shadowbox_title_inner {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    padding: 5px 0 4px 8px;
    color: #fff;
}

#shadowbox_body {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    background-color: #000;
}

#shadowbox_body_inner {
    position: relative;
    overflow: hidden;
}

#shadowbox_loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 10000px;
    width: 100%;
    background-color: #222;
}

#shadowbox_loading img {
    float: left;
    margin: 10px 10px 0 10px;
}

#shadowbox_loading span {
    float: left;
    margin-top: 16px;
    font-size: 10px;
}

#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited {
    color: #fff;
}

#shadowbox_content.html {
    height: 100%;
    width: 100%;
    overflow: auto;
}

#shadowbox_toolbar {
    margin: 0;
    padding: 0;
    height: 20px;
    overflow: hidden;
}

#shadowbox_toolbar_inner {
    height: 20px;
    color: #fff;
}

#shadowbox_toolbar_inner div {
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 10px;
    height: 10px;
    line-height: 10px;
}

#shadowbox_toolbar_inner div span.shortcut {
    text-decoration: underline;
    font-weight: bold;
}

#shadowbox_toolbar_inner div a {
    text-decoration: none;
    color: #fff;
}

#shadowbox_nav_close,#shadowbox_nav_previous,#shadowbox_nav_next {
    float: right;
    padding-right: 10px;
}

#shadowbox_counter {
    float: left;
    padding-left: 10px;
}

#shadowbox_counter a {
    padding: 0 4px 0 0;
}

#shadowbox_counter a.shadowbox_counter_current {
    text-decoration: underline;
    font-weight: bold;
}

div.shadowbox_message {
    text-align: center;
    padding: 10px;
}

div.shadowbox_message a:link,div.shadowbox_message a:visited {
    text-decoration: none;
    color: #bed333;
}

div.shadowbox_message a:hover,div.shadowbox_message a:focus {
    text-decoration: underline;
}

/*
     FILE ARCHIVED ON 19:21:49 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:54 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1423.997
  exclusion.robots: 0.11
  exclusion.robots.policy: 0.1
  cdx.remote: 0.075
  esindex: 0.01
  LoadShardBlock: 1134.989 (3)
  PetaboxLoader3.datanode: 1087.73 (4)
  CDXLines.iter: 18.342 (3)
  PetaboxLoader3.resolve: 78.043 (2)
  load_resource: 72.593
*/
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Browser Reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
option { padding-left: 0.4em; }

 
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body.yoopage {
	background: #000000;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
}

div.wrapper-t {
	background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tl.jpg) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tr.jpg) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_bl.jpg) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 40px 80px 170px 80px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_br.jpg) 100% 100% no-repeat;
}

body.green div.wrapper-t { background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_t_green.png) 0 0 repeat-x; }
body.green div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_b_green.png) 0 100% repeat-x; }
body.green div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_l_green.png) 0 0 repeat-y; }
body.green div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_r_green.png) 100% 0 repeat-y; }
body.green div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tl_green.jpg) 0 0 no-repeat; }
body.green div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tr_green.jpg) 100% 0 no-repeat; }
body.green div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_bl_green.jpg) 0 100% no-repeat; }
body.green div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_br_green.jpg) 100% 100% no-repeat; }

body.blue div.wrapper-t { background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_t_blue.png) 0 0 repeat-x; }
body.blue div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_b_blue.png) 0 100% repeat-x; }
body.blue div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_l_blue.png) 0 0 repeat-y; }
body.blue div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_r_blue.png) 100% 0 repeat-y; }
body.blue div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tl_blue.jpg) 0 0 no-repeat; }
body.blue div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tr_blue.jpg) 100% 0 no-repeat; }
body.blue div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_bl_blue.jpg) 0 100% no-repeat; }
body.blue div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_br_blue.jpg) 100% 100% no-repeat; }

body.orange div.wrapper-t { background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_t_orange.png) 0 0 repeat-x; }
body.orange div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_b_orange.png) 0 100% repeat-x; }
body.orange div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_l_orange.png) 0 0 repeat-y; }
body.orange div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_r_orange.png) 100% 0 repeat-y; }
body.orange div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tl_orange.jpg) 0 0 no-repeat; }
body.orange div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tr_orange.jpg) 100% 0 no-repeat; }
body.orange div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_bl_orange.jpg) 0 100% no-repeat; }
body.orange div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_br_orange.jpg) 100% 100% no-repeat; }

body.pink div.wrapper-t { background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_t_pink.png) 0 0 repeat-x; }
body.pink div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_b_pink.png) 0 100% repeat-x; }
body.pink div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_l_pink.png) 0 0 repeat-y; }
body.pink div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_r_pink.png) 100% 0 repeat-y; }
body.pink div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tl_pink.jpg) 0 0 no-repeat; }
body.pink div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_tr_pink.jpg) 100% 0 no-repeat; }
body.pink div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_bl_pink.jpg) 0 100% no-repeat; }
body.pink div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/wrapper_br_pink.jpg) 100% 100% no-repeat; }

div#header {
	width: auto;  
	height: 180px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#toolbar {
	width: auto;  
	height: 27px;
	padding: 3px 0px 0px 0px;
	clear: both;  
}

div#date {
	margin: 4px 10px 0px 0px;
	float: left;
	font-size: 85%;
	color: #ffffff;
}

div#topmenu {
	margin: 4px 10px 0px 0px;
	float: left;
}

div#styleswitcher {
	  
	height: 20px;
	margin: 3px 0px 0px 10px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	 
}

a#switchfontsmall {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_fontsmall.png) 0 -20px no-repeat;
}

a#switchfontmedium {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_fontmedium.png) 0 -20px no-repeat;
}

a#switchfontlarge {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_fontlarge.png) 0 -20px no-repeat;
}

a#switchwidththin {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_widththin.png) 0 -20px no-repeat;
}

a#switchwidthwide {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_widthwide.png) 0 -20px no-repeat;
}

a#switchwidthfluid {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/styleswitcher_widthfluid.png) 0 -20px no-repeat;
}

div#search {
	height: 18px;
	margin: 3px 0px 0px 10px;
	float: right;
}

div#headerbar {
	width: auto;  
	height: 100px;
	padding: 10px 10px 10px 0px;
	clear: both;  
}

div#headermodule {
	margin: 0px 0px 0px 0px;
	float: right;
}


div#logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

div#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_m.png) 0 0 repeat-x;
}

div#menu .menu-l {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_l.png) 0 0 no-repeat;
}

div#menu .menu-r {
	height: 30px;
	padding: 0px 50px 0px 10px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_r.png) 100% 0 no-repeat;
}

div#banner {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 0px;
	z-index: 3;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	clear: both;  
}

div#top .topbox {
	margin-top: 10px;
}

div#middle {
	width: auto;  
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	clear: both;  
}

div#middle .background {
	min-height: 140px;
	 
	 
	 
	 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 210px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 10px 0px;
}

div#mainmiddle {
}

.showright div#mainmiddle {  
	background: none;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

 
.showright div#content {
	margin: 0px 190px 0px 0px;  
	padding: 0px 0px 10px 0px;
}

div#contenttop {
	margin: 0px 0px 10px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 10px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 10px;
	margin-bottom: -10px;
}

div#footer {
	width: auto;  
	padding: 20px 10px 10px 10px;
	clear: both;  
	min-height: 30px;
	 
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/footer_bg.png) 0 0 repeat-x;
	text-align: center;
}

div#debug {
	width: auto;  
	margin: -120px 0px 0px 0px;
	padding: 0px 80px 0px 80px;
	clear: both;  
	color: #ffffff;
}

div#debug a.anchor {
	margin: 0px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/footer_anchor_white.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }body.width-thin div.wrapper { width: 1024px; }body.width-wide div.wrapper { width: 1280px; }body.width-fluid div.wrapper { width: 100%; }div#styleswitcher { width: 90px; }/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * links
 */

a:link, a:visited {
	color: #aa1428;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

body.green a:link, body.green a:visited { color: #5a8c00; }
body.green a:hover { color: #73c800; }
body.pink a:link, body.pink a:visited { color: #aa2dd2; }
body.pink a:hover { color: #fa4bff; }
body.orange a:link, body.orange a:visited { color: #ff3200; }
body.orange a:hover { color: #ff6400; }
body.blue a:link, body.blue a:visited { color: #1e87c8; }
body.blue a:hover { color: #00afff; }

/*
 * unsorted lists
 */
 
ul.arrow, ul.arrow-big,
ul.checkbox, ul.checkbox-big,
ul.check, ul.check-big,
ul.star, ul.star-big,
ul.plus, ul.plus-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li,
ul.plus li {
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 6px 35px;
	font-weight: bold;
	line-height: 100%
}

ul.arrow-big li,
ul.checkbox-big li,
ul.check-big li,
ul.star-big li,
ul.plus-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 60px;
	font-size: 200%;
	font-weight: bold;
}

ul.arrow li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_arrow.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_arrow_big.png) 0 0 no-repeat; }
ul.checkbox li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_checkbox.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_checkbox_big.png) 0 0 no-repeat; }
ul.check li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_check.png) 0 0 no-repeat; }
ul.check-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_check_big.png) 0 0 no-repeat; }
ul.star li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_star.png) 0 0 no-repeat; }
ul.star-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_star_big.png) 0 0 no-repeat; }
ul.plus li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_plus.png) 0 0 no-repeat; }
ul.plus-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_plus_big.png) 0 0 no-repeat; }


/*
 * ordered lists
 */
 
ol.disc, ol.disc-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}

ol.disc {
	padding: 0px 0px 0px 27px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_disc.png) 0 0 repeat-y;
}

ol.disc li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 12px;
	font-weight: bold;
	line-height: 28px;
}

ol.disc-big {
	padding: 0px 0px 0px 45px;
	font-size: 200%;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/list_disc_big.png) 0 0 repeat-y;
}

ol.disc-big li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 20px;
	font-weight: bold;
	line-height: 45px;
}

/*
 * highlighted div and span boxes
 */

span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #232328;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
}

div.info, span.info {
	background: #232328 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/div_info.png) 3px 3px no-repeat;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
}

div.alert, span.alert {
	background: #321914 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/div_alert.png) 3px 3px no-repeat;
	border-top: 1px dotted #640000;
	border-bottom: 1px dotted #640000;
}

div.download, span.download {
	background: #232819 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/div_download.png) 3px 3px no-repeat;
	border-top: 1px dotted #415a28;
	border-bottom: 1px dotted #415a28;
}

div.tip, span.tip {
	background: #322814 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/div_tip.png) 3px 3px no-repeat;
	border-top: 1px dotted #5a461e;
	border-bottom: 1px dotted #5a461e;
}

/*
 * highlighted quotations
 */

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.big p {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/blockquote_big_end.png) 100% 100% no-repeat;
}

/*
 * preformatted text elements
 */

pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #3c3c50;
	border-left: 20px solid #323232;
	background: #232328;
	font-size: 90%;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}


/*
 * highlighted emphasis
 */

em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#232328;
	border: 1px dotted #3c3c50;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/em_file.png) 0 1px no-repeat;
	color: #ffffff;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/em_directory.png) 0 1px no-repeat;
	color: #ffffff;
}

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	color: #7887A0;
}

h2 {
	font-size: 250%;
	color: #b4b4be;
}

h3 {
	font-size: 200%;
	color: #646478;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #7887A0;
}

h5 {
	font-size: 150%;
	color: #878796;
}

h6 {
	font-size: 125%;
	color: #7887A0;
}

body.green h1, body.green h4, body.green h6 { color: #739141; }
body.pink h1, body.pink h4, body.pink h6 { color: #c83cbe; }
body.orange h1, body.orange h4, body.orange h6 { color: #f06400; }
body.blue h1, body.blue h4, body.blue h6 { color: #5591d7; }

/*
 * forms
 */

 
 
fieldset { border: 1px solid #323232; }
legend { background: #141414; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #323232; background: #141414; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #464646; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #646464; outline: 2px solid #282828; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; }  
legend { padding: 0 .8em 0 .8em; }
legend+* { margin-top: 1em; }  
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em; }
form div { margin-bottom: .8em; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * topmenu
 */

 
div#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

div#topmenu li a {
	height: 20px;
	padding: 0px 10px 0px 10px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/topmenu_item_bg.png) 0 4px no-repeat;
	float: left;
	display: block;
	position: relative;
	line-height: 17px;
	overflow: hidden;  
	font-size: 85%;
	text-decoration: none;
}

div#topmenu li.item1 a {
	padding: 0px 10px 0px 0px;
	background: none;
}

div#topmenu a:link, div#topmenu a:visited {
	color: #ffffff;
}

div#topmenu a:hover {
	color: #ffffaa;
}

/*
 * menu
 */

 
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	z-index: 5;   
}

div#menu li a, #menu li span.separator {
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	text-decoration: none;
	color: #646464;
}

div#menu li span {  
	display: block;
}

div#menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#menu li a.current {  
	color: #ffffaa;
}

div#menu a:hover, div#menu span.separator:hover, div#menu span.sfhover, div#menu a.current:hover {  
	color: #ffffaa;
}

div#menu li.active {  
	font-weight: bold;
}

div#menu li.active ul {  
	font-weight: normal;
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu li.background {
	position: absolute;
	top: 0px;
	height: 30px;
	visibility: hidden;
	z-index: 4;
	overflow: hidden;
}
  
div#menu li.background div {
	margin: 30px 0px 0px 0px;
	height: 35px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_level1_item.png) 0 100% repeat-x;
	overflow: hidden;  
}

div#menu li.background .item2 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_level1_item_blue.png) 0 100% repeat-x; }
div#menu li.background .item3 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_level1_item_pink.png) 0 100% repeat-x; }
div#menu li.background .item4 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_level1_item_orange.png) 0 100% repeat-x; }
div#menu li.background .item5 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_level1_item_green.png) 0 100% repeat-x; }

 
div#menu ul.menu {
}

div#menu li.level1 {
}

div#menu a.level1 {
}

div#menu a.level1 span, div#menu span.level1 span {
	padding: 0px 15px 0px 15px;
}

div#menu li.level1:hover a.level1, div#menu li.sfhover a.level1 span, div#menu li.level1:hover span.level1, div#menu li.sfhover span.level1 span {  
	color: #ffffff;
}

div#menu li.level1 a.active, div#menu li.level1 span.active {  
	color: #ffffaa;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 30px;
	left: -999em;  
	width: 165px;
	padding: 0px 0px 10px 0px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_dropdown_bg.png) 0 100% no-repeat;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: 0px;  
	z-index: 100;
}

div#menu li.level1 li {
   	width: 100%;  
	text-indent: 15px;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	height: 25px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_level2_item.png) 100% 0 no-repeat;
	float: none;  
	display: block;
	line-height: 25px;
}

div#menu li.level2 a.parent, div#menu li li.level2 span.parent {  
	background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/menu_level2_item_parent.png) 100% 0 no-repeat;
}

 

 
div#menu li ul ul {
	margin: -31px 0 0 164px;  
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #323232;
}

 
div#menu li:hover ul ul, div#menu li.sfhover ul ul,  
div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul,  
div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#menu li li:hover ul, div#menu li li.sfhover ul,  
div#menu li li li:hover ul, div#menu li li li.sfhover ul,  
div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}


/*
 * sub menu
 */
 
 
div#middle div.module_menu ul,
div#middle div.moduletable_menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	background: #141414;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu li a, div#middle ul.menu li span.separator {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #646464;
}

div#middle ul.menu li span {  
	display: block;
}

div#middle ul.menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#middle ul.menu a.current {  
	color: #ffffaa;
}

div#middle ul.menu a:hover, div#middle ul.menu span.separator:hover, div#middle ul.menu span.sfhover, div#middle ul.menu a.current:hover {  
	color: #ffffaa;
}

div#middle ul.menu li.active {  
	font-weight: bold;
}

div#middle ul.menu li.active li {  
	font-weight: normal;
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level1_item.png) 100% 0 no-repeat;
	text-indent: 15px;
}

div#middle ul.menu li.parent a.level1, div#middle ul.menu li.parent span.level1 {  
	background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level1_item_parent.png) 100% 0 no-repeat;
}

 
div#middle ul.menu li.level2 {
}

div#middle ul.menu li.level2 a {
	height: 20px;
	line-height: 20px;
}

div#middle ul.menu a.level2 {
	background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 35px;
}

div#middle ul.menu a.level2 span {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level2_item_icon.png) 15px 2px no-repeat;
}

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	background:  #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 45px;
}

div#middle ul.menu a.level3 span {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level3_item_icon.png) 25px 2px no-repeat;
}

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	background: #141414 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 55px;
}

div#middle ul.menu a.level4 span {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/submenu_level4_item_icon.png) 35px 2px no-repeat;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* reset header for all modules */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable-blank h3,
div.module h3,
div.module_menu h3,
div.module-blank h3,
div.module-light h3,
div.module-fading h3,
div.module-new h3,
div.module-pick h3,
div.module-red h3,
div.module-blue h3,
div.module-pink h3,
div.module-headline h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	color: #969696;
}

/*
 * header modules
 */
 
#headermodule div.module {
	margin: 0px 0px 0px 10px;
	float: right;
}

#headermodule div.module div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/headermodule_m.png) 0 0 repeat-x;
}

#headermodule div.module div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/headermodule_l.png) 0 0 no-repeat;
}

#headermodule div.module div div div {
	height: 80px;
	 
	 
	padding: 10px 10px 10px 10px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/headermodule_r.png) 100% 0 no-repeat;
	overflow: hidden;
	text-align:justify;
}

 
#headermodule div.module div div div div {
	height: auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

#headermodule div.module h3 {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

/* blank */
#headermodule div.module-blank {
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	float: right;
}

/*
 * modules (top, bottom, left, right, maintop, mainbottom, contenttop, contentbottom)
 */
 
/* default */
#top div.module,
#bottom div.module,
#middle div.module {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br.png) 100% 100% no-repeat;
}

#top .seperator div.module,
#bottom .seperator div.module,
#middle .seperator div.module {
	margin: 0px 10px 0px 0px;
}

#top div.module div,
#bottom div.module div,
#middle div.module div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr.png) 100% 0 no-repeat;
}

#top div.module div div,
#bottom div.module div div,
#middle div.module div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl.png) 0 100% no-repeat;
}

#top div.module div div div,
#bottom div.module div div div,
#middle div.module div div div {
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#top div.module div div div div,
#bottom div.module div div div div,
#middle div.module div div div div{
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#top div.module h3,
#bottom div.module h3,
#middle div.module h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* menu */
#middle div.module_menu {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br.png) 100% 100% no-repeat;
}

#middle .seperator div.module_menu {
	margin: 0px 10px 0px 0px;
}

#middle div.module_menu div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr.png) 100% 0 no-repeat;
}

#middle div.module_menu div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl.png) 0 100% no-repeat;
}

#middle div.module_menu div div div {
	padding: 10px 1px 10px 1px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module_menu div div div div{
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#middle div.module_menu h3 {
	margin: -10px -1px 0px -1px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* blank */
#top div.module-blank,
#bottom div.module-blank,
#middle div.module-blank {
	margin: 0px 0px 0px 0px;
	overflow: hidden;  
}

#top .seperator div.module-blank,
#bottom .seperator div.module-blank,
#middle .seperator div.module-blank {
	margin: 0px 10px 0px 0px;
}

/* light */
#top div.module-light,
#bottom div.module-light {
	background: #1E1E1E url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br_light.png) 100% 100% no-repeat;
}

#top .seperator div.module-light,
#bottom .seperator div.module-light {
	margin: 0px 10px 0px 0px;
}

#top div.module-light div,
#bottom div.module-light div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr_light.png) 100% 0 no-repeat;
}

#top div.module-light div div,
#bottom div.module-light div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl_light.png) 0 100% no-repeat;
}

#top div.module-light div div div,
#bottom div.module-light div div div {
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl_light.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#top div.module-light div div div div,
#bottom div.module-light div div div div {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#top div.module-light h3,
#bottom div.module-light h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* fading */
#middle div.module-fading {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br_fading.png) 100% 100% no-repeat;
}

#middle .seperator div.module-fading {
	margin: 0px 10px 0px 0px;
}

#middle div.module-fading div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr_fading.png) 100% 0 no-repeat;
}

#middle div.module-fading div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl_fading.png) 0 100% no-repeat;
}

#middle div.module-fading div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl_fading.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module-fading div div div div {
	min-height: 0px;
	 
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#middle div.module-fading h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* new */
#middle div.module-new {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br_new.png) 100% 100% no-repeat;
}

#middle .seperator div.module-new {
	margin: 0px 10px 0px 0px;
}

#middle div.module-new div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr_new.png) 100% 0 no-repeat;
}

#middle div.module-new div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl_new.png) 0 100% no-repeat;
}

#middle div.module-new div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl_new.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module-new div div div div {
	min-height: 0px;
	 
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#middle div.module-new h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* pick */
#middle div.module-pick {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br_pick.png) 100% 100% no-repeat;
}

#middle .seperator div.module-pick {
	margin: 0px 10px 0px 0px;
}

#middle div.module-pick div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr_pick.png) 100% 0 no-repeat;
}

#middle div.module-pick div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl_pick.png) 0 100% no-repeat;
}

#middle div.module-pick div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl_pick.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module-pick div div div div {
	min-height: 0px;
	 
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#middle div.module-pick h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* red */
#middle div.module-red {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br_red.png) 100% 100% no-repeat;
}

#middle .seperator div.module-red {
	margin: 0px 10px 0px 0px;
}

#middle div.module-red div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr_red.png) 100% 0 no-repeat;
}

#middle div.module-red div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl_red.png) 0 100% no-repeat;
}

#middle div.module-red div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl_red.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module-red div div div div {
	min-height: 0px;
	 
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#middle div.module-red h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* blue */
#middle div.module-blue {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br_blue.png) 100% 100% no-repeat;
}

#middle .seperator div.module-blue {
	margin: 0px 10px 0px 0px;
}

#middle div.module-blue div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr_blue.png) 100% 0 no-repeat;
}

#middle div.module-blue div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl_blue.png) 0 100% no-repeat;
}

#middle div.module-blue div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl_blue.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module-blue div div div div {
	min-height: 0px;
	 
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#middle div.module-blue h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* pink */
#middle div.module-pink {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_br_pink.png) 100% 100% no-repeat;
}

#middle .seperator div.module-pink {
	margin: 0px 10px 0px 0px;
}

#middle div.module-pink div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tr_pink.png) 100% 0 no-repeat;
}

#middle div.module-pink div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_bl_pink.png) 0 100% no-repeat;
}

#middle div.module-pink div div div {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/module_tl_pink.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module-pink div div div div {
	min-height: 0px;
	 
	padding: 0px 0px 0px 0px;
	background: none;
}

 
#middle div.module-pink h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* headline */
#left div.module-headline,
#right div.module-headline {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}

 
#left div.module-headline h3,
#right div.module-headline h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #aa1428;
}

body.green #left div.module-headline h3, body.green #right div.module-headline h3 { color: #5a8c00; }
body.pink #left div.module-headline h3, body.pink #right div.module-headline h3 { color: #aa2dd2; }
body.orange #left div.module-headline h3, body.orange #right div.module-headline h3 { color: #ff3200; }
body.blue #left div.module-headline h3, body.blue #right div.module-headline h3 { color: #1e87c8; }

#left div.module-headline h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/left_module_headline_header.png) 0 0 no-repeat;
}

#right div.module-headline h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/right_module_headline_header.png) 0 0 no-repeat;
}

#left div.module-headline h3 span.color,
#right div.module-headline h3 span.color {
	color: #C8C8C8;
}

/*
 * left modules
 */
 
#left div.module,
#left div.module_menu,
#left div.module-blank,
#left div.module-fading,
#left div.module-new,
#left div.module-pick,
#left div.module-red,
#left div.module-blue,
#left div.module-pink,
#left div.module-headline {
	margin: 0px 0px 10px 0px;
}

#left div.module h3,
#left div.module_menu h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/left_module_header.png) 0 0 no-repeat;
}

#left div.module_menu h3 {
	margin: -10px -1px 0px -1px;
}

/*
 * right modules
 */

#right div.module,
#right div.module_menu,
#right div.module-blank,
#right div.module-fading,
#right div.module-new,
#right div.module-pick,
#right div.module-red,
#right div.module-blue,
#right div.module-pink,
#right div.module-headline {
	margin: 0px 0px 10px 0px;
}
 
#right div.module h3,
#right div.module_menu h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/right_module_header.png) 0 0 no-repeat;
}

#right div.module_menu h3 {
	margin: -10px -1px 0px -1px;
}

/*
 * top modules
 */

#top .topblock div.module,
#top .topblock div.module-light,
#top .topblock div.module-blank {
	margin: 10px 0px 0px 0px;
}

/*
 * bottom modules
 */

#bottom .bottomblock div.module,
#bottom .bottomblock div.module-light,
#bottom .bottomblock div.module-blank {
	margin: 0px 0px 10px 0px;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * YOOsearch
 */

div#yoo-search {
	width: 120px;
	height: 18px;
	padding: 0px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/search_bg.png) 0 0 no-repeat;
}

div#yoo-search input {
	width: 93px;  
	 
	height: 14px;  
	 
	padding: 2px 2px 2px 7px;
	 
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yoo-search button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}

div#yoo-search:hover, div#search div.sfhover  {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/search_bg.png) 0 -18px no-repeat;
}

div#yoo-search:hover input, div#yoo-search input.sfhover {
	color: #000000;
}

div#yoo-search input:focus, div#yoo-search input.sffocus {
	color: #000000;
}

/*
 * Joomla!
 */

 
.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #64696e;
}

body.green .contentheading, body.green .componentheading { color: #6ea028; }
body.pink .contentheading, body.pink .componentheading { color: #8c3caa; }
body.orange .contentheading, body.orange .componentheading { color: #f04600; }
body.blue .contentheading, body.blue .componentheading { color: #5087d7; }

 
#overDiv {
	line-height: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

 
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

 
.contentpane {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}

 
.contentdescription {
}

 
.article_separator {
	display: block;
	height: 50px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/article_separator.png) 50% 50% no-repeat;
}

a.readon, a.readmore {
	margin: 10px 0px 0px 0px;
	width: 100px;
	height: 20px;
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/readmore.png) 0 0 no-repeat;
	display: block;
	float: left;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
}

#page a.readon:link, #page a.readon:visited, #page a.readmore:link, #page a.readmore:visited {
	color: #C8C8C8;
	text-decoration: none;
}

#page a.readon:hover, #page a.readmore:hover {
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/readmore.png) 0 -20px no-repeat;
	color: #dcdcdc;
	text-decoration: none;
}

 
.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

 
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #646464;
}

 
.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #646464;
}

 
.buttonheading {
}

.buttonheading img {
	margin-right: 2px;
}

 
div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: 95%;
}

 
.button {
	font-size: 95%;
}

.inputbox {
}

 
.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #1e1e1e;
	border-bottom: 1px solid #464646;
	font-weight : bold;
}

 
tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	background: #141414;
	border-bottom: 1px solid #323232;
}

 
tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	background: #1e1e1e;
	border-bottom: 1px solid #323232;
}

 
td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #141414;
	border-bottom: 1px solid #323232;
}

 
td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #1e1e1e;
	border-bottom: 1px solid #323232;
}

 
.poll {
}

.poll input.button {
	margin: 10px 0px 0px 0px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(http://web.archive.org/web/20141220183056im_/http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * YOOlogin
 */

#page span.quick span.yoo-login span.login {
	width: 231px;
	height: 45px;
	overflow: visible;
	font-size: 150%;
}

#page #headermodule span.quick span.yoo-login span.login {  
	font-size: 120%;
}

#page span.quick span.yoo-login span.login .login-button-text,
#page span.quick span.yoo-login span.login .login-button-icon {
	padding-right: 0px;
}

#page span.quick span.yoo-login span.login .lostpassword, 
#page span.quick span.yoo-login span.login .lostusername,
#page span.quick span.yoo-login span.login .registration {
	padding-top: 5px;
}

#page span.quick span.yoo-login span.logout {
	height: 30px;
	padding-top: 10px;
	overflow: visible;
	font-size: 130%;
}

#page span.quick span.yoo-login span.logout .logout-button-text,
#page span.quick span.yoo-login span.logout .logout-button-icon {
	padding-right: 0px;
}

#page span.default span.yoo-login {
	width: 135px;
	font-size: 100%;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

body.yoopage {
	background: #074B52;
}

body.green { background: #114315; }
body.pink { background: #520734; }
body.orange { background: #431616; }
body.blue { background: #19293D; }

div#page-body {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/page_bg.png) 0 0 repeat-x;
}

body.green div#page-body { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/page_bg_green.png) 0 0 repeat-x; }
body.pink div#page-body { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/page_bg_pink.png) 0 0 repeat-x; }
body.orange div#page-body { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/page_bg_orange.png) 0 0 repeat-x; }
body.blue div#page-body { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/page_bg_blue.png) 0 0 repeat-x; }

div.wrapper-t {
	background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tl.jpg) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tr.jpg) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_bl.jpg) 0 100% no-repeat;
}

div.wrapper-br {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_br.jpg) 100% 100% no-repeat;
}

body.green div.wrapper-t { background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_t_green.png) 0 0 repeat-x; }
body.green div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_b_green.png) 0 100% repeat-x; }
body.green div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_l_green.png) 0 0 repeat-y; }
body.green div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_r_green.png) 100% 0 repeat-y; }
body.green div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tl_green.jpg) 0 0 no-repeat; }
body.green div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tr_green.jpg) 100% 0 no-repeat; }
body.green div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_bl_green.jpg) 0 100% no-repeat; }
body.green div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_br_green.jpg) 100% 100% no-repeat; }

body.blue div.wrapper-t { background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_t_blue.png) 0 0 repeat-x; }
body.blue div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_b_blue.png) 0 100% repeat-x; }
body.blue div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_l_blue.png) 0 0 repeat-y; }
body.blue div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_r_blue.png) 100% 0 repeat-y; }
body.blue div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tl_blue.jpg) 0 0 no-repeat; }
body.blue div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tr_blue.jpg) 100% 0 no-repeat; }
body.blue div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_bl_blue.jpg) 0 100% no-repeat; }
body.blue div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_br_blue.jpg) 100% 100% no-repeat; }

body.orange div.wrapper-t { background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_t_orange.png) 0 0 repeat-x; }
body.orange div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_b_orange.png) 0 100% repeat-x; }
body.orange div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_l_orange.png) 0 0 repeat-y; }
body.orange div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_r_orange.png) 100% 0 repeat-y; }
body.orange div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tl_orange.jpg) 0 0 no-repeat; }
body.orange div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tr_orange.jpg) 100% 0 no-repeat; }
body.orange div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_bl_orange.jpg) 0 100% no-repeat; }
body.orange div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_br_orange.jpg) 100% 100% no-repeat; }

body.pink div.wrapper-t { background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_t_pink.png) 0 0 repeat-x; }
body.pink div.wrapper-b { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_b_pink.png) 0 100% repeat-x; }
body.pink div.wrapper-l { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_l_pink.png) 0 0 repeat-y; }
body.pink div.wrapper-r { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_r_pink.png) 100% 0 repeat-y; }
body.pink div.wrapper-tl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tl_pink.jpg) 0 0 no-repeat; }
body.pink div.wrapper-tr { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_tr_pink.jpg) 100% 0 no-repeat; }
body.pink div.wrapper-bl { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_bl_pink.jpg) 0 100% no-repeat; }
body.pink div.wrapper-br { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/desktop/wrapper_br_pink.jpg) 100% 100% no-repeat; }

div#menu {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_m.png) 0 0 repeat-x;
}

div#menu .menu-l {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_l.png) 0 0 no-repeat;
}

div#menu .menu-r {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_r.png) 100% 0 no-repeat;
}

div#footer {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/footer_bg.png) 0 0 repeat-x;
}

div#debug {
	color: #646464;
}

div#debug a.anchor {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/footer_anchor_white.png) 0 0 no-repeat;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * links
 */

a:link, a:visited {
	color: #aa1428;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

body.green a:link, body.green a:visited { color: #5a8c00; }
body.green a:hover { color: #73c800; }
body.pink a:link, body.pink a:visited { color: #aa2dd2; }
body.pink a:hover { color: #fa4bff; }
body.orange a:link, body.orange a:visited { color: #ff3200; }
body.orange a:hover { color: #ff6400; }
body.blue a:link, body.blue a:visited { color: #1e87c8; }
body.blue a:hover { color: #00afff; }

ul.arrow li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_arrow.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_arrow_big.png) 0 0 no-repeat; }
ul.checkbox li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_checkbox.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_checkbox_big.png) 0 0 no-repeat; }
ul.check li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_check.png) 0 0 no-repeat; }
ul.check-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_check_big.png) 0 0 no-repeat; }
ul.star li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_star.png) 0 0 no-repeat; }
ul.star-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_star_big.png) 0 0 no-repeat; }
ul.plus li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_plus.png) 0 0 no-repeat; }
ul.plus-big li { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_plus_big.png) 0 0 no-repeat; }

ol.disc {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_disc.png) 0 0 repeat-y;
}

ol.disc-big {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/list_disc_big.png) 0 0 repeat-y;
}

div.note, span.note {
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.info, span.info {
	background: #f4f5f6 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/div_info.png) 3px 3px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/div_alert.png) 3px 3px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/div_download.png) 3px 3px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/div_tip.png) 3px 3px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

blockquote {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/blockquote_start.png) 0 0 no-repeat;
}

blockquote p {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/blockquote_big_start.png) 0 0 no-repeat;
}

blockquote.big p {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/blockquote_big_end.png) 100% 100% no-repeat;
}

pre {
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #f4f5f6;
}

em.box { 
	background:#f4f5f6;
	border: 1px dotted #aab4be;
}

em.file { 
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/em_file.png) 0 1px no-repeat;
	color: #000000;
}

em.directory { 
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/em_directory.png) 0 1px no-repeat;
	color: #000000;
}

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

div#topmenu a:hover {
	color: #aa1428;
}

div#menu li a.current {
	color: #aa1428;
}

div#menu a:hover, div#menu span.separator:hover, div#menu span.sfhover, div#menu a.current:hover {
	color: #aa1428;
}

div#menu li.background div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_level1_item.png) 0 100% repeat-x;
}

div#menu li.background .item2 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_level1_item_blue.png) 0 100% repeat-x; }
div#menu li.background .item3 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_level1_item_pink.png) 0 100% repeat-x; }
div#menu li.background .item4 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_level1_item_orange.png) 0 100% repeat-x; }
div#menu li.background .item5 { background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_level1_item_green.png) 0 100% repeat-x; }

div#menu li.level1 a.active, div#menu li.level1 span.active {
	color: #aa1428;
}

div#menu ul.menu ul {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_dropdown_bg.png) 0 100% no-repeat;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_level2_item.png) 100% 0 no-repeat;
}

div#menu li.level2 a.parent, div#menu li li.level2 span.parent {
	background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/menu_level2_item_parent.png) 100% 0 no-repeat;
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #C8C8C8;
}

div#middle div.module_menu ul,
div#middle div.moduletable_menu ul {
	background: #ffffff;
}

div#middle ul.menu a.current {
	color: #aa1428;
}

div#middle ul.menu a:hover, div#middle ul.menu span.separator:hover, div#middle ul.menu span.sfhover, div#middle ul.menu a.current:hover {
	color: #aa1428;
}


div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level1_item.png) 100% 0 no-repeat;
}

div#middle ul.menu li.parent a.level1, div#middle ul.menu li.parent span.level1 {
	background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level1_item_parent.png) 100% 0 no-repeat;
}

div#middle ul.menu a.level2 {
	background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level2_item.png) 100% 0 no-repeat;
}

div#middle ul.menu a.level2 span {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level2_item_icon.png) 15px 2px no-repeat;
}

div#middle ul.menu a.level3 {
	background:  #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level2_item.png) 100% 0 no-repeat;
}

div#middle ul.menu a.level3 span {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level3_item_icon.png) 25px 2px no-repeat;
}

div#middle ul.menu a.level4  {
	background: #ffffff url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level2_item.png) 100% 0 no-repeat;
}

div#middle ul.menu a.level4 span {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/submenu_level4_item_icon.png) 35px 2px no-repeat;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

div.moduletable h3,
div.moduletable_menu h3,
div.moduletable-blank h3,
div.module h3,
div.module_menu h3,
div.module-blank h3,
div.module-light h3,
div.module-fading h3,
div.module-new h3,
div.module-pick h3,
div.module-red h3,
div.module-blue h3,
div.module-pink h3 {
	color: #646464;
}

#headermodule div.module div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/headermodule_m.png) 0 0 repeat-x;
}

#headermodule div.module div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/headermodule_l.png) 0 0 no-repeat;
}

#headermodule div.module div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/headermodule_r.png) 100% 0 no-repeat;
}

#headermodule div.module div div div div {
	background: none;
}

#top div.module,
#bottom div.module,
#middle div.module {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br.png) 100% 100% no-repeat;
}

#top div.module div,
#bottom div.module div,
#middle div.module div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr.png) 100% 0 no-repeat;
}

#top div.module div div,
#bottom div.module div div,
#middle div.module div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl.png) 0 100% no-repeat;
}

#top div.module div div div,
#bottom div.module div div div,
#middle div.module div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl.png) 0 0 no-repeat;
}

#top div.module div div div div,
#bottom div.module div div div div,
#middle div.module div div div div{
	background: none;
}

#middle div.module_menu {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br.png) 100% 100% no-repeat;
}

#middle div.module_menu div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr.png) 100% 0 no-repeat;
}

#middle div.module_menu div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl.png) 0 100% no-repeat;
}

#middle div.module_menu div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl.png) 0 0 no-repeat;
}

#middle div.module_menu div div div div{
	background: none;
}

#top div.module-light,
#bottom div.module-light {
	background: #F0F2F5 url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br_light.png) 100% 100% no-repeat;
}

#top div.module-light div,
#bottom div.module-light div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr_light.png) 100% 0 no-repeat;
}

#top div.module-light div div,
#bottom div.module-light div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl_light.png) 0 100% no-repeat;
}

#top div.module-light div div div,
#bottom div.module-light div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl_light.png) 0 0 no-repeat;
}

#top div.module-light div div div div,
#bottom div.module-light div div div div {
	background: none;
}

#middle div.module-fading {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br_fading.png) 100% 100% no-repeat;
}

#middle div.module-fading div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr_fading.png) 100% 0 no-repeat;
}

#middle div.module-fading div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl_fading.png) 0 100% no-repeat;
}

#middle div.module-fading div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl_fading.png) 0 0 no-repeat;
}

#middle div.module-fading div div div div {
	background: none;
}

#middle div.module-new {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br_new.png) 100% 100% no-repeat;
}

#middle div.module-new div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr_new.png) 100% 0 no-repeat;
}

#middle div.module-new div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl_new.png) 0 100% no-repeat;
}

#middle div.module-new div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl_new.png) 0 0 no-repeat;
}

#middle div.module-new div div div div {
	background: none;
}

#middle div.module-pick {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br_pick.png) 100% 100% no-repeat;
}

#middle div.module-pick div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr_pick.png) 100% 0 no-repeat;
}

#middle div.module-pick div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl_pick.png) 0 100% no-repeat;
}

#middle div.module-pick div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl_pick.png) 0 0 no-repeat;
}

#middle div.module-pick div div div div {
	background: none;
}

#middle div.module-red {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br_red.png) 100% 100% no-repeat;
}

#middle div.module-red div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr_red.png) 100% 0 no-repeat;
}

#middle div.module-red div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl_red.png) 0 100% no-repeat;
}

#middle div.module-red div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl_red.png) 0 0 no-repeat;
}

#middle div.module-red div div div div {
	background: none;
}

#middle div.module-blue {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br_blue.png) 100% 100% no-repeat;
}

#middle div.module-blue div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr_blue.png) 100% 0 no-repeat;
}

#middle div.module-blue div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl_blue.png) 0 100% no-repeat;
}

#middle div.module-blue div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl_blue.png) 0 0 no-repeat;
}

#middle div.module-blue div div div div {
	background: none;
}

#middle div.module-pink {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_br_pink.png) 100% 100% no-repeat;
}

#middle div.module-pink div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tr_pink.png) 100% 0 no-repeat;
}

#middle div.module-pink div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_bl_pink.png) 0 100% no-repeat;
}

#middle div.module-pink div div div {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/module_tl_pink.png) 0 0 no-repeat;
}

#middle div.module-pink div div div div {
	background: none;
}

#left div.module-headline h3,
#right div.module-headline h3 {
	color: #aa1428;
}

body.green #left div.module-headline h3, body.green #right div.module-headline h3 { color: #5a8c00; }
body.pink #left div.module-headline h3, body.pink #right div.module-headline h3 { color: #aa2dd2; }
body.orange #left div.module-headline h3, body.orange #right div.module-headline h3 { color: #ff3200; }
body.blue #left div.module-headline h3, body.blue #right div.module-headline h3 { color: #1e87c8; }

#left div.module-headline h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/left_module_headline_header.png) 0 0 no-repeat;
}

#right div.module-headline h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/right_module_headline_header.png) 0 0 no-repeat;
}

#left div.module-headline h3 span.color,
#right div.module-headline h3 span.color {
	color: #646464;
}

#left div.module h3,
#left div.module_menu h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/left_module_header.png) 0 0 no-repeat;
}
 
#right div.module h3,
#right div.module_menu h3 {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/right_module_header.png) 0 0 no-repeat;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

div#yoo-search {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/search_bg.png) 0 0 no-repeat;
}

.contentheading,
.componentheading {
	color: #64696e;
}

body.green .contentheading, body.green .componentheading { color: #6ea028; }
body.pink .contentheading, body.pink .componentheading { color: #8c3caa; }
body.orange .contentheading, body.orange .componentheading { color: #f04600; }
body.blue .contentheading, body.blue .componentheading { color: #5087d7; }

.contentpaneopen hr {
	border-bottom: 1px solid #c8c8c8;
}

.article_separator {
	background: url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/article_separator.png) 50% 50% no-repeat;
}

a.readon, a.readmore {
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/readmore.png) 0 0 no-repeat;
}

#page a.readon:link, #page a.readon:visited, #page a.readmore:link, #page a.readmore:visited {
	color: #ffffff;
}

#page a.readon:hover, #page a.readmore:hover {
	background: transparent url(/web/20141220183056im_/http://gameslover.ch/templates/yoo_ambient/images/white/readmore.png) 0 -20px no-repeat;
	color: #ffffff;
}

.sectiontableheader {
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
}

tr.sectiontableentry1 td {
	background: #ffffff;
	border-bottom: 1px solid #dcdcdc;
}

tr.sectiontableentry2 td {
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

td.sectiontableentry1 {
	background: #ffffff;
	border-bottom: 1px solid #dcdcdc;
}

td.sectiontableentry2 {
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

/*
     FILE ARCHIVED ON 18:30:56 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:55 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1222.522
  exclusion.robots: 0.114
  exclusion.robots.policy: 0.104
  cdx.remote: 0.078
  esindex: 0.012
  LoadShardBlock: 1135.127 (3)
  PetaboxLoader3.datanode: 1026.048 (4)
  CDXLines.iter: 16.008 (3)
  PetaboxLoader3.resolve: 59.947 (2)
  load_resource: 68.078
*/div.date {
	width:42px;
	height:45px;
	background: url(/web/20141220185041im_/http://gameslover.ch/plugins/content/yj_date/yj_date_d.gif) left top no-repeat;
	margin:0px 5px 0px 0px;
	overflow:hidden;
	font-family:Cambria, serif;
	
	
	
}
div.title {
	
}
.date_month {
	padding:0px;
	text-align:center;
	color:#fff;
	width:42px;
	height:15px;
	line-height:14px;
	font-size:11px;
	margin:0px;
}
.date_day {
	padding:0px;
	text-align:center;
	color:#000000;
	width:42px;
	height:20px;
	line-height:20px;
	font-size:18px;
	margin:0px;
}
.date_year {
	padding:0px;
	text-align:center;
	color:#000000;
	width:42px;
	height:15px;
	line-height:8px;
	font-size:9px;
	margin:0px;
}

td.yj_date {
padding-right:0px;
padding-top: 0px;
margin-top: 0px;
vertical-align:top;
}

/*
     FILE ARCHIVED ON 18:50:41 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:55 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1040.236
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.079
  RedisCDXSource: 3.749
  esindex: 0.009
  LoadShardBlock: 1019.631 (3)
  PetaboxLoader3.datanode: 913.05 (4)
  CDXLines.iter: 14.583 (3)
  load_resource: 256.709
  PetaboxLoader3.resolve: 206.565
*//* (C) 2007 YOOtheme.com */

a:focus { outline: none; }

div.yoo-accordion dl, div.yoo-accordion dt, div.yoo-accordion dd {
	margin: 0px;
	padding: 0px;
}/* (C) 2007 YOOtheme.com */

div.default div.yoo-accordion {
	padding: 1px;
	border: 1px solid #C8C8C8;
}

div.default div.yoo-accordion dt.toggler {
	height: 30px;
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/default/images/item_header.png) 0 0 repeat-x;
	line-height: 30px;
	text-indent: 10px;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
}

div.default div.yoo-accordion dt:hover.toggler, div.default div.yoo-accordion dt.sfhover {
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/default/images/item_header.png) 0 -30px repeat-x;
}

div.default div.yoo-accordion dd div.article {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #E6E6E6;
}

div.default div.yoo-accordion dd.last div.article {
	border-bottom: none;
}/* (C) 2007 YOOtheme.com */

div.watermark div.yoo-accordion {
	padding: 10px 20px 10px 20px;
	border: 1px solid #C8C8C8;
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/watermark/images/watermark.png) 50% 40% no-repeat;
}

div.watermark div.yoo-accordion dt.toggler {
	height: 30px;
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/watermark/images/item_header.png) 0 0 repeat-x;
	line-height: 30px;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
}

div.watermark div.yoo-accordion dt:hover.toggler, div.watermark div.yoo-accordion dt.sfhover {
}

div.watermark div.yoo-accordion dd div.article {
	padding: 10px 0px 10px 0px;
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/watermark/images/item_header.png) 0 100% repeat-x;
}

div.watermark div.yoo-accordion dd.last div.article {
	background: none;
}/* (C) 2007 YOOtheme.com */

div.whitespace div.yoo-accordion {
}

div.whitespace div.yoo-accordion dt.toggler {
	margin-bottom: 10px;
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/whitespace/images/item_header_m.png) 0 0 repeat-x;
}

div.whitespace div.yoo-accordion dt span.header-l {
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/whitespace/images/item_header_l.png) 0 0 no-repeat;
	display: block;
}

div.whitespace div.yoo-accordion dt span.header-r {
	height: 30px;
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/whitespace/images/item_header_r.png) 100% 0 no-repeat;
	display: block;
	line-height: 30px;
	text-indent: 10px;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
}

div.whitespace div.yoo-accordion dt:hover.toggler {
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/whitespace/images/item_header_m.png) 0 -30px repeat-x;
}

div.whitespace div.yoo-accordion dt:hover span.header-l {
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/whitespace/images/item_header_l.png) 0 -30px no-repeat;
}

div.whitespace div.yoo-accordion dt:hover span.header-r {
	background: url(/web/20141220193522im_/http://gameslover.ch/modules/mod_yoo_accordion/styles/whitespace/images/item_header_r.png) 100% -30px no-repeat;
}

div.whitespace div.yoo-accordion dd div.article {
	padding: 0px 10px 10px 10px;
}
/*
     FILE ARCHIVED ON 19:35:22 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:55 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1801.898
  exclusion.robots: 0.103
  exclusion.robots.policy: 0.095
  RedisCDXSource: 0.561
  esindex: 0.021
  LoadShardBlock: 1783.496 (3)
  PetaboxLoader3.datanode: 1364.677 (4)
  CDXLines.iter: 14.998 (3)
  PetaboxLoader3.resolve: 143.095 (3)
  load_resource: 54.769
*/.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#000;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
}

* html #sbox-window
{
	top: 50% !important;
	left: 50% !important;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(/web/20141220192330im_/http://gameslover.ch/media/system/images/closebox.png) no-repeat top left;
	border:					none;
}

.sbox-loading #sbox-content
{
	background-image:		url(/web/20141220192330im_/http://gameslover.ch/media/system/images/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}
/*
     FILE ARCHIVED ON 19:23:30 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:55 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 952.6
  exclusion.robots: 0.098
  exclusion.robots.policy: 0.09
  cdx.remote: 0.089
  esindex: 0.012
  LoadShardBlock: 759.103 (3)
  PetaboxLoader3.datanode: 637.133 (4)
  CDXLines.iter: 21.657 (3)
  load_resource: 76.287
  PetaboxLoader3.resolve: 24.532
*//*photogallery*/
a img {
	border:0px;
	padding:0;
	margin:0;
}

#phocagallery-module-ri{
	text-align:center;
	margin-left: auto;
	margin-right:auto;
}

#phocagallery-module-ri .phocagallery-box-file {
	position:relative;
	width:120px;
	height:140px;
	border:1px solid #E8E8E8;
	padding:5px;
	background:#fcfcfc;
	margin:5px;
	text-align:center;
	overflow:visible;
}

#phocagallery-module-ri .phocagallery-box-file-first {
	background:#f5f5f5;
	width:100px;height:100px; overflow: hidden;
	display: table; vertical-align:middle;
}

#phocagallery-module-ri .phocagallery-box-file-second {
	display: table-cell; vertical-align: middle;
}

#phocagallery-module-ri .phocagallery-box-file-third {
	text-align:center;
}

#phocagallery-module-ri a img {
	border:0px;padding:0;margin:0;
}

#phocagallery-module-ri a:hover, #phocagallery-module-ri a:active, #phocagallery-module-ri a:focus {
	background: none;border:0px;text-decoration:none;
}

#phocagallery-module-ri .name {
	margin-top:5px;color:#135cae;text-align:center;
}

#phocagallery-module-ri .detail {
	text-align:right;
}

#phocagallery-module-ri .phocagallery-box-file:hover, #phocagallery-module-ri .phocagallery-box-file.hover 
{
	border:1px solid #135cae;padding:5px;background:#f5f5f5;text-decoration:none;
}

/*detail*/
#phocagallery-module-ri .phocagallery-box-file-d {
	position:relative;
	float:left;
	border:1px solid #E8E8E8;
	background:#fcfcfc;
	text-align:center;
	overflow:visible;
	width:640px;
	height:480px;
}
#phocagallery-module-ri .phocagallery-box-file-first-d {
	background:#f5f5f5;
	width:640px;height:480px; overflow: hidden;
	display: table; vertical-align:middle;
}

/* IE Shadowbox */
#shadowbox_title,
#shadowbox_info {
	border: 0px;
}

/*
     FILE ARCHIVED ON 05:05:49 May 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:55 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 361.981
  exclusion.robots: 0.105
  exclusion.robots.policy: 0.097
  cdx.remote: 0.098
  esindex: 0.007
  LoadShardBlock: 256.566 (3)
  PetaboxLoader3.datanode: 84.215 (4)
  CDXLines.iter: 21.115 (3)
  load_resource: 81.389
  PetaboxLoader3.resolve: 35.092
*/.infolevel1, .infolevel2 , .infolevel3 {
    background-color: #FAD163;
    display: block;
}

div#dialog_body {
	text-align: left;
}

div #jcAzrulWindow{
	position: absolute;
}

.infolevel1, .infolevel2 {
    height: 1px;
    font-size: 1px;
}

.infolevel1 {
    margin-right: 3px;
    margin-left: 3px;
}

.infolevel2 {
    margin-right: 1px;
    margin-left: 1px;
}

.infolevel3 {
    color: #000000;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 18px;
}

#powered_jc {
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: xx-small;
}

.jcAdminPanel{
    top: 0px;
	position: relative;
	display: block;
	background-color: #EFEFD2;
	padding:4px;
	padding:4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6B7;
	border-bottom-color: #E6E6B7;
	text-align: right;
	width: auto;
	right: 0px;
}

#jc_commentFormDiv #bb_main div{display:inline}
#jc_commentFormDiv #bb_main>div{display:-moz-inline-block}
/*\*//*/
#jc_commentFormDiv #bb_main>div{display:inline-block}
/* */

/* comment form */
#jc_commentFormDiv {
	margin: 0 auto 0 auto;

}

/* new bb_code style */
#jc_comment_bbcode {

}
#jc_comment_bbcode a:link, #jc_comment_bbcode a:visited {
	width: 24px;
	height: 24px;
	margin-right: 3px;
	text-align: center;
	outline-style:none;
	float: left;
 	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat scroll 0 -231px;
	border: 0;
}
#jc_comment_bbcode a:hover {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat scroll 0 -257px;
	border: 0;
}
#jc_comment_bbcode a img {
	margin-top: -2px;
	border: 0;
}
/* bbcode toolbar */
#jc_comment_bbcode .jc_bb_bold {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat 0 4px;
}
#jc_comment_bbcode .jc_bb_italic {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat 0 -17px;
}
#jc_comment_bbcode .jc_bb_underline {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat 0 -38px;
}
#jc_comment_bbcode .jc_bb_strike {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat 0 -59px;
}
#jc_comment_bbcode .jc_bb_url {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat 0 -80px;
}
#jc_comment_bbcode .jc_bb_image {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -1px -103px;
}
#jc_comment_bbcode .jc_bb_quote {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat 0 -122px;
}
/* smilies */
#jc_comment_bbcode .jc_bb_smile {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px 4px;
}
#jc_comment_bbcode .jc_bb_wink {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -17px;
}
#jc_comment_bbcode .jc_bb_laugh {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -38px;
}
#jc_comment_bbcode .jc_bb_grin {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -59px;
}
#jc_comment_bbcode .jc_bb_angry {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -80px;
}
#jc_comment_bbcode .jc_bb_sad {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -101px;
}
#jc_comment_bbcode .jc_bb_shocked {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -122px;
}
#jc_comment_bbcode .jc_bb_cool {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -143px;
}
#jc_comment_bbcode .jc_bb_tongue {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -164px;
}
#jc_comment_bbcode .jc_bb_kiss {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -185px;
}
#jc_comment_bbcode .jc_bb_cry {
	background: transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/smilies/buttons.gif) no-repeat -23px -206px;
}


.toggleArea{
	text-align:right;
	display:block;
}

.trackback-footer {
    clear: both;
    margin: 5px 10px 5px 10px;
}

.trackback-footer {
    margin: 0 0 5px 0;
    border-top: 1px solid #BCBCBC;
    padding-top: 3px;
    font-size: 85%;
    text-align: right;
}

.trackback-url{
	text-align: right;
	margin: 5px 10px 10px 10px;
}

#trackbacks-content{
	margin: 0px;
}

div #jcfavDiv #favTitle{
	border-bottom: 1px solid #BCBCBC;
	height: 15px;
	padding: 5px;
	background-color: #CDCDCD;
}

div #jcfavDiv #favTitle #favImage{
	position: absolute;
}

div #jcfavDiv #favTitle #favText {
	left:35px;
	top: 3px;
	font-weight: bold;
	position:absolute;
}

div #jcfavDiv #favTitle #favClose{
	right: 10px;
	top: 3px;
	position: absolute;
}
div #jcshareDiv ul li {
	background: none;
}
div #jcshareDiv #shareTitle{
	border-bottom: 1px solid #BCBCBC;
	height: 15px;
	padding: 5px;
	background-color: #CDCDCD;
}

div #jcshareDiv #shareTitle #shareImage{
	position: absolute;
}

div #jcshareDiv #shareTitle #shareText {
	left:35px;
	top: 3px;
	font-weight: bold;
	position:absolute;
}

div #jcshareDiv #shareTitle #shareClose{
	right: 10px;
	top: 3px;
	position: absolute;
}

div #emailFormDiv{
	top:29px;
	z-index:10;
	width:410px;
}

div #emailFormDiv #emailFormTitle #emailFormImage{
	position: absolute;
	left: 5px;
}

div #emailFormDiv #emailFormTitle #emailFormText {
	left:35px;
	top: 3px;
	font-weight: bold;
	position:absolute;
}

div #emailFormDiv #emailFormTitle #emailFormClose{
	top: 3px;
	right: 10px;
	position: absolute;
}


div #emailFormDiv #emailFormTitle{
	border-bottom: 1px solid #BCBCBC;
	height: 15px;
	padding: 5px;
	background-color: #CDCDCD;
}

div #emailFormDiv input {
	background-color: #FFFFFF;
}

.emailForm{
	background-color:#EEEEEE;
	border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	color:#333333;
	display:-moz-inline-box;
	margin:1px;
	vertical-align:middle;
	white-space:nowrap;
	position:absolute;
	right:0px;
	top:0px;
	text-align: left;
}

.emailForm #emailFormResult{
	margin-top: 5px;
	padding: 4px;
}

.emailForm #emailFormResult #email{
	text-decoration: underline;
	color: blue;
}
#jcshareDiv ul{
	padding:0px;
}

#jcshareDiv ul li {
	float:left;
	margin:0pt;
	padding:0pt;
	width:48%;
	list-style-type: none;
}

#jcshareDiv ul li a {
	background-position:0px 2px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:24px;
	padding:0px 0pt 0pt 22px;
	vertical-align:middle;
	font-size:95%;
}

#bm_delicious {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/delicious.gif);
}

#bm_digg {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/digg.gif);
}
#bm_furl {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/furl.gif);
}

#bm_yahoo_myweb {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/yahoo_myweb.gif);
}

#bm_stumbleupon {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/stumbleupon.gif);
}

#bm_google_bmarks {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/google_bmarks.gif);
}

#bm_technorati {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/technorati.gif);
}

#bm_reddit {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/reddit.gif);
}

#bm_facebook {
	background-image:url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/bookmarks/facebook.gif);
}

div#jc_commentsDiv{
	z-index:-1;
}

span.jcerr{
font-weight:bold;
color:#FF0000;
}
div.dialog_header div.dialog_close{
	cursor:pointer;
	float:right;
}
div#AzrulWindow{
	background:transparent url(/web/20141220172549im_/http://gameslover.ch/components/com_jomcomment/images/shadowAlpha.png) no-repeat scroll right bottom !important;
}
table#jcAzrulWindowtable{
	position:relative;
	right:6px;
	bottom:6px;
}

td#jcAzrulWindowContent {
	background-color:#EEEEEE;
	border-color:#CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	color:#333333;
}



td#jcAzrulWindowContent hr{
	 height: 1px;
	 background-color:#CDCDCD;
}

td#jcAzrulWindowContent div.dialog_header{
	background-color:#CDCDCD;
	border-bottom:1px solid #BCBCBC;
	height:15px;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	width:auto;
}

td#jcAzrulWindowContent h2 span{
	display:block;
	padding:4px 10px 5px;
}

td#jcAzrulWindowContent div.dialog_content{
	display:block;
	padding:4px 10px 5px;
}

td#jcAzrulWindowContent > div > div {
	background-repeat: no-repeat;
}



/*
     FILE ARCHIVED ON 17:25:49 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:57 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 496.029
  exclusion.robots: 0.139
  exclusion.robots.policy: 0.127
  cdx.remote: 0.135
  esindex: 0.012
  LoadShardBlock: 335.816 (3)
  PetaboxLoader3.datanode: 52.366 (4)
  CDXLines.iter: 17.073 (3)
  load_resource: 1292.473
  PetaboxLoader3.resolve: 964.62
*//* (C) 2007 YOOtheme.com */

a:focus { outline: none; }
/* (C) 2007 YOOtheme.com */

div.basic-h div.yoo-scroller {
	border: 1px solid #C8C8C8;
}

div.basic-h div.yoo-scroller div.panel {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-h/images/panel_bg.png) 0 100% repeat-x;
	overflow: hidden;
}

div.basic-h div.yoo-scroller div.panel div.slide {
	float: left;
	overflow: hidden;
}

div.basic-h div.yoo-scroller div.scrollarea {
	border-top: 1px solid #C8C8C8;
	cursor: pointer;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-h/images/scrollarea_bg.png) 0 0 repeat-x;
}

div.basic-h div.yoo-scroller div.scrollbar {
	float: left;
}

div.basic-h div.yoo-scroller div.scrollknob {
	margin: 1px 0px 1px 0px;
	min-width: 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-h/images/scrollknob_m.png) 0 0 repeat-x;
}

div.basic-h div.yoo-scroller div.scrollknob-l {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-h/images/scrollknob_l.png) 0 0 no-repeat;
}

div.basic-h div.yoo-scroller div.scrollknob-r {
	height: 13px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-h/images/scrollknob_r.png) 100% 0 no-repeat;
}

div.basic-h div.yoo-scroller div.forward, div.basic-h div.yoo-scroller div.back {
	width: 15px;
	height: 15px;
	float: left;
}

div.basic-h div.yoo-scroller div.forward {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-h/images/scroll_forward.png) 0 0 no-repeat;
}

div.basic-h div.yoo-scroller div.back {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-h/images/scroll_back.png) 0 0 no-repeat;
}/* (C) 2007 YOOtheme.com */

div.basic-v div.yoo-scroller {
	border: 1px solid #C8C8C8;
}

div.basic-v div.yoo-scroller div.panel {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-v/images/panel_bg.png) 0 100% repeat-x;
	float: left;
	overflow: hidden;
}

div.basic-v div.yoo-scroller div.panel div.slide {
	overflow: hidden;
}

div.basic-v div.yoo-scroller div.scrollarea {
	border-left: 1px solid #C8C8C8;
	cursor: pointer;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-v/images/scrollarea_bg.png) 0 0 repeat-y;
	float: right;
}

div.basic-v div.yoo-scroller div.scrollbar {
}

div.basic-v div.yoo-scroller div.scrollknob {
	margin: 0px 1px 0px 1px;
	width: 13px;
	min-height: 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-v/images/scrollknob_m.png) 0 0 repeat-y;
}

div.basic-v div.yoo-scroller div.scrollknob-t {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-v/images/scrollknob_t.png) 0 0 no-repeat;
}

div.basic-v div.yoo-scroller div.scrollknob-b {
	height: 13px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-v/images/scrollknob_b.png) 0 100% no-repeat;
}

div.basic-v div.yoo-scroller div.forward, div.basic-v div.yoo-scroller div.back {
	width: 15px;
	height: 15px;
}

div.basic-v div.yoo-scroller div.forward {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-v/images/scroll_forward.png) 0 0 no-repeat;
}

div.basic-v div.yoo-scroller div.back {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/basic-v/images/scroll_back.png) 0 0 no-repeat;
}/* (C) 2007 YOOtheme.com */

div.blank-h div.yoo-scroller {
}

/* panel */
div.blank-h div.yoo-scroller .panel-container {
	padding: 0px 0px 10px 0px;
}

div.blank-h div.yoo-scroller .panel-container-bg {
	overflow: hidden;
}

div.blank-h div.yoo-scroller div.panel {
	overflow: hidden;
}

div.blank-h div.yoo-scroller div.panel div.slide {
	float: left;
	overflow: hidden;
}

div.blank-h div.yoo-scroller div.scrollarea {
	margin: 0px 20px 0px 20px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scrollarea_m.png) 0 0 repeat-x;
	cursor: pointer;
}

div.blank-h div.yoo-scroller div.scrollarea-l {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scrollarea_l.png) 0 0 no-repeat;
}

div.blank-h div.yoo-scroller div.scrollarea-r {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scrollarea_r.png) 100% 0 no-repeat;
}

div.blank-h div.yoo-scroller div.scrollbar {
	float: left;
}

div.blank-h div.yoo-scroller div.scrollknob {
	margin: 2px 0px 2px 0px;
	min-width: 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scrollknob_l.png) 0 0 no-repeat;
}

div.blank-h div.yoo-scroller div.scrollknob-r {
	padding: 0px 10px 0px 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scrollknob_r.png) 100% 0 no-repeat;
}

div.blank-h div.yoo-scroller div.scrollknob-m {
	height: 14px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scrollknob_m.png) 0 0 repeat-x;
}

div.blank-h div.yoo-scroller div.forward, div.blank-h div.yoo-scroller div.back {
	width: 21px;
	height: 18px;
	float: left;
}

div.blank-h div.yoo-scroller div.forward {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scroll_forward.png) 0 0 no-repeat;
}

div.blank-h div.yoo-scroller div.back {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-h/images/scroll_back.png) 0 0 no-repeat;
}/* (C) 2007 YOOtheme.com */

div.blank-v div.yoo-scroller {
}

/* panel */
div.blank-v div.yoo-scroller .panel-container {
	padding: 0px 10px 0px 0px;
	overflow: hidden;
}

div.blank-v div.yoo-scroller div.panel {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/panel_bg.png) 0 100% repeat-x;
	float: left;
	overflow: hidden;
}

div.blank-v div.yoo-scroller div.panel div.slide {
	overflow: hidden;
}

div.blank-v div.yoo-scroller div.scrollarea {
	margin: 20px 0px 20px 0px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scrollarea_m.png) 0 0 repeat-y;
	float: right;
	cursor: pointer;
}

div.blank-v div.yoo-scroller div.scrollarea-t {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scrollarea_t.png) 0 0 no-repeat;
}

div.blank-v div.yoo-scroller div.scrollarea-b {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scrollarea_b.png) 0 100% no-repeat;
}

div.blank-v div.yoo-scroller div.scrollbar {
}

div.blank-v div.yoo-scroller div.scrollknob {
	margin: 0px 2px 0px 2px;
	width: 14px;
	min-height: 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scrollknob_t.png) 0 0 no-repeat;
}

div.blank-v div.yoo-scroller div.scrollknob-b {
	padding: 10px 0px 10px 0px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scrollknob_b.png) 0 100% no-repeat;
}

div.blank-v div.yoo-scroller div.scrollknob-m {
	height: 13px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scrollknob_m.png) 0 0 repeat-y;
}

div.blank-v div.yoo-scroller div.forward, div.blank-v div.yoo-scroller div.back {
	width: 18px;
	height: 21px;
}

div.blank-v div.yoo-scroller div.forward {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scroll_forward.png) 0 0 no-repeat;
}

div.blank-v div.yoo-scroller div.back {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/blank-v/images/scroll_back.png) 0 0 no-repeat;
}/* (C) 2007 YOOtheme.com */

div.default-h div.yoo-scroller {
}

/* panel */
div.default-h div.yoo-scroller .panel-container-t {
	background: #FAFBFC url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_t.png) 0 0 repeat-x;
}

div.default-h div.yoo-scroller .panel-container-b {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_b.png) 0 100% repeat-x;
}

div.default-h div.yoo-scroller .panel-container-l {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_l.png) 0 0 repeat-y;
}

div.default-h div.yoo-scroller .panel-container-r {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_r.png) 100% 0 repeat-y;
}

div.default-h div.yoo-scroller .panel-container-tl {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_tl.png) 0 0 no-repeat;
}

div.default-h div.yoo-scroller .panel-container-tr {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_tr.png) 100% 0 no-repeat;
}

div.default-h div.yoo-scroller .panel-container-bl {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_bl.png) 0 100% no-repeat;
}

div.default-h div.yoo-scroller .panel-container-br {
	padding: 0px 2px 10px 2px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/panel_br.png) 100% 100% no-repeat;
}

div.default-h div.yoo-scroller .panel-container-bg {
	overflow: hidden;
}

div.default-h div.yoo-scroller div.panel {
	overflow: hidden;
}

div.default-h div.yoo-scroller div.panel div.slide {
	float: left;
	overflow: hidden;
}

div.default-h div.yoo-scroller div.scrollarea {
	margin: 0px 20px 0px 20px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scrollarea_m.png) 0 0 repeat-x;
	cursor: pointer;
}

div.default-h div.yoo-scroller div.scrollarea-l {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scrollarea_l.png) 0 0 no-repeat;
}

div.default-h div.yoo-scroller div.scrollarea-r {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scrollarea_r.png) 100% 0 no-repeat;
}

div.default-h div.yoo-scroller div.scrollbar {
	float: left;
}

div.default-h div.yoo-scroller div.scrollknob {
	margin: 2px 0px 2px 0px;
	min-width: 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scrollknob_l.png) 0 0 no-repeat;
}

div.default-h div.yoo-scroller div.scrollknob-r {
	padding: 0px 10px 0px 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scrollknob_r.png) 100% 0 no-repeat;
}

div.default-h div.yoo-scroller div.scrollknob-m {
	height: 14px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scrollknob_m.png) 0 0 repeat-x;
}

div.default-h div.yoo-scroller div.forward, div.default-h div.yoo-scroller div.back {
	width: 21px;
	height: 18px;
	float: left;
}

div.default-h div.yoo-scroller div.forward {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scroll_forward.png) 0 0 no-repeat;
}

div.default-h div.yoo-scroller div.back {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-h/images/scroll_back.png) 0 0 no-repeat;
}/* (C) 2007 YOOtheme.com */

div.default-v div.yoo-scroller {
}

/* panel */
div.default-v div.yoo-scroller .panel-container-t {
	background: #FAFBFC url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_t.png) 0 0 repeat-x;
}

div.default-v div.yoo-scroller .panel-container-b {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_b.png) 0 100% repeat-x;
}

div.default-v div.yoo-scroller .panel-container-l {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_l.png) 0 0 repeat-y;
}

div.default-v div.yoo-scroller .panel-container-r {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_r.png) 100% 0 repeat-y;
}

div.default-v div.yoo-scroller .panel-container-tl {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_tl.png) 0 0 no-repeat;
}

div.default-v div.yoo-scroller .panel-container-tr {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_tr.png) 100% 0 no-repeat;
}

div.default-v div.yoo-scroller .panel-container-bl {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_bl.png) 0 100% no-repeat;
}

div.default-v div.yoo-scroller .panel-container-br {
	padding: 2px 10px 2px 0px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_br.png) 100% 100% no-repeat;
	overflow: hidden;
}

div.default-v div.yoo-scroller div.panel {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/panel_bg.png) 0 100% repeat-x;
	float: left;
	overflow: hidden;
}

div.default-v div.yoo-scroller div.panel div.slide {
	overflow: hidden;
}

div.default-v div.yoo-scroller div.scrollarea {
	margin: 20px 0px 20px 0px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scrollarea_m.png) 0 0 repeat-y;
	float: right;
	cursor: pointer;
}

div.default-v div.yoo-scroller div.scrollarea-t {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scrollarea_t.png) 0 0 no-repeat;
}

div.default-v div.yoo-scroller div.scrollarea-b {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scrollarea_b.png) 0 100% no-repeat;
}

div.default-v div.yoo-scroller div.scrollbar {
}

div.default-v div.yoo-scroller div.scrollknob {
	margin: 0px 2px 0px 2px;
	width: 14px;
	min-height: 10px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scrollknob_t.png) 0 0 no-repeat;
}

div.default-v div.yoo-scroller div.scrollknob-b {
	padding: 10px 0px 10px 0px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scrollknob_b.png) 0 100% no-repeat;
}

div.default-v div.yoo-scroller div.scrollknob-m {
	height: 13px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scrollknob_m.png) 0 0 repeat-y;
}

div.default-v div.yoo-scroller div.forward, div.default-v div.yoo-scroller div.back {
	width: 18px;
	height: 21px;
}

div.default-v div.yoo-scroller div.forward {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scroll_forward.png) 0 0 no-repeat;
}

div.default-v div.yoo-scroller div.back {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_scroller/styles/default-v/images/scroll_back.png) 0 0 no-repeat;
}
/*
     FILE ARCHIVED ON 21:38:13 Nov 23, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:56 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 307.296
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.073
  RedisCDXSource: 0.566
  esindex: 0.007
  LoadShardBlock: 290.76 (3)
  PetaboxLoader3.datanode: 175.221 (5)
  CDXLines.iter: 13.748 (3)
  load_resource: 172.446 (2)
  PetaboxLoader3.resolve: 62.068 (2)
*//* (C) 2007 YOOtheme.com */

a:focus { outline: none; }

span.yoo-login,
span.yoo-login span {
	display: block;
}/* (C) 2007 YOOtheme.com */

/* login */
span.default span.yoo-login span.login {
	width: 135px;
	margin: auto;
}

span.default span.yoo-login span.login span.username,
span.default span.yoo-login span.login span.password {
	margin-bottom: 10px;
	width: 108px;
	height: 16px;
	padding: 4px 2px 0px 25px;
	overflow: hidden;
}

span.default span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/username_bg.png) 0 0 no-repeat;
}

span.default span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/password_bg.png) 0 0 no-repeat;
}

span.default span.yoo-login span.login span.username:hover{
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/username_bg.png) 0 -20px no-repeat;
}

span.default span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/password_bg.png) 0 -20px no-repeat;
}

span.default span.yoo-login span.login span.username input,
span.default span.yoo-login span.login span.password input {
	padding: 0px;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

span.default span.yoo-login span.login span.username input:hover,
span.default span.yoo-login span.login span.password input:hover,
span.default span.yoo-login span.login span.username input:focus,
span.default span.yoo-login span.login span.password input:focus {
	color: #000000;
}

span.default span.yoo-login span.login span.remember {
	margin-bottom: 4px;
}

span.default span.yoo-login span.login span.login-button-container {
	margin-bottom: 6px;
	width: 135px;
	overflow: hidden;
}

span.default span.yoo-login span.login span.login-button-icon {
	width: 21px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/login_button_bg.png) 0 0 no-repeat; /* ie6png:crop */
	float: right;
}

span.default span.yoo-login span.login span.login-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/login_button_bg.png) 0 -20px no-repeat;
}

span.default span.yoo-login span.login span.login-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 11px;
	color: #646464;
	text-transform: lowercase;
}

span.default span.yoo-login span.login span.login-button-icon button:hover {
	color: #000000;
}

span.default span.yoo-login span.login span.login-button-text button {
	float: right;
	cursor: pointer;
}

span.default span.yoo-login span.login span.lostpassword,
span.default span.yoo-login span.login span.lostusername,
span.default span.yoo-login span.login span.registration {
	height: 20px;
	line-height: 20px;
}

/* logout */
span.default span.yoo-login span.logout {
	width: auto;
	margin: auto;
}

span.default span.yoo-login span.logout span.greeting {
}

span.default span.yoo-login span.logout span.logout-button-icon {
	margin: auto;
	width: 21px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/logout_button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.default span.yoo-login span.logout span.logout-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/images/logout_button_bg.png) 0 -20px no-repeat;
}

span.default span.yoo-login span.logout span.logout-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 11px;
	color: #646464;
	text-transform: lowercase;
}

span.default span.yoo-login span.logout span.logout-button-icon button:hover {
	color: #000000;
}

span.default span.yoo-login span.logout span.logout-button-text button {
	margin: auto;
	display: block;
	cursor: pointer;
}
/* (C) 2007 YOOtheme.com */

/* login */
.yootools-black span.default span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/black/images/username_bg.png) 0 0 no-repeat;
}

.yootools-black span.default span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/black/images/password_bg.png) 0 0 no-repeat;
}

.yootools-black span.default span.yoo-login span.login span.username:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/black/images/username_bg.png) 0 -20px no-repeat;
}

.yootools-black span.default span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/default/black/images/password_bg.png) 0 -20px no-repeat;
}

.yootools-black span.default span.yoo-login span.login span.username input:hover,
.yootools-black span.default span.yoo-login span.login span.password input:hover,
.yootools-black span.default span.yoo-login span.login span.username input:focus,
.yootools-black span.default span.yoo-login span.login span.password input:focus {
	color: #ffffaa;
}
/* (C) 2007 YOOtheme.com */

/* login */
span.quick span.yoo-login span.login {
	height: 20px;
}

span.quick span.yoo-login span.login span.username, 
span.quick span.yoo-login span.login span.password,
span.quick span.yoo-login span.login span.login-button-text,
span.quick span.yoo-login span.login span.login-button-icon,
span.quick span.yoo-login span.login span.lostpassword, 
span.quick span.yoo-login span.login span.lostusername,
span.quick span.yoo-login span.login span.registration,
span.quick span.yoo-login span.logout span.greeting,
span.quick span.yoo-login span.logout span.logout-button-text,
span.quick span.yoo-login span.logout span.logout-button-icon {
	margin-right: 5px;
	float: left;
	overflow: hidden;
}

span.quick span.yoo-login span.login span.username,
span.quick span.yoo-login span.login span.password {
	width: 73px;
	height: 16px;
	padding: 4px 2px 0px 25px;
	float: left;
	overflow: hidden;
}

span.quick span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/username_bg.png) 0 0 no-repeat;
}

span.quick span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/password_bg.png) 0 0 no-repeat;
}

span.quick span.yoo-login span.login span.username:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/username_bg.png) 0 -20px no-repeat;
}

span.quick span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/password_bg.png) 0 -20px no-repeat;
}

span.quick span.yoo-login span.login span.username input,
span.quick span.yoo-login span.login span.password input {
	padding: 0px;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

span.quick span.yoo-login span.login span.username input:hover,
span.quick span.yoo-login span.login span.password input:hover,
span.quick span.yoo-login span.login span.username input:focus,
span.quick span.yoo-login span.login span.password input:focus {
	color: #000000;
}

span.quick span.yoo-login span.login .login-button-text button {
	cursor: pointer;
}


span.quick span.yoo-login span.login span.login-button-icon {
	width: 21px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/login_button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.login-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/login_button_bg.png) 0 -20px no-repeat;
}

span.quick span.yoo-login span.login span.login-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
}

span.quick span.yoo-login span.login span.login-button button:hover {
	color: #000000;
}

span.quick span.yoo-login span.login span.lostpassword,
span.quick span.yoo-login span.login span.lostusername,
span.quick span.yoo-login span.login span.registration {
	width: 25px;
}

span.quick span.yoo-login span.login span.lostpassword {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/lost_password_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.lostusername {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/lost_username_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.registration {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/registration_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.lostpassword a,
span.quick span.yoo-login span.login span.lostusername a,
span.quick span.yoo-login span.login span.registration a {
	display: block;
	width: 100%;
	height: 20px;
}

/* logout */
span.quick span.yoo-login span.logout {
	height: 20px;
}

span.quick span.yoo-login span.logout span.greeting {
	line-height: 20px;
}

span.quick span.yoo-login span.logout span.logout-button-text button {
	cursor: pointer;
}

span.quick span.yoo-login span.logout span.logout-button-icon {
	width: 21px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/logout_button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.logout span.logout-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/images/logout_button_bg.png) 0 -20px no-repeat;
}

span.quick span.yoo-login span.logout span.logout-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 11px;
	color: #646464;
	text-transform: lowercase;
}

span.quick span.yoo-login span.logout span.logout-button-icon button:hover {
	color: #000000;
}
/* (C) 2007 YOOtheme.com */

/* login */
.yootools-black span.quick span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/black/images/username_bg.png) 0 0 no-repeat;
}

.yootools-black span.quick span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/black/images/password_bg.png) 0 0 no-repeat;
}

.yootools-black span.quick span.yoo-login span.login span.username:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/black/images/username_bg.png) 0 -20px no-repeat;
}

.yootools-black span.quick span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/quick/black/images/password_bg.png) 0 -20px no-repeat;
}

.yootools-black span.quick span.yoo-login span.login span.username input:hover,
.yootools-black span.quick span.yoo-login span.login span.password input:hover,
.yootools-black span.quick span.yoo-login span.login span.username input:focus,
.yootools-black span.quick span.yoo-login span.login span.password input:focus {
	color: #ffffaa;
}
/* (C) 2007 YOOtheme.com */

/* login */
span.niftydefault span.yoo-login span.login {
	width: 139px;
	margin: auto;
}

span.niftydefault span.yoo-login span.login span.username,
span.niftydefault span.yoo-login span.login span.password {
	margin-bottom: 6px;
	width: 109px;
	height: 16px;
	padding: 6px 5px 2px 25px;
	overflow: hidden;
}

span.niftydefault span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/username_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.niftydefault span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/password_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.niftydefault span.yoo-login span.login span.username:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/username_bg.png) 0 -24px no-repeat;
}

span.niftydefault span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/password_bg.png) 0 -24px no-repeat;
}

span.niftydefault span.yoo-login span.login span.username input,
span.niftydefault span.yoo-login span.login span.password input {
	padding: 0px;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

span.niftydefault span.yoo-login span.login span.username input:hover,
span.niftydefault span.yoo-login span.login span.password input:hover,
span.niftydefault span.yoo-login span.login span.username input:focus,
span.niftydefault span.yoo-login span.login span.password input:focus {
	color: #000000;
}

span.niftydefault span.yoo-login span.login span.remember {
	margin-bottom: 6px;
	padding: 0px 2px 0px 2px;
}

span.niftydefault span.yoo-login span.login span.login-button-container {
	margin-bottom: 6px;
	padding: 0px 2px 0px 2px;
	width: 135px;
	overflow: hidden;
}

span.niftydefault span.yoo-login span.login span.login-button-icon {
	width: 70px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
	float: right;
}

span.niftydefault span.yoo-login span.login span.login-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/button_bg.png) 0 -20px no-repeat;
}

span.niftydefault span.yoo-login span.login span.login-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 11px;
	line-height: 20px;
	color: #646464;
	text-transform: lowercase;
}

span.niftydefault span.yoo-login span.login span.login-button-icon button:hover {
	color: #000000;
}

span.niftydefault span.yoo-login span.login span.login-button-text button {
	float: right;
	cursor: pointer;
}

span.niftydefault span.yoo-login span.login span.lostpassword,
span.niftydefault span.yoo-login span.login span.lostusername,
span.niftydefault span.yoo-login span.login span.registration {
	height: 20px;
	line-height: 20px;
}

/* logout */
span.niftydefault span.yoo-login span.logout {
	width: auto;
	margin: auto;
}

span.niftydefault span.yoo-login span.logout span.greeting {
}

span.niftydefault span.yoo-login span.logout span.logout-button-icon {
	margin: auto;
	width: 50px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.niftydefault span.yoo-login span.logout span.logout-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/images/button_bg.png) 0 -20px no-repeat;
}

span.niftydefault span.yoo-login span.logout span.logout-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 11px;
	line-height: 20px;
	color: #646464;
	text-transform: lowercase;
}

span.niftydefault span.yoo-login span.logout span.logout-button-icon button:hover {
	color: #000000;
}

span.niftydefault span.yoo-login span.logout span.logout-button-text button {
	margin: auto;
	display: block;
	cursor: pointer;
}
/* (C) 2007 YOOtheme.com */

/* login */
.yootools-black span.niftydefault span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/username_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftydefault span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/password_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftydefault span.yoo-login span.login span.username:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/username_bg.png) 0 -24px no-repeat;
}

.yootools-black span.niftydefault span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/password_bg.png) 0 -24px no-repeat;
}

.yootools-black span.niftydefault span.yoo-login span.login span.username input,
.yootools-black span.niftydefault span.yoo-login span.login span.password input {
	color: #646464;
}

.yootools-black span.niftydefault span.yoo-login span.login span.username input:hover,
.yootools-black span.niftydefault span.yoo-login span.login span.password input:hover,
.yootools-black span.niftydefault span.yoo-login span.login span.username input:focus,
.yootools-black span.niftydefault span.yoo-login span.login span.password input:focus {
	color: #ffffaa;
}

.yootools-black span.niftydefault span.yoo-login span.login span.login-button-icon {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftydefault span.yoo-login span.login span.login-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/button_bg.png) 0 -20px no-repeat;
}

.yootools-black span.niftydefault span.yoo-login span.login span.login-button-icon button {
	color: #646464;
}

.yootools-black span.niftydefault span.yoo-login span.login span.login-button-icon button:hover {
	color: #ffffaa;
}

/* logout */
.yootools-black span.niftydefault span.yoo-login span.logout span.logout-button-icon {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftydefault span.yoo-login span.logout span.logout-button-icon:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftydefault/black/images/button_bg.png) 0 -20px no-repeat;
}

.yootools-black span.niftydefault span.yoo-login span.logout span.logout-button-icon button {
	color: #646464;
}

.yootools-black span.niftydefault span.yoo-login span.logout span.logout-button-icon button:hover {
	color: #ffffaa;
}
/* (C) 2007 YOOtheme.com */

/* login */
span.niftyquick span.yoo-login span.login {
	height: 24px;
}

span.niftyquick span.yoo-login span.login span.username, 
span.niftyquick span.yoo-login span.login span.password,
span.niftyquick span.yoo-login span.login span.login-button,
span.niftyquick span.yoo-login span.login span.lostpassword, 
span.niftyquick span.yoo-login span.login span.lostusername,
span.niftyquick span.yoo-login span.login span.registration,
span.niftyquick span.yoo-login span.logout span.greeting,
span.niftyquick span.yoo-login span.logout span.logout-button {
	margin-right: 5px;
	float: left;
	overflow: hidden;
}

span.niftyquick span.yoo-login span.login span.username,
span.niftyquick span.yoo-login span.login span.password {
	width: 74px;
	height: 16px;
	padding: 6px 5px 2px 25px;
	float: left;
	overflow: hidden;
}

span.niftyquick span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/username_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.niftyquick span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/password_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.niftyquick span.yoo-login span.login span.username:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/username_bg.png) 0 -24px no-repeat;
}

span.niftyquick span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/password_bg.png) 0 -24px no-repeat;
}

span.niftyquick span.yoo-login span.login span.username input,
span.niftyquick span.yoo-login span.login span.password input {
	padding: 0px;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

span.niftyquick span.yoo-login span.login span.username input:hover,
span.niftyquick span.yoo-login span.login span.password input:hover,
span.niftyquick span.yoo-login span.login span.username input:focus,
span.niftyquick span.yoo-login span.login span.password input:focus {
	color: #000000;
}

span.niftyquick span.yoo-login span.login span.login-button {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 70px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.niftyquick span.yoo-login span.login span.login-button:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/button_bg.png) 0 -20px no-repeat;
}

span.niftyquick span.yoo-login span.login span.login-button button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 11px;
	line-height: 20px;
	color: #646464;
	text-transform: lowercase;
}

span.niftyquick span.yoo-login span.login span.login-button button:hover {
	color: #000000;
}

span.niftyquick span.yoo-login span.login span.lostpassword,
span.niftyquick span.yoo-login span.login span.lostusername,
span.niftyquick span.yoo-login span.login span.registration {
	margin-top: 2px;
	margin-bottom: 2px;
}

span.niftyquick span.yoo-login span.login span.lostpassword {
	width: 25px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/lost_password_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.niftyquick span.yoo-login span.login span.lostusername {
	width: 25px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/lost_username_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.niftyquick span.yoo-login span.login span.registration {
	width: 31px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/registration_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.niftyquick span.yoo-login span.login span.lostpassword a,
span.niftyquick span.yoo-login span.login span.lostusername a,
span.niftyquick span.yoo-login span.login span.registration a {
	display: block;
	width: 100%;
	height: 20px;
}


/* logout */
span.niftyquick span.yoo-login span.logout {
	height: 24px;
}

span.niftyquick span.yoo-login span.logout span.greeting {
	line-height: 24px;
}

span.niftyquick span.yoo-login span.logout span.logout-button {
	margin-top: 2px;
	width: 50px;
	height: 20px;
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.niftyquick span.yoo-login span.logout span.logout-button:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/images/button_bg.png) 0 -20px no-repeat;
}

span.niftyquick span.yoo-login span.logout span.logout-button button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 11px;
	line-height: 20px;
	color: #646464;
	text-transform: lowercase;
}

span.niftyquick span.yoo-login span.logout span.logout-button button:hover {
	color: #000000;
}/* (C) 2007 YOOtheme.com */

/* login */
.yootools-black span.niftyquick span.yoo-login span.login span.username {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/username_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftyquick span.yoo-login span.login span.password {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/password_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftyquick span.yoo-login span.login span.username:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/username_bg.png) 0 -24px no-repeat;
}

.yootools-black span.niftyquick span.yoo-login span.login span.password:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/password_bg.png) 0 -24px no-repeat;
}

.yootools-black span.niftyquick span.yoo-login span.login span.username input,
.yootools-black span.niftyquick span.yoo-login span.login span.password input {
	color: #646464;
}

.yootools-black span.niftyquick span.yoo-login span.login span.username input:hover,
.yootools-black span.niftyquick span.yoo-login span.login span.password input:hover,
.yootools-black span.niftyquick span.yoo-login span.login span.username input:focus,
.yootools-black span.niftyquick span.yoo-login span.login span.password input:focus {
	color: #ffffaa;
}

.yootools-black span.niftyquick span.yoo-login span.login span.login-button {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftyquick span.yoo-login span.login span.login-button:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/button_bg.png) 0 -20px no-repeat;
}

.yootools-black span.niftyquick span.yoo-login span.login span.login-button button {
	color: #646464;
}

.yootools-black span.niftyquick span.yoo-login span.login span.login-button button:hover {
	color: #ffffaa;
}

.yootools-black span.niftyquick span.yoo-login span.login span.lostpassword {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/lost_password_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

.yootools-black span.niftyquick span.yoo-login span.login span.lostusername {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/lost_username_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

.yootools-black span.niftyquick span.yoo-login span.login span.registration {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/registration_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

/* logout */
.yootools-black span.niftyquick span.yoo-login span.logout span.logout-button {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.yootools-black span.niftyquick span.yoo-login span.logout span.logout-button:hover {
	background: url(/web/20141220180707im_/http://gameslover.ch/modules/mod_yoo_login/styles/niftyquick/black/images/button_bg.png) 0 -20px no-repeat;
}

.yootools-black span.niftyquick span.yoo-login span.logout span.logout-button button {
	color: #646464;
}

.yootools-black span.niftyquick span.yoo-login span.logout span.logout-button button:hover {
	color: #ffffaa;
}
/*
     FILE ARCHIVED ON 18:07:07 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:56 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 476.021
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.088
  cdx.remote: 0.067
  esindex: 0.01
  LoadShardBlock: 380.477 (3)
  PetaboxLoader3.datanode: 67.094 (4)
  CDXLines.iter: 14.049 (3)
  load_resource: 79.081
  PetaboxLoader3.resolve: 57.953
*//* Sharing Toolbar Styling */
/* IE 6 Compatibility mode */
.show-comment, .show-linkmore, .show-hit, .jctools,
.show-feed, .show-report, .show-voteup, .show-votedown{
	display:inline;
	float:right;
	height:18px;
	text-indent: 24px;
	margin-left: 4px;
	margin-right: 4px;
	background-repeat:no-repeat;
	background-position: 0 50%;
}
div.commentBlogView > div.show-comment,
div.commentBlogView > div.show-linkmore,
div.commentBlogView > div.show-hit,
div.jctools, div.show-feed, div.show-report,
div.show-voteup, div.show-votedown{
	display:inline;
	float:right;
	height:18px;
	text-indent: 24px;
	margin-left: 4px;
	margin-right: 4px;
	background-repeat:no-repeat;
	background-position: 0 50%;
}
div.show-result{
	display: none;
	float:right;
	height:18px;
	text-indent: 24px;
	margin-left: 4px;
	margin-right: 4px;
}
/* For IE Only */
div.show-comment {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -71px;
}

div.show-linkmore {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -90px;
}

div.show-hit {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -35px;
}

/* More specific rule for other browser */
div.commentBlogView > div.show-comment {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -71px;
}

div.commentBlogView > div.show-linkmore {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -90px;
}
div.commentBlogView > div.show-hit{
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -35px;
}
div.show-feed {
	width: 18px;
	background-image:none;
}
div.jcfav {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -54px;
}
div.jcshare {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 1px;
}
div.jcemail {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat 0 -16px;
}
div.jcpreview {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/toolbar.gif) no-repeat -18px -36px;
}
/* Sharing Toolbar Styling */

div.commentBlogView {
	display: block;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}
div.voteReport {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	padding: 3px;
	right: -2px;
	position: absolute;
	text-align: center;
	top: -2px;
	display: none;
}
div.commentTools {
	border-bottom: 1px solid #BCBCBC;
	height: 18px;
}
.jomauthor {
	background: #fff;
}
#jc_commentsDiv blockquote {
	color: #747474;
	padding-left: 30px;
}
.avatarImg {
	display: block;
	padding: 6px;
}
.avatarImg img {
	border: 1px solid #ddd
}
#jc_name, #jc_website, #jc_email, #jc_title, #jc_comment, #jc_password {
	width: 98%;
	padding: 4px;
	margin: 0ex;
}
#jc_name, #jc_website, #jc_email, #jc_password {
	width: 50%;
}
#jc_commentForm {
	padding-top: 2px;
	padding-bottom: 6px;
}
#jc_commentForm label {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	display: block;
}
#jc_commentForm button, #jc_captchaImg {
	margin-top: 6px;
	margin-bottom: 4px;
}
.CommentArea {
	margin: 8px 4px 8px 0px;
	width: 100%;
	display: block;
	position: relative;
}
.CommentTitle {
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: normal;
	padding-bottom:0;
}
.jomentry1 .CommentArrow,
.jomentry2 .CommentArrow {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/comment-arrow.gif) no-repeat 0 0;
	width: 14px;
	height: 14px;
	margin-bottom: -7px;
}
.jomauthor .CommentArrow {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/comment-arrow.gif) no-repeat 0 -18px;
	width: 14px;
	height: 14px;
	margin-bottom: -7px;
}
.jomentry1 .CommentText,
.jomentry2 .CommentText,
.jomauthor .CommentText {
	padding-bottom: 3px;
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/comment-shadow.gif) repeat-x bottom left;
}
.jomauthor .CommentText {
	background: #f5f5c1;
}
.CommentText blockquote {
	color: #747474;
	padding-left: 30px;
}
.CommentText2 {
	border: solid 1px #bcbcbc;
	padding: 3px;
}
.CommentText3 {
	padding: 5px;
	font-size: .9em;
	position: relative;
}
.CommentFooter {
	margin-top: 4px;
	font-size: 80%;
	color: #666666;
	padding-left: 16px;
}
/* Trackbacks */
#trackback_link, .feed_link {
	height: 16px;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
	font-size: 90%;
}
#trackback_link a, .feed_link a {
	border-bottom: dashed 1px #CACACA;
}
#trackback_link img, .feed_link img {
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#comment_title {
	margin-top: 20px;
	margin-bottom: 8px;
}
#written_comments_title {
	margin-top: 14px;
}
.comment_action {
	background-color: #eee;
	border-color: #ccc rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
	border-style: solid;
	border-width: 1px;
	color: #333333;
	display: -moz-inline-box;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	margin: 1px;
	vertical-align: middle;
	white-space: nowrap;
	position: absolute;
	right: 0px;
	top: 0px;
}
#jc_commentForm label.subscribe, #jc_commentForm label.agree {
	font-style: normal;
	font-weight: normal;
}
#jc_commentsDiv .jc_comment_panel {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
}
#jc_commentsDiv .jc_comment_panel li {
	list-style: none;
	float: right;
	background: none;
	padding: 0 0 0 10px;
	margin: 0;
	display: inline;
}
#jc_commentsDiv .jc_comment_panel li a {
	padding: 0 0 0 20px;
}
#jc_commentsDiv .jc_comment_panel .jc_comment_panel_up {
	width: 56px;
}
#jc_commentsDiv .jc_comment_panel .jc_comment_panel_down {
	width: 72px;
}
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_up a:link,
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_up a:visited,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_up a:link,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_up a:visited {
	height: 18px;
	display: block;
	cursor: pointer;
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/votings.gif) no-repeat 0 2px;
}
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_up a:hover,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_up a:hover {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/votings.gif) no-repeat 0 -16px;
}
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_down a:link,
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_down a:visited,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_down a:link,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_down a:visited {
	height: 18px;
	display: block;
	cursor: pointer;
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/votings.gif) no-repeat 0 -34px;
}
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_down a:hover,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_down a:hover {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/votings.gif) no-repeat 0 -52px;
}

#jc_commentsDiv .jc_comment_panel .jc_comment_panel_report {
	width: 82px;
}
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_report a:link,
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_report a:visited,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_report a:link,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_report a:visited {
	height: 18px;
	display: block;
	cursor: pointer;
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/votings.gif) no-repeat 0 -71px;
}
#jc_commentsDiv .jomentry1 .jc_comment_panel .jc_comment_panel_report a:hover,
#jc_commentsDiv .jomentry2 .jc_comment_panel .jc_comment_panel_report a:hover {
	background: transparent url(/web/20141220184635im_/http://gameslover.ch/components/com_jomcomment/templates/chatter/images/votings.gif) no-repeat 0px -89px;
}
/*
     FILE ARCHIVED ON 18:46:35 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:56 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 718.677
  exclusion.robots: 0.149
  exclusion.robots.policy: 0.137
  cdx.remote: 0.101
  esindex: 0.014
  LoadShardBlock: 582.293 (3)
  PetaboxLoader3.datanode: 104.983 (4)
  CDXLines.iter: 21.81 (3)
  PetaboxLoader3.resolve: 127.444 (2)
  load_resource: 104.829
*//* (C) 2007 YOOtheme.com */

a:focus { outline: none; }

div.yoo-toppanel div.panel-container {
	position: absolute;
	left: 50%;
	width: 100%;
	height: 0px; /* overlapping link bug */
	margin-left: -50%;
	z-index: 15;
}

div.yoo-toppanel div.panel-wrapper {
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.yoo-toppanel div.panel {
	position: relative;
}

div.yoo-toppanel div.trigger {
	position: relative;
}

div.yoo-toppanel div.article {
	clear: both;
}/* (C) 2007 YOOtheme.com */

div.default div.yoo-toppanel div.panel {
	background: #000000 url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/default/images/panel_bg.png) 0 100% repeat-x;
	color: #969696;
}

div.default div.yoo-toppanel div.content {
	margin: auto;
	padding-top: 20px;
	overflow: hidden;
}

div.default div.yoo-toppanel div.close {
	width: 50px;
	height: 18px;
	margin-bottom: 10px;
	border: 1px solid #646464;
	background: #1e1e1e;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	line-height: 18px;
	cursor: pointer;
}

div.default div.yoo-toppanel div.trigger {
	top: 0px;
	width: 120px;
	margin-left: -60px;
	cursor: pointer;
}

div.default div.yoo-toppanel div.trigger img {
	width: 20px;
	height: 19px;
	border: 0px;
}

div.default div.yoo-toppanel div.trigger-l, div.default div.yoo-toppanel div.trigger-r {
	width: 20px;
	height: 19px;
	float: left;
}

div.default div.yoo-toppanel div.trigger-l {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/default/images/trigger_l.png) 100% 0 repeat-x;
}

div.default div.yoo-toppanel div.trigger-r {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/default/images/trigger_r.png) 100% 0 repeat-x;
}

div.default div.yoo-toppanel div.trigger-m {
	width: 80px;
	height: 19px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/default/images/trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 18px;
	overflow: hidden;
	color: #ffffff;
}

div.default div.yoo-toppanel div.article {
	padding-bottom: 10px;
}/* (C) 2007 YOOtheme.com */

div.transparent div.yoo-toppanel div.panel {
	/* position: relative; /* IE6 link fix for transparent background image */
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/transparent/images/panel_bg.png) 0 100% repeat;
	color: #969696;
}

div.transparent div.yoo-toppanel div.content {
	margin: auto;
	padding-top: 20px;
	overflow: hidden;
}

div.transparent div.yoo-toppanel div.close {
	width: 50px;
	height: 18px;
	margin-bottom: 10px;
	border: 1px solid #646464;
	background: #1e1e1e;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	line-height: 18px;
	cursor: pointer;
}

div.transparent div.yoo-toppanel div.trigger {
	top: 0px;
	width: 120px;
	margin-left: -60px;
	cursor: pointer;
}

div.transparent div.yoo-toppanel div.trigger img {
	width: 20px;
	height: 19px;
	border: 0px;
}

div.transparent div.yoo-toppanel div.trigger-l, div.transparent div.yoo-toppanel div.trigger-r {
	width: 20px;
	height: 19px;
	float: left;
}

div.transparent div.yoo-toppanel div.trigger-l {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/transparent/images/trigger_l.png) 100% 0 repeat-x;
}

div.transparent div.yoo-toppanel div.trigger-r {
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/transparent/images/trigger_r.png) 100% 0 repeat-x;
}

div.transparent div.yoo-toppanel div.trigger-m {
	width: 80px;
	height: 19px;
	background: url(/web/20141123213813im_/http://gameslover.ch/modules/mod_yoo_toppanel/styles/transparent/images/trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 18px;
	overflow: hidden;
	color: #ffffff;
}

div.transparent div.yoo-toppanel div.article {
	padding-bottom: 10px;
}
/*
     FILE ARCHIVED ON 21:38:13 Nov 23, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:57 Sep 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 575.894
  exclusion.robots: 0.104
  exclusion.robots.policy: 0.095
  RedisCDXSource: 39.084
  esindex: 0.012
  LoadShardBlock: 520.017 (3)
  PetaboxLoader3.datanode: 120.689 (5)
  CDXLines.iter: 14.15 (3)
  PetaboxLoader3.resolve: 206.204 (4)
  load_resource: 263.957 (2)
*/