.section-item {
    float: left;
    background: white;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -icab-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 15px;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=#FFDDDDDD, enabled=true, offX=0, offY=-1px, positive=true);
    filter: Shadow(direction=0, color=#FFDDDDDD, strength=1px);
    -webkit-box-shadow: inset 0 -1px 0 0 #ddd;
    -moz-box-shadow: inset 0 -1px 0 0 #ddd;
    box-shadow: inset 0 -1px 0 0 #ddd;
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    margin-bottom: 7px
}

.section-item:active,.section-item:focus,.section-item:hover {
    text-decoration: none
}

.section-item:active .caption,.section-item:focus .caption,.section-item:hover .caption {
    text-decoration: underline
}

.section-item .image {
    float: left;
    position: relative;
}

.section-item .image>img,.section-item .image>a {
    margin: auto;
    width: 130px;
    height: 90px;
}

.section-item .content {
    padding-left: 145px
}


.section-item .content .name, .section-item .content .name * {
    color: #333;
}

.section-item .content .name {
    font-size: 18px;
    font-weight: bolder;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.section-item .content .name small{
    font-weight: normal;
    color: #348b57;
}

.section-item .content .description, .section-iteme .content .description * {
    color: #333;
    text-decoration: none;
}

.section-item .content .description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
}
