﻿/* guide begin */
.guide {
    width: 990px;
}
.guide a {
    color: #FFC736;
}
.guide a:hover {
    color: #fff;
}
.guide td {
    /*padding: 8px 6px 0px 0px;*/
    padding-right: 8px;
    vertical-align: top;
}
.guide .list {
    width: 240px;
}
.guide .entitytype {
    color: #ADD8E6;
    font-weight: bold;
}
.guide .entity {
    padding: 2px 0px 2px 16px;
    font-size: 11px;
}
.guide .current {
    color: #fff;
    font-weight: bold;
}
.guide .content {
    border: solid 2px #4682B4;
    border-radius: 8px;
    background-image: url(../img/guide_bg.jpg);
    padding: 8px;
    height: 560px;
    overflow: hidden;
}
.guide .content td {
    padding: 0px;
}
.guide .text {
    border-radius: 16px;
    background-image: url(../img/fade.png);
    padding: 16px 8px 16px 8px;
    max-height: 490px;
    margin-left: 8px;
}
.guide .header {
    border-radius: 6px;
    background-color: #4682B4;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.guide .provider {
    border-radius: 16px;
    background-image: url(../img/fade3.png);
    padding: 8px;
    margin-top: 8px;
}
.guide .hint {
    background-image: url(../img/fade3.png);
    border-radius: 8px;   
    border: 1px solid #4682B4;
    padding: 8px;
}
.encyclopedia p {
    color: #ccc; 
}
.encyclopedia b {
    color: #fff; 
}
.guide h1 {
    border-radius: 6px;
    background-color: #ccc;
    color: #000; 
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 8px;
}
.guide h2 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
    margin-top: 4px;
}
.guide .home {
    background-image: url(../img/guide/mh_home.jpg);
    border-radius: 16px;
    width: 714px;
    height: 328px;
}
/* guide end */