.schbaseDiv {
	border: 1px solid #bbbbbb;
    margin: 0 0 0 -1px;
}
.baseDiv {
	border: 1px solid #bbbbbb;
    margin: 5px 0 0 10px;
}
.onOffDiv {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 3px 0 0 0;
    margin: 0;
    background-color: #f5f5f5;
    text-align: right;
    line-height: 20px;
}
.onOffSpan {
    /* ÀÍ½ºÇÃ·Î¾î¿ë */
    cursor: pointer;
    margin-right: 10px;
    font-size: 12px;color:#a1a2a5; font-family: ±¼¸²;
}
.onOffSpan2 {
    /* ±âÅ¸ ºê¶ó¿ìÁ® */
    cursor: pointer;
    margin-right: 10px;
    font-size: 12px;color:#a1a2a5; font-family: ±¼¸²;
}
.suggestDiv {
    font-size: 12px; 
    padding: 0;
    margin: 0;
    background-color: white;
}
.suggestion {
    margin: 0;
    padding-top: 2px;
    cursor: pointer;
    line-height: 18px;
}
.text {
    padding-left: 5px;
}
.match {
    /*font-weight: bold;*/
    color: #ed5f00;
}
.s_line {
    margin: 2px 0;
    padding: 0;
    line-height: 20px;
    height: 1px;
    background: url(/images/bar1.gif) repeat-x left;
}
.description {
    font-size: 11px;
    padding-right: 5px;
    color: blue;
}
.arrow {
}
.arrowA {
}
.arrowImg {
    border: 0;
    margin-top: 5px;
    cursor: pointer;
}
.history_title {
    display: none;
    height: 21px;
    background-color: #eee;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px solid #e1e1e1;
}
.history_list {
    width: 100%;
    background-color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.history_sub {
clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 21px;
}
.history_contents {
    margin-left: 5px;
    color: #666;
    text-decoration: none;
    float: left;
    line-height: 19px;
    padding-top: 2px;
}
a.history_contents:hover {
    /*color: #0088cc;*/
}
.history_del {
    cursor: pointer;
    margin: 5px 7px 0 0;
    border: 0;
    display: none;
    float: right;
}
/* IE6¿ë ÇÙ \*/
* html .history_del { margin: 5px 21px 0 0; }
/* IE6¿ë ÇÙ */

