/* Frame */

#topFrame {
    display: block;
    width: 1000px;
    height: 226px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background: #ffaaaa;
}

#mainFrame {
    float: left;
    display: block;
    width: 780px;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
#rightFrame {
    float: right;
    display: block;
    width: 200px;
    _width: 214px;
    height: auto;
    padding: 0px 0px 30px 13px;
    margin: 0px;
    border-left: 1px solid #e8e8e8;
}

dl,dt,dd {
    padding: 0px;
    margin: 0px;
}
.thumbnail {
    overflow: hidden;
	text-overflow:  ellipsis;
}

.title {
}

.title .radioBtn{
	position : relative;
	top : 2px;
	display : inline-block;
	
}
a:link,
a:visited,
a:active{
	text-decoration:none
}


.headline {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}
.leftNavPanel a {
    cursor: hand;
}
.leftNavPanel a:hover {
    text-decoration: none !important;
}


#topFrame .leftNavPanel {
    float: left;
    display: block;
    width: 150px;
    height: 226px;
    padding: 0px;
    margin: 0px;
    background: #333333;
}

#topFrame .leftNavPanel h2 {
    display: block;
    height: 20px;
    _height: 45px;
    padding: 30px 0px 10px 15px;
    margin: 0px;
    border-left: 3px solid #222222;
}

#topFrame .leftNavPanel .date {
    height: 30px;
    padding-left: 15px;
    font-family: Dotum;
    font-size: 11px;
    font-weight: nomal;
    color: #999999;
    border-left: 3px solid #222222;
}

#topFrame .leftNavPanel .date label {
    font-weight: normal !important;
}

#topFrame .leftNavPanel .navBar div a {
    display: block;
    height: 33px;
    line-height: 32px;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0px 0px 15px;
    border-top: 1px solid #5c5c5c;
    background: none;
    font-family: Dotum;
    cursor: hand;
}

#topFrame .leftNavPanel .navBar div a:hover {
    text-decoration: none;
}
#topFrame .leftNavPanel .navBar div a.selected {
    background: #4a97ef;
}

#topFrame .leftNavPanel .navBar a {
    font-family: trebuchetMS;
    font-size: 13px;
    font-weight: bold;
    color : #dadada;
}

#topFrame .leftNavPanel .navBar a:hover {
}

#topFrame .visualPanel {
    float: left;
    display: block;
    width: 850px;
    height: 226px;
    padding: 0px;
    margin: 0px;
    background: #333333;
    overflow: hidden;
}
#topFrame .visualPanel .visualInnerPanel {
    display: block;
    width: 850px;
    height: 226px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#topFrame .visualPanel .cell {
    float: left;
    width: 169px;
    _width: 170px;
    height: 266px;
    padding: 0px;
    margin: 0px;
    border-right: 1px solid #181818;
    text-align: center;
    background:url(http://static.ad.co.kr/images/star/index/star_bg.gif) left top;
}
#topFrame .visualPanel .cell3 {
    border-right: 0px solid #646464;
}

#topFrame .visualPanel .cell div {
    width: 170px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    line-height: 18px;
}

#topFrame .visualPanel .cell .thumbnail {
    display: block;
    width: 113px;
    _width: 114px;
    height: 113px;
    _height: 114px;
    padding: 0px;
    margin: 5px auto;
    margin-top: 20px;
    border: 1px solid #999999;
    overflow: hidden;
}
#topFrame .visualPanel .cell .thumbnail img{
    width: 114px;
    height: 114px;
}
#topFrame .visualPanel .selected .thumbnail {
    border: 5px solid orange;
}
#topFrame .visualPanel .cell .name{
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
    font-family: Gothic;
}
#topFrame .visualPanel .cell .name span,
#topFrame .visualPanel .cell .name label{
    color: #ffffff;
}
#topFrame .visualPanel .cell .score{
    font-size: 13px;
    padding-top: 5px;
    font-weight: bold;
    font-family: Gothic;
    color: #fe5a00;
}
#topFrame .visualPanel .cell .score span,
#topFrame .visualPanel .cell .score label{
    color: #fe5a00;
}

#topFrame .visualPanel .cell .date {
    height: 20px;
    font-size: 14px;
    font-weight: bold;
}

#topFrame .visualPanel .selected .date {
    font-size: 18px !important;
    color: orange !important;
}

#topFrame .visualPanel .selected .brand a,
#topFrame .visualPanel .selected .title a {
    color: orange !important;
}
#topFrame .visualPanel .cell .brand a,
#topFrame .visualPanel .cell .title a,
#topFrame .visualPanel .cell .link a {
    color: #ffffff;
}

#topFrame .visualPanel .cell .brand a {
    font-weight: bold;
}

#topFrame .visualPanel .cell .link {
    margin-top: 5px;
}


#topFrame .bannerPanel {
    float: right;
    display: block;
    width: 250px;
    height: 250px;
    padding: 0px;
    margin: 0px;
    background: #111111;
}


#mainFrame #mainFrameLeftPanel {
    float: left;
    display: block;
    background: #fcfcfc;
    width: 300px;
    _width: 320px;
    padding: 0px 5px 15px 15px;
    color: #333333;
    border-right : 1px solid #e8e8e8;
}
#mainFrame #mainFrameRightPanel{
    float: left;
    display: block;
    width: 410px;
    _width: 430px;
    padding: 0px 15px;
}
#mainFrame .pollPanel{
    display: block;
}
#mainFrame .header{
    font-size: 12px;
    font-weight: bold;
    font-family: Gulim;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 2px solid #333333; 
}
#mainFrame .pollPanel .header{
    display: block;
    padding-bottom: 9px;
    padding-top: 15px;
    border-bottom: 2px solid #333333; 
}
#mainFrame .pollPanel .header img{
    padding: 0px 8px;
}
#mainFrame #mainFrameLeftPanel .content{
    line-height: 22px;
    padding-top: 10px;
    width: 300px;
}
.newsPanel {
    

}

.newsPanel .content .thumbnail {
    float: left;
    width: 96px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #999999;
}
.newsPanel .content .thumbnail img {
    
}
.newsPanel .content dt.headline a {
    float: right;
    width: 190px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    height: 19px;
    color: #000000;
}

.newsPanel .content dd {
    float: right;
    width: 188px;
    line-height: 19px;
}

.newsPanel .content dd.wdate{
    width: 188px;
    font-size: 11px;
    color: #666666;
    font-family: Dotum;
}
.newsPanel .content dd.blurb {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.newsPanel ul {
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #e3e3e3;
    padding-top: 5px;
}
.newsPanel li {
    line-height: 22px;
    width: 295px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
}
#mainFrameRightPanel .pollPanel .content{
    line-height: 21px;
    }
.content .poll{
    margin: 10px 2px;
}

.adPanel{
	/*margin-top : 15px;*/

}
.adPanel .cell {
    height: 65px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0px;
    margin-bottom: 5px;
    line-height: 19px;
    font-family: Dotum;
}

.adPanel .thumbnail {
    display: block;
    _display: inline;
    float: left;
    width: 60px;
    height: 60px;
    padding: 0px;
    margin-right: 8px;
    margin-left: 2px;
    border: 1px solid #000000;
    overflow: hidden;
}

.adPanel dl {
    display: block;
    _display: inline;
    float: left;
    width: 155px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.adPanel dt a,
.adPanel .wdate a {
    line-height: 18px;
    font-weight: bold;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adPanel .brand {
    height: 20px;
    font-size: 11px;
    font-family: Dotum;
}
.adPanel .brand a {
    width: auto;
    max-width : 150px;
    line-height: 20px;
    overflow: hidden;
    font-size: 11px;
    font-family: Dotum;
}

.adPanel .brand img {
    vertical-align: middle;
}


.adPanel .brand {
    font-size: 11px;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.adPanel .wdate {
    font-size: 11px;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mainFrame .poll{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}

#rightFramePanel1{
    margin-bottom: 10px;
	
}

#rightFramePanel1 .header{
    padding-bottom: 8px;
	margin-top: 15px;

}

#rightFramePanel1 .tab ul {
    padding: 0px;
    margin: 0px;
}

#rightFramePanel1 .tab ul li {
    display: inline-block;
    width: 40px;
    line-height: 25px;
    margin-right: 1px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: center;
}
#rightFramePanel1 .tab ul li a {
    display: inline-block;
    width: 40px;
    line-height: 25px;
    text-align: center;
    color: #999999;
    text-decoration: none;
}

#rightFramePanel1 .ui-tabs-selected a {
    font-weight: bold;
    color: #000000 !important;
    background: #ffffff;
}
#rightFramePanel1 .ui-tabs-unselect a {
}

#rightFramePanel1 .content {
    border-top: 1px solid #cccccc;
    padding: 5px;
    margin-top: -1px;
}
ol.bestSearchResult {
    padding: 0px;
    margin: 0px;
    list-style-type : none;
	width: 145px;

}
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; 

}

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

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

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

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; 
}

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;
}
ol.bestSearchResult li span.new {
    display: inline-block;
    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;
}



