.group {
    margin: 10px 0;
}

.group a {
    display: inline-block;
    border: 1px solid #a1a1a1;
    background-color: #a1a1a1;
    border-radius:3px;
    text-align: center;
    width: 85px;
    margin: 0 2px;
    color: #FFF;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    font-weight: bold;
}

.group a.down {
    color: #494949;
    background-color: #e5e5e5;
    border: 1px solid #D8D8D8;
}

#searchAdv {
    padding: 0;
    margin: 5px 5px 10px 5px;
    min-width: 276px;
    position: relative;
}

#searchAdv.open .head {
    margin: 0;
}

#searchAdv .head {
    margin: 0 0 -1px 0;
}

#searchAdvToggle {
    cursor: pointer;
    float: right;
    height: 4px;
    padding: 10px;
    width: 7px;
    margin: 3px -10px 0 0;
}

#searchAdvToggle .icon {
    display: block;
    float: none;
}

#searchAdv .content{
    display: none;
    text-align: left;
    padding: 10px 0 0 0;
}

#searchAdv.open .content{
    display: block;
}

.switch {
    border: 1px solid #D8D8D8;
    border-radius:3px;
    margin: 0 10px 10px 10px;
    padding-left: 6px;
}

.switch.sel {
    background: #f4f4f4;
}

.switch label {
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
    font-weight: bold;
}

.switch input{
    margin-bottom: 2px;
}

.chGroup {
    border-bottom: 1px solid #D8D8D8;
    padding: 3px;
}

.chGroup.sel {
    background: #f4f4f4;
}

.chGroupBox {
    border-top: 1px solid #D8D8D8;
    margin: 0 0 10px 0;
}

.chGroupBox.first {
    margin: -11px 0 10px 0;
}

.chGroup label {
    display: block;
}

.chGroup input {
    display: inline-block;
    margin: 0 5px 2px 0;
}

.chGroup .title input {
    margin-bottom: 2px;
}

.chGroup .toggle {
    height: 4px;
    width: 7px;
    padding: 11px 10px;
    cursor: pointer;
    float: right;
}

.chGroup .toggle .icon{
    display: block;
    float: none;
}

.chGroup .title {
    line-height: 27px;
    padding-left:7px;
    font-weight: bold;
}

.chGroup .title>.icon{
    margin: 0 5px -4px 0;
}

.chGroup .chList{
    display: none;
    overflow: hidden;
    height: 112px;
    position: relative;
}

.chGroup.open .chList{
    display: block;
    margin-bottom: 5px;
}

.chList label {
    line-height: 22px;
    margin-left: 20px;
}

#searchAdv .select {
    border-radius:3px;
    border: 1px solid #D8D8D8;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    margin: 0 10px 10px 10px;
    text-align: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#searchAdv .select.sel {
    background: #f4f4f4;
}

#searchAdv .select select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    height: 27px;
    width: 100%;
    left: 0;
    top: 0;
}


#searchAdv .select .iconSelect {
    margin: 12px 0 0 0;
    float: right;
}

#searchLoad {
    text-align: center;
    width: 100%;
    height: 100%;
    background: #E5E5E5;
    opacity:0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

#searchLoad div{
    text-align: center;
    color: #000;
    font-weight: bold;
    border: 1px solid #D8D8D8;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    line-height: 60px;
    margin-left: -50px;
    margin-top: -30px;
    background: url(../../images/ajax-loader.s.gif) no-repeat center center #FFF;
    position: absolute;
    border-radius:5px;
}

.ps-container .ps-scrollbar-y-rail {
    background-color: #FFF;
    position: absolute;
    right: 3px;
    width: 6px;
}
.ps-container .ps-scrollbar-y {
    background-color: #c9c9c9;
    margin: 1px;
    position: absolute;
    right: 0;
    width: 4px;
}
.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999999;
}
.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-y, .ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

.videoBox .title ddd, .videoBox .title span, .story ddd {
    background: #CCC;
}
