#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;
}



/* Валидация форм */
.valid_form .err_text {
	z-index: 1;
	top: -2px;
	white-space: nowrap;
	background: #d3e7f3;
	padding: 6px 10px;
	color: #1283c4;
	font-style: italic;
}


a.reload:hover:after,
a.reload:active:after {
	background: url("images/captcha-reload.gif") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: -1;
}
a.reload:hover {
	background: none repeat scroll 0 0 rgba(103, 192, 185, 0.83);
	background: none repeat scroll 0 0 rgba(171, 207, 151, 0.83);/*#abcf97;*/
	color: black !important;
}
a.reload,
.captcha-with-reload, 
#capcha-image-image{
/*	height: 40px;
	width: 180px;*/
}
a.reload {
	color: #6DCFF6;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: transparent !important;
	padding-top: 14px;
	z-index: 2;
}
.captcha-with-reload{
	width: 180px;
	height: 40px;
	display: block;
	position: relative;
}