body {
    font-family: "Segoe UI", "Arial" !important;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.grey-flat-menu {
    text-align: right;
    margin-right: 20px;
    padding: 0px 40px 6px 0px;
    margin: 0px;
}
#i-dictionary {
    display: block;
    position: fixed;
    right: 16px;
    top: 16px;
}
#i-dictionary:hover {
    cursor: pointer;
}
.grey-flat-menu li {
    list-style-type: none;
    float: left;
    position: relative;
    margin-top: 11px;
    margin-left:8px;
    padding:4px 10px 6px 10px;
}

.grey-flat-menu-item-active {
    background: #FFF;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    font-size:14px;
    font-weight:bold;
    padding:8px 20px;
    text-shadow:1px 1px 0px #ffffff;
}

.grey-flat-menu-item-inactive {
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;

    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e6e6e6) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #e6e6e6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
    background-color:#ffffff;
    color:#303030;
    font-size:14px;
    font-weight:bold;
    padding:8px 20px;
    text-shadow:1px 1px 0px #ffffff;
}

.grey-flat-menu-item-inactive:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff');
    background-color:#E9E9E9;
    cursor: pointer;
}

.grey-flat-menu a {
    font-weight: bold;
    text-decoration: none;
    color:#303030;
}
.grey-flat-menu a:hover {
    color: #B00000;
}

/*.rating-00, .rating-05, .rating-10, .rating-15, .rating-20, .rating-25, 
.rating-30, .rating-35, .rating-40, .rating-45, .rating-50 {
    background-image: url('../../img/global/ratings.png');
    width: 100px;
    background-repeat: no-repeat;
    height: 16px;
}

.rating-00 {background-position: -100px 0px;}
.rating-05 {background-position: -80px -20px;}
.rating-10 {background-position: -80px 0px;}
.rating-15 {background-position: -60px -20px;}
.rating-20 {background-position: -60px 0px;}
.rating-25 {background-position: -40px -20px;}
.rating-30 {background-position: -40px 0px;}
.rating-35 {background-position: -20px -20px;}
.rating-40 {background-position: -20px 0px;}
.rating-45 {background-position: -0px -20px;}
.rating-50 {background-position: 0px 0px;}*/