@charset "UTF-8";
@import url("add.css");

* {margin:0;padding:0;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button{margin:0;padding:0;border:0 none;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
 input[type~="text"], input[type~="password"] {
	border: 1px solid #9CAFBE;
	padding: 2px;
	-webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius: 4px;
	margin: 1px;
    font: normal 12px/12px helvetica;
     background: #fff;
}
textarea{
	border: 1px solid #9CAFBE;
	padding: 2px;
	-webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius: 4px;
	margin: 1px;
    background: #fff;
}
input:not([type]) {
	border: 1px solid #9CAFBE;
	padding: 2px;
	-webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius: 4px;
	margin: 1px;
    font: normal 12px/12px helvetica;
}
/* /reset */
body, html {
	height: 100%;
}
body {
	background: #fff url(../images/mainBG.jpg) no-repeat top center;
}
body, td, div, ul, ol, textarea{
 font: normal 12px/20px helvetica, arial, sans-serif;
 color:	#000;
}
button, input {
 font: normal 12px/12px helvetica, arial, sans-serif;
 color:	#333333;
}
td, th {vertical-align: top;}
p {	margin-bottom: 1em;}
a {
	text-decoration: none;
	color: #000;
}
a:hover {	color: #5B6770;}
hr {
	background-color: #b0bcc6;
	height:	1px;
	margin:	10px 0;
	border:	0 none;
}
hr.thick {	height:	3px;}
h1 {
	font-size:		12px;
	font-weight:	bold;
	text-transform: uppercase;
	line-height:	34px;
}
textarea.error, input.error {border: 1px solid #d93636 !important;}
small {	font-size: 10px;}
blockquote {
	border-left: 5px solid #cccccc;
	color: #999999;
	font-style: italic;
	margin-left: 10px;
	padding-left: 10px;
}
abbr {	border-bottom: 1px dashed #cccccc;}
.no-child-a-border a {border-bottom: 0 none !important;}
/* HEADER-SHELL / HEADER */
div.header-shell {
	height:		80px;
	margin: 0 auto;
    width: 980px;
	background: #fff;
}
div.header {
	position: relative;
	height: 81px;
	width: 980px;
	margin: 0 auto;
	z-index: 1000;
}
div.header a.logo {
	display: block;
	float: left;
	text-indent: -999em;
	width: 250px;
	height: 61px;
	margin: 0 18px 0 0;
	background: transparent url(../images/logo.jpg) no-repeat scroll 0 0;
}
/*Uer info block*/
#UserInfo {
	float:right;
	padding-right: 10px;
}
#UserInfo a {
	font-weight: bold;
	color: #4A5966;
}
/* LOG IN DROP DOWN */
#UserName {
	position:	relative;
	float:		none;
	margin:		10px 0 0 0;
	height:		24px;
	text-align: right;
}
#UserName a {
	margin: 2px;
	cursor: pointer;
	float: right;
}
.name {
 white-space: nowrap;
 max-width: 260px;
 overflow: hidden;
}
/* UserWork */
div.header div.UserWork {
 float: right;
 height: 22px;
 text-align: right;
 white-space: nowrap;
 padding-right: 10px;
}
/* base page support phones */
.basePhones {
	float: top;
	margin: 12px auto;
}
.basePhones  div{text-align: center;}
.basePhones .email {
	font-size:18px;
	color: #252525;
}
.basePhones .text {
	font-size: 12px;
	color: #005ba6;
}
/* support phones */
.phones {
	float: left;
	/*width: 170px;*/
	margin: 12px auto;
}
.phones  div{text-align: center;}
.phones .namber {
	font-size:18px;
	color: #252525;
}
.phones .text {
	font-size: 12px;
	color: #005ba6;
}
/* NAV */
div.nav {
	padding: 6px 0;
	height: 20px;
	width: 980px;
	margin: 0 auto;
	background: #fff;
	border-bottom: #FF6A13 1px solid;
	z-index: 990;
}
.currentItem {
	padding: 0 10px;
	font: 10px/20px Verdana,Arial;
}
/* CONTENT */
div.content {
	width: 980px;
	margin: 0px auto;
	height: 100%;
	position: relative;
}
.content h1 {
	background:	transparent url(../images/bg_breadcrumbs.gif) repeat-x;
	padding-left: 20px; 
}
.content h1 a.goto {
	background: url(../images/goto.gif) no-repeat scroll right center transparent;
    color: #666666;
    float: right;
    font-size: 11px;
    font-weight: normal;
    margin-right: 12px;
    padding-right: 12px;
    text-transform: none;
}
.data {
	border-top: 12px solid #b0bcc6;
	background: transparent url(../images/lada-back2.gif) no-repeat right bottom;
	border-left: 1px solid #b0bcc6;
	border-right: 1px solid #b0bcc6;
}
/* FOOTER-SHELL / FOOTER */
div.footer-shell {
	/*position: relative; */
	height: 12px;
	clear: both;
    width: 980px;
}
div.footer {
	padding:	10px 0;
	margin:		0 auto;
	border-top: 12px solid #b0bcc6;
}
div.footer div {
 color: #666;
 text-align: center;
}
/*****END FOOTER*****/
/* MISC */
table.spaced td, table.spaced th{padding: 5px 0;}
table.gray-text td, table.gray-text th {color: #4c4c4c;}

.bigger {
	font-size:		14px !important;
	line-height:	24px !important;
}
.smaller {
	font-size:		11px !important;
	line-height:	16px !important;
}
.lighter{color: #808080;}
.auto-width{width: auto !important;}
.red{color: #d93636 !important;}
.bold{font-weight: bold !important;}
.clear{display:	block !important;clear:	both !important;}
.nowrap{white-space: nowrap;}
.left{float: left !important;}
.right{float: right !important;}
.inline{display: inline !important;}
.block{display: block !important;}
.green-text{color: #006600 !important;}
.red-text{color: #cc3333 !important;}
/*NEWS*/
.news {	padding: 12px;}
.news  h2 {
	text-transform:none;
	font-size: 12px;
	color: #005BA6;
}
.news .time {
	color:#abb7c2;
	font-size: 11px;
}
.news .text {	font-size: 11px;}
.news .text a {	color: #005BA6;}
#mainNews {	border-bottom: 3px solid #FF6A13;}
/*PAGINATION*/
.pagination {
padding: 3px 12px;
margin: 0 auto;
text-align: center;
color: #FF6A13;
}
.pagination a {
border:#e2e6ea 1px solid;
background-color: #fff;
padding: 3px;
}
.pagination a:hover {
border:#e2e6ea 1px solid;
background-color: #b0bcc6;
padding: 3px;
color: #fff;
}
/*Buttons*/
.area {	padding: 6px;}
.buttonArea {
	margin: 0px auto;
	width: 40%;
	padding: 6px 0;
}
.buttonAreaWide {
	margin: 0px auto;
	width: 60%;
	padding: 6px 0;
}

.leftButtons  .button{float:right;}
.button  .leftCorner, .button .rightCorner{height: 31px;}
.button div, .button input, .button a {float:left;cursor: pointer;}
.rightCorner{width: 10px;background-position: right;}
.leftCorner{background-position: left;}
.button .rightCorner{background: url(../images/buttonRight.gif) no-repeat;}
input.leftCorner{background: url(../images/buttonLeft.gif) no-repeat;border: medium none;}
.blue .rightCorner{background-position:right bottom;}
.blue  .leftCorner{background-position:left bottom;}
.blue input {
	font-weight: bold;
	vertical-align: middle;
	color: #000;
	padding-left: 11px;
}
.gray .rightCorner{background-position:right top;}
.gray  .leftCorner{background-position:left top;}
.gray input {
	font-weight: bold;
	vertical-align: middle;
	color: #5B6770;
	padding-left: 11px;
}
.form{padding: 6px;}
.form h1 {
    background: none repeat scroll 0 0 transparent;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
}
.form h2 {
	font-size: 14px;
	font-weight: bold;
}
.formCollapse {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.formLeft{
	width: 50%;
}
.formCollapse .line .title{
	width: 150px;
}
.formRight{
	width: 50%;
}
 .whiteF {
	background: #fff; 
	border:1px #e6e6e6 solid;
	border-radius: 2px;
	margin: 6px 6px 0px 6px;
	padding: 6px;
}
.grayF {
	background: #f1f1f1; 
	border:1px #e6e6e6 solid;
	border-radius: 2px;
	margin: 6px 6px 0px 6px;
}
.leftMenu{	width: 200px; float: left;}
.rightBlock{width: 738px; float: left;}
/*list*/
.list {
	padding: 6px 0;
}
.list table {
	color: #5B6770;
	width: 100%;	
	border-collapse: collapse;
	background-color: #fff;
}
.list th {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-bottom: 3px solid #FF6A13;
	height: 34px;
	background:	transparent url(../images/breadcrumbsBG.jpg) repeat-x;
	padding: 0 3px;
	text-shadow: 1px 1px white;
}
.list th.left {text-align: left;}
.list th.right {text-align: right;}

.list tr.upper-headers th {
    border-bottom: 0;
    border-right: 1px solid #ccc;
}
.list tr.upper-headers th:last-child { border-right: 0; }
.list td {
	border-bottom: 1px solid #666;
	Padding: 0px 3px;
	vertical-align: middle;
}
.list td.left {text-align: left;}
.list td.right {text-align: right;}
.list td.center {text-align: center;}

.line {
	margin: 3px 3px 3px 5px;
	min-height: 27px;
}
.line.required  {
	border-left: 2px solid #f7941d;
	background-color: #f1f1f1;
	margin: 3px;
}
.line .title {
	width: 200px; 
	display: block; 
	float: left; 
	text-align: right; 
	padding-right: 12px;
	font: 12px/27px Arial;
}
.data#index {
	padding: 0 0 6px 0;
}
/* breadcrumbs */
.breadcrumbs {
	background:	transparent url(../images/bg_breadcrumbs.gif) center repeat-x;
	font-size: 12px;
	width: 978px;
	height: 41px;
	border-bottom: 3px solid #FF6A13;
}
.breadcrumbs li {
	height: 41px;
	float: left;
	background: url(../images/bc-arrow.gif) no-repeat;
	padding-left: 24px;
	font:12px/41px Arial;
}
#firstMenu  {
	color: #5B6770;
	font-weight: bold;
	background: none;
	vertical-align: middle;
}

#firstMenu  img{
	color: #25a0ce;
	font-weight: bold;
	background: none;
	vertical-align: middle;
	padding: 5px 0 2px 20px;
}
.ago_accepted {
	background-color: #a1ffa1;
}
.ago_returned {
	background-color: #ffa1a1;
}
.ago_ato {
	background-color: #ffea00;
}
.ago_atocenter {
	background-color: #ffea00;
	text-align: center;
}
.psss_first_cat {
	background-color: #a1ffa1;
	text-align: center;
}
.psss_second_cat {
	background-color: #ffea00;
	text-align: center;
}
.psss_third_cat {
	background-color: #ffa1a1;
	text-align: center;
}
.list-decimal{
	list-style:decimal;
}
.list-disc{
	list-style:disc;
}
.list-spaced{ 
	margin-left: 40px 
}
/*
.small-tabs .container div.tab-row ul.tabs span {
	font-size: 10px;
}
*/
.hotline_edit_column, .hotline_edit_column select, .hotline_edit_column textarea {
	width: 120px;
}
.rows-top-align td {
	vertical-align: top;
}
.text-right {
	text-align: right;
}
.simple-value, .simple-title {
	vertical-align: middle;
}
.simple-title {
	text-align: right;
	padding-right: 5px;
}
.opacity50 {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.reclamation-control-fail {
	background-color: #ff7776;
}
.reclamation-adoptedDecision-aproved {
	background-color: #74ff3f;
}
.reclamation-adoptedDecision-cancel{
	background-color: #ff7914;
}
.reclamation-adoptedDecision-delay{
	background-color: #1fbcff;
}
.reclamation-adoptedDecision-other{
	background-color: #ffd855;
}