// map.css
// файл стиля для карты сайта
// последнее изменение: 5 января 2005 года

table.map
{
    width : 70%;
}

.map_item_desc
{
    font-size: 10px;
    font-family: Tahoma, Verdana, Arial, Geneva CY, Sans-Serif;
    color: #797979;
}


td.map_main_category
{
    padding-top : 15px;
    padding-bottom : 0px;
}

td.map_sub1_category
{
    padding-left : 20px;
    padding-bottom : 5px;
}

td.map_sub2_category
{
    padding-left : 40px;
    padding-bottom : 5px;
}

td.map_sub3_category
{
    padding-left : 60px;
    padding-bottom : 5px;
}

a.map_main_category, a.map_main_category:link,  a.map_main_category:visited
{
    color : #333333;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, Geneva CY, Sans-Serif;
    text-decoration : underline;
    vertical-align : middle;
}

a.map_main_category:active
{
    color : red;
    text-decoration : none;
}

a.map_sub1_category, a.map_sub1_category:link,  a.map_sub1_category:visited
{
    color: #2472E6;
    text-decoration: underline;
    font-size: 9px;
    font-family: Tahoma, Verdana, Arial, Geneva CY, Sans-Serif;
    font-weight: bold;
}

a.map_sub1_category:active
{
    color : red;
    text-decoration : none;
}

a.map_sub2_category, a.map_sub2_category:link,  a.map_sub2_category:visited
{
    color: #2472E6;
    text-decoration: underline;
    font-size: 9px;
    font-family: Tahoma, Verdana, Arial, Geneva CY, Sans-Serif;
    font-weight: bold;
}

a.map_sub2_category:active
{
    color : red;
    text-decoration : none;
}

a.map_sub3_category, a.map_sub3_category:link,  a.map_sub3_category:visited
{
    color: #2472E6;
    text-decoration: underline;
    font-size: 9px;
    font-family: Tahoma, Verdana, Arial, Geneva CY, Sans-Serif;
    font-weight: bold;
}

a.map_sub3_category:active
{
    color : red;
    text-decoration : none;
}
