:focus {
    outline: 0
}


div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0
}

input, label, select, option, textarea, button, fieldset, legend {
    font-family: Tahoma, sans-serif
}

table, td, tr, th {
    font-size: 12px
}

ol, ul {
    list-style: none
}

li {
    list-style-type: none
}

img {
    vertical-align: top;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

address, cite, code, em, th, i {
    font-weight: 400;
    font-style: normal
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "."
}

a {
    font-size: 12px;
    color: #444;
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    color: #ff4a00
}

a:active {
    color: #ff4a00
}

::-webkit-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

.cssSelect {
    white-space: nowrap;
    float: left
}

.cssSelect * {
    display: block
}

.cssSelect a {
    color: #666;
    outline-width: 0;
    text-decoration: none
}

.cssSelect .selectBox {
    cursor: pointer;
    border: solid 1px #c8c8c8;
    float: left
}

.cssSelect .selectLt {
    cursor: pointer;
    float: left;
    text-align: left
}

.cssSelect .selectRt {
    cursor: pointer;
    background: url(../../../dist/img/skin_icons.png) -49px -160px no-repeat #f2f2f2;
    border-left: 1px solid #c8c8c8;
    float: left
}

.cssSelect .selectBox {
}

.cssSelect .selectLt {
    overflow: hidden;
    height: 30px;
    line-height: 31px;
    padding: 0 10px;
    background: none transparent scroll repeat 0% 0%;
    color: #666
}

.cssSelect .selectRt {
    height: 30px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 28px
}

.cssSelect .sNormal {
    background-position: 0 0
}

.cssSelect .sHover {
    background-position: 0 -50px
}

.cssSelect .sHover .selectRt {
    background: url(../../../dist/img/skin_icons.png) -49px -160px no-repeat #e6e6e6
}

.cssSelect .sPressDown {
}

.cssSelect .sPressDown .selectRt {
    background: url(../../../dist/img/skin_icons.png) -49px -160px no-repeat #e6e6e6
}

.cssSelect .optionsBox {
    position: absolute;
    border: 1px solid #dbdbdb;
    padding: 2px;
    margin: 0;
    background: #fff;
    z-index: 100
}

.cssSelect .optionsInnerBox {
}

.cssSelect .optionBox {
    cursor: pointer;
    padding: 2px 30px 2px 18px;
    margin: 0;
    height: 25px;
    line-height: 25px
}

.cssSelect .optionBox span {
    cursor: pointer;
    font-size: 12px
}

.cssSelect .oNormal {
}

.cssSelect .oHover {
    background: #ff824d;
    color: #fff
}

.cssSelect .selected {
    background: #ff4a00;
    color: #fff
}