﻿body, p, ul, ol, li, div, span, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    background: #99ccff url(../Images/body_bg.png) repeat-x top center;
    font-family: Verdana, Arial, sans-serif;
    color: #0a2b89;
    font-size: 11px;
    line-height: 13px;
}
a
{
    color: #ff7f11;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
p
{
    text-align: left;
    margin: 0px 0px 15px 0px;
}

h1, h2
{
    font-family: Arial, Sans-Serif;
    margin: 0 0 0.5em;
    font-weight: bold;
    color: #ff7f11;
    letter-spacing: -0.02em;
    padding: 10px 0px;
    font-size: 25px; /*text-shadow: #ff7f11 0px 0px 4px;     filter: glow(color=#ff7f11, strength: 3);*/
}
h3, h4
{
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 0;
    height: 13px;
    overflow: hidden;
}
h2.small
{
    font-size: 18px;
}
/*******/
/* TOP */
#page
{
    width: 990px;
    margin: 0 auto;
    border: solid 3px #ffffff;
    border-top: none;
    position: relative;
}
#top
{
    background: #113c9e url(../Images/top_bg.png) no-repeat top center;
    height: 151px;
    position: relative;
    width: 100%;
}
#logo
{
    text-indent: -99999px;
    position: absolute;
    top: 25px;
    left: 25px;
    background: transparent url(../Images/top_logo.png) no-repeat center center;
    width: 300px;
    height: 74px;
}
#logo a
{
    display: block;
    width: 100%;
    height: 100%;
}
#top_button
{
    position: absolute;
    display: block;
    width: 292px;
    height: 63px;
    background: #113c9e url(../Images/top_button.png) no-repeat 0 -63px;
    right: 30px;
    top: 35px;
}
#top_button a
{
    display: block;
    width: 100%;
    height: 100%;
}
#top_button:hover
{
    background-position: 0 0;
}
#top_links
{
    color: #FFFFFF;
    position: absolute;
    right: 30px;
    top: 10px;
}
#top_links a
{
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    min-height: 16px;
    padding-top: 2px;
}
#top_links a.bookmark
{
    background-image: url('../Images/ico_bookmark.png');
}
#top_links a.homepage
{
    background-image: url('../Images/ico_homepage.png');
}
/********/
/* MENU */
#menu
{
    width: 100%;
    height: 31px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#menu_inner
{
    background: #113c9e url(../Images/menu_bg.png) repeat-x top center;
    list-style: none;
    width: 960px;
    height: 31px;
    margin: 0 auto;
    text-align: left;
    padding: 0 15px;
}
#menu_inner li
{
    display: inline-block;
    float: left;
}
#menu_inner li a
{
    height: 21px;
    display: block;
    padding: 10px 5px 0 5px;
    color: #ffffff;
}
#menu_inner li:hover, #menu_inner li a.active
{
    background: #fb7d10 url(../Images/menu_active.png) repeat-x top center;
}
#menu_inner li:hover a, #menu_inner li a.active
{
    text-decoration: none;
}

/***********/
/* CONTENT */
#content
{
    background: #ffffff url(../Images/content_bg.png) repeat-x top center;
    width: 100%;
    overflow: visible;
}
#content_inner
{
    padding: 20px 15px;
    min-height: 350px;
}

.box
{
    background: transparent url(../Images/box_bg.png) no-repeat center center;
    width: 199px;
    height: 180px;
    margin: 0 21px 20px 0;
    padding: 10px;
    float: left;
    position: relative;
}

.box .cat
{
    font-size: 0.95em;
    font-style: italic;
    position: absolute;
    right: 10px;
    bottom: 7px;
    margin: 0;
}

.box .pc, .box .phone
{
    position: absolute;
    right: 10px;
    bottom: 25px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
}
.box .description
{
    display: none;
}
.box .pc
{
    background-image: url(../Images/ico_pc.png);
}
.box .phone
{
    background-image: url(../Images/ico_phone.png);
}
.box img
{
    display: block;
    width: 199px;
    height: 145px;
}
/**********/
/* FOOTER */
#footer
{
    padding: 10px;
    color: #ffffff;
    background: #1444A2 url('../Images/footer_logo.png') no-repeat center right;
}
#footer a
{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
/***********/
/* RATING */
.box .rating-base
{
    position: absolute;
    left: 10px;
    bottom: 7px;
    margin: 0;
}
.box .rating-base span
{
    margin: 0;
}
.rater > span
{
    vertical-align: top;
}
.rater-rating
{
    margin-left: 1em;
}
.rater-starsOff, .rater-starsOn
{
    display: inline-block;
    height: 12px;
    background: url('../Images/ico_stars_small.png') repeat-x 0 0px;
}
.rater-starsOff
{
    width: 60px; /*margin-top: -0.2em;     margin-left: 1em;*/
}
.rater-starsOn
{
    display: block;
    max-width: 60px;
    top: 0;
    background-position: 0 -24px;
}
.rater-starsHover
{
    background-position: 0 -12px !important;
}

.rater-big-base
{
    margin: 2px 25px 10px 0;
    float: left;
}

.rater-big-base .rater-starsOff, .rater-big-base .rater-starsOn
{
    height: 18px;
    background: url('../Images/ico_stars_big.png') repeat-x 0 0px;
}

.rater-big-base .rater-starsOff
{
    width: 90px;
}
.rater-big-base .rater-starsOn
{
    display: block;
    max-width: 90px;
    top: 0;
    background-position: 0 -36px;
}
.rater-big-base .rater-starsHover
{
    background-position: 0 -18px !important;
}
/***********/
/* OTHERS */
.banner-left-outer, .banner-right-outer
{
    position: fixed; 
    overflow: hidden; 
    visibility: hidden;
    top: 0; 
    width: 100%; 
    height: 600px; 
    z-index: 100; 
}
.banner-left-outer
{
    left: 0;
}
.banner-right-outer
{
    right: 0;
}
.banner-left-inner, .banner-right-inner
{
    position: absolute; 
    visibility: visible; 
    left: 50%;
    margin-right: 0;
}
.banner-left-inner
{
    margin-left: -658px; 
}
.banner-right-inner
{
    margin-left: 498px; 
}
.banner-content
{
    float: left;
    height: 600px;
}
.paging
{
    list-style: none;
    padding: 10px 0 0;
    text-align: center;
}
.paging li
{
    display: inline;
    margin: 0 0.3em;
    padding: 0 !important;
}
.paging span
{
    border: 1px solid #0A2B89;
    padding: 3px 6px;
}
.paging a
{
    border: 1px solid #FF7F11;
    padding: 3px 6px;
}

p#tooltip
{
    padding: 0.6em 1em;
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    max-width: 250px;
    line-height: 1.3em;
    z-index: 1000;
}
.more
{
    padding: 0.1em 25px 0.1em 0.1em;
    background: transparent url(../Images/ico_more.png) no-repeat right center;
    font-size: 1.1em;
    font-weight: bolder;
    min-height: 16px;
    float: right;
    color: #218EDE;
    margin-right: 25px;
    padding-top: 5px;
}
.game
{
    text-align: left;
    margin-bottom: 1em;
}
/***********/
/* HELPERS */
.hide
{
    display: none;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
.clear
{
    clear: both;
}
.mt
{
    margin-top: 1em;
}
.mb
{
    margin-bottom: 1em;
}
.ml
{
    margin-left: 1em;
}
.mr
{
    margin-right: 1em;
}
.tl
{
    text-align: left;
}
.tr
{
    text-align: right;
}
.hide
{
    display: none;
}