/**
* A good stylesheet should come with a good reset :D
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration:none;
    border:none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    color: black;
    background: white;
}
ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/**
 * Gamersyde main CSS
*/

body {
    background-color:#bcbcbc;
    /* Overall font family */
    font-family:Arial, Lucida Grande, sans-serif;
    font-size:12px;
    color:#333;
    /*overflow-x:hidden;*/
}

body.layout {
    background:#000000 url(../habillage/magic.jpg) no-repeat center top;
}

body.layout {
   cursor:pointer;
}

body.layout .main-wrapper .main-layout {
   cursor:default;
}


/* Structural styles */
.inline-block {
    vertical-align:middle;
    
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.center {
    margin:0 auto;
}

/* Float and Clear */
.left {
    float:left;
    *zoom:1;
}

.right {
    float:right;
}

.none {
    float:none;
}

.lclear {
    clear:left;
    *zoom: 1;
}

.rclear {
    clear:right;
    *zoom: 1;
}

.clear {
    clear:both;
    *zoom: 1;
}

/* Links */
a {
    color:#1b6991;
    text-decoration:none;
}

a:hover {
    color:#1b6991;
    text-decoration:underline;
}

/* Ads */
.placeholder-top {
    background:transparent url(../imggsyv2/generic-top.png) no-repeat top center;
    width:728px;
    height:90px;
}

.placeholder-top-empty {
    background:transparent no-repeat top center;
    width:728px;
    height:90px;
}

body.layout .placeholder-top {
   position:relative;
   top:0px;
   /*margin-top:169px;*/
}

body.layout .main-wrapper {
   position:relative;
   top:215px;
   /*margin-top:169px;*/
}

#gsyadtopload {
    background:transparent url(../imggsyv2/generic-top.png) no-repeat top center;
    width:728px;
    height:90px;
}

#gsyadrectangleload {
    background:transparent url(../imggsyv2/generic-rect.png) no-repeat top center;
    width:300px;
    position:relative;
}

#gsyadrightload {
    background:transparent url(../imggsyv2/generic-right.png) no-repeat top center;
    width:160px;
    height:600px;
}

.medium-rectangle-ad {
    background:transparent url(../imggsyv2/generic-rect.png) no-repeat top center;
    width:300px;
    position:relative;
}

.wide-skyscraper-ad {
    margin-top:20px;
    width:160px;
    height:600px;
}

.ad-top-fr {
    background:transparent url(../imggsyv2/ad-top-fr.png) no-repeat center top;
    padding-top:10px;
}

/* Containers */
.main-wrapper {
    width:990px;
}

.main-wrapper.fluid {
    width:97%;
    min-width:990px;
    *zoom:1;
}

.main-wrapper .main-layout {
    margin:20px 0 20px 0;
    position:relative;
    background-color:#eee;
    
    /* Gecko based browsers */
    -moz-border-radius-topright:10px;
    -moz-border-radius-topleft:10px;
    /* Webkit */
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    /* CSS 3 */
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    /* Webkit */
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    /* CSS 3 */
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;

   
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	-khtml-box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	box-shadow: rgba(0,0,0,0.5) 0 0 5px;
    
    *zoom:1;
}

.main-wrapper .main-layout .main-layout-header {
    height:86px;
    background:#171717 url(../imggsyv2/top-header.jpg) no-repeat;
    /* This will help positioning skin image */
    position:relative;
    /* Gecko based browsers */
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    /* Webkit */
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    /* CSS 3 */
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

/* Custom header */
.main-wrapper .main-layout .header-skin {
    width:422px;
    height:86px;
    position:absolute;
    right:0px;
    /* Gecko based browsers */
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    /* Webkit */
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    /* CSS 3 */
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.main-wrapper .main-layout .header-skin.raving-rabbids {
    background:#3d3d3d url(../imggsyv2/skin/raving-rabbids.jpg) no-repeat right top;
}

.main-wrapper .main-layout .header-skin.gsy-e3 { 
    background:url("../imggsyv2/skin/gsy_e3.jpg") no-repeat scroll right top #3D3D3D; 
}

/* Logo */
.main-wrapper .main-layout .logo {
    width:262px;
    height:42px;
    background:transparent url(../imggsyv2/gamersyde-logo.png) no-repeat left top;
    margin-left:30px;
    margin-top:20px;
    cursor:pointer;
}

/* Search bar and languages */
.search {
    margin:30px 40px;
    position:relative;
    z-index:1;
}

/* Search textbox */
.search .search-box-wrapper {
    width:330px;
    background:#fff;
    padding:4px;
    position:relative;
    ?display:inline; /* IE Bug fix */
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
}

/* Text box */
.search .search-box {
    width:300px;
    border:none;
    font-family:tahoma;
    font-size:11px;
    color:#666;
    /* Prevent glowing effect */
    outline:none;
}

/* Country flags */
.search .language-flag {
    margin-right:10px;
}
/* Search button (magnify icon) */
.search .activate-button {
    position:absolute;
    z-index:10;
    right:5px;
    top:2px;
}

/* Columns */
.columns-wrapper { 
}

/* Left column */
.columns-wrapper .left-column {
    width:470px;
    overflow:hidden;
    padding-left:11px;
    padding-right:11px;
    padding-bottom:11px;
    position:relative;
}

.columns-wrapper .left-column.left-column-fixed {
    width:657px;
    _width:650px;
    padding-top:70px;
}

.columns-wrapper .left-column-fluid-wrapper {
    padding:0;
    padding-top:70px;
    float:left;
    width:100%;
}

.columns-wrapper .left-column-fluid-content {
    padding:0 11px;
}

.columns-wrapper .left-column-fluid {
    margin-right:311px;
    position:relative;
    _zoom:1;
    z-index:9999;
}

/* Center column */
.columns-wrapper .center-column {
    width:300px;
    padding-right:10px;
    padding-top:13px;
}

/* Right column */
.columns-wrapper .right-column {
    width:175px;
    padding-top:13px;
    padding-right:11px;
}

.columns-wrapper .center-column.center-column-fluid {
    padding:0;
    padding-top:13px;
    margin-left:-311px;
}

.columns-wrapper .wide-column {
    padding:80px 20px 20px 20px;
    background:#fff;
}

/* Main menu */
.main-menu {
    position:absolute;
    top:80px;
}

.main-menu .main-menu-item {
    height:36px;
    display:block;
    text-decoration:none;
    position:relative;
    text-align:center;
    padding:5px 0;
}

.main-menu.fr .main-menu-item .main-menu-item-link {
    background-image:url(../imggsyv2/fr-menu-titles-gray.png);
    background-repeat:no-repeat;
    height:36px;
    display:inline-block;
    cursor:pointer;
    margin:0 auto;
}

.main-menu.en .main-menu-item .main-menu-item-link {
    background-image:url(../imggsyv2/en-menu-titles-gray.png);
    background-repeat:no-repeat;
    height:36px;
    display:inline-block;
    cursor:pointer;
    margin:0 auto;
}

/* Top borders */
.main-menu .main-menu-item.news {
    border-top:6px solid #58d2ff;
    width:130px;
}

.main-menu .main-menu-item.community  {
    border-top:6px solid #ff545c;
    width:149px;
}

.main-menu .main-menu-item.explore {
    border-top:6px solid #26df9b;
    width:113px;
}

.main-menu .main-menu-item.forum {
    border-top:6px solid #6a1ec8;
    width:88px;
}

/* Images links */

.main-menu .main-menu-item.news .main-menu-item-link {
    width:103px;
    background-position:0 0;
}

.main-menu .main-menu-item.community .main-menu-item-link {
    width:128px;
    background-position:-103px 0;
}

.main-menu .main-menu-item.explore .main-menu-item-link {
    width:94px;
    background-position:-231px 0;
}

.main-menu .main-menu-item.forum .main-menu-item-link {
    width:61px;
    background-position:-325px 0;
}

/* Pointer */
.main-menu .main-menu-item .menu-item-pointer {
    width:21px;
    height:13px;
    display:block;
    margin:0 auto;
    background:transparent url(../imggsyv2/menu-pointer-gray.png) no-repeat left top;
    position:absolute;
    bottom:-13px;
    _bottom:-15px;
    right:50%;
    left:50%;
    margin-left:-12px;
}

.main-menu .main-menu-items-wrapper {
    overflow:visible;
    width:100%;
}

/* Main menu bottom separator */
.main-menu .main-menu-separator {
    width:470px;
    height:3px;
    background:transparent url(../imggsyv2/main-menu-separator.png) repeat-x left top;
    margin-left:10px;
}

.main-wrapper.fluid .main-menu .main-menu-separator {
    /*width:100%;*/
}

.main-wrapper.fluid .main-menu {
    width:98%;
}

/* News */

.games-news {
    margin-top:70px;
}

.news-panel {
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}

.news-panel.full {
    border-bottom:none;
}

.news-panel .news-panel-header {
    width:100%;
    overflow:hidden;
}

.news-panel .news-panel-header .news-type, 
.news-panel .news-panel-header .news-posted-by {
    color:#999;
    text-transform:uppercase;
    font-family:verdana;
    font-size:10px;
}

.news-panel .news-meta .news-platform { 
    color:#999;
    font-family:verdana;
    font-size:10px;
  font-weight:bold;
 }


.news-panel .news-panel-header .news-type {
    float:left;
}

.news-panel .news-panel-header .news-posted-by {
    float:right;
    text-transform:none;
}

.news-panel .news-panel-title {
    color:#357494;
}

.news-panel .news-panel-title h1 {
    font-size:33px;
    font-weight:bold;
    background-color:#eee;
}

.news-panel .news-panel-title h2 {
    font-size:25px;
    font-weight:bold;
    background-color:#eee;
}

.news-panel .news-panel-title h3 {
    font-size:17px;
    font-weight:bold;
    background-color:#eee;
}

.news-meta a {
    color:#ff9600;
    font-family:verdana;
    font-size:10px;
}

.news-meta span {
    color:#9d9d9d;
    font-family:verdana;
    font-size:10px;
    padding:0 1px;
}

.news-meta span.rating {
    padding-left:4px;
}

.news-meta span.rating img {
    margin-left:-3px;
}

.news-meta span.rating a {
    margin-left:-3px;
}

.news-meta span.rating a img {
    margin-left:0px;
}

.news-meta .rating-triangle {
    background:transparent url(../imggsyv2/rating-triangle.png) no-repeat 0 0;
    font-size:7px;
}

.news-meta .rating-triangle.rating-triangle-active {
    background:transparent url(../imggsyv2/rating-triangle.png) no-repeat 0 -8px;
}

.news-panel .news-body {
    padding:0;
    padding-top:10px;
    font-family:verdana;
    font-size:12px;
}

.news-panel .news-body p {
  line-height:17px;
  text-align:justify;
}

.news-panel .news-body h2 {
    font-size:15px;
    color:#357494;
    font-weight:bold;
}

.news-panel .news-body h1 {
    font-size:20px;
    color:#357494;
    font-weight:bold;
}


/* Game teasers */
.game-teasers .game-teaser {
    width:298;
    height:124px;
    overflow:hidden;
    border:1px solid #3d3d3d;
    position:relative;
}

.game-teasers .game-teaser .game-teaser-bottomline {
    position:absolute;
    bottom:0;
    height:30px;
    background-color:#fff;
    width:100%;
    left:0;
    right:0;
    /* Cross browser opacity */
    opacity:0.8;
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    overflow:hidden;
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:30px;
    text-align:left;
    padding-left:10px;
}

.game-teasers .game-teaser .game-teaser-bottomline a {
    font-size:18px;
    font-weight:bold;
    color:#000;
    text-decoration:none;
}

.last-comments {
    padding-top:10px;
}

/* Titles (blockquotes) */
blockquote {
    position:relative;
    margin:10px 0;
    background-color:#3d3d3d;
    height:25px;
    font-size:18px;
    color:#fff;
    border-bottom:1px solid #3d3d3d;
}

blockquote .title {
    padding:1px 0 2px 5px;
}

.tabs {
    position:relative;
    margin:10px 0;
    height:25px;
    color:#fff;
    border-bottom:1px solid #3d3d3d;
    overflow:hidden;
}

.tabs ul {
    list-style:none;
    ?display:inline;
    position:relative;
}

.tabs .title {
    background-color:#3d3d3d;
    font-size:18px;
    height:25px;
    line-height:25px;
    margin-right:1px;
    padding:0 10px;
    float:left;
    padding-right:25px;
}

.tabs li {
    background-color:#3d3d3d;
    font-size:11px;
    height:23px;
    line-height:23px;
    margin:0 1px;
    padding:0 7px;
    display:inline;
    float:left;
    text-transform:uppercase;
    font-family:tahoma;
    font-weight:bold;
    border:1px solid #3d3d3d;
    position:relative;
}

.tabs li:hover {
    background-color:#fff;
    color:#000;
    border-bottom:1px solid #fff;
    height:24px;
    line-height:24px;
    *top:-1px;
}

.tabs .tab {
    background-color:#fff;
    color:#000;
    border-bottom:1px solid #fff;
    height:24px;
    line-height:24px;
    *top:-1px;
}

.arrow {
    border-left:5px solid #eee;
    border-right:5px solid #eee;
    border-top:5px solid #3d3d3d;
    bottom:-6px;
    ?bottom:-5px;
    height:0;
    line-height:0;
    position:absolute;
    left:20px;
    width:0;
}

/* Comments */
.last-comments ul {
    margin-top:20px;
    position:relative;
}

.last-comments ul li {
    margin:6px 0;
}

.comment-count-bubble {
    width:24px;
    height:16px;
    line-height:12px;
    background:transparent url(../imggsyv2/comment-bubble.png) no-repeat;
    text-align:center;
    font-size:11px;
    ?background-position:left 1px;
}

.comment-text {
    color:#1b6991;
    margin-left:5px;
}

/* Shoutbox */
.shoutbox {
    zoom:1;
}

.shoutbox-quote {
    width:283px;
}

/* Wrapper of the textbox */
.shoutbox-quote .shoutbox-textbox-wrapper {
    width:254px;
    height:26px;
    background:#fff url(../imggsyv2/shoutbox-textbox-wrapper.png) no-repeat left top;
}

.shoutbox-quote .shoutbox-textbox-wrapper input {
    width:245px;
    border:none;
    font:normal 11px tahoma;
    margin-top:5px;
    margin-left:5px;
}

.shoutbox-quote .shoutbox-textbox-button {
    width:29px;
    height:26px;
    background:#fff url(../imggsyv2/shoutbox-ok-button.png) no-repeat left top;
}

/* Shoutbox container */
.shoutbox-messages {
    margin-top:10px;
    padding-left:15px;
    border-left:1px solid #c4c4c4;
    border-right:1px solid #c4c4c4;
    background-color:#eee;
    zoom:1;
}

/* Links inside shoutbox messages */
.shoutbox-messages a {
    color:#357494;
    text-decoration:none;
}

.shoutbox-messages a:hover {
    text-decoration:underline;
}

.shoutbox-messages a.owner {
    color:#ee800a;
}

/* Shoutbox messages */
.shoutbox-messages li {
    margin-bottom:10px;
    *margin-bottom:5px;
}


/* Shoutbox avatars */
.shoutbox-messages li img {
    float:left;
}

/* Shoutbox message text */
.shoutbox-messages li div {
    float:left;
    padding-left:5px;
    padding-right:10px;
    font-size:11px;
    font-family:arial;
    color:#000;
    line-height:13px;
    width:230px;
    position:relative;
    zoom:1;
}

.shoutbox-messages li div img.block {
    position:absolute;
    right:0;
    top:0;
}

.shoutbox-messages li div .posted {
  color:#666;
}

/* Big */

.shoutbox-messages.big {
    padding-left:0;
    border:0;
}

.shoutbox-messages.big li div {
    width:90%;
    padding-left:10px;
}

.shoutbox-messages.big li {
    margin-bottom:15px;
    background:#eee url(../imggsyv2/speech-bubble-grad-from.png) repeat-x left bottom;
    border:1px solid #cdcdcd;
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
    padding:5px;
    position:relative;
}


.shoutbox-messages.big li .shoutbox-arrow-border {
    display:block;
    border-left:5px solid #eee;
    border-right:5px solid #eee;
    border-top:6px solid #cdcdcd;
    bottom:-6px;
    height:0;
    line-height:0;
    position:absolute;
    right:21px;
    width:0;
    zoom:1;
}

.shoutbox-messages.big li .shoutbox-arrow {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    
    /* Slap IE6 ! */
    _border-left-color:black;
    _border-right-color:black;
    _filter: chroma(color=black);
    
    border-top:5px solid #e7e7e7;
    bottom:-4px;
    height:0;
    line-height:0;
    position:absolute;
    left:auto;
    right:21px;
    width:0;
    display:block;
    zoom:1;
}

.shoutbox-messages.big li.owner .shoutbox-arrow {
    left:21px;
    right:auto;
}

.shoutbox-messages.big li.owner .shoutbox-arrow-border {
    left:21px;
    right:auto;
}


.shoutbox-messages.big li, .shoutbox-messages.big li a, .shoutbox-messages.big li div {
    font-size:11px;
    font-family:tahoma;
}

.shoutbox-messages.big li .shoutbox-message-date {
    font-weight:bold;
    color:#666;
    padding-bottom:2px;
    padding-left:0;
}

.shoutbox-messages.big li .shoutbox-message-text {
    padding-left:0;
}


/* Shoutbox buttons */
#shoutbox-message-wrapper {
    position:relative;
    zoom:1;
}

a.shoutbox-navbutton span {
    visibility:hidden;
}

a.shoutbox-navbutton {
    position:absolute;
    width:11px;
    height:93px;
    display:block;
    background-image:url(../imggsyv2/scrollers.png);
    background-repeat:no-repeat;
    text-decoration:none;
    font-size:1%;
}

#shoutbox-message-wrapper a.shoutbox-navbutton {
    visibility:visible;
}

#shoutbox-message-wrapper.mouse-on a.shoutbox-navbutton {
    visibility:visible;
}

a.shoutbox-navbutton.navbutton-left {
    left:0px;
    top:90px;
    background-position:-33px 0;
}

a.shoutbox-navbutton.navbutton-left:hover {
    background-position:-44px 0;
}

a.shoutbox-navbutton.navbutton-right {
    right:0px;
    top:90px;
    background-position:0 0;
}

#shoutbox-message-wrapper.mouse-on a.shoutbox-navbutton.navbutton-left {
    background-position:-55px 0;
}

#shoutbox-message-wrapper.mouse-on a.shoutbox-navbutton.navbutton-right {
    background-position:-22px 0;
}

#shoutbox-message-wrapper a.shoutbox-navbutton.navbutton-left:hover {
    background-position:-44px 0;
}

#shoutbox-message-wrapper a.shoutbox-navbutton.navbutton-right:hover {
    background-position:-11px 0;
}


/* Video teasers */
.video-teasers .video-teaser {
    width:298px;
    height:169px;
    overflow:hidden;
    border:1px solid #3d3d3d;
    position:relative;
    margin-top:15px;
    display:block;
    text-decoration:none;
}

.video-teasers .video-teaser .video-teaser-bottomline {
    position:absolute;
    bottom:0;
    height:30px;
    background-color:#fff;
    width:auto\9;
    _width:100%;
    left:0;
    right:0;
    /* Cross browser opacity */
    opacity:0.7;
    -moz-opacity:0.7;
    -khtml-opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    overflow:hidden;
    font-size:18px;
    color:#011921;
    line-height:30px;
    padding-left:10px;
    text-align:left;
    letter-spacing:1px;
}

.popular-articles ol, .popular-games ol {
    list-style-position:outside;
    margin:0;
    padding-left:10px;
    position:relative;
}

.popular-articles ol li, .popular-games ol li {
    margin:5px 0 5px 15px;
    text-indent:5px;
}

.popular-articles ul {
    position:relative;
    list-style-position:outside;
    margin:0;
    padding-left:10px;
}

/* Express links */

.express-links strong {
    display:block;
}

.express-links ul {
    margin-left:4px;
}

.express-links ul li {
    border-bottom:1px dotted #d1d1d1;
    padding:8px 0;
}

.express-links ul li a {
    font-size:11px;
}

.express-links ul li a strong {
    font-weight:bold;
}

/* Span buttons */
.span-button {
    font:bold 11px arial;
    cursor:pointer;
    display:block;
    background:#3d3d3d;
    color:#fff;
    padding:3px 10px;
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
}

/* Scrollers */
.shoutbox-scrollers {
    width:100%;
    padding:5px 0;
    text-align:center;
    zoom:1;
}

.scroller-btn {
    width:93px;
    height:13px;
    background-image:url(../imggsyv2/scrollers.png);
    background-repeat:no-repeat;
    background-position:0 0;
    cursor:pointer;
    *display:inline;
    position:relative;
    _font-size:1px;
    
}

.scroller-btn.scroller-down {
    margin-right:10px;
}

.scroller-btn.scroller-down.scroller-down-disabled {
    background-position:0 -26px;
    cursor:default;
}

.scroller-btn.scroller-down.scroller-down-disabled:hover {
    background-position:0 -26px;
}

.scroller-btn.scroller-up.scroller-up-disabled {
    background-position:0 -65px;
    cursor:default;
}

.scroller-btn.scroller-up.scroller-up-disabled:hover {
    background-position:0 -65px;
}

.scroller-btn.scroller-up {
    background-position:0 -39px;
}

.scroller-btn.scroller-down:hover {
    background-position:0 -13px;
}

.scroller-btn.scroller-up:hover {
    background-position:0 -52px;
}

/* Login box */
.login-box blockquote {
    margin-bottom:12px;
}

.login-box .login-box-username-normal {
    font-size:15px;
    color:#3d3d3d;
    font-weight:bold;
}

.login-box .login-box-username-big {
    font-size:11px;
    color:#3d3d3d;
}

.login-box .login-box-info {
    padding-left:5px;
    *display:inline;
}

.login-box a {
    font:normal 11px arial;
}

.login-box .login-row label {
    display:block;
    font:normal 11px arial;
    color:#3d3d3d;
    padding-bottom:3px;
}

.login-box .login-row .login-box-fld {
    width:95%;
    padding:2px;
    font-size:11px;
}

.login-box .login-row .login-box-button {
    margin-top:5px;
    border:none;
    font:bold 11px arial;
    cursor:pointer;
    background:#ccc;
    color:#000;
    padding:3px 5px;
    /* Gecko based browsers */
    -moz-border-radius:5px;
    /* Webkit */
    -webkit-border-radius:5px;
    /* CSS 3 */
    border-radius:5px;
}

/* Game sheet */
.game-sheet {
    padding:15px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.game-sheet {
    padding:10px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.game-sheet .game-sheet-description {
    padding-bottom:10px;
    border-bottom:1px dotted #424242;
    width:100%;
    overflow:hidden;
}

.game-sheet .game-sheet-pictures {
    margin-top:10px;
}

.game-sheet .game-sheet-pictures a {
    margin-right:3px;
    margin-bottom:3px;
    display:inline-block;
}

.game-sheet ul {
    margin-left:15px;
}

.game-sheet ul li {
    font-family:verdana;
    font-size:13px;
    margin-bottom:5px;
}

.game-sheet ul li a {
    font-weight:bold;
}

.game-sheet .game-sheet-tags a {
    color:#424242;
}

.game-sheet h1 {
    font-size:20px;
    font-family:arial;
    font-weight:bold;
    color:#1c1c1c;
}

.game-sheet h1 {
    font-size:20px;
    font-weight:bold;
    color:#1c1c1c;
}

.game-sheet-related-news {
    font-size:18px;
    color:#000;
    padding:10px 20px;
    background-color:#e6e6e6;
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

/* Download */
.video-download {
    padding:10px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.video-download ul a h1 {
    font-size:28px;
    margin-top:-5px;
    font-weight:bold;
    width:385px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;

}

.video-download ul h2 {
    font-size:18px;
    color:#424242;
    font-weight:bold;
}

.video-download ul {
    margin-left:15px;
}

.video-download ul label {
    width:75px;
}

.video-download-buttons {
    margin-top:30px;
    margin-top:20px\9;
    text-align:center;
}

.video-download-buttons a, .video-download-buttons .button-list {
    margin-right:5px;
    vertical-align:top;
    display:inline\9;
}

.big-button {
    font-size:14px;
    color:#fff;
    padding:8px 15px;
    font-weight:bold;
    background-color:#3d3d3d;
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
    vertical-align:top;
}


.big-button {
    font-size:14px;
    color:#fff;
    padding:8px 15px;
    font-weight:bold;
    background-color:#3d3d3d;
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
    vertical-align:top;
}

.big-button.big-font, .big-button.big-font.off {
    font-size:18px;
}

.big-button.off {
    font-size:14px;
    color:#3d3d3d;
    font-weight:normal;
    background-color:#e6e6e6;
}

.big-button ul li {
    text-align:left;
    font-size:11px;
    color:#ff9600;
    font-family:verdana;
    text-transform:none;
    margin:4px 0;
}

.big-button ul li a {
    font-size:11px;
    color:#ff9600;
    font-family:verdana;
}

/* Generic dotted separator */
.dotted-separator {
    margin:20px 0;
    border-top:1px dotted #3d3d3d;
}

/* Account */
.account {
    padding:10px;
    background-color:#e6e6e6;
    /* Gecko based browsers */
    -moz-border-radius:10px;
    /* Webkit */
    -webkit-border-radius:10px;
    /* CSS 3 */
    border-radius:10px;
}

.account ul h1 {
    font-size:22px;
    margin-top:-4px;
    font-weight:bold;
    font-family:arial;
}

.account ul h2 {
    font-size:18px;
    color:#424242;
    font-weight:bold;
}

.account ul {
    margin-left:15px;
}


.account ul li {
    font:normal 13px verdana;
    margin:4px 0;
}

.account ul li a {
    font-weight:bold;
}

.account ul label {
    width:75px;
}

.account-buttons {
    margin-top:20px;
    margin-top:20px\9;
    text-align:left;
}

.account-buttons a {
    margin-right:15px;
}

.message {
    background:#fffcea url(../imggsyv2/info.gif) no-repeat 5px 7px;
    padding-left:30px;
    padding-top:7px;
    padding-bottom:5px;
    font-size:11px;
    position:relative; 
    top:65px; 
    border:1px solid #f9e573;
    padding-bottom:27px;
    zoom:1;
}

.message div {
    height:20px; 
    line-height:20px; 
    background-color:#fff7ca; 
    position:absolute;
    z-index:10;
    left:0;
    right:0;
    _width:100%;
    _padding-left:30px;
    bottom:0;
    text-align:right;
}

.message div a {
    margin-right:10px;
    color:#3d3d3d;
    font-weight:bold;
}

.message.no-margin {
    top:0px; 
}

.smallbr { 
  line-height:2px;
}

#static h1 {
    font-size:18px;
    font-weight:bold;
}

#static {
    line-height:18px;
}

#static ul {
    list-style:square;
    list-style-position:inside;
    margin-left:10px;
}
