* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    z-index:2;
}

ul {
    font-size: 0px;
    line-height: 0px;
    list-style: none;
}

li {
    overflow: hidden;
    position: relative;
    color: white;
}

body {
    background-color: #000000;
    font-family: Tahoma;
    color: #000000;
    position: relative;
    line-height: 1.5;
}

a {
    text-decoration: none;
    outline: none;
    color: #0099ff;
}

/* MOUSEOVER UNDERLINE EFFECTS ON LINKS - GLOBAL FOR THE WHOLE SITE */
a.title:hover, a:hover .title, #footer a:hover, .item a.link:hover {
    text-decoration: underline;
}

a.more-link {
    font-size: 11px;
    color: #000;
    line-height: 13px;
}

a.more-link img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: top;
}

.hidden {
	display: none;
}

#page {
    margin: 0px auto;
    width: 1002px;
    overflow: hidden;
}

#header {}

#body {
    overflow: hidden;
    width: 1002px;
    border-top: 0px;
    border-bottom: 0px;
    position: relative;
}

#left-menu {
    float: left;
    width: 173px;
    padding: 0 8px;
}

#content {
    width: 982px;
    margin: 0 10px;
}

#content-left {
    float: left;
    width: 668px;
    overflow: hidden;
    margin-bottom: 10px;
}

#content-right {
    float: right;
    width: 304px;
    margin-bottom: 10px;
}

#banner-bottom {
    clear: both;
    overflow: hidden;
    width: 728px;
    height: 90px;
    margin-top: 10px;
    padding: 0px 126px 0px 126px;
    text-align: center;
}

#page * {
    Z-INDEX: 3
}
html, body {
height: 100%;
min-height: 100%;
}


.clear {
	clear: both;
}
#header {
    position: relative;
    width: 1002px;
    background-color: #000000;
}

#header div.banner {
    position: relative;
    width: 1002px;
    height: 150px;
    overflow: hidden;
}

#header div.banner div.bottom-stripe {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 1002px;
    font-size: 0px;
    line-height: 0px;
    opacity: 0.20;
    -moz-opacity: 0.20;
    filter: alpha(opacity=20);
}

#header .logo {
    position: absolute;
    top: 62px;
    left: 16px;
}

#header .logo img {
}

#header .logo .h1like {
    position: absolute;
    top: 81px;
    left: 85px;
    font: 13px Arial;
    font-weight: bold;
    color: #EEEEEE;
    letter-spacing: 1px;
}

#header .logo h1 {
    display: inline;
    font: 13px Arial;
    font-weight: bold;
    color: #EEEEEE;
    letter-spacing: 1px;
}

#header .logo h1 a, #header .logo .h1like a {
    color: #ffffff;
}

#header #login-border {
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: solid 1px #5D5D5F;
    border-top: solid 1px #5D5D5F;
    border-right: solid 1px #5D5D5F;
    height: 51px;
    margin-right: 10px;
}

#header #login-box {
    background: url('/img/header/login-bg.png') repeat-x;
    border-left: solid 1px #222324;
    border-right: solid 1px #222324;
    height: 40px;
    padding: 4px;
}

#header div.form {
    width: 342px;
    height: 39px;
}

#header .form form {
    display: none;
    overflow: hidden;
    width: 342px;
}

#header .top-menu-bar form {
    float: right;
    width: 195px;
    height: 26px;
    padding-top: 4px;
}

#header form input.login, #header form input.password, #header .top-menu-bar .search-input {
    width: 145px;
    height: 21px;
    border: 1px solid #000000;
    color: #000000;
    float: left;
    margin-right: 2px;
}

#header form input.button, #header .top-menu-bar .search-button {
    width: 44px;
    height: 23px;
    background: url('/img/header/button_bg.png') repeat-x top left;
    border: solid 1px black;
    color: #ffffff;
    font-size: 11px;
    float: right;
    padding-bottom: 3px;
}

#header .search-button {
    
}

#header div.logged, #header div.not-logged {
    display: none;
    color: #ffffff;
    line-height: 14px;
    margin-left: 2px;
}

#header div.logged a, #header div.not-logged a {
    color: #ffffff;
    font-size: 11px;
}

#header div.logged a:hover, #header div.not-logged a:hover {
    text-decoration: underline;
}

#header div.logged {
}

#header div.logged span {
    font-weight: bold;
}

#header div.logged a {
    float: right;
    margin-right: 8px;
    height: 21px;
    width: 44px;
    background-image: url('/img/header/button_bg.png');
    background-repeat: repeat-x;
    border: 1px solid black;
    text-align: center;
}

#header #navbar {
    border-right: 2px solid #3A3A3A;
    width: 975px;
    padding-left: 5px;
    background: url('/img/header/navbar_left.png') no-repeat;
    margin-left: 10px;
    margin-bottom: 12px;

}

#header div.top-menu-bar {
    height: 33px;
    background: url('/img/header/top_menu_bg.png') repeat-x top left;
    border-top: 0px;
    border-bottom: 0px;
    padding-right: 3px;
}

#header .top-menu {
    float: left;
    width: 771px;
    margin: auto;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    margin: auto;
    overflow: hidden;
}

#header .top-menu a {
    float: left;
    position: relative;
}

#header .top-menu a .title {
    float: left;
    padding: 0px 19px;
    color: #ffffff;
    font-weight: bold;
    height: 33px;
    line-height: 30px;
}

#header .top-menu a .border {
    display: block;
    position: absolute;
    visibility: hidden;
    top: 0px;
    width: 10px;
    height: 27px;
}

#header .top-menu a .left {
    left: 0px;
}

#header .top-menu a .divider {
    background: url('/img/header/divider.png') no-repeat center center;
    padding: 0px 2px 0px 0px;
    float: left;
    height: 33px;
}

#header .top-menu .first .divider, #header .top-menu .active .divider, #header .top-menu .active-right .divider {
    padding: 0px;
}

#header .top-menu a.active .border, #header .top-menu a:hover .border {
    visibility: visible;
}

#header .top-menu a.active .title, #header .top-menu a:hover .title {
    color: #b7b8b8;
    text-decoration: none;
}

#header .top-menu a.active .title {
    font-weight: bold;
    background-color: #000000;
}

#header div.breadcrumb {
    height: 20px;
    background: url('/img/header/breadcrumb_bg.png') repeat-x top left;
    line-height: 20px;
    font-size: 10px;
    color: #B7B8B8;
    font-family: Tahoma;
    margin: auto;
    font-weight: bold;
}

#header div.breadcrumb span{
    padding-left: 20px;
}

#header div.breadcrumb a {
    color: #B7B8B8;
}

#footer ul li, #footer {
    font-weight: bold;
}

#footer {
    clear: both;
    width: 982px;
    background: url('/img/backgrounds/footer_bg.png') repeat-y;
    color: white;
    border-top: solid 1px #5E5E5E;
    margin: 20px auto 0 auto;
    font-size: 11px;
    padding: 15px 0;
}

#footer .logo {
    position: absolute;
    top: 0;
    right: 0;
}

#footer a {
    color: #ffffff;
    line-height: 13px;
}

#footer .friend-links,
#footer .copyright,
#footer .slogan {
    float: left;
    text-align: left;
    color: #DCD9D9;
    line-height: 13px;
}

#footer .friend-links {
    margin-left: 30px;
    width: 141px;
    color: white;
}

#footer .friend-links ul {
    margin-left: 35px;
}

#footer .friend-links ul a{
    color: #DCD9D9;
    font-size: 11px;
}

#footer .copyright {
    margin-left: 80px;
    width: 257px;
}

#footer .slogan {
    margin-left: 80px;
    width: 203px;
}
div.board-links ul {
    height: 593px;
    overflow-y: scroll;
}

.pagination {
    padding: 5px 0px;
    text-align: center;
    font: 12px Tahoma;
    color: white;
    line-height: 14px;
    line-height: 16px;
}

.pagination a {
    color: white;
}

.pagination .arrows span {
    padding: 0 4px;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

.pagination .arrows span.off {
    visibility: hidden;
}

.pagination .numbers span {
    padding: 0 2px;
}

.pagination .numbers span.current {
    color: #666;
}

#hot-games-box, #carousel {
    width: 982px;
}

#hot-games-box {
    margin: 10px;
}

#carousel {
    border-top: 1px solid #464749;
    border-bottom: 1px solid #464749;
}

#carousel a.prev, #carousel a.next {
    margin-top: 1px;
    margin-bottom: 1px;
    display: block;
    width: 38px;
    height: 172px;
    float: left;
}

#carousel a.prev {
    background: url('/img/arrows/carousel_left.png') center left no-repeat;
    margin-left: 2px;
    margin-right: 1px;
}

#carousel a.prev:hover {
    background-image: url('/img/arrows/carousel_left.png');
}

#carousel a.next {
    background: url('/img/arrows/carousel_right.png') center left no-repeat;
    margin-right: 2px;
    margin-left: 1px;
    position: absolute;
    right: 11px;
}
#carousel a.next:hover {
    background-image: url('/img/arrows/carousel_right.png');
}

#carousel li, #carousel li img, #carousel .caption {
    width: 146px;
}

#carousel li {
    font-size: 0;
    line-height: 0;
    background-color: #000;
}

#carousel li img {
    height: 142px;
}

#carousel .caption {
    display: table;
    height: 31px;
    background: transparent;
}

#carousel .overlay {
    display: table-cell;
    vertical-align: middle;
}

#carousel .overlay .title{
    font: 12px Tahoma;
    font-weight: bold;
    color: white;
    padding: 0 5px;
}

#carousel .items-container {
    float: left;
    height: 174px;
    width: 897px;
    border-left: 1px solid #464749;
    border-right: 1px solid #464749;
    overflow: hidden;
}

#carousel li {
    padding-top: 1px;
    border-left: 1px solid #464749;
    border-right: 1px solid #464749;
    margin: 0px 1px;
    text-align: center;
}

#carousel ul .item_first {
    margin-left: 0px;
}

#carousel li img {
}

#related-videos {
    position: relative;
}

#related-videos a.prev {
    display: block;
    width: 100%;
    height: 20px;
    background: url('/img/arrows/carousel_top_off.png') center center no-repeat;
}

#related-videos a.prev:hover {
    background: url('/img/arrows/carousel_top_on.png') center center no-repeat;
}

#related-videos a.next {
    display: block;
    width: 100%;
    height: 20px;
    background: url('/img/arrows/carousel_bottom_off.png') center center no-repeat;
}

#related-videos a.next:hover {
    background: url('/img/arrows/carousel_bottom_on.png') center center no-repeat;
}

#related-videos .content {
    padding: 4px 0;
}

#related-videos .items-container {
    padding-left: 24px;
    height: 275px;
}

#related-videos li {
    display: none;
    overflow: hidden;
    padding-top: 2px;
    width: 82px;
    height: 89px;
    font-size: 0px;
}

#related-videos .item_even, #related-videos .item_odd {
    background-color: transparent;
}

#related-videos li img {
    width: 80px;
    height: 60px;
}

#related-videos li .title {
    display: block;
    height: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    color: #000000;
    font-weight: bold;
    padding: 1px 0px;
}

#related-videos li .image {
    display: block;
    position: relative;
}

#related-videos li .image .play-button-watermark {
    border: 0 none;
    position: absolute;
    width: 41px;
    height: 40px;
    top: 10px;
    left: 20px;
    display: none;
}

#related-videos li .image:hover .play-button-watermark {
    display: block;
}

#main-top {
}

#main-top #banner {
    width: 300px;
    height: 250px;
    border: 2px solid #333;
    border-top: 1px solid #333;
    overflow: hidden;
    position: absolute;
    right: 10px;
}

#latest-articles .content {
    overflow: visible;
    margin-bottom: 1px;
}

#latest-articles .item_inline-article {
    background-color: #073B49;
}

#latest-articles .list .item_odd a{
    color: #FFFFFF;
}

#latest-articles .list .item_even a{
    color: #C6C6C6;
}

#latest-articles .list .item_last {
    margin: 0px;
}

#latest-articles .more-link,
#latest-news .more-link {
    clear: none;
}


#latest-news .bottom, #latest-articles .bottom {
    /*width: 470px;*/
    height: 24px;
    line-height: 24px;
}

#latest-news .bottom .left, #latest-articles .bottom .left {
    float: left;
    width: 24px;
    height: 24px;
    background-color: #c2c2c2;
}

#latest-news .bottom .right, #latest-articles .bottom .right {
    overflow: hidden;
}

#latest-articles .bottom .right .legend-item {
    float: left;
    font-family: Arial;
    font-size: 11px;
    line-height: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
    margin-top: 4px;
    margin-left: 14px;
}

#latest-articles .bottom .right .interviews {
    background-image: url('/img/backgrounds/latest_articles_interview.png');
}

#latest-articles .bottom .right .reviews {
    background-image: url('/img/backgrounds/latest_articles_review.png');
}

#latest-articles .bottom .right .features {
    background-image: url('/img/backgrounds/latest_articles_feature.png');
}

#latest-articles .bottom .right .news {
    background-image: url('/img/backgrounds/latest_news.png');
}

#latest-screenshots {
}

#latest-screenshots .content {
    width: 664px;
    background: #09161F;
}

#latest-screenshots .list {
    width: 632px;
    overflow: hidden;
    margin: 14px auto 16px auto;
}

#latest-screenshots .image .outer-border {
    border-top: solid thin #13495E;
    border-bottom: solid thin #13495E;
}

#latest-screenshots .image .inner-border {
    border-top: solid thin black;
    border-bottom: solid thin black;
    background-color: black;
}

#latest-screenshots .image img {
    width: 120px;
    height: 75px;
}

#latest-screenshots .list li {
    width: 120px;
    margin: 0 0 0 8px;
}

#latest-screenshots .list .item_first, #latest-screenshots .item_last {
    margin: 0px;
}

#latest-screenshots .list .item .title {
    height: 30px;
    line-height: 30px;
}

#latest-screenshots .image .screenshot-count {
    width: 120px;
    height: 75px;
    color: white;
    line-height: 75px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0px;
    display: none;
}

#latest-screenshots .image:hover .screenshot-count {
    display: block;
}

#latest-screenshots .image:hover img {
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#game-page-left-banner, #general-page-right-banner, .static-pages-banner {
    margin-top: 10px;
    width: 300px;
    height: 250px;
    border: 1px solid #848484;
}

#game-screenshots ul.list {
    overflow: hidden;
    margin: 0px 7px;
}

#game-screenshots ul.list li {
    margin: 0px 5px 12px 5px;
    width: 120px;
    height: 120px;
}

#game-screenshots ul.list li img {
    width: 120px;
    height: 90px;
}

#game-screenshots ul.list li .play-button-watermark {
    width: 42px;
    height: 42px;
    top: 24px;
    left: 39px;
}

#game-screenshots .pagination {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 638px;
    margin: auto;
    margin-bottom: 13px;
}

#latest-screenshots .list {
    width: 632px;
    overflow: hidden;
    margin: 14px auto 16px auto;
}

#latest-screenshots .image .outer-border {
    border-top: solid thin #13495E;
    border-bottom: solid thin #13495E;
}

#latest-screenshots .image .inner-border {
    border-top: solid thin black;
    border-bottom: solid thin black;
    background-color: black;
}

#latest-screenshots .image img {
    width: 120px;
    height: 75px;
}

#latest-screenshots .list li {
    width: 120px;
    margin: 0 0 0 8px;
}

#latest-screenshots .list .item_first, #latest-screenshots .item_last {
    margin: 0px;
}

#latest-screenshots .list .item .title {
    height: 30px;
    line-height: 30px;
}

#latest-screenshots .image .screenshot-count {
    width: 120px;
    height: 75px;
    color: white;
    line-height: 75px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0px;
    display: none;
}

#latest-screenshots .image:hover .screenshot-count {
    display: block;
}

#latest-screenshots .image:hover img {
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#game-overview .title {
    font-weight: bold;
}

#game-overview .title, #game-overview dl dt {
    color: #0099FF;
}

#game-overview .left {
    float: left;
    width: 386px;
}

#game-overview .right {
    float: left;
    margin-left: 26px;
    width: 232px;
}

#game-overview .description {
}

#game-overview .buttons {
    clear: both;
}

#game-overview .buttons a {
    margin-left: 10px;
}

#game-overview .buttons a.first {
    margin-left: 0px;
}

#game-overview .content, #game-overview-top-partial .content {
    background-color: #09161F;
    color: white;
    font-size: 11px;
    padding: 10px;
}

#game-overview .content a, #game-overview-top-partial .content a {
    text-decoration: underline;
}

#game-overview .highlight-box {
    border-top: #395E7B solid 1px;
    border-bottom: #1B2C3C solid 1px;
}

#game-overview h1 {
    background-image: none;
    background-color: #09161F;
    padding: 22px 0px 22px 10px;
    font-size: 20px;
    line-height: 20px;
    overflow: visible;
    height: auto;
}

#game-overview .banner {
    position: relative;
}

#game-overview .banner-image img {
    width: 664px;
    height: 226px;
}

#game-overview .banner .official-btn {
   position: absolute;
   bottom: 3px;
   right: 5px;
}

#game-overview .header, #game-overview-top-partial .header {
    overflow: hidden;
    position: relative;
}

#game-overview .header img, #game-overview-top-partial .header img {
}

#game-overview .header dl, #game-overview-top-partial .header dl {
    float: left;
}

#game-overview .ratings {
    margin-top: 24px;
}

#game-overview .ratings dt {
    width: 105px;
}

#game-overview .ratings dd {
    width: 81px;
    background-color: black;
}

#game-overview .ratings img {
    border-left: 1px solid black;
}

#game-overview .header dt, #game-overview-top-partial dt {
    clear: left;
    float: left;
    font-weight: bold;
}

#game-overview .header dd, #game-overview-top-partial .header dd {
    float: left;
    height: 14px;
    margin-left: 4px;
    overflow: hidden;
}

#game-overview-top-partial #official_site_btn {
    position: absolute;
    bottom: 0px;
    left: 210px;
}

#game-overview-top-partial .description {
    height: 55px;
    overflow: hidden;
    clear: both;
    padding-top: 10px;
    font-size: 11px;
}

#game-overview .description p, #game-overview-top-partial .description p {
    margin-top: 0px;
    margin-bottom: 10px;
}

#game-overview .links, #game-overview-top-partial .links {
    text-align: right;
    margin-top: 6px;
}

#game-overview .game-nav-bar {
    padding-top: 10px;
}

/* GAME OVERVIEW SCREENSHOTS */
#game-overview-screenshots ul {
    width: 642px;
    margin: 6px auto;
    overflow: hidden;
}

#game-overview-screenshots li.item_thumb {
    width: 100px;
    padding: 1px 1px 0 1px;
    text-align: center;
    margin: 0 0 0 6px;
}

#game-overview-screenshots li.item_thumb.item_first {
    margin: 0px;
}

#game-overview-screenshots li.item_even {
    background-color: #393738;
}

#game-overview-screenshots .image img {
    width: 100px;
    height: 75px;
}

#game-overview-screenshots img.play-button-watermark {
    width: 42px;
    height: 42px;
}

#game-overview-screenshots .title {
    text-align: left;
    margin-left: 4px;
}

/* END GAME OVERVIEW SCREESNHOTS */

#game-more-videos div.content, #general-more-videos div.content {
    overflow: hidden;
}

#video-content-left {
    float: left;
    margin-top: 8px;
    width: 640px;
}

#video-content-right {
    float: left;
    padding-left: 8px;
    width: 130px;
}

#content-left .video-player-box {
    margin-bottom: 10px;
}

#content-left .video-player-box.box .content {
    background-color: #072731;
}

#content-left .video-player {
    width: 640px;
    height: 380px;
    background-color: #ffffff;
    overflow: hidden;
    margin: 12px auto;
}

.game-sub-nav.top {
    width: 100%;
    background-color: #09161F;
    padding-bottom: 12px;
}

#content-left .game-sub-nav.top .content {
    width: 638px;
    margin: auto;
    padding: 0px;
}

.top .game-nav-bar {
    padding-top: 20px;
    padding-bottom: 13px;
}

.game-nav-bar-container {
    margin-bottom: 10px;
}

.game-nav-bar {
    width: 515px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}
.game-nav-bar li {
    float: left;
    margin-left: 13px;
    padding: 0px;
    border: none;
}
.game-nav-bar li.first {
    margin: 0px;
}
.game-nav-bar a img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.game-nav-bar-container .social-bar {
    border-top: #333 solid 1px;
    border-bottom: 1px solid #333333;
    width: 638px;
    position: relative;
    height: 46px;
}

.game-nav-bar-container .social-bar .facebook {
    position: absolute;
    top: 13px;
    left: 0px;
}

.game-nav-bar-container .social-bar .reddit {
    position: absolute;
    top: 14px;
    left: 99px;
}

.game-nav-bar-container .social-bar .tweet {
    position: absolute;
    top: 13px;
    left: 247px;
}

.game-nav-bar-container .social-bar .stumble {
    position: absolute;
    top: 13px;
    left: 371px;
}

.game-nav-bar-container .social-bar .google {
    position: absolute;
    top: 13px;
    left: 472px;
}

.game-nav-bar-container .social-bar .digg {
    position: absolute;
    top: 13px;
    left: 560px;
}

.video-content-overview {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    padding: 0px;
    margin-bottom: 10px;
}

.video-content-overview .title {
    font-weight: bold;
    height: 14px;
    overflow: hidden;
    margin-bottom: 1px;
    padding: 12px;
    background-color: #141414;
}

.video-content-overview .info {
    background-color: #1E1E1E;
    overflow: hidden;
}

.video-content-overview .left {
    width: 362px;
    height: 74px;
    float: left;
    padding-right: 4px;
    oveflow: hidden;
    padding: 12px;
    border-right: solid 1px black;
}

.video-content-overview .left .description {
    height: 28px;
    margin-bottom: 14px;
    overflow: hidden;
    font-size: 11px;
}

.video-content-overview .left .description a {
    color: #ffffff;
}

.video-content-overview .left .description a:hover {
    text-decoration: underline;
}

.video-content-overview .left .label {
    font-weight: bold;
    font-size: 11px;
    color: #C6C6C6;
}

.video-content-overview .left .views {
    float: left;
    width: 100px;
    height: 14px;
    overflow: hidden;
    font-size: 11px;
}

.video-content-overview .left .duration {
    float: left;
    width: 95px;
    height: 14px;
    overflow: hidden;
    font-size: 11px;
}

.video-content-overview .left .added {
    float: right;
    height: 14px;
    overflow: hidden;
    font-size: 11px;
}

.video-content-overview .right {
    float: right;
    width: 257px;
    height: 74px;
    padding: 12px;
}

.video-content-overview .right .label {
    float: left;
    font-size: 11px;
    color: #C6C6C6;
}

.video-content-overview .right .input {
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
}

.video-content-overview .right .permalink,
.video-content-overview .right .embed {
    margin-bottom: 9px;
}

.video-content-overview .right input,
.video-content-overview .right .share {
    display: block;
    float: right;
    width: 170px;
    font-size: 11px;
}

#video-content-right .box {
    margin-top: 8px;
}

#video-content-right .box .content {
    background-color: #d0d0d0;
}

.thumbs-rating {
    /*height: 149px;*/
}

.thumbs-rating .rating {
    height: 32px;
    overflow: hidden;
    padding-left: 30px;
}

.thumbs-rating .rating a {
    color: white;
}

.thumbs-rating .rating-box {
    background-color: #1E1E1E;
    height: 63px;
    padding-left: 18px;
}

.thumbs-rating .rating_up {
    background: url(/img/rating/sign_pos.png) no-repeat left center;
    float: left;
    height: 63px;
}

.thumbs-rating .rating_down {
    float: left;
    background: url(/img/rating/sign_neg.png) no-repeat left center;
    height: 63px;
    margin-left: 18px;
}

.thumbs-rating .rating .label {
    height: 63px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    line-height: 63px;
}

.thumbs-rating .rating span.label {
    color: #808080;
}

.thumbs-rating .rating a .percentage {
    color: #C6C6C6;
}

.thumbs-rating .rating a:hover {
    text-decoration: underline;
}

.thumbs-rating .rating .value {
    height: 17px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
}

.thumbs-rating .bottom-message {
    height: 63px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 63px;
    border-bottom: 1px solid black;
    text-align: center;
    background-color: #141414;
}
#game-article .content, #general-article .content {
    padding: 8px 16px 16px 16px;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}

#game-article .content a, #general-article .content a {
    text-decoration: underline;
}

#game-article .content a:hover, #general-article .content a:hover {
    text-decoration: underline;
}

#game-article .content h2, #general-article .content h2 {
    margin: 15px 0px 5px;
}

#game-article .content h1, #general-article .content h1,
#game-article .content h2, #general-article .content h2,
#game-article .content h3, #general-article .content h3,
#game-article strong, #general-article strong {
    height: auto;
    color: #00AAFF;
}

#game-page-left-banner, #general-page-right-banner, .static-pages-banner {
    margin-top: 10px;
    width: 300px;
    height: 250px;
    border: 1px solid #848484;
}

#game-page-left-banner, #general-page-right-banner {
    width: 300px;
    height: 250px;
    border: 1px solid #848484;
}

#game-page-download .content {
    padding: 4px;
    font-size: 11px;
}

#game-page-download a {
    overflow: hidden;
    display: block;
    width: 252px;
    height: 28px;
    background: url('/img/backgrounds/downloadbutton_up.png') no-repeat;
    color: white;
    margin: 0px auto;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    padding-left: 38px;
}

#game-page-download a:hover {
    text-decoration: underline;
    background: url('/img/backgrounds/downloadbutton.jpg') no-repeat;
}

#event-overview .content {
    padding: 8px;
    font-size: 11px;
    line-height: 13px;
}

#event-overview .content .description * {
    font-size: 11px;
    line-height: 13px;
}

#event-overview .image {
    text-align: center;
}

#event-overview img.logo {
    width: 620px;
    height: 125px;
}

#event-overview .content .event_title {
  margin-top: 16px;
  color: white;
}

#event-overview .content .description {
    margin: 8px 0 0 0;
    text-align: left;
}

#event-overview .content .description p,
#event-overview .content .extra-info p {
    margin: 8px 0;
}

#event-overview .content .description ul,
#event-overview .content .description ol,
#event-overview .content .extra-info ul,
#event-overview .content .extra-info ol {
    margin: 11px 0;
    padding: 0 0 0 40px;
}

#event-overview .content .description ul,
#event-overview .content .extra-info ul {
    list-style-type: disc;
}

#event-overview .content .description ol,
#event-overview .content .extra-info ol {
    list-style-type: decimal;
}

#event-overview .content .description a:hover,
#event-overview .content .extra-info a:hover,
#event-overview .content .user-info a:hover {
    text-decoration: underline;
}

#event-overview .keys-info {
    margin-top: 15px;
    margin-bottom: 10px;
}

#event-overview .assign-form {
    margin: 8px 0 0 80px;
}

#event-overview .assign-form input.var {
    background: #FFFFFF url(/img/header/input_bg.png) repeat-x scroll left top;
    border: 1px solid #ccc;
}

#event-overview .assign-form input.button {
    background: transparent url(/img/header/button_bg_event_sign.png) no-repeat scroll left top;
    color: #ffffff;
    width: 115px;
    height: 18px;
    line-height: 18px;
    padding-bottom: 2px;
    font-size: 11px;
}

#event-overview .login-form {
    margin: 16px -8px -8px;
    background-color: #141414;
    padding: 13px;
    border-top: 1px solid black;
}

#event-overview .login-form h2 {
    font-size: 11px;
    color: white;
    font-weight bold;
    line-height: 11px;
    display: inline;
}

#event-overview .login-form form {
}

#event-overview .login-form label {
    float: left;
    width: 100px;
    height: 17px;
    line-height: 17px;
}

#event-overview .login-form input.credential {
    background: #FFFFFF url(/img/header/input_bg.png) repeat-x scroll left top;
    border: 1px solid #000;
    display: block;
    height: 15px;
    width: 145px;
    padding-top: 2px;
    margin-bottom: 2px;
}

#event-overview .login-form #login {
    margin-top: 13px;
}

#event-overview .login-form input.button {
    background: transparent url(/img/header/button_bg.png) repeat-x;
    color: #ffffff;
    width: 44px;
    height: 19px;
    padding-bottom: 2px;
    margin: 0 0 0 101px;
    font-size: 11px;
    border: 1px solid #000;
    position: relative;
    left: 102px;
}

#event-overview .login-form .links {
    display: inline;
    padding-left: 26px;
}

#event-overview .login-form .links a {
    color: #C6C6C6;
    font-size: 10px;
}

#event-overview .login-form .links a:hover {
    text-decoration: underline;
}

#event-overview .user-info {
    border-top: solid 1px black;
    margin: 16px -8px -8px;
    background-color: #141414;
    padding: 10px;
}

#event-overview #user-info-div h2 {
    color: white;
}

#event-overview .user-info p {
    margin: 10px 0;
}

#event-overview .user-info .beta_key_value {
  display: block;
  position: relative;
  left: 200px;
  width: 250px;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
  background: #FFFFFF url('/img/header/input_bg.png') repeat-x scroll left top;
  border: 1px solid #000;
}

#event-overview .user-info #copy_key_to_clipboard {
    background-image: url('/img/backgrounds/clipboard_bg.gif');
    width: 122px;
    height: 19px;
    position: relative;
    left: 330px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    padding-bottom: 4px;
    top: 3px;
}

#event-overview .content .extra-info {
    margin: 16px -8px -8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    background-color: #D0D0D0;
    text-align: center;
    padding: 10px;
}

#event-overview .content .extra-info * {
    font-size: 16px;
}

/**
 * Category Section
 */

#category-box {
}

#category-box div a:hover div {
	text-decoration: none;
}

#category-box .left, #category-box .right {
	position: relative;
	margin-bottom: 8px;
}

#category-box .left {
	float: left;
}

#category-box .right {
	padding-left: 10px;
	float: left;
}

#category-box .last {
	clear: both;
}

#category-box .left .title, #category-box .right .title {
	background: url('/img/backgrounds/transparent_overlay_white.png');
	height: 36px;
	font-family: 'Trebuchet MS';
	font-size: 29px;
	color: #1E1E1E;
	text-transform: uppercase;
	position: absolute;
	top: 64px;
	width: 320px;
	font-weight: bold;
	padding-left: 8px;
}

#latest-events-container {
	width: 302px;
	float: left;
	margin-left: 5px;
}

#latest-events-container li {
	padding-top: 8px;
	padding-bottom: 9px;
}

#latest-mmo-video {
	position: relative;
}

.quick-game-menu .item_odd {
    background-color: #0B3D4D;
}

.quick-game-menu .item_even {
    background-color: #093442;
}

#content-right .quick-game-menu .sections ul.list {
    margin-left: 0px;
}

#content-right .quick-game-menu .sections ul.list li {
    padding: 0px;
}

.quick-game-menu .sections li.item_odd a, .quick-game-menu .sections li.item_odd a:hover {
    color: white;
}
.quick-game-menu .sections li.item_even a, .quick-game-menu .sections li.item_even a:hover {
    color: #C6C6C6;
}

div.quick-game-menu div.content {
    padding: 1px;
}

div.quick-game-menu div.links {
    display: none;
    border-left: solid 1px #353637;
    border-right: solid 1px #353637;
    padding-left: 1px;
}

div.quick-game-menu a.button {
    float: left;
    width: 48px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border-top: solid 1px #353637;
    border-bottom: solid 1px #353637;
    margin-left: 1px;
}

div.quick-game-menu a.button.first {
    margin-left: 0px;
    width: 49px;
}

div.quick-game-menu a.button.active, div.quick-game-menu a.button:hover {
    color: #ffffff;
    background-color: #353637;
}

div.quick-game-menu div.sections {
    clear: both;
    height: 334px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 1px;
}

div.quick-game-menu div.sections {
    padding-right: 2px;
}

div.quick-game-menu div.sections p.info {
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 8px;
}

div.quick-game-menu div.sections ul {
    margin-top: 1px;
}

div.quick-game-menu div.sections ul.section-09 {
    margin-top: 0px;
}
div.quick-game-menu div.sections ul li.item_first {
    margin-top: 0px;
}

div.quick-game-menu div.sections ul li {
    margin-top: 1px;
    border: 0px;
    line-height: 20px;
    height: 20px;
}

div.quick-game-menu div.sections ul li a {
    display: block;
    padding: 0px 7px;
    font-weight: bold;
    font-size: 11px;
}

div.quick-game-menu div.sections ul li a:hover {
    background: #353637;
}

/* ALL ITEMS */
.item {
}

.item_even {
    background-color: #0C1E27;
}

.item_odd {
    background-color: #09161F;
}

#content-right .item_even {
    background-color: #141414;
}

#content-right .item_odd {
    background-color: #1E1E1E;
}

.item .small-thumb-up, .item .small-thumb-down {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    height: 15px;
}

.item .small-thumb-up img, .item .small-thumb-down img {
    width: 12px;
    height: 15px;
    margin-right: 4px;
    vertical-align: top;
}

.item .small-thumb-up {
    float: left;
}

.item .small-thumb-down {
    float: right;
}

.item .rating-icons {
    text-align: center;
}

.item .small-sign-pos, .item .small-sign-neg {
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    height: 14px;
    padding-left: 19px;
    font-size: 11px;
    float: left;
}

.item .small-sign-pos {
    background: url('/img/rating/sign_pos.png') no-repeat center left;
}

.item .small-sign-neg {
    background: url('/img/rating/sign_neg.png') no-repeat center left;
    margin-left: 9px;
}

.item .duration {
    position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
    padding: 1px 2px;
}

/* ITEM BLOCK */

.item_block {
    padding: 5px;
    border-top: solid 1px black;
}

.item_block.item_first {
    border-top: none;
}

.item_block.item_last {
}

ul.list li.item .combo-box-left {
    width: 80px;
    height: 60px;
    float: left;
}

ul.list li.item .combo-box-left .item_block .image {
}

ul.list li.item .combo-box-right {
    float: right;
    width: 200px;
}

ul.list li.item .combo-box-right .link {
    float: right;
}

.item_block .image {
    float: left;
    margin-right: 5px;
    position: relative;
}

.item_block .image img {
    width: 100px;
    height: 67px;
}

.item_block .title {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    overflow: hidden;
    display: block;
    height: 14px;
}

.item_block_compact .review, .item_block_compact .interview,
.item_block_compact .news, .item_block_compact .feature {
    padding-left: 17px;
}

.item_block_compact .review {
    background: transparent url('/img/backgrounds/latest_articles_review.png') no-repeat 0px 3px;
}

.item_block_compact .interview {
    background: transparent url('/img/backgrounds/latest_articles_interview.png') no-repeat 0px 3px;
}

.item_block_compact .news {
    background: transparent url('/img/backgrounds/latest_news.png') no-repeat 0px 3px;
}

.item_block_compact .feature {
    background: transparent url('/img/backgrounds/latest_articles_feature.png') no-repeat 0px 3px;
}

.item_block .subtitle {
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    display: block;
    color: #c6c6c6;
}

.item_block .description {
    font-size: 11px;
    line-height: 1.5;
}

.item_block .left {
    float: left;
    width: 100px;
    margin-right: 10px;
    background: none;
}

.item_block .right {
    float: left;
    overflow: hidden;
    text-align: right;
    position: absolute;
    bottom: 14px;
    right: 8px;
}

.item_block .right .rating {
    float: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;

    overflow: hidden;
    display: block;
}

.item_block .right .rating div {
    display: block;
    margin: 0px;
    float: none;
}

.item_block .right .rating .small-sign-pos {
    margin-bottom: 5px;
}

.item_block .right .views {
    float: right;
    font-size: 11px;
    line-height: 13px;

    width: 88px;
    height: 30px;
    overflow: hidden;
    display: block;

    padding-top: 15px;
}

.item_block .right .views .viewscount {
    display: inline;
    font-weight: bold;
}

.item_block .right .link {
}

.item_block .middle {
    float: left;
    width: 415px;
}

/* ITEM BLOCK BIG */
.item_block_big {
    height: 90px;
}

.item_block_big .image {
    width: 120px;
    height: 90px;
}

.item_block_big .image img {
    width: 120px;
    height: 90px;
}

.item_block_big .middle {
    overflow: hidden;
    position: relative;
    height: 90px;
}

.item_block_big .title {
    font-size: 14px;
    line-height: 16px;

    height: auto;
    max-height: 32px;
}

.item_block_big .subtitle {
    height: 22px;
}

.item_block_big .description {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.item_block_big .right {
    height: 90px;
}

.item_block_big .right {
    height: 90px;
}

.item_block_big .right .views {
    height: 45px;
}

/* ITEM BLOCK COMPACT */
.item_block_compact {
    padding: 0px;
    color: white;
    font-size: 12px;
    line-height: 1.5;
    border-top: none;
}

.item_block_compact .small-thumb-down {
    float: left;
    margin-left: 10px;
}

.item_block_compact .box-left {
    padding: 0px;
    float: left;
}

.item_block_compact .box-right {
    float: left;
    width: 200px;
    margin-top: 1px;
}

.item_block_compact .image img {
    width: 80px;
    height: 60px;
}

.item_block_compact .title {
    color: #0099FF;
    font-size: 11px;
    line-height: 13px;
}

.item_block_compact .title .rating {
    float: right;
    background-color: #1b475e;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    padding: 0px 10px;
}

.item_block_compact .description {
    color: #fff;
}

.item_block_compact .link {
    font-weight: bold;
    color: #C6C6C6;
    font-size: 11px;
}

.item_block_compact .views {
    font-size: 11px;
}
.item_block_compact .viewscount {
    font-weight: bold;
}
/* overwrite for event */
.item_block_compact_event .description {
}

.item_block_compact_event .link,
.item_block_event .link {
    position: relative;
}

.item_block_compact_event .link span,
.item_block_event .link span {
    position: absolute;
    left: 2px;
    top: 6px;
    line-height: 10px;
    font-family: arial;
    font-size: 9px;
}

/* overwrite for download */
.item_block_compact_download .description {
}

.item_block_compact_download .link {
}

/* ITEM BLOCK MODIFIERS */
.item_block_game .right .rating {
    background-color: #1b475e;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    width: 24px;
    padding: 6px 23px;
}

/* ALL THUMBS */
.item_thumb {
    line-height: 14px;
    font-size: 12px;
    background-color: #131313;
}

.item_thumb_screenshot {
    background: #0b3d4d;
}

.item_thumb .new {
    font-size: 11px;
}

.item_thumb .image {
    position: relative;
    display: block;
}

.item_thumb .image img {
    display: block;
}

.item_thumb .image .play-button-watermark,
.item_block .image .play-button-watermark {
    position: absolute;
    width: 41px;
    height: 40px;
    top: 17px;
    left: 30px;
    display: none;
}

.item_block_big .image .play-button-watermark {
    top: 25px;
    left: 40px;
}

.item_block_compact .image .play-button-watermark,
.item_thumb_compact .image .play-button-watermark {
    top: 10px;
    left: 20px;
}

.item_thumb .image:hover .play-button-watermark,
.item_block .image:hover .play-button-watermark {
    display: block;
}

.item_thumb .title,
.item_thumb .new,
.item_thumb .description,
.item_thumb .subtitle {
    display: block;
    overflow: hidden;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 1px;
}

.item_thumb .subtitle {
    height: 13px;
    font-size: 11px;
    line-height: 13px;
}

.item_thumb .title {
    font-weight: bold;
    height: 28px;
    font-size: 11px;
}

.item_thumb .small-thumb-up {
    margin: 10px 0px 0px 6px;
}

.item_thumb .small-thumb-down {
    margin: 10px 6px 0px 0px;
}

/* SMALL THUMBS */
.item_thumb_compact {
    background-color: transparent;
    width: 82px;
}

.item_thumb_compact .image {
    width: 80px;
    height: 60px;
    margin: auto;
    /*border: 0px;*/
}

.item_thumb_compact .image img {
    width: 80px;
    height: 60px;
}

.item_thumb_compact .title {
    color: #ffffff;
    background-color: #000000;
    display: block;
    margin: auto;
    width: 80px;
    font-size: 11px;
}

/* VIDEO THUMBS */
.item_thumb_video {
    background-color: transparent;
}
.item_thumb_video .title, .item_thumb_video .description {
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    text-align: left;
}

.item_thumb_video .title {
    height: 26px;
}

.item_thumb_video .description {
    height: 39px;
    margin-top: 2px;
}

/* INLINE */
.item_inline-game {
    overflow: hidden;
    line-height: 17px;
    font-size: 11px;
    padding: 4px 4px;
    height: 100%;
    border-bottom: solid 1px black;
}

.item_inline-game.item_last {
    border-bottom: none;
}

.item_inline-game a, .item_inline-game div {
    float: left;
}

.item_inline-game .title {
    font-weight: bold;
    width: 240px;
    padding-left: 4px;
    padding-right: 48px;
    overflow: hidden;
}

.item_inline-game.item_odd, .item_inline-game.item_odd a {
    color: #00A7FD;
}

.item_inline-game.item_even, .item_inline-game.item_even a {
    color: white;
}

.item_inline-game .genre {
    width: 106px;
    padding-right: 24px;
    overflow: hidden;
}

.item_inline-game .category {
    width: 82px;
    padding-right: 24px;
    overflow: hidden;
}

.item_inline-game .download-link,
.item_block_game .download-link {
    width: 14px;
    height: 15px;
    margin-right: 5px;
}

.item_inline-game .download-link_on,
.item_block_game .download-link_on {
    background: url('/img/icons/download.png') no-repeat top left;
}

.item_inline-game .download-link_on:hover,
.item_block_game .download-link_on:hover{
    background: url('/img/icons/download_on.png') no-repeat top left;
}

.item_inline-game .download-link_off,
.item_block_game .download-link_off {
    background: url('/img/icons/download_off.png') no-repeat top left;
}

.item_inline-game .video-link,
.item_block_game .video-link {
    width: 14px;
    height: 15px;
    margin-right: 5px;
}

.item_inline-game .video-link_on,
.item_block_game .video-link_on {
    background: url('/img/icons/video.png') no-repeat top left;
}

.item_inline-game .video-link_on:hover,
.item_block_game .video-link_on:hover {
    background: url('/img/icons/video_on.png') no-repeat top left;
}

.item_inline-game .video-link_off,
.item_block_game .video-link_off {
    background: url('/img/icons/video_off.png') no-repeat top left;
}

.item_inline-game .article-link,
.item_block_game .article-link {
    width: 14px;
    height: 15px;
    margin-right: 5px;
}

.item_inline-game .article-link_on,
.item_block_game .article-link_on {
    background: url('/img/icons/article.png') no-repeat top left;
}

.item_inline-game .article-link_on:hover,
.item_block_game .article-link_on:hover {
    background: url('/img/icons/article_on.png') no-repeat top left;
}

.item_inline-game .article-link_off,
.item_block_game .article-link_off {
    background: url('/img/icons/article_off.png') no-repeat top left;
}

.item_inline-game .screenshot-link,
.item_block_game .screenshot-link {
    width: 14px;
    height: 15px;
}

.item_inline-game .screenshot-link_on,
.item_block_game .screenshot-link_on {
    background: url('/img/icons/screenshot.png') no-repeat top left;
}

.item_inline-game .screenshot-link_on:hover,
.item_block_game .screenshot-link_on:hover {
    background: url('/img/icons/screenshot_on.png') no-repeat top left;
}

.item_inline-game .screenshot-link_off,
.item_block_game .screenshot-link_off {
    background: url('/img/icons/screenshot_off.png') no-repeat top left;
}

.item_inline-game .rating {
    float: right;
    background-color: #1b475e;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 20px;
    padding: 0px 10px;
}

.item_inline-article {
    margin-bottom: 1px;
}

.item_inline-article_not_colorized {
    background-color: transparent;
}

.item_inline-article a {
    font-weight: bold;
}

.item_inline-article .left-part {
    float: left;
    width: 90px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1px 0px 1px 1px;
}

.item_inline-article .left-part .date, .item_inline-article .left-part .category {
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
}

.item_inline-article .left-part .date {
    color: white;
    font-weight: bold;
    font-size: 11px;
}

.item_inline-article .left-part .category {
    font-weight: bold;
    color: black;
    font-size: 10px;
    line-height: 18px;
}

.item_block .category {
    clear: both;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #093442;
    font-weight: bold;
    font-size: 10px;
}

.news .date{
    background-color: #A2C3D1;
}

.news .category{
    background-color: #C8E5F2;
}

.review .date{
    background-color: #0192D8;
}

.review .category{
    background-color: #00A8FC;
}

.interview .date{
    background-color: #BDC663;
}

.interview .category{
    background-color: #EAE96A;
}

.feature .date{
    background-color: #AF1813;
}

.feature .category{
    background-color: #D81108;
}

.item_inline-article .right-part {
    float: left;
    margin-top: 18px;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
}

.item_inline-article .right-part .title {
    margin-left: 5px;
}

.item_inline-article .right-part .line {
    clear: both;
    height: 1px;
    background-color: #c2c2c2;
    margin-left: 8px;
}

.item_inline_article_paginated_search .left-part {
    background-color: transparent;
}

.item_inline_article_paginated_search .line {
    display: none;
}

.item_inline-left-menu {
    border-bottom: 1px solid #242424;
}

.item_inline-left-menu a {
    display: block;
    padding: 0 8px;
    font: 12px Tahoma;
    color: white;
    line-height: 14px;
    line-height: 26px;
    font-weight: bold;
}

.item_inline-left-menu a:hover {
    color: #ffffff;
    background: url('/img/backgrounds/left_menu_mouseover.gif') top left repeat-x;
}

.item_block_event {
    height: 175px;
    position: relative;
}

.item_block_event .image {
    float: none;
    display: block;
    height: 99px;
    width: 454px;
}

.item_block_event .image img {
    height: 99px;
    width: 454px;
}

.item_block_event .title {
    padding-top: 4px;
}

.item_block_event .description {
    padding-top: 4px;
    width: 455px;
}

.item_block_event .keys-info {
    color: #C6C6C6;
    float: left;
    font-size: 11px;
    line-height: 14px;
    padding-top: 2px;
}

.item_block_event .total-keys {
    margin-right: 25px;
}

.item_block_event .link {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.item_block_event .link img {
    float: left;
}

.item_block_event .link .title {
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 4px;
    font-weight: normal;
    font-size: 11px;
    padding-top: 2px;
}

.item_block_game .icons {
    clear: both;
    overflow: hidden;
    padding: 6px 0 0px 28px;
}

.item_block_game .icons a,
.item_block_game .icons div {
    display: block;
    float: left;
}

.item_block_game .right .link {
    display: block;
    width: 49px;
    margin-top: 10px;
    margin-left: 32px;
}

.item_block_download .description {
    margin-top: 3px;
}

.item_block_download .link {
    font-size: 11px;
    display: block;
    margin-top: 6px;
    margin-left: 360px;
    text-align: right;
    background: url(/img/icons/download_now.png) no-repeat left center;
    height: 15px;
    line-height: 15px;
}
/* IE7 only */
*:first-child+html a.more-link img {
    vertical-align: middle;
}

*:first-child+html .pagination .arrows span {
    vertical-align: middle;
}

*:first-child+html .list_horiz {
    padding-bottom: 8px;
}

*:first-child+html .list_horiz_compact {
    padding-bottom: 12px;
}

*:first-child+html .list-filter-bar .selector {
    height: 18px;
}

*:first-child+html .list-filter-bar .link:hover span {
    cursor: pointer;
}

*:first-child+html #header .top-menu a:hover span {
    cursor: pointer;
}

*:first-child+html .item_block_big .title {
    height: 32px;
}

*:first-child+html .item_block_big .right .views {
    height: 40px;
}

/* IE6 and lower */
#header div.form {
    filter: none;
}

* html a.more-link img {
    vertical-align: middle;
}

* html .pagination .arrows span {
    vertical-align: middle;
}

* html .box h1 {
    padding-top: 6px;
    height: 20px;
}
* html .box h2 {
    padding-top: 6px;
    height: 20px;
}
* html .box h3 {
    padding-top: 6px;
    height: 20px;
}
* html .box .h1like {
    padding-top: 6px;
    height: 20px;
}
* html .box .h1like span {
    padding-left: 5px;
}
/*IE6 and IE7*/
.box .h1like span {
    *padding-left: 5px;
}

* html .box_tabbed h1 {
    padding-top: 0px;
    padding-bottom: 6px;
}
* html .box_tabbed h2 {
    padding-top: 0px;
    padding-bottom: 6px;
}
* html .box_tabbed h3 {
    padding-top: 0px;
    padding-bottom: 6px;
}

* html .box h1 img {
    margin-top: 1px;
}
* html .box h2 img {
    margin-top: 1px;
}
* html .box h3 img {
    margin-top: 1px;
}

* html .list-filter-bar .link:hover {
    zoom: 1;
}

* html .list-filter-bar .link:hover span {
    cursor: pointer;
}

* html #header .top-menu a:hover {
    zoom: 1;
}

* html #header .top-menu a:hover span {
    cursor: pointer;
}

* html #latest-screenshots ul {
    width: 476px;
}

* html #latest-videos ul {
    width: 476px;
}

* html #game-screenshots ul {
    width: 476px;
}

* html #general-screenshots ul {
    width: 476px;
}

* html #game-overview-screenshots ul {
    width: 476px;
}

* html #content-left .box {
    width: 470px;
}

* html #content-right .box {
    width: 302px;
}

* html .list_horiz {
    padding-bottom: 8px;
    width: 100%;
}

* html .list_horiz_compact {
    padding-bottom: 0px;
}

* html .list-filter-bar .selector {
    width: 61px;
}

* html .item_block_big .title {
    height: 32px;
}

* html .item_block_big .right .views {
    height: 40px;
}

* html #hotbox .filmstrip .frame_active .pointer {
	visibility: hidden;
}

* html .item_inline-article .right-part .date {
    display: inline;
}

.box {
    margin-bottom: 10px;
    background-color: black;
    color: white;
    border-top: solid 1px black;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    padding: 1px;
}

#content-left .box {
    width: 664px;
}

#content-left .box .box-bottom {
    margin-top: 1px;
}

#content-left .box .more-link {
}

#content-right .box {
    width: 300px;
}

#content-right .box .inner-box {
    background: url('/img/backgrounds/side-title-bg.png') repeat-y top left;
    border-top: 1px solid #787878;
}

#content-left .box .inner-box {
    background: url('/img/backgrounds/main-title-bg.png') repeat-y top left;
    border-top: 1px solid #4D788C;
}

#content-right .box ul.list {
    border-left: solid thin #353637;
    padding-left: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 1px;
}

#content-right .box ul.list li {
    margin-top: 1px;
    padding: 4px;
    overflow: hidden;
}

#content-right .box ul.list li.item_first{
    margin-top: 0px;
}
.box .header-diver {
    height: 1px;
    margin: 1px 0px;
    background-color: #004361;
}

.box .box-bottom {
    height: 11px;
    background-color: #353637;
    border-top: solid 1px #0E4A65;
    margin-top: 1px;
}

.box h1, .box h2, .box h3, .box .h1like {
    background: url('/img/arrows/box_header.png') no-repeat 8px center;
    padding: 0 0 0 36px;
    font: 12px Tahoma;
    color: #ffffff;
    font-weight: bold;
    line-height: 14px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.box .h1like h1, .box .h1like h2, .box .h1like h3 {
    display: inline;
    background: none;
    padding: 0;
    line-height: 26px;
    height: 26px;
}

#content-right .box_tabbed .inner-box {
    border-top: 0px;
}

.box_tabbed h1, .box_tabbed h2, .box_tabbed h3 {
    padding: 0px;
    line-height: 24px;
}

.box h1 img, .box h2 img, .box h3 img, .box .h1like img {
    width: 15px;
    height: 10px;
    margin-right: 7px;
}

.box h1 .tab, .box h2 .tab, .box h3 .tab {
    overflow: hidden;
    float: left;
    width: 113px;
    height: 26px;
    padding-left: 36px;
    background: url('/img/arrows/box_header.png') no-repeat scroll 8px center #012A3E;
    color: white;
    border-top: #005167 solid 1px;
}

#content-right .box_tabbed .tab.left {
    border-right: solid 1px black;
}
#content-right .box_tabbed .tab.right {
    border-left: solid 1px #355167;
}

.box h1 .tab.active, .box h2 .tab.active, .box h3 .tab.active {
    background: url('/img/arrows/box_header.png') no-repeat scroll 8px center #023F5C;
    border-top: #4d788c solid 1px;
    color: #7CD0F0;
}

.box h1 .tab .arrows, .box h2 .tab .arrows, .box h3 .tab .arrows {
    float: left;
    width: 15px;
    height: 10px;
    margin: 7px 4px 9px 4px;
    background: transparent url('/img/arrows/box_header_dark.png') no-repeat left top;
}

.box h1 .tab.active .arrows, .box h2 .tab.active .arrows, .box h3 .tab.active .arrows {
    background: transparent url('/img/arrows/box_header.png') no-repeat left top;
}

.box h1 a, .box h2 a, .box h3 a {
    color: #fff;
}

.box .content {
    clear: both;
    overflow: hidden;
}

#content-left .box .content {
    background-color: #09161F;
}

#content-left .boxed-list .more-link {
    margin: 1px 0px 0px 0px;
    padding: 0px;
}

#content-left .boxed-list .pagination {
    margin-top: 1px;
}

#content-right .box .content {
    background-color: black;
}

.box .content h1, .box .content h2, .box .content h3 {
    overflow: visible;
    background-image: none;
    padding: 0px !important;
    line-height: 14px;
    font-size: 14px;
    color: white;
    height: 14px;
}

.boxed-list .more-link {
    clear: both;
    border-left: solid thin #353637;
    margin: 1px 1px 1px 1px;
    padding-left: 1px;
}

.boxed-list .more-link a{
    text-align: right;
    padding: 4px;
    line-height: 14px;
    height: 14px;
    display: block;
    color: #ABD0F0;
    font-weight: bold;
    background-color: #353637;
    font-size: 11px;
}

.no-results-message {
    font-size: 12px;
    padding: 14px;
}

.featured-article {
    position: relative;
}

.featured-article .content {
    background-color: black;
    margin-bottom: 1px;
}

.featured-article .left-box {
    float: left;
    border-right: solid 1px black;
}
.featured-article .right-box {
    float: right;
    border-left: solid 1px #0E4A65;
    position: absolute;
    right: 1px;
}

.featured-article .left-box, .featured-article .right-box {
    color: white;
    background: url('/img/backgrounds/featured_articles_bg.png') repeat-y;
    height: 142px;
    width: 331px;
}

.featured-article .meta {
    margin: 3px 3px 0px 3px;
    position: relative;
    height: 60px;
    padding: 5px 5px 0px;
}

.featured-article .meta img {
    float: left;
    margin-right: 5px;
}

.featured-article .author {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    color: #C9C3C3;
    padding-right: 5px;
}

.featured-article .article {
    float: left;
    padding: 10px;
}

.featured-article .meta h2 {
    font-size: 14px;
    line-height: 14px;
    display: inline;
}

.featured-article .meta h2 a{
    color: #00A1E7;
}

.featured-article p {
    font-size: 11px;
    color: #F6F4F4;
    line-height: 1.3;
}

.featured-article .read-more a {
    color: #00A1E7;
    font-size: 11px;
}
#game-rating div.content {
}

#game-rating img.thumb {
    display: block;
    width: 200px;
    margin: 0px auto 0px auto;
}

#game-rating .hr {
    margin: 4px 0px 4px 0px;
    height: 0px;
    clear: both;
    line-height: 0px;
    font-size: 0px;
    border-top: 1px solid #232323;
}

#game-rating div.container-top {
    overflow: hidden;
    background-color: #141414;
    padding: 6px;
}

#game-rating div.descriptions {
    float: left;
    line-height: 50px;
    padding-left: 10px;
}

#game-rating div.descriptions span {
    display: block;
    font-size: 11px;
    font-weight: bold;
}

#game-rating div.descriptions span.first {
}

#game-rating div.values {
    float: right;
    width: 75px;
}

#game-rating div.values * {
    color: #ffffff;
    background-color: #232323;
    text-align: center;
    font-weight: bold;
}

#game-rating div.values span {
    display: block;
    width: 42px;
    font-size: 18px;
    line-height: 30px;
}

#game-rating div.values span.first {
    margin-bottom: 8px;
}

#game-rating div.values div.total {
    float: right;
    width: 75px;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
}

#game-rating div.values div.total span {
    display: block;
    width: auto;
    font-size: 32px;
    line-height: 50px;
}

#game-rating div.container-bottom {
    background-color: #1E1E1E;
    overflow: hidden;
    margin-top: 1px;
}

#game-rating div.slider-box {
    display: none;
    position: relative;
}

#game-rating div.slider-bar {
    line-height: 16px;
    font-size: 12px;
    height: 50px;
    padding: 6px 0px;
}

#game-rating div.slider-bar span {
    font-size: 17px;
    font-weight: bold;
    width: 67px;
    height: 50px;
    float: left;
    color: #0099FF;
    text-align: center;
    line-height: 50px;
}

#game-rating div.slider-bar ul {
    height: 50px;
}

#game-rating div.slider-bar ul li {
    float: left;
    width: 20px;
    height: 50px;
    margin: 0px 3px 0px 0px;
    background: url('/img/rating/rating_bar_full.jpg') no-repeat;
    cursor: pointer;
}

#game-rating div.slider-bar ul li.off {
    background: url('/img/rating/rating_bar_empty.jpg') no-repeat;
}

#game-rating div.slider-rating {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#game-rating div.slider-rating ul {
    float: left;
    height: 30px;
    position: relative;
}

#game-rating div.slider-rating ul li {
    display: block;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

#game-rating div.slider-rating ul li.on {
    visibility: visible;
}

#game-rating div.slider-rating ul.caption {
    width: 78px;
    margin-right: 6px;
}

#game-rating div.slider-rating ul.caption li {
    width: 78px;
    font-size: 14px;
    text-align: right;
}

#game-rating div.slider-rating ul.value {
    width: 42px;
}

#game-rating div.slider-rating ul.value li {
    width: 42px;
    font-size: 18px;
    background-color: #232323;
    text-align: center;
    color: #ffffff;
}

#game-rating div.container-message {
    display: none;
    line-height: 41px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.static-page .content, .static-page .content p, .static-page .content li {
    font-size: 11px;
    line-height: 13px;
}

.static-page .content ol {
    list-style: decimal inside;
    margin-left: 10px;   
}

.static-page .content h2 {
    display: inline;
    font-weight: bold;
    font-size: 11px;
    padding-left: 10px;
}

.static-page .content li h2 {
    padding-left: 0;
}

.static-page .content p {
    padding: 10px;
}

.list {
    clear: both;
}

.list_horiz {
}

.list_horiz .item {
    display: inline;
    float: left;
    margin: 0px 0px 8px 8px;
}

.list_horiz_search_other .item {
    margin-left: 36px;
}

.list_horiz_compact {
    margin: 12px 0px 0px 0px;
}

.list_horiz_compact .item {
    width: 33%;
    margin: 0px 0px 12px 0px;
}

.list_horiz_search .item {
    float: left;
}

.list_hidden .item {
    display: none;
}

.list_left-menu .item_last {
    border-bottom-style: none;
}

.sub-menu {
    overflow: hidden;
    height: 24px;
    margin-top: 10px;
}

.sub-menu .tab {
    float: left;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background: url('/img/backgrounds/sub_menu_tab_bg.png') repeat-x top left;
    margin-left: 2px;
    font-size: 11px;
    font-weight: bold;
}

.sub-menu .tab_active, .sub-menu :hover.tab {
    color: #ffffff;
    background: url('/img/backgrounds/sub_menu_atab_bg.png') repeat-x top left;
}

.sub-menu .tab_off, .sub-menu :hover.tab_off {
    color: #c2c2c2;
    background: url('/img/backgrounds/sub_menu_tab_bg.png') repeat-x top left;
}

.sub-menu .tab_active_off, .sub-menu :hover.tab_active_off {
    color: #c2c2c2;
    background: url('/img/backgrounds/sub_menu_atab_bg.png') repeat-x top left;
}

.sub-menu .tab_first {
    margin-left: 0px;
}

.sub-menu.game-pages .tab {
    width: 110px;
    margin-left: 1px;
}

.sub-menu.game-pages .tab_last {
    width: 113px;
}
.banner-300-250 {
    margin-bottom: 12px;
    width: 300px;
    height: 250px;
    border: 1px solid #848484;
}

.banner-editor-game-picks {
    padding: 0px;
}

.list-filter-bar {
    background-color: black;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    width: 664px;
    text-align: center;
    margin-bottom: 1px;
    overflow: hidden;
}

.list-filter-bar .first, .list-filter-bar .last, .list-filter-bar .sort-by,
.list-filter-bar .alphabetic, .list-filter-bar .newest,
.list-filter-bar .ranges a, .list-filter-bar .filters {
    border-top: solid 1px #353637;
    border-bottom: solid 1px #353637;
    margin-left: 1px;
    height: 35px;
    line-height: 35px;
    float: left;
}

.list-filter-bar .sort-by {
    margin-left: 0px;
    width: 77px;
}

.list-filter-bar .alphabetic {
    width: 111px;
}

.list-filter-bar .alphabetic.active{
    width: 112px;
    margin-left: 0px;
}

.list-filter-bar .newest {
    width: 71px;
}
.list-filter-bar .newest.active {
    width: 72px;
    margin-left: 0px;
}

.list-filter-bar .filters {
    width: 124px;
}

.list-filter-bar .ranges {
    float: right;
}

.list-filter-bar .sorting {
    float: left;
    color: #abd0f0;
}

.list-filter-bar .link {
    font-size: 11px;
}

.list-filter-bar .link .title {
    display: block;
    height: 35px;
    line-height: 35px;
    color: white;
}

.list-filter-bar .link.active .title, .list-filter-bar .sorting :hover.link .title {
    background: #353637;
    text-decoration: none;
    font-weight: bold;
}

.list-filter-bar .selector {
    width: 64px;
    margin-left: 7px;
    font-size: 10px;
}

.list-filter-bar .range {
    width: 32px;
    background: #000;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.list-filter-bar .range.active, .list-filter-bar .range:hover {
    color: #ffffff;
    background: #353637;
}

.list-filter-bar .ranges .first {
    width: 71px;
}

.list-filter-bar .ranges .last {
    width: 7px;
}

.list-filter-bar .active, .list-filter-bar .desc {
    float: left;
}

.games.list-filter-bar .filters {
    width: 402px;
}

#genre-selector-filter {
    margin-right: 8px;
    width: 82px;
}

#category-selector-filter {
    width: 82px;
}


.boxed-list-search .items {
    display: none;
}

.boxed-list-search .pagination {
    display: none;
}

.list .item_unavailable {
    display: none;
}

.no-results-msg {
    display: none;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
}

.pagination {
    clear: both;
    line-height: 14px;
    height: 14px;
}

#search-again-box {
    overflow: hidden;
    width: 978px;
    height: 20px;
    border: ;
    background: #09161F;
    color: white;
    margin: 0 auto 12px;
}

#search-again-box .title {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 5px;
}

#search-again-box .title .phrase {
    font-weight: bold;
    color: #0099FF;
}

#search-again-box form {
    float: right;
    width: 188px;
    height: 26px;
}

#search-again-box .search-input {
    width: 140px;
    height: 17px;
    background: #ffffff url('/img/header/input_bg.png') repeat-x;
    border: 1px solid #000000;
    color: #000000;
    float: left;
    margin: 4px 0px 0px 0px;
}

#search-again-box .search-button {
    width: 41px;
    height: 19px;
    background: url('/img/header/button_bg.png') repeat-x top left;
    border: 0px;
    color: #ffffff;
    font-size: 11px;
    float: left;
    margin: 4px 0px 0px 5px;
    padding-bottom: 3px;
}

#search-again-box .backlink {
    float: right;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 20px;
    color: #fff;
    margin-right: 5px;
}

#search-again-box a.backlink:hover {
    text-decoration: underline;
}

.boxed-list-search-main .all-button,
.boxed-list-search-other .all-button,
.boxed-list-search-paginated .all-button {
    display: none;
}

.list_horiz .item_loading {
    background-color: transparent;
}

/* elements on the main boxes */
#articles.boxed-list-search-main .item_loading {
    width: 664px;
    height: 36px;
}

#downloads.boxed-list-search-main .item_loading {
    width: 102px;
    height: 105px;
}

#content-left #games .content {
    padding-top: 16px;
    width: 664px;
}

#content-left #games .content .item {
    margin: 0px 0px 16px 16px;
}

#content-left #games .content .image img {
    width: 200px;
    height: 150px;
}

#games.boxed-list-search-main .item_loading {
    width: 102px;
    height: 105px;
}

#videos.boxed-list-search-main .item_loading {
    width: 102px;
    height: 103px;
}

/* elements on the other boxes */
#articles.boxed-list-search-other .item_loading {
    width: 302px;
    height: 68px;
}

#downloads.boxed-list-search-other .item_loading {
    width: 302px;
    height: 68px;
}

#games.boxed-list-search-other .item_loading {
    width: 302px;
    height: 68px;
}

#news.boxed-list-search-other .item_loading {
    width: 302px;
    height: 68px;
}

#screenshots.boxed-list-search-other .item_loading {
    width: 92px;
    height: 105px;
}

#content-left #articles ul.list li.item_odd, #content-left #articles ul.list li.item_even {
    background-color: #073B49;
}

#content-left #articles ul.list li.item_odd a {
    color: #FFF;
}

#content-left #articles ul.list li.item_even a {
    color: #C6C6C6;
}

#content-left #articles .category {
    font-size: 10px;
}

#content-left .boxed-list-search-paginated-screenshots ul.list {
    overflow: hidden;
    margin: 12px 7px 0px;
}

#content-left .boxed-list-search-paginated-screenshots ul.list li {
    margin: 0px 5px 12px 5px;
    width: 120px;
    height: 120px;
}

#content-left .boxed-list-search-paginated-screenshots ul.list li img {
    width: 120px;
    height: 90px;
}

#content-left .boxed-list-search-paginated-screenshots ul.list li .play-button-watermark {
    width: 42px;
    height: 42px;
    top: 24px;
    left: 39px;
}

#content-left .boxed-list-search-paginated-screenshots .pagination {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 638px;
    margin: auto;
    margin-bottom: 13px;
}

#content-right #screenshots .image img {
    width: 92px;
    height: 69px;
}

#content-right #screenshots .image .play-button-watermark {
    display: none;
}

#content-right #screenshots .content {
    background-color: #141414;
}

#content-right #screenshots .content ul.list {
    width: 296px;
    overflow: hidden;
    border: none;
    padding: 0px;
    margin: 6px 0px;
}

#content-right #screenshots .item {
    margin: 0 0 0 6px;
    padding: 0px;
    background-color: #1E1E1E;
    width: 92px;
}

#content-right #screenshots .image {
    border-top: #7E7E7E solid 1px;
    border-bottom: #7E7E7E solid 1px;
}

#content-right #screenshots .image img {
    border-top: black solid 1px;
    border-bottom: black solid 1px;
}

#content-right #screenshots .more-link {
    border-top: solid 1px black;
    margin: 0px;
    padding: 0px;
}

#content-right #screenshots .title {
    line-height: 1.5;
    height: 36px;
}

#videos.boxed-list-search-other .item_loading {
    width: 302px;
    height: 68px;
}

#content-left #videos .content {
    background-color: #09161F;
}

#content-left #videos .list {
    width: 640px;
    margin: auto;
}

#content-left #videos .list li {
    width: 120px;
    overflow: hidden;
    margin: 14px 0 0 0;
    font-size: 11px;
}

#content-left #videos .list li a {
    color: #0099FF;
}

#content-left #videos .description {
    color: white;
}

#content-left #videos .list .item {
    margin-left: 4px;
    margin-right: 4px;
}

#content-left #videos .list .item_first {
    margin-left: 0px;
}

#content-left #videos .image {
    border-top: solid 1px #19516A;
    border-bottom: solid 1px #19516A;
    height: 90px;
    width: 120px;
    overflow: hidden;
}

#content-left #videos .image img {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    height: 88px;
    width: 120px;
}

#content-left #videos img.play-button-watermark {
    top: 25px;
    left: 40px;
    height: 40px;
    width: 41px;
}

#content-left #videos .image-meta {
    background-color: #0B3D4D;
    padding: 7px;
}

#content-left #videos .rating-icons {
    width: 120px;
    margin: 8px 0px 8px 7px;
    overflow: hidden;
}
#content-left #videos .more-link {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px black;
}
/* elements on the paginated boxes */
.boxed-list-search-paginated .item_loading {
    width: 470px;
    height: 91px;
}
#onrpg_hotbox {
  position: relative;
  border-top: 1px solid #333;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  margin-left: 10px;
  float: left;
  overflow: hidden;
}

#hotbox_thumbs {
  border-left: solid 1px #5b595a;
  margin: 1px 0px 1px 2px;
  float: left;
}

#hotbox_thumbs ul, #hotbox_items ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#hotbox_thumbs ul li img {
  width: 140px;
  height: 58px;
}

#hotbox_thumbs ul li {
  position: relative;
  cursor: pointer;
  list-style: none;
  margin: 0px;
  padding: 1px;
  height: 58px;
  border-bottom: 3px solid #333;
  border-right: 1px solid #333;
  border-top: 0px solid #333;
  border-left: 3px solid #333;
  overflow: hidden;
}

#hotbox_thumbs #thumb_0 {
  padding-top: 0px;
}

#hotbox_thumbs #thumb_1 {
  border-bottom-width: 4px;
}

#hotbox_thumbs #thumb_3 {
  border-bottom: 0px;
  padding-bottom: 0px;
}

#hotbox_thumbs ul li.selected {
  width: 140px;
  height: 58px;
  overflow: hidden;
}

#hotbox_thumbs ul li.selected img.thumb {
  width: 140px;
}


#hotbox_items {
  position: relative;
  float: left;
  z-index: 9997;
  width: 515px;
  margin-left: 1px;
  height: 250px;
  border-color: #333;
  border-left: 1px solid #333;
  overflow: hidden;
}

#hotbox_items .full_image {
  height: 250px;
  width: 515px;
}

#onrpg_hotbox div {
    font-size: 12px;
    line-height: 12px;
    font-family: Tahoma;
}

#onrpg_hotbox .item_0 div {
    top: 190px;
}

#onrpg_hotbox .item_1 div {
    top: 190px;
}

#onrpg_hotbox .item_2 div {
    top: 190px;
}

#onrpg_hotbox .item_3 div {
    top: 190px;
}


#hotbox_items ul {
    position: absolute;
    top: 0px;
}

#hotbox_items ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#hotbox_items ul li div {
    position: absolute;
    background-image: url('/img/backgrounds/transparent_overlay.png');
    height: 39px;
    margin: 0px 1px;
    width: 493px;
    color: white;
    padding: 10px;
}

#hotbox_items ul li div .more-text {
    font-weight: bold;
    text-decoration: underline;
}

br.clear {
  clear: both;
}

#hotbox_thumbs ul li img.arrow {
  position: absolute;
  right: 0px;
  top: 12px;
  z-index: 999;
  display: none;
}
#featured-video-container .content {
    margin-bottom: 1px;
}

#featured-video {
    position: relative;
    background-color: #09161F;
    padding: 10px 0 12px 0;
    margin: auto;
    overflow: hidden;
}

#featured-video .image-outer-border, #featured-video .overlay,
#featured-video .description, #featured-video #featured-video-overlay{
    width: 640px;
}

#feature-video .image, #featured-video .overlay {
    height: 313px;
}

#featured-video .image-outer-border {
    border: solid #01435B;
    border-width: 1px 0;
    margin: auto;
}

#featured-video .image {
    overflow: hidden;
    border: solid black;
    border-width: 1px 0;
    position: relative;
}

#featured-video .overlay {
    background: url('/img/icons/feat_video_play_btn.png') no-repeat center center transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

#featured-video .description {
    background: #0A3947;
    font: bold 12px 'Tahoma';
    color: white;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: auto;
}

#featured-video .description a {
    color: #0099FF;
}

#featured-video #featured-video-overlay {
    margin: auto;
    height: 363px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 11px;
}
.banner-featured dl br{
	margin: -2px 0px;
}

.banner-featured dt {
	font-weight: bold;
	float: left;
	font-family: Verdana;
	color: #C6C6C6;
}

.banner-featured dd {
	width: 288px;
}

.banner-featured a {
	text-decoration: underline;
	color: #C6C6C6;
}

.banner-featured li .left img {
	border: solid thin black;
}

.banner-featured li .rating {
	background-color: #1B475E;
	color: #FFF;
	font-size: 14px;
	padding: 2px 11px;
	margin-left: 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.banner-featured ul li {
	font-size: 10px;
	position: relative;
	height: auto;
	margin: auto;
	padding: 8px;
}

.banner-featured ul li div{
	float: left;
}

.banner-featured .item_last {
	border-top: solid black 1px;
}

.banner-featured ul .item_first .right, .banner-featured ul .item_last .right{
	float: left;
	margin-left: 8px;
	width: 420px;
	font-size: 12px;
	line-height: 14px;
}

.banner-featured ul .item_first .left, .banner-featured ul .item_first .left img{
	width: 200px;
	height: 150px;
}

.banner-featured ul .left, .banner-featured ul .left img{
	width: 200px;
	height: 150px;
}

.banner-featured ul .right{
	float: none;
	margin-left: 8px;
	width: 490px;
	font-size: 13px;
	line-height: 13px;
}

.banner-featured .description{
	margin-top: 4px;
}

.banner-featured .list h1 {
	font-weight: bold;
	font-size: 20px;
	color: #0099FF;
	margin-top: 8px;
	margin-bottom: 8px;
}

.banner-featured .official_site_btn {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

/* Official Game Trailer START */
	#official-game-trailer .content {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	#official-game-trailer .image {
		position: relative;
		width: 640px;
		margin: auto;
	}

	#official-game-trailer .overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 360px;
		width: 640px;
		background: url('/img/icons/feat_video_play_btn.png') no-repeat center center transparent;
	}
/* END Official Game Trailer */#latest-videos .content {
    background-color: #09161F;
}

#latest-videos .list {
    width: 632px;
    margin: auto;
}

#latest-videos .list li {
    width: 120px;
    overflow: hidden;
    margin: 14px 0 0 0;
    font-size: 11px;
}

#latest-videos .list li a {
    color: #0099FF;
}

#latest-videos .description {
    color: white;
}

#latest-videos .list .item {
    margin-left: 8px;
}

#latest-videos .list .item_first {
    margin-left: 0px;
}

#latest-videos .image {
    border-top: solid 1px #19516A;
    border-bottom: solid 1px #19516A;
    height: 90px;
    width: 120px;
    overflow: hidden;
}

#latest-videos .image img {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    height: 88px;
    width: 120px;
}

#latest-videos img.play-button-watermark {
    top: 25px;
    left: 40px;
    height: 40px;
    width: 41px;
}

#latest-videos .image-meta {
    background-color: #0B3D4D;
    padding: 7px;
}

#latest-videos .rating-icons {
    width: 120px;
    margin: 8px 0px 8px 7px;
    overflow: hidden;
}
#latest-videos .more-link {
    margin: 0px;
    padding: 0px;
    border-top: solid 1px black;
}
#content-right .currently-being-browsed .content {
    background-color: #141414;
}

#content-right .currently-being-browsed.box ul.list {
    margin: 0px auto;
    padding: 6px 0px;
    width: 288px;
    border: none;
    overflow: hidden;
}

#content-right .currently-being-browsed.box ul.list li {
    padding: 0px;
    margin: 0 0 0 6px;
}

#content-right .currently-being-browsed.box ul.list li.item_first {
    margin-left: 0px;
}

.currently-being-browsed .list_horiz .item {
    width: auto;
    margin: 0px;
}
.currently-being-browsed .item_thumb_compact .image {
    height: auto;
    width: auto;
    border-top: solid 1px #7E7E7E;
    border-bottom: solid 1px #7E7E7E;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: black;
}
.currently-being-browsed .image img {
    height: 69px;
    width: 92px;
}

.currently-being-browsed .item_thumb_compact .title {
    width: 92px;
    padding: 0px;
    background-color: #1E1E1E;
    height: 36px;
    line-height: 1.5;
}

#currently-being-browsed-videos .play-button-watermark {
    top: 16px;
    lefT: 26px;
}

