/* Frame */
#mainFrame {
    float: left;
    width: 735px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    background: #f0f0f0;
}

#rightFrame {
    float: right;
    width: 250px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

#mainVisualPanel {
    width: 715px;
    _width: 735px;
    height: 230px;
    _height: 250px;
    padding: 10px;
    background: #000000;
}

#mainVisual {
    width: 709px;
    _width: 715px;
    height: 224px;
    _height: 230px;
    padding: 3px;
    background: #3c3c3c;
}

#banner {
    width: 250px;
}

#mainSearchResultPanel {
    display: block;
    padding: 9px;
    margin: 10px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
}

#mainSearchResultPanel .searchResultPanel {
    float: left;
    display: block;
    _display: inline;
    width: 225px;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

#mainSearchResultPanel #monthlyGeneralSearchResultPanel {
    margin: 0px;
}

#rightSearchResultPanel {
}

#rightSearchResultPanel .searchResultPanel {
    display: block;
    width: 220px;
    _width: 250px;
    height: 250px;
    _height: 280px;
    padding: 14px;
    margin: 0px;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
}


.searchResultPanel .header .heading {
    float: left;
    font-weight: bold;
    height: 15px;
    padding: 8px 0px;
}
.searchResultPanel .header .others {
    float: right;
    line-height: 30px;
}

.searchResultPanel .header .th {
    clear: both;
    height: 30px;
}

.searchResult {
    clear: both;
}    

#mainSearchResultPanel .searchResult {
    height: 600px;
    _height: 620px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

#rightFramePanel1 {
    padding: 10px;
}
#rightFramePanel2 {
    padding: 10px;
}



ol,
ul, 
li {
    padding: 0px;
    margin: 0px;
}

.searchResult ol {
    padding: 0px;
    margin: 0px;
    list-style-type : none;
}
.searchResult ol li {
    clear: both;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.searchResult ol li span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-family: Dotum, Arial;
}

.searchResult ol li span.rank {
    width: 13px;
    text-align: center;
    background: url(//static.ad.co.kr/images/ad/background/rank_bg.gif) no-repeat left center;
    font-size: 9px;
    color: #ffffff; 
}

.searchResult ol li span.word {
    width: 120px;
    _width: 140px;
    padding: 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchResult ol li span.word a {
    font-size: 11px;
    color: #999999;
}

.searchResult ol li span.word a:hover {
    color: #000000;
    font-weight: bold;
}

.searchResult ol li span.fluctuation {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 10px;
    color: #555555;
}

.searchResult ol li span.new {
    display: inline-block;
    width: 30px;
    background: url(//static.ad.co.kr/images/ad/icon/rank_new.gif) no-repeat center center;
}


.searchResult ol li span.up {
    display: inline-block;
    width: 20px;
    _width: 30px;
    padding-left: 10px;
    background: url(//static.ad.co.kr/images/ad/icon/rank_up.gif) no-repeat left center;
}

.searchResult ol li span.down {
    display: inline-block;
    width: 20px;
    _width: 30px;
    padding-left: 10px;
    background: url(//static.ad.co.kr/images/ad/icon/rank_down.gif) no-repeat left center;
}
