#leftFrame{
    display: block;
    float: left;
    width: 200px;
    background: #f8f8f8;
    padding: 0px;
    line-height: 30px;
    margin-right:15px;
}
#leftFrame .lefttop{
    display: block;
    width: 160px;
    _width: 200px;
    height: 140px;
    _height: 180px;
    background: #404040;
    padding: 20px;
}
#mainFrame {
    display: block;
    _display: inline;
    float: left;
    height:auto;
    width: 570px ;
    padding: 0px;
    border-top: 2px solid #5e5e5e;
}
#rightFrame{
    width: 200px ;
    float: right;
    padding: 0px;
    margin: 0px;
}
#mainFrame .poll{
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 20px;
}
#mainFrame .pollF{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    padding-left: 3px;
}
#mainFrame .poll .name{
    height: 20px;
    margin: 8px 0px;
    background: url(http://static.ad.co.kr/images/star/poll/ing.gif) left top  no-repeat ;
    }
#mainFrame .pollF .name {
    background: url(http://static.ad.co.kr/images/star/poll/memory.gif) left top no-repeat ;
    }
#mainFrame .poll .name a{
    color: #cf1818;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    font-family: Dotum;
    padding-left: 65px;
}
#mainFrame .pollF .name a{
    color: #242424;
}
#mainFrame .poll .count{
    font-size: 11px;
    font-family: 1������%����, Dotum;
    color: #333333;
    line-height: 21px;
}
#mainFrame .poll .count span{
    font-weight: bold;
    color: #cc0000;
    font-family: Dotum;
    font-size: 11px;
}
#mainFrame .poll .question{
    color:#333333;
    font-family: Gulim;
    font-size: 12px;
    line-height: 21px;
    float: left;
}
#mainFrame .pollF .question .questionText{
    color: #767676;
}
#mainFrame .poll .question .questionText{
    float: left;
    margin-right: 10px;
}
#mainFrame .poll .question a{
    display: block;
    float: left;
    padding-right: 5px;
}

#mainFrame .poll .choiceContainer{
    margin: 0px auto;
    margin-top : 5px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    width: 400px;
    border-top : 1px solid #e8e8e8;
}
#mainFrame .poll .choiceContainer .choice01,
#mainFrame .poll .choiceContainer .choice02{
}
#mainFrame .poll .choiceContainer .choice01 .thumbnail img{
    width: 130px;
    height: 100px;
    border: 4px solid #336699;
    margin: 10px;
    }
#mainFrame .poll .choiceContainer .choice02 .thumbnail img{
    width: 130px;
    height: 100px;
    border: 4px solid #e59100;
    margin: 10px;
    }
#mainFrame .poll .choiceContainer .submit{
    width: 84px;
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
    }
#mainFrame .poll .choiceContainer .submit img{
    margin: 0px auto;
    padding: 0px;
}

#mainFrame .poll .choiceContainer .title .radioBtn{
    margin: 0px auto;
    padding: 0px;
    	position : relative;
	top : 2px;
	display : inline-block;
}
#pagination{
    display: block;
    margin-top: 20px;
}

#rightFrame .banner{
    display: block;
    width: 200px;
    height: 145px;
    }
#rightFrame .tab ul {
    display: block;
    width: 200px;
    padding: 0px;
    margin: 0px;
}

#rightFrame .rightTab{
    display: block;
    width: 200px;
    
}
#rightFrame .header {
    display: block;
    border:0;
    margin-top: 20px;
    margin-bottom: 0px;
}
#rightFrame .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;
}
#rightFrame .tab ul li a {
    display: inline-block;
    width: 40px;
    line-height: 25px;
    text-align: center;
    color: #999999;
    text-decoration: none;
}

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

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

}
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: 11px;
    color: #999999;
}

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

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

.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs-selected a:link, .ui-tabs-selected a:visited,
.ui-tabs-disabled a:link, .ui-tabs-disabled a:visited {
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-unselect a:hover, .ui-tabs-unselect a:focus, .ui-tabs-unselect a:active {
    cursor: pointer;
}
.rightNews{
}
#rightFrame .rightNews .header,
#rightFrame .rightTab .header {
    height: 30px;
    _height: 31px;
    width: 200px;
    padding: 0px;
    margin-top: 9px;
    border-top: 0px solid #cfcfcf;
    border-bottom: 0px solid #cfcfcf;
    line-height : 30px;
}
#rightFrame .rightTab .headerTitle{
		dispaly : inline-block;
		float:left;
	}
#rightFrame .rightNews .heading {
	display : inline-block;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: Dotum;
    letter-spacing:-1px ;
    line-height: 30px;
    font-weight: nomal;
}
#rightFrame .rightNews .moreBtn,
#rightFrame .rightTab .moreBtn{
	display : inline-block;
	float:right;
	line-height : 30px;
	}

#rightFrame .rightNews .content{
    padding: 10px 2px;
}

.rightNews .content .thumbnail {
    float: left;
    width: 70px;
    _width: 72px;
    height: 65px;
    _height: 67px;
    overflow: hidden;
    border: 1px solid #999999;
}
.rightNews .content .thumbnail img{
    width: 72px;
}
.rightNews .content dt.headline {
    float: right;
    width: 110px;
    padding-top: 2px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.rightNews .content dd.blurb {
    float: right;
    width: 110px;
    height: 40px;
    _height: 48px;
    line-height: 22px;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
}

.rightNews ul {
    clear: both;
    margin-top: 4px;
}
.rightNews li{
    line-height: 23px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
