#tpanel
{
    overflow: hidden;
    margin: 15px 0;
	font-size: 12px;
}

#tpanel ul
{
    padding: 0;
    margin: 0;
    float: left;
}
#tpanel ul li
{
    list-style: none;
    padding: 0;
    line-height: 30px;
}
#tpanel ul li a
{
    color:#000;
    text-decoration: none;
}
#tpanel ul li a .img
{
    float:left;
    width: 29px;
    height: 29px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 15px;
    border: #a2a1a3 1px solid;
    margin-bottom: -1px;
}
#tpanel ul li a:hover .img {
    background-position: left bottom;
    border: #e61c38 1px solid;
    position: relative;
    z-index:1;
}
#tpanel ul li.last
{
    line-height:31px;
}

#pt_basket{
    background-image: url('images/basket_icon.gif');
}
#pt_add_report{
    background-image: url('images/add_report.gif');
}
#pt_delete_report{
    background-image: url('images/delete_report.gif');
}
#pt_pdf{
    background-image: url('images/pdf_red_icon.gif');
}
#pt_print{
    background-image: url('images/print_icon.gif');
}
#pt_favorite{
    background-image: url('images/heart_icon.gif');
}
#pt_share{
    background-image: url('images/share_icon.gif');
}
#pt_history{
    background-image: url('images/history_icon.gif');
}

#container.index .content .left_box .downloads ul li {
    background: none;
    padding-left:0;
}

#container #tpanel ul {
    padding-left:0;
}

#container #tpanel ul li {
    background: none;
    padding-left:0;
}

#tpanel {
    overflow: visible;
}

#tpanel ul li {
    position: relative;
}

#tpanel .tools_drop_menu {
    background: #f3f3f5;
    padding: 8px !important;
    margin: 0 !important;
    position: absolute;
    left:0;
    top:30px;
    z-index: 1;
    width:225px;
    height:24px;
    display: none;
}

#tpanel .tools_drop_menu.active {
    display: block;
}

#tpanel .tools_drop_menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#tpanel .tools_drop_menu li a {
    display: block;
    width: 24px;
    height: 24px;
    padding:0 4px;
    background-repeat:  no-repeat;
    background-position: center center;
}

#tpanel .tools_drop_menu li a.fb {
    background-image: url('images/t_fb.gif');
}

#tpanel .tools_drop_menu li a.tw {
    background-image: url('images/t_tw.gif');
}

#tpanel .tools_drop_menu li a.in {
    background-image: url('images/t_in.gif');
}

#tpanel .tools_drop_menu li a.email {
    background-image: url('images/t_email.gif');
}

#tpanel #history_item .tools_drop_menu {
    height: auto;
}

#tpanel #history_item .tools_drop_menu li {
    display: block;
    height: auto;
    line-height:1.3em;
    padding: 5px 0;
}

#tpanel #history_item .tools_drop_menu li a {
    width: auto !important;
    background: url('images/h_li.gif') no-repeat left 5px;
    padding-left:20px;
    height:auto;
}

#tpanel #history_item .tools_drop_menu li a:hover {
    text-decoration: underline;
}

.email_friend_wrap {
    width:530px;
}

.email_friend {
    overflow: hidden;
}

.email_friend input,
.email_friend textarea {
    border: #e9e9e9 1px solid;
    padding: 6px;
    display: block;
    width:512px;
}

.email_friend textarea {
    min-height: 200px;
    margin-bottom:28px;
}

.email_friend input {

    font-style: italic;
    font-size: 16px;
    color:#666;
    margin-bottom:28px;
}

.email_friend input[type=submit] {
    float: right;
    padding: 6px 100px 6px 30px;
    background: #6b696a;
    color: #fff;
    width: auto;
    font-size: 12px;
    font-style:normal;
}

#servis{
    overflow: hidden;
    z-index: 10;
    position: relative;
	display: none;
    /* background: #fff;  */
}
#servis.op{
display: block;
}

a:hover .sm-del {
    background-color: #b0b7bc !important;
}

.sm-del {
    background: transparent url(/bitrix/templates/main/images/report_del.png) center 6px no-repeat !important;
}
