﻿/*--Box----------------------------------------*/
div.box_ico img
{
    height: 50px; width: 50px;
}
div.box_lbl 
{
    text-align: center;
}
table tr td.item_box
{
    border: solid 0px #4B4B4B;
}
table tr td.item_box_txt 
{
    border: solid 0px #4B4B4B;
}
table tr td.item_box:hover
{
    border: solid 0px #ffd700; 
}
table tr td.item_box_sel 
{
    background-color: #2D2D2D; border: solid 0px #ffd700;
}
table tr td.item_box div div.box_txt
{
    font-style: italic;
}