﻿#recentView
{
    margin-bottom: 20px;
}
#recentView .header
{
    background-image: url(/images/left_list_2_1.gif);
    width: 250;
    height: 38px;
}
#recentView .header .content
{
    color: #333;
    padding-left: 35px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: normal;
}
#recentView .body
{
    background-image: url(/images/left_list_2_2.gif);
    width: 250;
}
#recentView .body .content
{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
}
#recentView .body .content UL
{
    width: 235px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    clear: both;
}
#recentView .body .content UL LI
{
    padding: 0px;
    margin: 0px;
    clear: both;
    width: 235px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px;
    border-top-color: #ddd;
    border-top-style: solid;
    list-style-type: none;
}

#recentView .body .content UL LI .img
{
    clear: both;
    float: left;
    width: 30px;
}

#recentView .body .content UL LI .img Img
{
    width: 30px;
}

#recentView .body .content UL LI .particular
{
    float: left;
    margin-left: 5px;
    width: 200px;
}
#recentView .footer
{
    clear: both;
    background-image: url(/images/left_list_2_3.gif);
    width: 250;
    height: 5px;
    font-size: 0px;
}

