@charset "utf-8";
/* CSS Document */

.shortcut{
    position:fixed;
    bottom: 0%;
    left:3px;
    width:94px;
    height:548px;
    z-index:9999;
}
.shortcut-top{
    float:left;
    width:100%;
    height: 122px;
}
.shortcut-mid{
    float:left;
    width: 80%;
    height: 100%;
    background:url(../images/shortcut/mid.png) top left no-repeat;
}
.shortcut-bottom{
    float:left;
    width:94px;
    height:85px;
    background:url(../images/shortcut/bottom.png) top left no-repeat;
}
.shortcut-menu{
    float:left;
    width:100%;
    height:auto;
}
.shortcut-menu ul{
    float:left;
    width:100%;
    height:auto;
    padding:0;
    margin:5px 0;
}
.shortcut-menu ul li{
    list-style: none;
    position: relative;
    margin: 4px -5px;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font: 17px/18px 'thaisanslite', Arial, sans-serif;
}
.shortcut-menu ul li a{
    font-size: 16px;
    line-height:18px;
    color:#fff;
    text-decoration:none;
}
.shortcut-menu ul li a:hover{
    font-size:16px;
    line-height:18px;
    color:#fed10a;
    text-decoration:none;
}
.shortcut-changefont{
    float:left;
    width:100%;
    height: 126px;
}
.changefont1{
    float:left;
    margin-left: 2px;
    width:89%;
    height:auto;
}
.changefont1 ul{
    float:left;
    width:100%;
    height:auto;
    margin:0px 0;
    padding:0;
}
.changefont1 ul li{
    float:left;
    width:100%;
        margin: 0px -5px;
    height:auto;
    text-align:center;
    color:#fff;
}
.changefont1 ul li a{
    color:#fff;
    text-decoration:none;
}
.changefont1 ul li a:hover{
    color:#fed10a;
    text-decoration:none;
}
.changefont1 ul li span.little{
    font-size:14px;
    color:#fff;
    line-height:15px;
}
.changefont1 ul li span.middle{
    font-size:18px;
    color:#fff;
    line-height:10px;
}
.changefont1 ul li span.large{
    font-size:26px;
    color:#fff;
    line-height:2px;
}
.changefont1 ul li span.change-text{
    font-size:11px;
    color:#fff;
    line-height:13px;
}
.shortcut-search{
    float:left;
    margin-top: -5px;
        margin: 0px -5px;
    width:100%;
    text-align:center;
    height:auto;
}
.shortcut-search .search-icon{
    float:left;
    width:100%;
    height:auto;
}
.shortcut-search .search-text{
    float:left;
    width:100%;
    height:auto;
    font-size:12px;
    color:#fff;
    line-height:13px;
}
.shortcut-search .search-text a{
    color:#fff;
    text-decoration:none;
}
.shortcut-search .search-text a:hover{
    color:#fed10a;
    text-decoration:none;
}
.shortcut-changelanguage{
    float:left;
    padding-top:10px;
    width:100%;
        margin: 0px -5px;
    text-align:center;
    height:auto;
    position:relative;
}
.shortcut-changelanguage .change-lang-icon{
    float:left;
    width:100%;
    height:auto;
}
.shortcut-changelanguage .change-lang-text{
    float: left;
    width: 98%;
    font-size: 11px;
    margin-top: 5px;
    color:#fff;
    line-height: 13px;
}

.g-translate{
        top: 30px;
    left:58px;
    padding:10px;
    min-width:130px;
    height:30px;
    position:absolute;	
    background-color: #003f99;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border:2px solid #e9c463;*/
    border-left:none;
    z-index:9999;
}

.shortcut-facebook{
    float:left;
    padding:23px 0px;
    width:100%;
    text-align:center;
    height:auto;
}
.shortcut-btn-slide{
    float:left;
    width: 94%;
    padding-top: 23px;
    text-align:center;
    height:auto;
}
