.imagePlace
{
    background: url(../images/thumb-bg.gif) no-repeat top left;
    padding: 14px 15px;
}


.oneItem
{
    margin-bottom: 30px;
    padding-bottom:  20px;
    background: url(../images/item-bottom.gif) repeat-x bottom left transparent;
}

.textPlace
{
    padding: 11px 0 0 20px;
    width:  380px;
}

.category
{
    padding: 3px 7px;
    margin-right: 6px;
    color: #FFFFFF;
    text-transform:  uppercase;
    font-size: 11px;
    font-weight: bold;    
}

.category a
{
    color: #FFFFFF;
    text-decoration:  none;
}
.category a:hover
{
    text-decoration:  underline;
}


.date
{
    font-size: 11px;
    padding-top: 3px;
}

.title
{
    margin: 15px 0 10px;
    font-size: 26px;
    font-weight: bold;
    color: #849646;
    padding-bottom: 15px;
    background: url(../images/item-bottom.gif) repeat-x bottom left transparent;
}
.title a
{
    color: #849646;
    text-decoration:  none;
}
.title a:hover
{
    text-decoration:  underline;
}


.intro
{
    font-size: 14px;
}
