.center-turnir-selector
{
    position: relative;
    border: 2px solid #ededed;
}

.center-turnir-selector .selected-val
{

}

.main-menu .turnir-selector .selected-val{
    border: 2px solid #ededed;
}

.center-turnir-selector .selected-val div.sl-v
{
    padding: 0 38px 0 18px;
    font: 14px/42px Arimo;
    height: 44px;
    color: #555555;
    display: block;
    width: auto !important;
    cursor: pointer;
    background: url("../images/dropdown.png") no-repeat scroll right center !important;
}

.center-turnir-selector .selected-val img
{
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.center-turnir-selector .select-list
{
    position: absolute;
    padding: 0 0 0 0;
    width: 100%;
    overflow-y: auto;
    max-height: 323px;
    border: 2px solid #ededed;
    top: 44px;
    left: -2px;
    z-index: 10;
    background: #fff;
    display: none;
}

.center-turnir-selector .select-list ul
{
    padding: 0;
    margin: 0;
}

.center-turnir-selector .select-list ul li
{
    padding: 7px 18px 7px 18px;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ededed;
    font: 14px/16px Arimo;
    color: #555555;
    cursor: pointer;
    transition: e-all 0.2s;
}

.center-turnir-selector .select-list ul li:last-child
{
    border: 0;
}

.center-turnir-selector .select-list ul li.selected,
.center-turnir-selector .select-list ul li:hover
{
    background: #1d9a52;
    color: #fff;
    transition: e-all 0.2s;
}

.center-turnir-selector .select-list ul li img
{
    vertical-align: middle;
    margin: 0 5px 0 0;
}



.html-select-list{
    float: left;
    position: relative;
    border: 1px solid #c4c4c8;
    height: 48px;
}

.html-select-list select,
.html-select-list .selector
{
    display: none;
}

.html-select-list .selected-val{
    padding: 0 38px 0 18px;
    font: 14px/48px Arimo;
    height: 48px;
    color: #555555;
    width: auto !important;
    cursor: pointer;
    background: url("../images/dropdown.png") no-repeat scroll right center !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.html-select-list .selected-val img,
.html-select-list .selected-val .tr-i{
    margin-right: 7px;
    vertical-align: middle;
}

.html-select-list .select-list{
    position: absolute;
    left: 0;
    border: 1px solid #1d9a52;
    background: #fff;
    padding: 10px 0;
    top: 50px;
    margin: 0;
    right: 0;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    z-index: 100;
}

.html-select-list .select-list li{
    list-style: none;
    cursor: pointer;
    padding: 5px 20px 5px 18px;
    font: 12px/21px Arimo;
}

.html-select-list .select-list li img,
.html-select-list .select-list li .tr-i{
    margin-right: 7px;
    vertical-align: middle;
}

.html-select-list .select-list li.selected,
.html-select-list .select-list li:hover
{
    background: #66b359;
    color: #fff;
}

.html-select-list .select-list .bold-option{
    font-weight: bold;
}

.html-select-list .select-list li.disabled,
.html-select-list .select-list li.disabled:hover
{
    color: #b5b6b9;
    background: none;
}