.channel_button,
.share_button {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    background: url(buttons.png) 0px 0px no-repeat;
    cursor: hand;
    border: none;
}

.share_button {
    background-position-y: -18px;
}

.channel_fold {
    background-position: 0px 0px;
    float: left;
}

.channel_list {
    background-position: -162px 0px;
}

.channel_box {
    background-position: -108px 0px;
}

.channel_title {
    display: block;
    float: left;
    height: 18px;
    padding: 2px 2px 0px;
    margin: 0;
    margin-bottom: -2px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.radio-on {
    cursor: default !important;
}

a.foldable-table {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.foldable-table-expanded {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.channel-container {
    width: 308px;
    height: 261px;
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(channel-loader.gif) 138px 120px no-repeat;
}

.channel-item-brief {
    width: 84px;
    height: 84px;
    float: left;
    display: inline;
    padding: 0;
    margin: 0 0 0 9px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.channel-item-brief img {
    width: 80px;
    height: 55px;
}

.channel-item-list {
    height: 81px;
    border-bottom: 1px solid #a0a0a0;
    padding: 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#similar-conts, #more-user-cont, #daily-cont, #random-cont {
    margin: 0;
    padding: 0;
}

#similar-conts td, #more-user-cont td, #daily-cont td, #random-cont td {
    margin: 0;
    padding: 0;
}


#channelItemHintContainer {
    position: absolute;
    padding: 5px;
    width: 180px;
}

#hintContainer {
    position: absolute;
    border: 1px solid black;
    padding: 5px;
    background-color: #ffff80;
}



/* dropdown */
ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: visible;
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: none;
    z-index: 1001;
    text-align: left;
}

ul.dropdown li {
    margin: 0;
    padding: 3px 0px;
    border-top: none;
    position: relative;
}

ul.dropdown li a {
    padding: 0px 10px;
    display: block;
    width: 120px;
}

ul.dropdown .selected {
    background: transparent url(bars.png) repeat-x scroll 0 -250px;
}

ul.dropdown span.submenu {
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url(submenu.gif);
    background-position: right;
    background-repeat: no-repeat;
}

/* foldables */
img.fold, img.fold_expanded, img.box_radio, img.box_radio_on, img.list_radio, img.list_radio_on, img.fold_close {
    background-image: url(buttons.png);
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: 0;
}
img.fold, img.fold_expanded {
    float: left;
    margin-right: 4px;
}

a:hover img.fold {
    background-position: -18px 0;
}
a img.fold_expanded {
    background-position: -36px 0;
}
a:hover img.fold_expanded {
    background-position: -54px 0;
}

a img.list_radio {
    background-position: -108px 0;
}
a:hover img.list_radio {
    background-position: -126px 0;
}
a img.list_radio_on {
    background-position: -144px 0;
}

a img.box_radio {
    background-position: -162px 0;
}
a:hover img.box_radio {
    background-position: -180px 0;
}
a img.box_radio_on {
    background-position: -198px 0;
}

a img.fold_close {
    background-position: -216px 0;
}

a:hover img.fold_close {
    background-position: -234px 0;
}

/* google maps */
.gsc-input {
    width: 150px;
}
table.gsc-search-box {
    /*border: 1px solid #000*/
    background-color: #888;
}
table.gsc-search-box tr td {
    vertical-align: middle;
    padding: 0px;
}
input.gsc-search-button {
    /*height: 17px;*/
    border: 1px solid #000;
}

tr.selected_hotspot {
    background: url(bars.png) repeat-x scroll 0 -280px;
}