
#topbar_left {
    margin: 4px 3px 0 5px;
    position: absolute;
    width: 450px;
}

#topbar_left > div {
    display: inline-block;
    vertical-align: top;
}

#search_cover {
    background-image: url('https://rccdn.cachefly.net/images/cover.png');
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

#search_global {
    color: #666666;
    display: inline-block;
    font-family: Arial,serif;
    margin: -1px 2px 0 0;
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

#search_global * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#search_clear {
    left: 307px;
    position: absolute;
    display:none;
    top: 3px;
}

#txt_search_global {
    background: #fff url(https://rccdn.cachefly.net/images/icon_search.png) no-repeat;
    border: 0;
    border-radius: 0;
    height: 24px;
    margin-top: 1px;
    outline: none;
    padding: 2px 25px 2px 5px;
    width: 328px;
    -webkit-appearance: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #333333;
    background-size: 16px 16px;
    background-position: 307px 3px;
    -webkit-transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
}

#txt_search_global::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#txt_search_global::-ms-clear {
    display: none;
}

#txt_search_global.hidebg {
    background-image: none !important;
}

#txt_search_global.disabled {
    background-color: #0D1528;
    border-bottom: 1px solid #36405A;
    border-right: 1px solid #36405A;
    color: #EE9400;
    width: 170px;
    background-position: 146px 3px;
    -webkit-transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, color 0.5s ease-in-out, background-position 0.4s ease-in-out;
}

#txt_search_global.disabled::-webkit-input-placeholder {
    color: #ee9400;
    opacity: 1;
}

#txt_search_global.disabled:-moz-placeholder {
    color: #ee9400;
    opacity: 1;
}

#txt_search_global.disabled::-moz-placeholder {
    color: #ee9400;
    opacity: 1;
}

#txt_search_global.disabled:-ms-input-placeholder {
    color: #ee9400;
    opacity: 1;
}

#search_global_results {
    background-color: #EEEEEE;
    /*border-top: 3px solid #E8A440;*/
    border: 1px solid #f5f5f7;
    list-style: none outside;
    position: absolute;
    width: 328px;
    display:none;
    -webkit-box-shadow: 0 3px 12px 3px rgba(30, 33, 50, 0.3);
    box-shadow: 0 3px 12px 3px rgba(30, 33, 50, 0.3);
    z-index: 10000;
}

.search_global_header {
    background-color: #1E2132;
    position: relative;
}

.search_global_header h1 {
    color: #EEEEEE;
    font-size: 14px;
    padding: 10px 10px;
}

.search_global_header h2 {
    background-color: #464C5E;
    color: #EEEEEE;
    font-size: 14px;
    right: 10px;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}

.search_global_row {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #ffffff;
    padding: 5px 10px;
    position: relative;
}

.search_global_row h1,
.search_global_row h2,
.search_global_row h3 {
    font-weight: normal;
    width: 232px;
}

.search_global_row a {
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_global_row h1 {
    margin-bottom: 1px;
}

.search_global_row h1 a {
    font-size: 14px;
}


.search_global_row h2 {
    margin-bottom: 5px;
}

.search_global_row h2 a {
    font-size: 11px;
}

.search_global_row h3 a {
    color: #9b6f3a;
    font-size: 11px;
}

.search_global_row h1 a,
.search_global_row h2 a,
.search_global_row h3 a {
    display: block;
    text-decoration: none;
}

.search_global_row:hover,
.search_global_row.search_global_active {
    background-color: #5577a2;
    border-bottom: 1px solid #415B7B;
    border-top: 1px solid #374e69;
    cursor: pointer;
}

.search_global_row:hover h1 a,
.search_global_row:hover h2 a,
.search_global_row:hover h3 a,
.search_global_row.search_global_active h1 a,
.search_global_row.search_global_active h2 a,
.search_global_row.search_global_active h3 a {
    color: #fff;
}

.search_global_image {
    background-color: #fff;
    border: 5px solid #d5d5d7;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 70px;
}

.search_global_image img {
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.search_global_more {}

.search_global_more div {
    background-image:-moz-linear-gradient(rgb(255,255,255) 0%,rgb(153,153,153) 100%);
    background-image:-webkit-gradient(linear,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(153,153,153)));
    background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(153,153,153) 100%);
    background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(153,153,153) 100%);
    background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(153,153,153) 100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff999999)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ff999999);
}

.search_global_more div a {
    color: #414141;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 5px;
    text-decoration: none;
}

.search_global_more div:hover {
    background-color: #5577a2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5577a2), to(#364d68));
    background-image: -webkit-linear-gradient(top, #5577a2, #364d68);
    background-image: -moz-linear-gradient(top, #5577a2, #364d68);
    background-image: -o-linear-gradient(top, #5577a2, #364d68);
    background-image: -ms-linear-gradient(top, #5577a2, #364d68);
    background-image: linear-gradient(top, #5577a2, #364d68);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5577a2', EndColorStr='#364d68');
}

.search_global_more div:hover a {
    color: #ffffff;
}