﻿.Entry1_c
{
    padding-top: 10px;
}
.Entry1_b
{
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background: #eee;
    border-top: solid 2px #f60;
    font-size: 18px;
    padding-left: 10px;
    font-weight: bold;
}
.Entry1_b a
{
    color: #FF7417;
}
.Entry1_v
{
    padding: 0 5px;
}
.Entry1_v ul li
{
    width: 33.33%;
    float: left;
    height: 36px;
    margin-top: 10px;
}
.Entry1_v ul li a
{
    text-align: center;
    font-size: 14px;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin: 0 5px;
    background: #eee;
    border: solid 1px #ddd;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #555;
    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(#fff, #eee);
    box-shadow: 0 0 1px rgba(255,255,255,1) inset,0 0 10px rgba(0,0,0,.2);
}
