#leftFrame {
    float: left;
    width: 120px;
    height: auto;
    padding: 0px;
    margin: 0px;
}

#mainFrame {
    float: right;
    width: 420px;
    _width: 430px;
    height: auto;
    min-height: 650px !important;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px;
    background: #ffffff;
}

#leftFramePanel1 {
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#leftFramePanel1 .thumbnail {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 5px;
}


.headline {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#adTotalCount {
    display: inline-block;
    padding: 1px 0px 0px 15px;
    margin: 0px 0px 0px 5px;
    background: url(//static.ad.co.kr/images/forum/icon/theme_icon.gif)
        no-repeat left center;
    font-weight: normal;
}

#adTotalCount span {
    display: inline-block;
    color: blue;
    margin: 0px 3px;
}


#adList .cell {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0px 5px 15px 0px;;
}

#adList .thumbnail {
    width: 135px;
    height: 100px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000000;
    overflow: hidden;
}

#adList .brand,
#adList .title {
    width: 130px;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#adList .brand {
    font-weight: bold;
}

.selected {
    font-weight: bold;
}

.message {
    margin: 20px;
    color: #000000;
}


#scoreTextS {
    font-family: Arial;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -2px;
    color: #ff6800;
}

#leftFrame .scoreInfo {
    width: 120px;
    margin-top: 20px;
    text-align: center;
}

#leftFrame .starScore {
    width: 63px !important;
    height: 12px !important;
    padding: 0px;
    margin: 5px 28px 20px 28px;
    background:
        url(//static.ad.co.kr/images/ad/survey/star_off.gif)
        no-repeat;
    text-align: left;
}

#leftFrame .starScore .scoreBar {
    height: 12px !important;
    padding: 0px;
    overflow: hidden;
}

#leftFrame .starScore .scoreBar img {
    width: 63px !important;
    height: 12px !important;
    padding: 0px;
    margin: 0px;
}

