@IMPORT url("poem.css?v=20260811-4");

html, body {
    overflow: hidden;
}

body {
    background: #022125;
}

#sider {
    height: 100%;
    margin-right: 5px;
    background: #dbdac1 url(images/sider_bg.gif) no-repeat bottom left;
}

.content {
    padding: 1em;
    font-size: 12px;
}

.content
	div.split {
    margin: 4px 0;
    border-bottom: 1px dotted;
}

#title {
    display: block;
    width: 222px;
    height: 28px;
    margin: 0;
    padding: 0;
    background: transparent url(images/sider_catalog_header.gif) no-repeat 0 0;
}

#result_title {
    display: block;
    width: 222px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background: transparent url(images/sider_result_header.gif) no-repeat 0 0;
}

#condition
	h3 {
    margin: 0 0 0.5em 0;
    font-size: small;
    font-weight: bold;
    border-bottom: 1px dotted;
    text-align: right;
}

#condition
	p {
    margin: 0.2em 0 0 0;
    padding: 0;
}

.CATALOG a {
    color: #00333b !important;
}

.CATALOG a:hover {
    background: #98B0A9 !important;
}

a.return {
    display: block;
    float: left;
    margin: 3px;
    width: 81px;
    height: 21px;
    line-height: 21px;
    background: transparent url(images/header_toolbar_btn_bg.gif) no-repeat 0 0;
    font-size: 12px;
    color: #b3e7ee;
    text-decoration: none;
    text-align: center;
}

