/* Frame */
#topFrame {
    display: block;
    width: 1000px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#mainFrame {
    float: left;
    display: block;
    width: 735px;
    height: auto;
    padding: 0px;
    margin: 0px;
}
#rightFrame {
    float: right;
    display: block;
    width: 250px;
    height: auto;
    margin: 0px;
    border: 0px solid #e8e8e8;
}

dl,dt,dd {
    padding: 0px;
    margin: 0px;
}

#mainFrame ol.rankingList {
    padding: 0px;
    margin: 0px;
    list-style-type : none;
}

#mainFrame ol.rankingList li {
    clear: both;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

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

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

#mainFrame ol.rankingList li span.word {
    width: 110px;
    _width: 130px;
    padding: 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

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

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

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

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

#rightFrame .newsPanel {
    display: block;
    width: 240px;
    padding-bottom: 5px;

}
#rightFrame .newsPanel .header{
    height: 36px;
    _height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
}
#rightFrame .newsPanel .header .headerTitle{
   display : inline-block;
   float:left;
}

#rightFrame .newsPanel .header .moreBtn{
   display : inline-block;
   float:right;
}

.newsPanel .content .thumbnail {
    float: left;
    width: 70px;
    _width: 72px;
    height: 65px;
    _height: 67px;
    overflow: hidden;
    border: 1px solid #aaaaaa;
}
.newsPanel .content .thumbnail img {
    width: 72px;
    height: 67px;
}
.newsPanel .content dt.headline a {
    float: right;
    width: 160px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    height: 16px;
    color: #585858;
}

.newsPanel .content dd {
    float: right;
    width: 160px;
    line-height: 17px;
    color: #aaaaaa;
    font-family: Dotum;
}

.newsPanel .content dd.wdate{
    font-size: 11px;
}
.newsPanel .content dd.blurb {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
}

.newsPanel ul {
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
}
.newsPanel li {
    line-height: 22px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #585858;
}

#bestKeywordPanel{
    display: block;
    /*margin-top: 15px;*/
	margin-top: 5px;
    width: 240px;
}
#bestKeywordPanel .header{
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #efefef;
    margin-bottom: 10px;
    font-weight: bold;
}
#bestKeywordPanel .header .moreBtn{
    float:right;
}
#bestKeywordPanel .content{
    padding: 5px;
}
ol.bestSearchResult {
    padding: 0px;
    margin: 0px;
    list-style-type : none;
	width: 220px;

}
ol.bestSearchResult li {
    clear: both;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}
ol.bestSearchResult li span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

ol.bestSearchResult li span.rank {
    display: inline-block;
    width: 13px;
    text-align: center;
    background: url(http://static.ad.co.kr/images/ad/background/rank_bg.gif) no-repeat left center;
    font-size: 10px;
    color: #ffffff; 
    margin-right : 5px;

}

ol.bestSearchResult li span.word {
    display: inline-block;
    width: 100px;
    _width: 110px;
    padding: 0px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ol.bestSearchResult li span.word a {
    font-size: 12px;
    color: #474747;
}

ol.bestSearchResult li span.word a:hover {
    color: #474747;
    font-weight: bold;
    text-decoration: none;
}

ol.bestSearchResult li span.up {
    display: inline-block;
    width: 10px;
    background: url(http://static.ad.co.kr/images/ad/icon/rank_up.gif) no-repeat left center;
    float:right; 
}

ol.bestSearchResult li span.down {
    display: inline-block;
    width: 10px;
    background: url(http://static.ad.co.kr/images/ad/icon/rank_down.gif) no-repeat left center;
    float:right;
}
ol.bestSearchResult li span.new {
    display: inline-block;
    float:right;
    width: 30px;
    background: url(http://static.ad.co.kr/images/ad/icon/rank_new.gif) no-repeat 0px 2px;
}
ol.bestSearchResult li span.fluctuation {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 10px;
    color: #555555;
    float:right;
}
.heading{
    display: block;
    float: left;
}
.more{
    display: block;
    float: right;
}
       .menuOn{
        background-position: 0 -40px !important;
      }
      
      .menuOff{
        background-position: 0 0 !important;
      }
      .menuOnClick{
        background-position: 0 -60px !important;      
      }
      .menuOffClick{
        background-position: 0 -20px !important;      
      }
      
      .dateYearMenuPanel,
      .dateMonthMenuPanel
      {
        display : block;
        width:61px;
        z-index : 12;
        position:relative;
        float:left;
        margin-right : 3px;
      }

      .dateMonthMenuPanel
      {
      width:49px;
      }
      
      #dateYearMenuList,
      #dateMonthMenuList
      {
      position : absolute;
      top:20px;
      _top:20px;
      border : 1px solid #E0E0E0;
      background : #FFFFFF;
      padding : 0;
      width:59px;
      _width: 61px !important;
      max-height:153px;
      _max-height : 158px;
      z-index : 13;
      overflow-y : auto;
      scrollbar-face-color: #FFFFFF;
      scrollbar-shadow-color:#C0C0C0;
      scrollbar-highlight-color:#C0C0C0;
      scrollbar-3dlight-color:#FFFFFF;
      scrollbar-darkshadow-color:#FFFFFF;
      scrollbar-track-color: #F5F5F5;
      scrollbar-arrow-color: #C0C0C0;
      }
      #dateMonthMenuList{
      width:46px;
      }
      .select{
      	width:160px;
      }
  		.select .cdateText,
      .select .cdateText{
      	float:left;
      	line-height:20px;
      	margin-right:10px;
      }
      
      #dateYearMenuList #top,
      #dateMonthMenuList #top,
      {
        padding: 2px 0px;
      }
      #dateYearMenuList #top{
        border-bottom : 1px dotted #E0E0E0;
        margin-bottom : 5px;
      }
      #dateYearSelectName
			{
      background : #FFFFFF url(http://static.ad.co.kr/images/common/menu/menuDropDownStarYear.png) no-repeat scroll 0 0;
      color : #8F9091;
      padding : 4px 0 0 7px;
      width: 55px;
      _width: 62px;
      height:16px;
      _height: 20px;
      font-size : 9px;
			}
			#dateMonthSelectName{
			background : #FFFFFF url(http://static.ad.co.kr/images/common/menu/menuDropDownStarMonth.png) no-repeat scroll 0 0;
			    color : #8F9091;
      padding : 4px 0 0 7px;
      width: 43px;
      _width: 46px;
      height:16px;
      _height: 20px;
      font-size : 9px;
			}
  #dateYearSelectName .dateYearName,
  #dateYearMenuList li,
  #dateMonthSelectName .dateMonthName,
  #dateMonthMenuList li
  
  {
    font-family : Dotum;
    font-size : 11px !important;
    font-weight : normal !important;
    cursor : pointer;
    
  }
  #dateYearMenuList li,
  #dateMonthMenuList li{
    margin : 3px 5px;
    _margin : 3px 3px;
  }
  #dateYearSelectName .inputSpeciality{
  	 border : 0px;
  	 width : 120px;
  }

  
  #mainFrame .message {
    width: 800px;
    text-align: center;
    line-height: 25px;
    margin: 50px 0px;
  }