td.item_pic
{   
    width: 145px;
    height: 125px;
}


div.item_pic, div.item_pic_110x150
{
    height: 100%;
    border: 1px solid;
    border-color : #D6D6D6;
    padding: 7px 0 0 0;
    text-align: center;
}

div.item_pic_110x150
{
    padding: 0;
    height: 110;
    width: 150;
}

div.item_pic_title
{
    font-size: 12px;
    padding: 5px 2px 0px 2px;
}

div.item_pic_text
{
    font-size: 11px;
    line-height: 14px;
    padding: 5px 2px 2px 2px;
}




a.item_pic_title
{
    font-size: 14px;
    text-decoration: underline;
}

a.item_pic_title:hover
{
    text-decoration: none;
}


td.block_pic_col_sep
{
    width: 15px;
    background-image: url(/_images/v-line.png);
    background-repeat: repeat-y;
    background-position: center;
}


img.block_pic_col_sep
{
    width: 15px;
    height: 0px;
}





