/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    /* vertical-align:baseline; */
    vertical-align:top;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


html , body{
	height:100%;
	font-family: Arial , San-serif;
}

a:hover{
	text-decoration:none;
}

a img{
	border:none;
}

@font-face {
    font-family: 'p22undergroundcypro-medium';
    src: url('../fonts/p22undergroundcypro-medium/p22undergroundcypro-medium.eot');
    src: url('../fonts/p22undergroundcypro-medium/p22undergroundcypro-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22undergroundcypro-medium/p22undergroundcypro-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'seguisb';
    src: url('../fonts/seguisb/seguisb.eot');
    src: url('../fonts/seguisb/seguisb.eot?iefix') format('eot'),         
         url('../fonts/seguisb/seguisb.ttf') format('truetype') ;      
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.login_page{
	display:table;
    vertical-align:middle;
	background:url("../image/index_bg.jpg");
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFBF6;
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.cutaway_block{
	display:table-cell;
    vertical-align:middle;	
	*position:absolute;
	*bottom:expression((this.offsetHeight>document.body.clientHeight)?'100%':'50%');	
}

.general{
	min-height:100%;
	padding:0 0 65px 0;	
	zoom:1;
	background:#fcf9ea;
}

.general h3{
	background:url("../image/bg_title.png") no-repeat 100% 5px;
	padding:0 12px 0 0;
	display:inline-block;
	*display:inline;
	zoom:1;
	font:18px p22undergroundcypro-medium , Arial , San-serif;
	color:#595959;
	margin:0 0 12px 0;
}

.center {
	width:1000px;
	margin:0 auto;	
}

.in_cutaway_block{
	height: 440px;
	margin: auto;
	position: relative;
	width: 702px;
	*top:expression((this.offsetHeight>document.body.clientHeight)?'100%':'50%');
}

.cutaway{
	width: 702px;
	height: 400px;
	border:1px solid #967a5f;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	overflow:hidden;
	background:#ffffff;
	position: relative;
}

.cutaway_bottom {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 7px;
	background: #c53424;
	border-top: 1px solid #967a5f;
}

.languages{
	margin:0 0 9px 0;
}

.languages ul li{
	list-style-type:none;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:18px;
}

.languages ul li a{
	color:#000000;
	padding:0 7px;
	font-size:18px;
}

.languages ul .active_language a{
	color:#ffffff;
	text-decoration:none;
}

.active_language{
	background:#000000;
}

.logo_cutaway{
	padding:3px 100px 6px 0;
	text-align:right;
	margin:10px 0 0 0;
}

.foto_cutway {
	position:absolute;
	right: 0px;
	bottom:8px;
}

.text_cutway_upper {
	position: absolute;
	left: 28px;
	top: 46px;
	font-family: Myriad Pro, Arial, sans-serif;
}

.text_cutway_upper .text_1 {
	font-size: 26px;
	margin-bottom: 8px;
}

.text_cutway_upper .text_2 {
	font-size: 20px;
	margin-bottom: 8px;
}

.text_cutway_upper .text_3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.text_cutway_lower {
	position: absolute;
	left: 28px;
	/* top: 212px; */
	bottom: 50px;
	font-family: Myriad Pro, Arial, sans-serif;
}

.text_cutway_lower .text_1 {
	font-size: 16px;
	margin-bottom: 12px;
}

.text_cutway_lower .text_2 {
	font-size: 16px;
	margin-bottom: 45px;
}

.text_cutway_lower .text_3 {
	font-size: 16px;
	margin-bottom: 14px;
}

.hl {
	font-size: 18px;
	color: #c53424;
	margin-right: 6px;
	font-weight: bold;
	vertical-align: middle;
}

.foto_cutway img{
	display:block;
}

.text_cutway{
	color: #333333;
	font-family: 'SegoeUI';
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 100px;
	width: 500px;
}

.in_cutaway_block .shadow{
	background:url("../image/shadow.png") no-repeat;	
	height:23px;
}

.menu{	
	position:relative;
	overflow:hidden;
	background:url("../image/bg_menu.png") repeat-x;
	border-radius:7px;
}

.menu ul li{
	font:18px p22undergroundcypro-medium , Arial , San-serif;
	text-transform:uppercase;
	float:left;
 	width:233px;	
	text-align:center;
	height:53px;
	border-left:1px solid #5f2626;		
}

.menu ul li:first-child{
	border-left:none;
}

.menu ul li a{
	height:100%;
	height:100%;
	display:block;
	line-height:55px;
	
	color:#ffffff;
}

.menu ul li a:hover{
	text-decoration:none;
}

.menu ul{
	width:721px;
	overflow:hidden;
}

.footer_cutaway{
	width:100%;
	margin-top:16px;
}

.footer_cutaway .copyright{
	width:350px;
	display:inline-block;
	*display:inline;
	zoom:1;
	font:12px Segoe UI , Arial , San-serif;
	color:#666666;
}

.footer_cutaway .Impressum{
	width:333px;
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:right;
	font:12px Segoe UI , Arial , San-serif;
	color:#666666;
}

.footer_cutaway .Impressum a{
	color:#af1c1c;
}

#header{
	background:#f6f6f6;
	border-top:2px solid #b6201e;
	padding:18px 0 20px 0;
	box-shadow:0px 2px 2px #C2BFBB;
	-moz-box-shadow:0px 2px 2px #C2BFBB;
	-webkit-box-shadow:0px 2px 2px #C2BFBB;
	margin:0 0 15px 0;
}

.header{
	width:1000px;
	margin:0 auto;	
}

.header .logo{
	float:left;
	
}

.header .menu{
	float:right;
	width:653px;
}

.header .menu ul li{
	width:auto !important;
}

.header .menu ul li a{
	padding:0 50px;
}

.menu .active{
	background:#af1c1c !important;
}

.menu .active a{
	text-decoration:none;
}

.law{
	margin:0 0 58px 0;
}

.law ul li{
	list-style-type:none;
	font-size:14px;
	height:27px;
	line-height:26px;
	margin:0 0 5px 0;
}

.law ul li a{
	color:#666666;		
}

.law ul li a:hover{
	color:#ad2529;
	text-decoration:underline;
}

html body .active-left-title a:hover{
	color:#ffffff;
	text-decoration:none;
}

.left_column{
	width:225px;
	float:left;
}

.how_does_this_work{
	position:relative;
	margin:0 0 30px 0;
}

.how_does_this_work p{
	font-size:13px;
	color:#666666;
	text-align:justify;
}

.read_more{
	display:block;
	position:absolute;
	top:133px;
	left:-12px;
}

.right_column{
	width:753px;
	float:right;
	font:13px Arial;
	color:#666666;
}

.time_publication{
	display:inline-block;	
	*display:inline;
	zoom:1;
	width:67px;
	vertical-align:top;
	letter-spacing:normal;
}

.section{
	display:inline-block;	
	*display:inline;
	zoom:1;
	width:145px;
	vertical-align:top;
	letter-spacing:normal;
	text-align:left;
	margin:0 0 0 5px;
}

.publicatioin_time_section{
	width:281px;	
	font:italic 12px Segoe UI , Arial; 
	color:#546173;
	letter-spacing:-5px;
	float:right;
	text-align:right;
	*position:absolute;
	*top:0;
	*right:0;
}

.this_questions{
	width:436px;
	display:inline-block;
	*display:inline;
	zoom:1;		
	vertical-align:middle;
}

.this_questions a{
	font:bold 13px Segoe UI , Arial , San-serif;
	color:#546173;
	text-decoration:none;
}

.this_questions a:hover{
	text-decoration:underline;
}

.question ol li:after{
	clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.question ol li{
	list-style: decimal inside none;
	font:bold 13px Segoe UI , Arial , San-serif;
	color:#546173;	
	border-top:1px dashed;
	padding:7px 0;
	position:relative;
	height:auto;
}

.question ol li:first-child{
	border-top:none;
}

.block_How-does-this-work h3{
	color:#b6201e;
	background:none;
}

.inner_block_does_work{
	border:1px solid #d6d6d6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	width:216px;
	min-height:80px;
}

.inner_block_does_work p{
	font-size:13px;
	color:#666666;
}

.inner_block_does_work h3{
	margin:0 0 2px 0;
}

.inner_block_does_work a{
	color:#546173;
	font-size:13px;
}

.block_How-does-this-work{
	height:	497px;
	width:100%;
	border-top:1px solid #7f7d7b;	
	border-bottom:1px solid #7f7d7b;	
	position:relative;
	padding:10px 0;
}

.imge_block_does_work{
	text-align:center;
	margin-top:122px;
}

.inner_block_does_work{
	position:absolute;
	
}

.first_block{
	left:69px;
	top:63px;
}

.second_block{
	right:97px;
	top:63px;
}

.third_block{
	left:253px;
	*left:245px;
	bottom:65px;
}

.ask_question{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:13px;
	padding:0 0 8px 0;
}

.general_style_link a{
	background:url("../image/bg_button.png") repeat-x;
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
	font:14px/31px p22undergroundcypro-medium , Arial , San-serif;
	text-decoration:none;
	padding:0 14px;
	height:27px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #538ccc;
	display:inline-block;
	*display:inline;
	zoom:1;
	box-shadow:0 1px 2px #000000;
	-moz-box-shadow:0 1px 2px #000000;
	-webkit-box-shadow:0 1px 2px #000000;
}

.text_without_frames1 h4{
	font:bold 13px Segoe UI , Arial , San-serif;
	color:#333333;
}

.text_without_frames1{
	font: 13px Segoe UI , Arial , San-serif;
	color:#666666;
	width:199px;
	position:absolute;
	top:295px;
}

.text_without_frames1 a{
	color:#546173;
}

.text_without_frames2 h4{
	font:bold 13px Segoe UI , Arial , San-serif;
	color:#333333;
}

.text_without_frames2{
	font: 13px Segoe UI , Arial , San-serif;
	color:#666666;
	width:199px;
	position:absolute;
	top:313px;
	right:52px;
	*right:0;	
}

.text_without_frames2 a{
	color:#546173;
}

.block_How-does-this-work{
	margin:10px 0;
}

.pagination{
	text-align:center;
	margin:42px 0 0 0;
}

.pagination  ul li{
	width:25px;
	height:25px;
	font:bold 12px/40px Myriad Pro , Arial , San-serif;
	color:#6b6b6b;
	list-style-type:none;
	display:inline-block;
	*display:inline;
	zoom:1;
	letter-spacing:normal;
	margin:0 11px 0 0 !important;
	padding:0 !important;
}

.pagination  ul li a{
	background:url("../image/bg_pagination.png") repeat-x;
	width:100%;
	height:100%;
	font:bold 12px/24px Segoe UI , Arial , San-serif;
	text-decoration:none;
	color:#6b6b6b;
	display:block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #d8d8d8;
	text-align:center;
}

.pagination  ul .active_page a{
	background:url("../image/hover_pagination.png") repeat-x;
	border:1px solid #b6201e;
	color:#ffffff;
}

.pagination  ul li a:hover{
	background:url("../image/hover_pagination.png") repeat-x;
	border:1px solid #b6201e;
	color:#ffffff;
}

.prev_page{
	background: url("../image/bg_pagination.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #D8D8D8;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    color: #6B6B6B;
    display: block;
    font: bold 12px/0 Segoe UI,Arial,San-serif;
	width:25px;
	height:25px;
    text-decoration: none;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 11px 0 0;
}

.prev_page a{
	background:url("../image/left_pagination_arrow.png") no-repeat 50% 50%;
	display:block;
	width:100%;
	height:100%;
}

.next_page{
	background: url("../image/bg_pagination.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #D8D8D8;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    color: #6B6B6B;
    display: block;
    font: bold 12px/0 Segoe UI,Arial,San-serif;
	width:25px;
	height:25px;
    text-decoration: none;
	display:inline-block;
	*display:inline;
	zoom:1;
}

.next_page a{
	background:url("../image/right_pagination_arrow.png") no-repeat 50% 50%;
	display:block;
	width:100%;
	height:100%;
}

.pagination ul{
	display:inline-block;
	*display:inline;
	zoom:1;
}

#footer{
	height:55px;
	width:100%;
	background:#f6f6f6;
	border-top:1px solid #cac7c3;
	border-bottom:1px solid #b41b19;
	position:relative;
	clear:both;
	margin:-55px 0 0 0;
}

.footer{
	width:1000px;
	height:100%;
	margin:0 auto;
	position:relative;
}

#footer .copyright{
	position:absolute;
	left:0;
	top:16px;
	font:12px Segoe UI , Arial;
	color:#666666;
}

.footer_menu{
	position:absolute;
	right:0;
	top:16px;
}

.footer_menu ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
}

.footer_menu ul li a{
	color:#b6201e;
	font:12px Segoe UI , Arial;
}

.foto_lawyer{
	border:1px solid #cbcbcb;
	padding:2px;
	display:inline-block;
	*display:inline;
	zoom:1;
}

.foto_lawyer img{
	display:block;
}

.the_lawyer h4{
	text-transform:uppercase;
	font:normal 14px p22undergroundcypro-medium;
	color:#b6201e;
	margin:14px 0;
}

.the_lawyer p{
	font:13px Segoe-UI , arial , san-serif;
	color:#666666;
}

.general_style_list li:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.general_style_list li:first-child {
    border-top: medium none;
}
.general_style_list li {
    border-top: 1px dashed;
    color: #546173;
    font: bold 13px Segoe UI,Arial,San-serif;
    list-style: none outside none;
    padding: 6px 0;
    position: relative;
}

.answer-the-question{
	color:#666666;
	font:13px/20px Segoe-UI , Arial , San-serif;
	overflow:hidden;
	width:100%;
	margin:16px 0 0 0;
	clear:both;
}

.questions_answer .publicatioin_time_section{
	text-align:right;
}

.questions_answer{
	margin:26px 0 0 0;
}

.home_read_more{
	text-align:right;
	font:normal 13px Segoe-UI , Arial;
}

.home_read_more a{
	color:#b6201e;
}

.tarnsition-regulations{
	margin:15px 0 0 0;
}

.tarnsition-regulations a{
	color:#546173;
	font:13px Segoe UI , Arial;
}

.form input[type="text"]{
	width:336px;
	padding:0 5px;
	height:23px;
	border: 1px solid #ccc;
	border-top-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: 1px 1px #F1F1F1 inset, 1px 0 #F1F1F1 inset, 0 -1px 2px rgba(0, 0, 0, 0.1);
	font:12px Arial;
}
	
.title_input{
	font: 14px seguisb , Arial, sans-serif;
	margin:0 0 4px 0;
}

.choose-area{
	margin:0 0 10px 0;
}
	
.theme{
	margin:0 0 10px 0;
	clear:both;	
}	

.theme input{
	width:345px;
}

.drscription_report textarea{
	width:336px;
	padding:5px;
	height:155px;
	resize:vertical;
	border: 1px solid #ccc;
	border-top-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: 1px 1px #F1F1F1 inset, 1px 0 #F1F1F1 inset, 0 -1px 2px rgba(0, 0, 0, 0.1);
	font:14px Arial;
	margin:0;}

.mandatory_advertisement span{
	color:red;
}

.mandatory_advertisement{
	font:italic 11px/16px Arial;
	color:#666666;	
	margin:5px 0 15px 0;
}

.form{
	width:346px;
}

.niceRadio {
	width: 17px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	background: url("../image/radio-bg.png") 0 100% no-repeat;
	margin:0 5px 0 0;
}
.radioChecked {
	background-position: 0 0;
}
.niceRadio input {
	margin-left: -30px;/* Смещаем радио в лево, чтобы его не было видно */
}

.type-of-qestion label{
	font:14px/13px seguisb , Arial;
	color:#666666;		
}

.type-of-qestion{
	margin:0 0 15px 0;
}

.superficial-answer{
	margin:0 0 7px 0;
}

.button_more{
	margin:15px 0 0 0;
}

.general-style-buttin{
	background: url("../image/bg_button.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #538CCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 1px #b3b0ad;
    color: #FFFFFF;
    display: inline-block;
    font: 14px p22undergroundcypro-medium,Arial,San-serif;
    height:29px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #b3b0ad;
	cursor:pointer;
	padding:0 13px;
}

#overlay{
	opacity:0.4;
    position:absolute;
	top:0;
	left:0;
	background-color:black;
	width:100%;
	z-index:5000;
}

textarea.edit{
	resize:none !important;
}

.submit_button{
	display:none;
}

input.edit{
	background:transparent;
	border:1px solid transparent !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

html body .change-question .form{
	width:100%;
}

html body .change-question  .form  input[type="text"] , html body .change-question  .form textarea{
	width:100%;	
	font:12px Arial;
	color:#333333;
}



textarea.edit{	
	background:transparent;
	border:1px solid transparent;
	box-shadow:none;
}

/*--checkbox--*/
.niceCheck {
    width: 16px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background: url("../image/checkbox.png") left top no-repeat;
	vertical-align:middle;
	margin: 0 6px 0 0;
}
.niceChecked {
    background-position: 0 -17px;
}
.niceCheck input {
    margin-left: -30px;/* Смещаем чекбокс в лево, чтобы его не было видно */
}
/*----*/

.unit-agreement{
	color:#666666;
	margin:0 0 15px 0;
}

.unit-agreement a{
	color:#546173;
	font-size:14px;
}

.button button{
	cursor:pointer;
}

.button{
	margin:0 0 15px 0;
}

.payment-cards{
	margin:0 0 15px 0;
}

.payment-cards ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	list-style-type:none;
	vertical-align:middle;	
	font:14px Arial;
	color:#666666;
	margin:0 10px 0 0;
}

.about_question{
	font:14px seguisb,Arial,sans-serif;
	color:#333333;
	border-bottom:1px dashed #7f7d7b;
	margin:0 0 15px 0;
}

.about_question div{
	margin:0 0 15px 0;
}

.about_question span{
	color:#666666;
}

.about_question p{
	color:#666666;
}

html body .status{
	color:#10ae2a;
}

html body .likes{	
	padding:15px 0;	
	margin:0;
}

.about_answer{
	font:14px seguisb,Arial,sans-serif;
	color:#333333;
}

.about_answer div{
	margin:0 0 15px 0;
}

.about_answer span{
	color:#666666;
}

.about_answer p{
	color:#666666;
}

html body .about_answer i{
	font:italic 14px Arial;
	color:#333333;	
}

html body .defendant_foto{
	display:inline-block;
	*display:inline;
	zoom:1;
	border:1px solid #cbcbcb;
	padding:2px;
	vertical-align:top;
	margin:0 14px 0 0;
}

.defendant_foto img{
	display:block;
}

.data_defendant{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	font:14px Arial;
	color:#333333;
}

.name_efendant{
	color:#b6201e;
}

html body .about_answer p{
	margin:0 0 10px 0;
}

.print_version a{
	color:#546173;
	font:13px Arial;
	background:url("../image/print.png") no-repeat;
	padding:0 0 0 15px;
	padding:2px 0 2px 24px;
 }

html body .about_answer .general_style_list li div{
	margin:0 !important;
}

.time{
	color:#666666;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	font-size:13px;
	text-align:right;
}

.good-to-know .publicatioin_time_section	 .section{
	text-align:right;
}

html body .good-to-know ul li{
	margin:17px 0 0 0;
	padding:15px 0 0 0;
}

html body .good-to-know .general_style_list li:first-child{
	padding:0;
	margin:0;
}

.general-block-print{
	width:595px;
	margin:0 auto;
	padding:0 0 15px 0;	
}

.top-link-print{
	height:65px;
	position:relative;	
}

.back-the-site{
	position:absolute;
	left:0;
	top:23px;
}

.back-the-site a{
	background:url("../image/back-arrow.png") no-repeat 0 50%;
	padding:0 0 0 19px;
	color:#546173;
	font:13px Arial;
}

.print-link{
	position:absolute;
	right:0;
	top:23px;
}

.content-print{
	box-shadow:0 0 11px #d2cfc3;
	padding:30px;
	background:#ffffff;	
}

.print-link a{
	background:url("../image/print-version.png") no-repeat 0 50%;
	padding:0 0 0 19px;
	color:#546173;
	font:13px Arial;
}

.print-header{
	overflow:hidden;
	border-bottom:1px solid #000000;
	height:45px;
	position:relative;
}

.print-logo{
	position:absolute;
	left:0;top:0;
}

.our-website{
	position:absolute;
	right:0;
	top:10px;
}

.title-print{
	text-align:center;
	font-size:18px;
	margin:10px 0 27px 0;
}

.top-block-left-column div{
	font:bold 13px Arial;
	margin:0 0 7px 0;
}

.left-column{
	border-right:1px solid #b6b6b6;
	width:181px;
	float:left;
	padding:12px 0;
}

.two-big-block{
	overflow:hidden;
	font-size:14px;
	margin:0 0 106px 0;
}

.two-big-block table tr td{
	padding:19px 5px 0 18px;	
}

html body .two-big-block table tr td:first-child{
	padding:19px 5px 0 0;
	border-right:1px solid #b6b6b6;
}

.print-name{
	font:bold 13px Arial;
}

.bottom-block-left-column div{
	margin:0 0 15px 0;
}

html body .foto_lawyer{
	margin:0 0 10px 0;
}

.right-column{
	float:right;
	width:336px;
	font:13px Arial;
}

.right-column p{
	line-height:20px;
}

.right-column div{
	font-weight:bold;
	margin:0 0 5px 0;
}

.right-column p{
	margin:0 0 	43px 0;
}

.copyright-print{
	font:12px Arial;
}

.parent-general-block-print{
	background:#fdfaeb;
}

.bublicatioin_tima_section{
	float:right;
}

.general_style_list  .this_questions{
	float:left;
}

.time_bublication{
	letter-spacing:normal;
	display:inline-block;
	*display:inline;
	zoom:1;
}

.baner{
	background:#dfdfdf;
	height:131px;
	margin:0 0 30px 0;
}

.questions-themselves{
	display:none;
	clear:both;
}

.click-drop-down{
	float:right;
	border-bottom:1px dotted;
	color:#b71c20;
	text-decoration:none;
	font-weight:bold;
	display:block;
	position:relative;
	margin:0 12px 0 0;
}

.click-drop-down:hover{
	border-bottom:1px solid transparent;
}

.click-drop-down i{
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #b71c20;	
	display:block;
	position:absolute;
	right:-10px;
	top:6px;
}

.click-up-down b{	    
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;	
	border-bottom: 6px solid #b71c20 !important;
	display:block;
	position:absolute;
	right:-10px;
	top:6px;	
}

.click-up-down{
	float:right;
	border-bottom:1px dotted;
	color:#b71c20;
	text-decoration:none;
	font-weight:bold;
	display:block;
	position:relative;
	margin:0 12px 0 0;
}

.click-up-down:hover{
	border-bottom:1px solid transparent;
}


html body ul .active-left-title{
	background:url("../image/active-bg.png") no-repeat;
	margin-left:-10px;
	padding:0 0 0 10px;
}

html body ul .active-left-title a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.more-question{
	overflow:hidden;
}

.errow{
	border:1px solid red !important;
}

.question-in-Uncategorized .more-question ol li{
	border-top:1px dashed; 
}

.line1 {
margin-left: 157px;
}
.line2 {
margin-left: 163px;
}
.line3 {
margin-left: 203px;
}
.line4 {
margin-left: 215px;
}

.line5 {
margin-left: 184px;
}
.line6 {
margin-left: 188px;
}