#ProductItem 
{
    margin-left: 80px;
    margin-right: 45px;
    margin-bottom: 50px;
    font-size: 13px; 
    font-family: Verdana, Arial, sans-serif; 
    background-image:url('/products/images/product_frame_leftside.gif');
    background-repeat:repeat-y;
    background-position:left top;
    background-color:#EEEEEE;
}
#ProductItemTop 
{
    width:100%;
    height:15px;
    background:url('/products/images/product_frame_top.gif') no-repeat left top;
}
#ProductItemTopRight 
{
    display:block;
    position:relative;
    height:15px;
    background:url('/products/images/product_frame_upperright.gif') no-repeat right top;
}
#ProductItemContent 
{
    position:relative;
    background:url('/products/images/product_frame_rightside.gif') repeat-y right top;
    padding:1px 20px 1px 25px;
}
#ProductItemBottom 
{
    width:100%;
    height:15px;
    background:url('/products/images/product_frame_bottom.gif') no-repeat left bottom;
}
#ProductItemBottomRight
{
    display:block;
    position:relative;
    height:15px;
    background:url('/products/images/product_frame_lowerright.gif') no-repeat right top;
}
#ProductCategory
{
    margin-left: 90px;
    color:#AAAAAA;
    font-size: 13px; 
    font-family: Verdana, Arial, sans-serif; 
    font-weight:bold;
    padding-bottom:2px;
}
#ProductTitle
{
    color:#074B7A;
    font-size: 18px; 
    font-family: Verdana, Arial, sans-serif; 
    padding-top:0px;
    padding-left:10px;
}
#ProductText
{
    color:black;
    font-size: 13px; 
    font-family: Verdana, Arial, sans-serif;
    padding-top:5px;
    padding-left:10px;
}
#ProductText
{
    color:black;
    font-size: 13px; 
    font-family: Verdana, Arial, sans-serif;
    padding-top:8px;
    padding-left:10px;
}
#ProductLinks
{
    padding-top:8px;
    padding-left:10px;
}

