/* Нумерация */
div.numbering{
    margin-bottom:10px;
}
div.numbering a
{
    color: #0077B5;
}
div.numbering > div.list
{
    margin: 5px 70px;
    text-align: center;
}
div.numbering > div.list > *
{
    display: inline-block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size:14px;
}
div.numbering > .next,
div.numbering > .prev
{
    text-decoration: none;
    font-size:14px;
}
div.numbering > .next > span,
div.numbering > .prev > span
{
    text-decoration: underline;
}
div.numbering > .next:hover > span,
div.numbering > .prev:hover > span
{
    text-decoration: none;
}
div.numbering > .prev
{
    float: left;
    margin-left: 20px;
}
div.numbering > .next
{
    float: right;
    margin-right: 20px;
}


/* Карта сайта */
div.map
{
    font-size: 14px;
}
div.map li > ul
{
    padding-left: 20px;
}

/* Поиск сверху */
#sample > span
{
    background: url("../img/sample-a-bg.png") repeat-x scroll 0 14px transparent;
    color: #FFD800;
    margin-left: 3px;
    text-decoration: none;
    cursor: pointer;
}
#sample > span:hover
{
    background: none;
}