﻿.Boxy_InfoClass
{
    width: 500px;
    height: 400px;
}
.Boxy_InfoClass .con1
{
    padding: 5px 5px 5px 5px;
}
.Boxy_InfoClass .con1 .son1
{
    height: 390px;
    overflow-y: scroll;
}
.Boxy_InfoClass .con1 .son1 li
{
    padding: 5px 5px 0 0;
}
.Boxy_InfoClass .con1 .son1 li a
{
    line-height: 28px;
    height: 28px;
    border: solid 1px #B4D8F2;
    background: #eaf5fe;
    color: #069;
    display: block;
    padding: 0 10px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#D1E3F5, #eaf5fe);
    box-shadow:0 1px 0 rgba(255,255,255,.5) inset,0 1px 0 rgba(0,0,0,.1);
    overflow : hidden;
}
.Boxy_InfoClass .con1 .son1 li li
{
    padding-right: 0;
    padding-left: 26px;
}
.Boxy_InfoClass .con1 .son1 .on a
{
    border: solid 1px #4f8acd;
    background: #69a2e2;
    color: #fff;
}
.Boxy_InfoClass .con1 .son1 .on li a
{
    border: solid 1px #B4D8F2;
    background: #eaf5fe;
    color: #069;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#D1E3F5, #eaf5fe);
}
.Boxy_InfoClass .con1 .son1 li a:hover, .Boxy_InfoClass .con1 .son1 .on a:hover
{
    border: solid 1px #4f8acd;
    background: #69a2e2;
    color: #fff;
}
