﻿/* 以下是图片+CSS圆角 */
.f_top, .f_end
{
    clear: both;
    height: 5px;
    overflow: hidden;
    background: url(../image/banner/fillet.gif) right top;
}
.f_end
{
    background-position: right -5px;
}
.f_t_l, .f_e_l
{
    width: 5px;
    height: 5px;
    overflow: hidden;
    background: url(../image/banner/fillet.gif) left top;
}
.f_e_l
{
    background-position: left -5px;
}
.box
{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
/* 以上是图片+CSS圆角 */

.box h2
{
    height: 30px;
    font: bold 11px/30px Arial, sans-serif;
    margin: 0 10px;
    border-bottom: 1px dotted #ccc;
}
.box h2 span
{
    float: left;
}
.box h2 a
{
    font: 10px/30px Arial, sans-serif;
    float: right;
    color: #666;
}

.box_inside
{
    padding: 10px;
    line-height: 1.5em;
}
.box_inside a
{
    color: #666;
}
li
{
}

#div_Default
{
    margin: 10px 0;
}
#div_Default
{
    width: 250px;
    background: #fff;
}

