/* ##### footer ######*/
#footer label,
#footer span.label,
#footer ul li.moscow em {
	color: #fff;
}

#copyrigth-text p,
a#partners-info {
	color: #7f7081;
}

#contact-info h2,
#footer ul li em {
	color: #9d94a5;
}

/* ##### main ######*/

body {
	background: url('../images/main_top_bg3.png');
}
a {
	color: #b582c1;
}


#headline li a, .navigation li a, #search a {
	color: #f7d9fb; 
}
#headline li a:hover, .navigation li a:hover, #search a:hover {
	color: #fff; 
}

form#search p {
	text-align: right;
	padding-right: 11px;
	color: #666263;
}

.navigation li.selected {
	background-color: #fff;
	color: #000;
}

#logo {
	z-index: 5;
	margin: 30px 0 0 20px;
}

#center-part {
	z-index: 3;
}

/*
fade-corner-l-b-pic
*/

.wrapper {
	position: relative;
	margin-top: 20px;
	width: 86%;
}

.wrapper {
	position: relative;
	margin-top: 20px;
}
.wrap-top,
.wrap-bottom {
	position: relative;
	height: 45px;
	filter: expression(fixPNG02(this));
}
.wrap-top {
	background: url('../images/fade-corner-l-t-pic.png') top left no-repeat;
}
.wrap-bottom {
	background: url('../images/fade-corner-l-b-pic.png') top left no-repeat;
}

.wrap-top .corner,
.wrap-bottom .corner {
	margin-top: -45px;
	height: 45px;
	width: 45px;
	position: relative;
	float: right;
	filter: expression(fixPNG02(this));
}
.wrap-top .corner {
	background: url('../images/fade-corner-r-t-pic.png') top left no-repeat;
}
.wrap-bottom .corner {
	background: url('../images/fade-corner-r-b-pic.png') top left no-repeat;
}

.wrap-top .line,
.wrap-bottom .line {
	height: 45px;
	margin: 0 45px;
	filter: expression(fixPNG(this));
}
.wrap-top .line {
	background: url('../images/fade-line-top.png') top left repeat-x;
}
.wrap-bottom .line {
	background: url('../images/fade-line-botom.png') top left repeat-x;
}

.wrapper .line-left .l-left {
	height: 100%; //height: expression(this.parentNode.offsetHeight);
}
.wrapper .line-right .l-right {
	height: 100%; //height: expression(this.parentNode.offsetHeight);
}


.line-left {
	position: relative;
	width: 100%;
}

.line-right {
	position: relative;
	padding-right: 14px;
}
.l-left {
	width: 7px;
	background: url('../images/fade-left-sh.png') top left repeat-y;
	filter: expression(fixPNG(this));
	position: absolute;
}

.l-right {
	background: url('../images/fade-right-sh.png') top left repeat-y;
	filter: expression(fixPNG(this));
	position: absolute;
	right: 0;
	width: 7px;
	//right: 14px;
}


.content {
	position: relative;
	background: url('../images/fade-empty.png') top left ;
	filter: expression(fixPNG(this));
	margin: 0 7px;
	border: 0px solid #000;
	width: 100%;
	padding: 150px 0 200px 0px;
}


.spacer {
	height: 120px;
}









.question-block {
	clear: both;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 10px;
}

.question-block p,
.question-block div,
.answer-block p.container-blcok,
.answer-block div {
	float: left;
	position: relative;
}

.question-block div,
.answer-block p.container-blcok {
	width: 15%;
	font-size: 85%;
	color: #878787;
	text-align: right;
	padding-right: 20px;
}
.question-block div label {
	display: block;
}

.question-block p {
	width: 78%;
	padding-left: 20px;
	padding-right: 5px;
	color: #878787;
	line-height: 1.4em;
}

.answer-block {
	clear: both;
	width: 100%;
	position: relative;
	padding-top: 10px;
}


.answer-block label {
	color: #000000;
	display: block;
}
.answer-block div.container-blcok {
	width: 80%;
	background: #C5BAC7 url('../images/block_corners02_left_bottom.gif') bottom left no-repeat;
	color: #ffffff;
	margin-top: 4px;
}

.content-wrap {
	width: 100%;
	background: url('../images/block_corners02_right_top.gif') top right no-repeat;
}

.content-wrap img {
	position: relative;
	height: auto;
	width: auto;
	margin-left: -16px;
}

.content-block {
	position: relative;
	width: 100%;
	background: url('../images/block_corners02_right_bottom.gif') bottom right no-repeat;
	padding-bottom: 13px;
	margin-top: -0px;
}

.content-block p {
	padding: 0px 20px 0px 20px;
	line-height: 1.4em;
}

/*
div#bubble-question {
	position: absolute;
	background: url('../images/bubble_bg01.png') top left no-repeat;
	height: 372px;
	width: 582px;
	margin-top: -350px;
	z-index: 5;
}
*/

.cell {
	position: relative;
	font-weight: normal;
	border: 0px solid #0000ff;
	margin: 0px;
	padding: 0px;
	padding-left: 114px;
	width: 360px;
	margin-top: 17px;
	//margin-top: 13px;
	margin-left: 10px;
}

.cell label {
	position: absolute;
	dispaly: block;
	color: #000000;
	font-size: 99%;
	height: 2em;
	width: 100px;
	left: 0px;
	text-align: right;
}

.cell textarea {
	width: 355px;
	height: 100px;
	overflow: auto;
	line-height: 1.3em;
}


#button-cell {
	text-align: right;
	padding-top: 10px;
	margin-right: 45px;
	height: 34px;
}

div#question-form #button-cell span {
	border: 0px solid #ff0000;
	display: block;
	float: right;
	height: 34px;
	width: 126px;
	background: url('../images/feedback-submt.gif') top left no-repeat;
	cursor: pointer;
}


.content h3 {
	font-size: 140%;
	margin: 0 70px;
	padding-bottom: 20px;
}

.content h4 {
	font-size: 110%;
	margin: 0 70px;
	padding-bottom: 20px;
}

.content h3 span, .content h4 span {
	color: #4c3451;
	font-weight: normal;
	display: inline;
	text-decoration: none;
	border-bottom: 1px dashed #4c3451;
	cursor: pointer;
}

.content h4 span {
	color: #845f94;
}

#person-bubble {
	position: absolute;
	top: 35px;
	right: 14%;
	width: 60%;
	z-index: 6;
}

#person-bubble .wrap-top,
#person-bubble .wrap-bottom {
	height: 46px;
}
#person-bubble .wrap-top {
	background: url('../images/fade-corner-l-t-pic01.png') top left no-repeat;
}
#person-bubble .wrap-bottom {
	background: url('../images/fade-corner-l-b-pic01.png') top left no-repeat;
}

#person-bubble .wrap-top .corner,
#person-bubble .wrap-bottom .corner {
	margin-top: -46px;
	height: 46px;
	width: 46px;
}
#person-bubble .wrap-top .corner {
	background: url('../images/fade-corner-r-t-pic01.png') top left no-repeat;
}
#person-bubble .wrap-bottom .corner {
	background: url('../images/fade-corner-r-b-pic01.png') top left no-repeat;
}

#person-bubble .wrap-top .line,
#person-bubble .wrap-bottom .line {
	height: 46px;
	margin: 0 46px;
}

#person-bubble .wrap-top .line {
	background: url('../images/fade-top-sh01.png') top left repeat-x;
}
#person-bubble .wrap-bottom .line {
	background: url('../images/fade-botom-sh01.png') top left repeat-x;
	/* margin-right: 142px;*/
	border: 0px solid #ff0000;
}

#person-bubble .line-left .l-left {
	background: url('../images/fade-left-sh01.png') top left repeat-y;
	width: 46px;
}
#person-bubble .line-right .l-right {
	background: url('../images/fade-right-sh01.png') top left repeat-y;
	width: 46px;
	//right: 0px;
}

#person-bubble .line-left {
	position: relative;
	width: 100%;
}

#person-bubble .line-right {
	position: relative;
	padding-right: 53px;
}

#person-bubble .content {
	background: #FFFAD9;
	margin: 0 26px;
	padding-top: 0;
}

#person-bubble #pointer {
	position: relative;
	display: block;
	float: right;
	right: 20px;
	filter: expression(fixPNG02(this));
	width: 96px;
	height: 72px;
	margin: 0 -1px 0 0;
	margin-bottom: -72px;
	border: 0px solid #dd0000;
}

#person-bubble .content {
	padding-bottom: 0;
}

#person-bubble .content h3 {
	font-size: 170%;
	font-style: italic;
	font-weight: normal;
}

#person-bubble .content p {
	font-size: 100%;
	line-height: 1.4em;
	color: #858271;
	padding: 5px 60px 10px 60px;
}

#person-bubble .content div.closeButton {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 3px;
	margin: 0;
	padding: 0;
	background: url('../images/close_icon04.gif') top left no-repeat;
	cursor: pointer;
	zoom: 1;
	right: 22px;
}


/* баббл с ответом */

#bubble_info {
	display: none;
	border: 0px solid #ff0000;
	margin-left: 200px;
	top: 90px;
	position: absolute;
	z-index: 21;
	width: 70%;
	//width: 65%;
}

#bubble_info div.wrap-top {
	height: 130px;
	margin-left: -45px;
	background: url('../images/corn01_l_t_pic.png') top left no-repeat;
}

#bubble_info div.wrap-top .corner {
	height: 130px;
	width: 137px;
	margin-right: -1px;
	background: url('../images/corn01_r_t_pic.png') top left no-repeat;
	margin-top: -130px;
}

#bubble_info div.wrap-top .line {
	height: 130px;
	background: url('../images/corn01_top_pic.png') top left repeat-x;
	margin-right: 136px;
	margin-left: 90px;
}

#bubble_info div.wrap-bottom,
#bubble_info div.wrap-bottom .line,
#bubble_info div.wrap-bottom .corner {
	position: relative;
	height: 45px;
}

#bubble_info div.wrap-bottom {
	background: url('../images/corn01_l_b_pic.png') top left no-repeat;
	padding: 0;
	margin: 0;
	margin-top: -45px;
}
#bubble_info div.wrap-bottom .corner {
	width: 45px;
	background: url('../images/corn01_r_b_pic.png') top left no-repeat;
	padding: 0;
	margin: 0;
	margin-top: -45px;
}
#bubble_info div.wrap-bottom .line {
	height: 45px;
	background: url('../images/corn01_bottom_pic.png') top left repeat-x;
	padding: 0;
	margin: 0 45px;
}

#bubble_info .content {
	position: relative;
	background: #FFFAD9;
	margin: 0px 0 45px 45px;
	padding: 0;
}

#bubble_info .content h3 {
	position: relative;
	top: -80px;
	left: -80px;
}

#bubble_info .content h3 span {
	color: #000000;
	border-bottom: 1px dashed #000;
	font-size: 110%;
	font-weight: normal;
	cursor: pointer;
}

#bubble_info .content div.bubble-info {
	overflow: hidden;
	position: relative;
	margin-top: -70px;
}


#bubble_info .content div.bubble-info p {
	font-size: 100%;
	line-height: 1.7em;
	color: #858271;
	padding: 5px 50px 10px 20px;
}

#bubble_info .line-left .l-left {
	height: 100%;
	/* //margin-top: -45px;*/
	//height: expression(this.parentNode.offsetHeight - 45);
}
#bubble_info .line-right .l-right {
	height: 100%;
	//height: expression(this.parentNode.offsetHeight);
}


#bubble_info .line-left {
	position: relative;
	width: 100%;
}

#bubble_info .line-right {
	padding-right: 70px;
}
#bubble_info .l-left {
	width: 45px;
	background: url('../images/corn01_left_pic.png') top left repeat-y;
	position: absolute;
}

#bubble_info .l-right {
	background: url('../images/corn01_right_pic.png') top left repeat-y;
	position: absolute;
	right: 0;
	width: 45px;
}

/*
div.position001 {
	margin-top: 10px;
}


div.position002 {
	margin-top: 50px;
}


div.position003 {
	margin-top: 90px;
}

div.position004 {
	margin-top: 130px;
}


div.position005 {
	margin-top: 170px;
}
*/

div#content_block {
	position: relative;
	background: #ECE6EC;
	padding-top: 200px;
}

div#small_faq {
	margin-top: 25px;
}


div.question-listing {
	position: relative;
	width: 200px;
	margin-left: -50px;
	bottom: 0px;
	clear: both;
}
div.position {
	position: absolute;
	right: 0px;
}
.question-listing * {
	float: left;
	dispaly: block;
	margin-right: 5px;
}
.question-listing p {
	font-size: 200%;
	line-height: 1em;
	color: #000000;
}
.question-listing a {
	font-size: 130%;
	line-height: 1.5em; //line-height: 1.3em;
	color: #4B015E;
}
.question-listing a:hover {
	color: #E708EF;
}
.question-listing img {
	margin-top: 0.5em;
}


div#main-content-block div#bubble-question {
	z-index: 20;
	position: relative;
	margin-bottom: -190px;
	//margin-bottom: -170px;
	top: -200px;
	width: 566px;
	margin-top: -175px;
}

div#main-content-block div#bubble-question .wrapper {
	width: 100%;
}

div#bubble-question h3 {
	font-style: normal;
	color: #000000;
	font-size: 170%;
	font-weight: normal;
	margin-left: 125px;
	padding-top: 0;
	padding-bottom: 0;
}
div#question-submit {
	background: url('../images/login_submit_bg02-dis.gif') top left no-repeat;
	height: 30px;
	width: 111px;
	position: relative;
	zoom: 1;
	margin: 15px 0 0 370px;
	cursor: auto;
}
div#question-submit.active {
	background: url('../images/login_submit_bg02.gif') top left no-repeat;
	cursor: pointer;
}

#logo {
	background-image: url('../images/under_logo_img_bg_inq.gif');
}
#login .l-right {
	background: none;
}
