.stylish-select .newListSelected
{
    width: 371px;
    background: url('../img/select.png') top left no-repeat;
    cursor: pointer;
}

.stylish-select .newListSelFocus
{
    background: url('../img/select_focus.png') top left no-repeat;
}

.stylish-select .selectedTxt
{
    height: 17px;
    padding: 10px 11px 10px 11px;
}

.stylish-select .SSContainerDivWrapper
{
    width: 371px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
}
.stylish-select ul.newList
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #ffffff;
    border: 1px solid #c8cbdd;
    overflow: auto;
}
.stylish-select ul.newList li
{
    margin: 0px;
    padding: 5px 11px;
    background: none;
}
    .stylish-select ul.newList li a
    {
	color: #0e305d;
    }

.stylish-select .newListHover
{
    color: #ff8600;
}