﻿.btnSubmit
{
    width:64px;
    height:22px;
}

.btnLogin
{
     width:59px;
     height:22px;
}

.btnCancel
{
    width:52px;
    height:22px; 
}

.btnSearchAgain
{
    width:97px;
    height:22px; 
}

/* buttons */
#buttons a
{
    display: inline-block;
    width: 87px;
    height: 24px;
    background: url(/images/ru/buttons.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
}   
#buttons a.last
{
    margin-right: 0;
}   
#buttons a:hover
{
    display: block;
    width: 87px;
    height: 24px;
    background: #F3F8F7 url(/images/ru/buttons.gif) no-repeat;
}   
#buttons a.addThis_button,
#buttons a.addThis_button:hover
{
    background-position: 0 0;    
}
#buttons a.print,
#buttons a.print:hover
{
    background-position: -92px 0;    
}

#buttons a.addthis_button-small,
#buttons a.print-small,
#buttons a.rss-small
{
    background: url(/images/ru/buttons_small.gif) no-repeat;
    margin-right: 1px;
}
#buttons a.addthis_button-small:hover,
#buttons a.print-small:hover,
#buttons a.rss-small:hover
{
    background: #F3F8F7 url(/images/ru/buttons_small.gif) no-repeat;
}
#buttons a.addthis_button-small,
#buttons a.addthis_button-small:hover
{
    background-position: 0 0;    
    margin-left: -1px;
    width:76px;
}
#buttons a.rss-small,
#buttons a.rss-small:hover
{
   margin-right: 0;
   background-position: -140px 0;    
   width:39px;
}
#buttons a.print-small,
#buttons a.print-small:hover
{
   background-position: -77px 0;    
   width:62px;
}

#history ul
{
    list-style-type: none;  
    border-left: 1px solid #cbd0cf;
    margin-left:20px;
    height: 327px;
    overflow: hidden;
    position: relative;
}
#history ul li
{
    position:relative;
    list-style-type: none;   
    float: left;
    display: inline;
    width: 149px;
    border-right: 1px solid #cbd0cf;
    height: 327px;
    padding: 0 10px;
    margin: 0;
    background: #fff;
}
#history ul li h3
{
    font-size: 18px;
    line-height: 18px;
    color: #b32935;
}
#history ul li h4
{
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-weight: bold;
    margin: 7px 0 10px;
}
#history ul li p {
font-size:10px;
line-height:16px;
margin:0 auto 10px;
}

#TB_closeWindowButton
{
    background-position:52px !important;
}

#TB_closeAjaxWindow
{
    padding-right: 20px !important;
}
