/*** Layout Library PeriodMAin ***/
#periodMainRight {
    margin:15px 0px 0px 0px;
    border: 0px solid #dddddd;
}

#monographMainLeft {
    margin:15px 0px 0px 0px;
    border: 0px solid #dddddd;
}

#monographMainRight {
    margin:15px 0px 0px 0px;
    border: 0px solid #dddddd;
}


/** headline **/
ul.headlineList {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

ul.headlineList li {
    background: url(http://img.adic.co.kr/images/dot.gif) no-repeat 2px 50%;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 1px 10px;
    font-family: µ¸¿ò, Dotum, AppleGothic, sans-seriff;
    text-align: left;
    line-height: 18px;
    text-overflow : ellipsis; 
    overflow : hidden;
    white-space: nowrap;
}

.headline {
    font-size: 12px;
    font-weight: 500;
}

#periodMainRight .headlineList li {
    width: 280px;
    border: 0px solid #dddddd;
}

#monographMainLeft .headlineList li {
    width: 370px;
    border: 0px solid #dddddd;

}
#monographMainRight .headlineList li {
    width: 280px;
    border: 0px solid #dddddd;

}


/** yui Layout **/
.yui-header {
    width:290px;
}
.yui-header .yui-heading {
    float: left;
    font-weight: 900;
}
.yui-header .yui-more {
    float: right;
}
.yui-box {
    width: 290px;
    height: 37px !important;
    padding: 5px;
    margin-bottom: 15px;
    overflow : hidden !important;
    border: 1px solid #cccccc;

}
 /*.yui-box .headline {
    width: 280px !important;
    border: 0px solid #cccccc;
    text-overflow : ellipsis;
    overflow : hidden;
    white-space: nowrap;
}

/** book Viewer **/

.viewerMessege {
  width:700px;
  margin-top:30px;
  text-align: center;
}