.lk_content{
}

.lk_content a{
	color: #000;
}

.warning {
	background: #f0f7d9;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.warning div{
	background: url("/img/warning.png") no-repeat scroll 0px 50%;
	box-sizing: border-box;
	padding: 25px 20px 25px 50px;
	margin: 30px 40px;
}

.warning div a{
	float:right;
	
}
.warning div a.nofl{float:none}

.bonus_bal{
	background: url("/img/bonus.png") no-repeat scroll 20px 50% #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 20px 50px;
	margin: 10px 0;
}

p.bonus_bal_right{
	float:right;
	font-size: 14px;
}
p.bonus_bal_right span{
	color: #C61913;
}
a.readmore_bonus{
	padding-left: 50px;
}

.bonus_bal span.lk_num{
	color: #C61913;
	font-size: 25px;
}

table.t_bonus{
	width:100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	border-collapse: collapse;
}
table.t_bonus .t_header th{
	background: none no-repeat scroll 0 0 #EFF0F1;
}

.t_bonus td{
	padding: 10px;
}
.t_bonus td.plus{
	color:#f00;
}
.t_bonus td.minus{
	color:green;
}

.lk_shema{
	width: 765px;
	margin: 40px auto;
	padding: 20px 0px;
	box-sizing: border-box;
	background: url("/img/step_l.png") no-repeat scroll 50% 50% ;
}

.lk_shema_item{
	background: url("/img/step.png") no-repeat scroll 0px 0 ;
	float: left;
	margin-left: 76px;
	width:44px;
	height:44px;
	padding: 13px 18px;
	margin-top:-22px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	
}
.lk_shema_item:first-of-type{
	margin-left: 0px;
}
.lk_shema_item.active{
	background: url("/img/step_a.png") no-repeat scroll 0px 50% ;
	color: #fff;
}
.lk_shema_item.active:hover .bonus_info{
	display:block;
}



 
.lk_shema .bonus_info:before {
    content: url("/img/ugolok.png");
    left: 10px;
    position: absolute;
    bottom: -11px;
}
.lk_shema .bonus_info {
    /*background: none repeat scroll 0 0 #F4F9E2;*/ /* EAF4CC */
	background: #f4f9e2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjllMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWY0Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4f9e2 0%, #eaf4cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f9e2), color-stop(100%,#eaf4cc));
	background: -webkit-linear-gradient(top,  #f4f9e2 0%,#eaf4cc 100%);
	background: -o-linear-gradient(top,  #f4f9e2 0%,#eaf4cc 100%);
	background: -ms-linear-gradient(top,  #f4f9e2 0%,#eaf4cc 100%);
	background: linear-gradient(to bottom,  #f4f9e2 0%,#eaf4cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9e2', endColorstr='#eaf4cc',GradientType=0 );
    border-radius: 3px;
    /*bottom: -65px;*/
    /*box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);*/
    display: none;
    /*font-size: 12px;*/
    margin-left: 10px;
    min-width: 100px;
    padding: 10px;
    position: absolute;
    z-index: 1;
	color: #000;
	top:-60px;
	left: -0px;
	width: 260px;
	border: 1px solid #FDA318;
}


table.t_history{
	width:100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	border-collapse: collapse
}
table.t_history tr.t_header{
	width:100%;
}
tr.t_header td{
	padding:15px;
	background: #EFF0F1;
}

table.t_history tr.t_header td{
	background: #f0f7d9
}

tr.t_header td:first-of-type{
	border-radius: 10px 0 0 10px;
}
tr.t_header td:last-of-type{
	border-radius: 0 10px 10px 0;
}
table.t_history tr:first-of-type{
	border: none;
}
table.t_history td{
	padding:15px 0;
}
table.t_history tr{
	padding:15px;
	border-bottom: 1px solid #E1E3E4;
	/*border-top: 1px solid red;*/
}
table.t_history tr:nth-child(2n+2) td{background: #FAFAFA}
p.lk_history_auto{
	margin: 40px 0;
}
p.lk_history_auto span.active{
	font-weight: bold;
}
p.lk_history_auto span{
    margin-right:30px;
    font-style: normal;
    cursor: pointer;
	border-bottom: 1px dotted;
}
p.lk_history_auto span.active{
	font-weight: bold;
	cursor:default;
	border-bottom: 0px;
}
tr.tr_history_descr{
	background: #EFF0F1;
}
tr.tr_history_descr td{
    display: none;
}

.t_history_about{
    font-size: 14px;
    color:#31333D;
	border-bottom:1px dotted #31333D;
	padding: 7px 5px 3px 5px;
    margin:0 5px 12px 5px;
	cursor: pointer;
}
.t_history_about.active{
    background: #EFF0F1;
    padding: 7px 10px 17px 10px;
    margin:0 !important;
    border-bottom:0;
}
table.t_history_descr{
	width:100%;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	border-collapse: collapse;
	background: #EFF0F1;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.t_history_descr tr{
	padding:0px;
	border: none;
	/*border-top: 1px solid red;*/
}
table.t_history tr.tr_history_descr td{
	padding-top:0px;
	padding-bottom:0px;
}
table.t_history_descr td, table.t_history_descr th{
	padding-left: 50px;
}
table.t_history_descr th{
    padding-bottom: 25px;
    font:20px/24px 'daxlineprobold', sans-serif;
	color:#c81a14;
}
table.t_history_descr td li{
	margin-left: 14px;
    font-size:14px;
}
table.t_history_descr ol{
    margin-bottom:20px;
}

.lk_id{
	padding-left: 50px;
	font-size:20px;
	line-height: 36px;
}
.lk_content .lk_id_name{
	background: url("/img/id_name.png") no-repeat scroll 0px 50%;
}
.lk_content .lk_id_phone{
	background: url("/img/id_phone.png") no-repeat scroll 3px 50%;
}
.lk_content .lk_id_email{
	background: url("/img/id_mail.png") no-repeat scroll 0px 50%;
}
.lk_content .lk_id_birthday{
    background: url("/img/id_birthday.png") no-repeat scroll 0px 4px;
}

table.t_sa{
	width:100%;
	border-collapse: collapse
}
table.t_sa tr{
	margin-bottom: 20px;
}
table.t_sa .ui-icon{
    width:88px;
    height:60px;
    background-position: center !important;
    background-image: url(/img/nopic.png);
}

.lk_number{
	background: url("/img/number.png") no-repeat scroll 0px 50%;
	width: 220px;
	padding-left: 20px;
	font-family: arial;
    font-size: 32px;
}
.lk_number span{
	font-family: arial;
    font-size: 24px;
	padding-left: 30px;
    vertical-align: 8px;
}

table.t_sa td{
	background-color: #EFF0F1;
	border-bottom: 15px solid white;
}
table.t_sa .active td{
	background-color: #FFD2CC;
}
.lk_auto_name a, .lk_auto_name2 a {
	background: url("/img/ok.png") no-repeat scroll 0px 50%;
	padding-left: 20px;
	text-decoration: none;
}
.lk_auto_name a span, .lk_auto_name2 a span{
	border-bottom: 1px dotted #000;
}

.lk_vin span{
	font-size:14px;
}

table.t_info{
	width:100%;
	border-collapse: collapse
}
table.t_info td{
	padding-top: 10px;
	padding-bottom: 10px;
}

.lk_header {
    color: #31333d;
    font-size: 20px;
}

.lk-archive {
	position: absolute;
	right: 6px;
	top: 5px;
}

.lk-archive img {
	width: 22px;
	opacity: 0.8;
}

.t_sa {
	min-width: 700px;
}

.t_sa td{
	position: relative;
}