.tp-select {
    height: 30px;
    display: inline-block;
    width: 186px;
    position: relative;
    vertical-align: middle;
}
.tp-select .select-box {
    position: absolute;
    height: 30px;
    width: 100%;
    font: 13px/30px "Verdana", "Arial";
    /* In IE8, there should be space between "font-size/line-height" and "font-family". */
    text-shadow: 1px 1px 0 #EEEEEE;
    color: #666666;
    background: #f5f5f5;
    background-position: 0 -136px, right -204px, 50% -68px, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    cursor: pointer;
    padding-left: 14px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.tp-select .select-box:hover, .tp-select .select-box.expanded {
    background-position: 0 -170px, right -238px, 50% -102px, 0 -34px;
    color: #2c5667;
    border: 1px solid #10abe1;
}
.tp-select .drop-down {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    list-style: none;
    z-index: 1000;
    vertical-align: middle;
    border: 1px solid #cccccc;
    max-height: 240px;
    overflow-y: auto;
}
.tp-select li {
    background-color: #ffffff;
    cursor: pointer;
    padding: 0 0 0 15px;
    margin-left: -14px;
    overflow-x: hidden;
}
.tp-select li div {
    white-space: normal;
}
.tp-select li.selected {
    background-color: #fff;
    color: #58c4dd;
}
.tp-select li.hover {
    background-color: #58c4dd;
    color: #ffffff;
}
.tp-select ul {
    padding-left: 14px;
    list-style: none outside none;
    width: 100%;
    box-shadow: 1px 1px 5px #898989;
}
.select-title {
    display: inline-block;
    width: 192px;
    color: #4d4d4d;
}
.select-title.time-separater {
    margin-left: 12px;
    text-align: center;
    width: 20px;
}
.select-title.separater {
    margin-left: 12px;
    text-align: center;
    width: 85px;
}
.select-title.xxxs {
    width: 95px;
}
.select-title.m {
    width: 125px;
}
.select-title.l {
    width: 222px;
}
.select-title.xl {
    width: 252px;
}
.select-title.xxl {
    width: 282px;
}
.select-title.xxxl {
    width: 322px;
}
.select-title label.label-title span {
    vertical-align: baseline;
}
.select-container {
    line-height: 36px;
    height: 38px;
}
.select-icon-container {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: right;
}
.select-icon {
    background: url("../img/icons-02.png") no-repeat scroll -215px 1px;
    display: block;
    height: 20px;
    margin: 6px 0 0 180px;
    width: 20px;
    position: absolute;
    cursor: pointer;
}
.xs .tp-select {
    width: 60px;
}
.s .tp-select {
    width: 70px;
}
.m .tp-select {
    width: 100px;
}
.l .tp-select {
    width: 160px;
}
.xl .tp-select {
    width: 200px;
}
.xxl .tp-select {
    width: 300px;
}
.xxxl .tp-select {
    width: 540px;
}
.spec-callblock .tp-select {
    width: 250px;
}
.xs .select-icon {
    margin: 6px 0 0 54px;
}
.s .select-icon {
    margin: 6px 0 0 64px;
}
.m .select-icon {
    margin: 6px 0 0 94px;
}
.l .select-icon {
    margin: 6px 0 0 154px;
}
.xl .select-icon {
    margin: 6px 0 0 196px;
}
.xxl .select-icon {
    margin: 6px 0 0 294px;
}
.xxxl .select-icon {
    margin: 6px 0 0 536px;
}
.spec-callblock .select-icon {
    margin: 6px 0 0 244px;
}
.disabled .select-box, .disabled .select-icon-container, .disabled .select-icon {
    border: 0 none;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.3;
}
.disabled .select-box:hover {
    border: 1px solid #000000;
}
