body{
    background: #DADADA;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
#body-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
   background: #DADADA;
}
#top-bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #70088F;
box-shadow: black 0px 1px 2px;
    z-index: 100;
}

.main-content-wrapper{
    position: relative;
    display: inline-block;
    overflow: auto;
    width: 100%;
    max-height: 100%;
    margin: 45px 0 0 0;
    padding-top: 0;
   background: #8e16b1;
}
.top-link{
    position: relative;
    width: 728px;
    height: 15px;
    margin: 5px 0 11px 11px;
}
.top-link ul{
    margin: 0;
    padding: 0;
}
.top-link ul li{
    list-style-type: none;
    float: left;
    margin-left: 15px;
}
.top-link ul li a{
    color: #ddd;
    font-size: 16px;
}
.link{
    float: left;
    line-height: 45px;
    margin-left: 20px;
}
.link a{
margin:5px;
color: #999;
font-size:16px;
text-decoration: none;
}
#site_logo {
    float: left;
    margin: 2px 0 0 4px;
    color: rgb(255, 255, 255);
    width: auto;
    height: 40px;
}

#last_played_box {
    text-align: right;
    position: absolute;
    top: -4px;
    right: 365px;
    cursor: pointer;
    margin-top: -7px;
    padding: 0;
}

#last_played_box #last_played_icon{
    width: 45px;
    height: 45px;
    opacity: 0.6;
}

#last_played_box #last_played_icon:hover{
    opacity: 0.8;
}

.game_list_view{
    display: inline-block;
    padding: 0;
}
.ul-list-view{
    list-style: none;
    margin: 0;
   padding: 6px 0 4px 2px;
}
.thumb_box{
    position: relative;
    float: left;
    padding: 0;
    width: 69px;
    height: 69px;
    background: #3b5998;
    margin: 0 2px 4px 2px;
}
.thumb_box img:hover{
    box-shadow: 0 0 3px 3px #f2e1f2;
}
.thumb_box:hover .thumb_info{
    display: block;
}
.thumb_info{
    position: absolute;
    font-size: 13px;
    background-color: rgba(0,0,0,0.8);
    left: 0;right: 0;
    text-align: center;
    bottom: 0;
    color: #ffb347;
    text-shadow: #cd6e00 1px 1px 1px ;
    display: none;
}
.search-box{
    position: absolute;
    text-align: right;
    right: 55px;
    top:8px;
    border:3px;
    z-index: 100;
}
.search-box input[type=text]{
    width: 300px;
    height: 24px;
    border: #002166;
    padding-left: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    outline: none;
}

.search-box ul{
    display: none;
    background:#5b6998;
    list-style:none;
    padding: 2px 1px 1px 1px;
    margin: 10px 0 0 0;
    min-width: 300px;
}
#last_played_box ul{
     display: none;
     background:#5b6998;
     list-style:none;
     padding: 2px 1px 1px 1px;
     margin: 2px 0 0 0;
     min-width: 300px;
 }
.search-box ul li,#last_played_box ul li{
    border-color: #e13300;
    color: #ffffff;
    margin: 0 1px 2px 1px;
    text-align: left;
    background-color: #333666;
}
.search-box ul li:hover, #last_played_box ul li:hover{
    background:#ffb347;
}
.search-box a:focus,.last_played_box a:focus{
    background:#ffb347;
}
.search-box ul li img, #last_played_box ul li img{
    width: 50px;
    height: 50px;
    vertical-align:middle;
}
.search-box ul li span, #last_played_box ul li span{
    margin-top: 0;
    padding-top: 0;
    display: inline;
    margin-left: 2px;
}
.search-box a, #last_played_box a{
    display: block;
    text-decoration: none;
    font-size: 12px;
    padding-right: 10px;
}
.cats-bar{
    position: absolute;
    display: block;
    text-align: left;
    height: 45px;
    top: 0;
    left: -4px;
    text-transform: uppercase;
    opacity:0.8;
    z-index: 101;
}
.cats-bar a{
    padding: 12px 12px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin: 0;
}

.cats-bar ul{
    margin-top: 0;
    margin-bottom: 0;
    list-style:none;
    padding: 1px 8px 1px 1px;
	margin-left: 220px;
}

.cats-bar ul li{
    display: inline;
    margin-right: 0;
}

.cats-bar ul a:hover{
    background-color: #3b5998;
}

.selected-cat a{
    background-color: #3b5998;
}

.game_play_view{
    display: inline-block;
    width: 1275px;
    height: 100%;
    padding: 5px 20px 10px 25px;
}

.left-column{
    position: relative;
    float: left;
    width: 320px;
    display: block;
    margin: 0;
    background: #DADADA;
	margin-top: -4px;
}

#play_logo{
    height: 84px;
    margin: 20px 0 6px 0;
}

#play_logo img{
    width: 300px;
    margin: 0 0 0 -20px;
}

.game-intro-box{
    background-color: #DADADA;
    padding: 30px;
    text-align: left;
}
.game-intro-box h2{
    margin-top: -22px;
    font-size: 18px;
}
.game-intro-box span{
    font-size: 13px;
    line-height: 20px;
}
.related_game{
    background-color: #DADADA;
    padding: 5px 5px 20px 5px;
}
.related_game h2{
    font-size: 18px;
margin-top: -20px;
}
.related_game ul{
    margin: 0;
    list-style: none;
    display: inline-block;
    background-color:#333333;
    padding: 2px 1px 0 1px;
    width: 280px;
}

.related_game ul li{
    float: left;
    width: 68px;
    height: 68px;
    margin: 0 1px 2px 1px;
    padding: 0;
}

.related_game img{
    width: 68px;
    height: 68px;
}

.related_game img:hover{
    box-shadow: 0 0 3px 3px #f2e1f2;
}
.adver300 {
background-color: #DADADA;
margin-top: -40px;
}
.right-column{
    position: relative;
    float: left;
    display: inline-block;
    width: 760px;
    margin: 0 10px 0 0;
}

.top-ads{
position: relative;
width: 728px;
height: 90px;
margin: 5px 0 11px 11px;
}

.top-ads span{
    position: absolute;
    top: -8px;left: -10px;
    background-color: #cd6e00;
    padding: 0 4px 1px 2px;
    border-bottom-right-radius: 9px;
    font-size: 11px;box-shadow: #000 0 2px 3px;
    opacity: 0.7;
    z-index: 2;
}
.normal-screen-mode{
    position: relative;
    background-color: #002166;
    margin: 6px;
    padding: 2px;
}

.preload-game{
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #5a0099;
    z-index: 2;
}

.preload-content{
    position: relative;
}

.preload-content h3, #loadingDiv h3{
    font-size: 45px;
    letter-spacing: 3px;
    text-shadow: #ffffff 0 5px 5px, #ffffff 0 -8px 8px, #ffffff -12px 0 10px,#ffffff 12px 0 10px ;
    color: #ffb347;
    font-weight: bold;
}

#preload-status{
    padding: 20px 0 20px 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#preload-progress{
    display:inline-block;
    background-color: #000000;
    height: 1px;
    border-radius: 9px;
    box-shadow: 0 0 5px 3px #ffffff;
}

.full-screen-mode{
    text-align: center;
    position: fixed;
    padding: 2px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000000;
    display:inline-block;
}

.full-mode-button img{
    z-index: 3;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 100%;
    box-shadow: 0 0 5px 3px #ffb347 inset;
}

.normal-mode-button img{
    z-index: 3;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 5px 3px #ffb347;
}

.full-mode-button img:hover{
    border-radius: 100%;
    box-shadow: 0 0 10px 3px #ffb347;
}

.normal-mode-button img:hover{
    border-radius: 100%;
    box-shadow: 0 0 5px 3px #ffb347 inset;
}

a{
    color: white;
    text-decoration: none;
}

.mCSB_container{
    margin-right: 0!important;
}

#mCSB_1{
    max-height: 100%!important;
}

#loadingDiv{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b5998;
    z-index: 1000;
}

#loadingDiv *{
    position: relative;
    top: 30%;
    display: inline-block;
    width: 100%;
}

#progress-bar{
    position: relative;
    background: #ffffff;
    width: 90%;
    height: 2px;
    display: inline-block;
    box-shadow: 0 0 2px 2px #f2e1f2;
    text-align: left;
}

#complete-bar{
    height: 2px;
    width: 0;
    background-color: #002166;
}

#percent{
    position: relative;
    padding-bottom: 15px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.list_carousel {
    margin: 0 0 0 2px;
    width: 672px;
}
.list_carousel ul {
    margin: 0;
    padding: 0 0 0 2px;
    list-style: none;
    display: block;
    background-color: #555555;
}

.list_carousel li {
    text-align: center;
    width: 65px;
    height: 65px;
    padding: 0;
    margin: 2px 2px 2px 0;
    display: block;
    float: left;
}

.list_carousel li img:hover{
    box-shadow: 0 0 3px 3px #f2e1f2;
}

.caroufredsel_wrapper{
    width: 672px!important;
}
.clearfix {
    float: none;
    clear: both;
}
.fb-like{
    position: fixed!important;
    top: 50px;
    right: 20px;
    z-index: 99;
}
a:hover, a:active, a:focus {
    outline: 0;
}
a img{
    border-style:none
}
#site-logo {
background:url('/ui/images/logo.png') no-repeat;
margin-top: 9px;
margin-left: 25px;
width: 140px;
height: 65px;
opacity: 0.5;}
.cats-bar #site-logo:hover{opacity: 1;}
.right-ads {
    position: fixed!important;
    top: 50px;
    right: 40px;
    z-index: 99;
    width: 160px;
    height: 600px;
}
.game-ads{
    margin-top: -75px;
}