.modal{
    font-family:'Nova Square',Verdana;
}
.header{
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 75px;
    top: 0;
    left: 0;
    background-color: #034566;
    background-image:url("../images/header_bg_small.jpg");
}
.headcont{
    width: 1000px;
    margin:0 auto;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.clear{
    clear: both;
    zoom: 1
}
/*logo部分*/
#logo{
    text-align: center;
    float: left;
}
#logo a{
    display: block;
    height: 55px;
    text-decoration: none;
    margin:10px 0 10px 10px;
}
#logo a img{
    height: 55px;
    cursor: pointer;
}
/*menu部分*/
#menu,.menu{
    width: 200px;
    height: 46px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #003358;
    opacity: .9;
    float: right;
    margin-right:20px;
    margin-top:15px;
    cursor: pointer;
    position: relative;
}
.menu{
    width:auto;
    min-width:100px;
}
.menu .icon{
    width:38px;
    margin:5px 0 0 5px;
    float:left;
}
.menu .username{
    margin-right:25px;
}
#menu:hover,.menu:hover{
    opacity:1;
}
#menu span,.menu span{
    text-align: left;
    line-height:46px;
    font-size: 15px;
    color: #fff;
    padding-left:10px;
    font-family:'Nova Square',Verdana;
}
.triangle_down{
    width:0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    right:9px;
    top:18px;
}
.triangle_up{
    width:0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    right:9px;
    top:18px;
}
.hide_sort{
    position: absolute;
    width:200px;
    left:0;
    top:54px;
    background: #013e69;
    opacity:0.9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: none;
}
.hide_sort a{
    text-decoration: none;
}
.hide_sort div{
    height: 40px;
    line-height:40px;
    color: #fff;
    padding-left:10px;
    width:190px;
    font-size: 15px;
    font-family:'Nova Square',Verdana;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.hide_sort div:hover{
    background: rgba(0,0,0,0.6);
}
.opci{
    width: 200px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 44px;
    background: #000;
    z-index:39999;
    opacity:0;
}
/*language部分*/
.language{
    width: 170px;
    height:46px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #003358;
    opacity: .9;
    float: right;
    margin-right:10px;
    margin-top:15px;
    cursor: pointer;
    position: relative;
}
.language:hover{
    opacity:1;
}
.language ul{
    list-style:none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}
.language .flags{
    position: absolute;;
    width: 31px;
    height: 22px;
    left:10px;
    top:11px;
    background-image: url("../images/flags.png");
}
.language .lang{
    position: absolute;;
    width: 115px;
    height: 46px;
    left:51px;
    top:0;
    color: #fff;
    font-family:'Nova Square',Verdana;
    line-height:46px;
}
.language .lang-ul{
    width: 170px;
    position: absolute;
    z-index:4999;
    left: 0;
    top:54px;
    background: #013e69;
    opacity:0.9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: none;
}
.lang-ul li{
    height: 46px;
    line-height:46px;
    width: 170px;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}
.lang-ul li:hover{
    background: rgba(0,0,0,0.8);
}
.flag-ro{
    background-position: 0 276px;
}
.flag-fr{
    background-position: 0 -69px;
}
.flag-po{
    background-position: 0 -137px;
}
/*search框*/
#search{
    width: 292px;
    height: 59px;
    float: right;
    margin-top:9px;
    position: relative;
    background: url("../images/search_bg.png") no-repeat;
}
#search_line {
    border: 0 solid;
    margin-top: 13px;
    margin-left: 20px;
    background: none;
    width: 210px;
    height: 32px;
    font-size: 18px;
    color: #666;
    font-style: italic;
    font-family: 'Nova Square', cursive;
}
#search_button{
    position: absolute;
    right: 16px;
    top: 13px;
    width: 36px;
    height: 36px;
    background-image:url("../images/search_button.png")
}
#search_button:hover {
    background-image: url("../images/search_button_mo.png");
    cursor: pointer;
}
#search_box {
    position: relative;
    top: 5px;
    border: 0 solid;
    height: auto;
    width: 250px;
    z-index: 100000;
    background: #082236;
    margin: 0 auto;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
    filter: alpha(opacity=99);
    -moz-opacity: .99;
    -khtml-opacity: .99;
    opacity: .99;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    display: none;
    border-bottom: 2px solid #3A779E;
    border-right: 2px solid #3A779E;
    border-left: 2px solid #3A779E;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-family: Arial,Helvetica,sans-serif;
}
.search_link {
    text-decoration: none;
}
.search_row {
    position: relative;
    border: 0 solid;
    width: 245px;
    margin: 0 auto;
    height: 40px;
}
.search_thumb {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 35px;
    height: 35px;
}
.search_game_title {
    position: absolute;
    left: 40px;
    top: 8px;
    width: 200px;
    height: auto;
    border: 0 solid;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_word {
    font-weight: 700;
    text-transform: capitalize;
    color: #eee;
}
.search_row:hover {
    background: #487D9D;
}
.search_hover {
    background-color: #487D9D!important;
}
