p.result
{
    text-align:center;
    font-size: 18px;
    color: #9b9b9b;
    background: url(/images/search_result/dot.gif) repeat-x top left;
    padding: 6px 0px;
}
p.result strong
{
    color: #fa1617;
    text-decoration: underline;
}
p.result span
{
    width: 100%;
    background: url(/images/search_result/dot.gif) repeat-x bottom left;
    display: block;
    padding-bottom: 6px
}

div.result_frame
{
    width: 600px;
    background: url(/images/search_result/result_frame.gif) no-repeat left top;
    margin: 10px 0px 20px;
    padding-top: 11px;
}

div.result_frame div.box
{
    width: 600px;
    height: 20px;
    background: url(/images/search_result/result_frame.gif) no-repeat left bottom;
    padding: 12px 0px 0px 12px;
}

div.result_frame .price {
    color: #2E4399;
    float:right;
}

div.result_frame .price span {
    font-weight: bold;
}

div.result_frame .school_thumb img {
    background-color: #f9fafc;
}

div.box p
{
    font-size: 9px;
    color: #767676;
}
div.box p a
{
    color: #767676;
}
div.box p a:hover
{
    color: #fa1617;
    text-decoration: none;
}
div.box p span
{
    font-size: 11px;
    padding: 0px 2px 0px 4px;
    color: #fa1617;
}

div.img_thumb
{
    float: left;
    width: 75px;
    padding: 0px 15px 0px 11px;
    background: url(/images/search_result/dots.gif) repeat-y right top;
    text-align: right;
    margin-bottom: 4px;
}
div.img_thumb img
{
    padding: 4px;
    background: #fff;
}

div.desc
{
    padding: 0px 11px;
    float: right;
    width: 470px;
}
div.noimg
{
    width: 578px;
    float:none;
}

div.desc h3
{
    text-align: left;
    font-size: 13px;
    color: #3b3b3b;
    padding-bottom: 5px;
}
div.desc h3 span
{
    color: #4f83e3;
    padding-right: 4px;
}
div.desc h3 a
{
    color: #3b3b3b;
    text-decoration: none;
}
div.desc h3 a:hover
{
    text-decoration: underline;
}
div.desc p
{
    font-size: 11px;
    color: #767575;
    line-height: 17px;
    text-align: justify;
}
div.desc p a.more
{
    background: url(/images/search_result/bt_more.gif) no-repeat center center;
    padding: 3px 14px 4px;
    display: block;
    float: right;
    font-size: 9px;
    font-weight: bold;
    color: #728ab6;
}

ul.pages
{
    list-style: none;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 15px;
float: right;
}
ul.pages li
{
    display: block;
    float: left;
    padding: 1px 5px;
    background: #f5f7fb;
    border: 1px solid #e2e5ea;
    margin-right: 1px;
    color: #777777;
}
ul.pages li:hover
{
    border-color: #8b98af;
    background: #d8dce6;
}
ul.pages li.active
{
    border-color: #c10000;
    background: #fa1617;
    color: #fff;
}
ul.pages li a
{
    font-size: 11px;
    text-decoration: none;
}
ul.pages li.active a
{
    color: #fff;
}


.num_of_results
{
    color: #2e4399;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}