﻿.staticListTitleLink
{
    color:#DC6D01;
    text-decoration:underline;
    /*font-weight:bold;*/
    font-size: 12px;
    font-family:Tahoma;
}

.smallGrayText
{
    color:#909090;
    font-size: 9px;
    font-family:Tahoma;
}

/* стили нижней хрени  */
div.bottomStaticContentLine
{
    background-color: #DC6D01;
    height: 4px;
}
div.bottomStaticContentLine2
{
    background-image: url(/Images/Design/static_bottom_line_bg.gif);
    background-repeat:repeat-x;
    height: 7px;
}
div.bottomStaticContent
{
    background-color: #F4F4F4;
    padding: 8px;
}
div.bottomStaticContent h1
{
    color: #575757;
    margin: 0;
}
div.bottomStaticContent a
{
    color: #DC6D01;
    text-decoration: underline;
    font-family: Arial;
}