﻿#bannerTitle
{
    width: 182px;
    height: 50px;
    float: left;
    margin-top: 45px;
    background: url(images/products/products_title.png) left top no-repeat;
}
.productTop
{
    text-align: center;
    padding-top: 20px;
}
#imgTitle img
{
    float: left;
    margin-right: 7px;
}
.txtItemWrap
{
    margin: 8px 0;
    width: 245px;
    float: left;
    margin-right: 7px;
    background: url(images/products/products_rep.png) right top repeat-y;
    padding: 1em 0;
}
.txtItem
{
    margin: 0 8px 3em 8px;
}
.txtItem a:link, .txtItem a:visited, .txtItem a:active
{
    color: #900;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 150%;
}
.txtItem a:hover
{
    color: #900;
    text-decoration: none;
}
.txtItem p
{
    color: #999;
    line-height: 180%;
}
