﻿#o_header
{
    width: 900px;
    margin: 20px auto;
    text-align: left;
    background: url(../images/bar.png) repeat-x 0 100%;
    height: 90px;
}
div#login_box
{
    width: 400px;
    margin: -30px auto 10px auto;
    border: solid 1px #b5db61;
}
div#login_box h3
{
    background: url(../images/bar.png) repeat-x 0 0;
    font-size: 1.2em;
    height: 28px;
    line-height: 30px;
    color: #3f5a04;
    text-indent: 0.5em;
}
div#login_box ul
{
    width: 300;
    float: left;
    margin: 0 50px;
    display: inline;
    color: #000;
}
div#login_box ul li
{
    padding: 5px 0;
}
div#login_box ul li.btn
{
    text-align: center;
    padding: 20px 0;
}
div#login_box #btn_login, div#login_box #btn_reg, div#login_box #btn_register
{
    width: 80px;
    height: 22px;
    display: block;
    border: 0;
    text-indent: -9999em;
    cursor: pointer;
    background: url(../images/bg-body.png) no-repeat;
    margin: 0 25px;
    float: left;
}
div#login_box #btn_login
{
    background-position: 0 -1788px;
}
div#login_box #btn_reg
{
    background-position: 0 -1810px;
}
div#login_box #btn_register
{
    background-position: 0 -1832px;
    float: none;
}
ul#you_are_here
{
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}
ul#you_are_here li.first
{
    padding: 0;
}
ul#you_are_here li.last
{
    background: none;
}
ul#you_are_here li
{
    display: inline;
    background: url(../images/bar.png) no-repeat 100% -260px;
    padding: 0 5px;
}
div#list_left
{
    width: 280px;
    float: left;
}
div.list_left
{
    width: 278px;
    float: left;
    border: solid 1px #feca99;
    margin-bottom: 6px;
}
div.list_left h3, div#list_right h3
{
    background: url(../images/bar.png) repeat-x 0 -280px;
    border-bottom: solid 1px #dc6b00;
    border-top: solid 1px #dc6b00;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-size: 1.25em;
    color: #fff;
    text-indent: 0.75em;
    margin: 0;
}
div.list_left ul
{
    width: 95%;
    margin: 10px auto;
}
div.list_left ul li
{
    padding: 2px 0 2px 12px;
    height: 24px;
    line-height: 24px;
    background: url(../images/bar.png) no-repeat 0 -252px;
}
div#list_right
{
    width: 600px;
    float: right;
    border: solid 1px #feca99;
    margin-bottom: 20px;
}

div#list_right ul
{
    width: 550px;
    padding: 20px;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 1.2em;
}
div#list_right ul li
{
    list-style-type: square;
    line-height: 2em;
}
div#list_right ul li em
{
    font-size: 0.9em;
    color: #999;
    padding-left: 1em;
}
div.detail_left
{
    width: 600px;
    float: left;
    margin-bottom: 20px;
}
div#detail_right
{
    width: 280px;
    float: right;
}
div.detail
{
    width: 558px;
    background: #f5feff;
    border: solid 1px #73d1e9;
    padding: 20px;
}
div.detail h3
{
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: solid 1px #73d1e9;
    margin:0
}
div.detail .info
{
    font-size:1em;
    color:#999;
    text-align:center;
    width:100%;
    padding-top:10px;
}
div.detail div.content
{
    width:100%;
    padding:20px 0 0 0;
    font-size:1.2em;
    line-height:2em;
}
