* {
margin:0;
padding:0;
}

body,html {
	height:100%;
}

body {
	background:url("../images/bg-body.png") repeat-y center top #fff;
	min-height:100%;
	font-family: arial, sans-serif;
	color:#23272b;
	font-size:12px;
}

a, img {
	outline:none;
	border:none;
}

a {
	text-decoration:underline;
	cursor:pointer;
	color:#c07c00;
}

a:hover {
	text-decoration:none;
	color:#c07c00;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	min-height:100%;
}

.left {
	float:left;
}

.right {
	float:right;
}

.block {
	display:block;
	overflow:hidden;
}

p {
	line-height:1.4em;
	margin:0 0 12px;
}

 h2, h3, h4, h5 {
	color:#23272b;
	font-weight:normal;	
}

h1 {
	font-size:22px;
	margin:0 0 12px;
	color: #6fb121
}

h2 {
	font-size:18px;
	margin:0 0 6px;
}

h3 {
	font-size:16px;
	margin:0 0 6px;
}

h4 {
	font-size:14px;
	margin:0 0 4px;
}

h5 {
	font-size:14px;
	margin:0 0 2px;
	font-style:italic;
}

h6 {
	color:#ff999e;
	font-weight:normal;
	font-size:14px;
	margin:0 0 6px;
}


ul, ol {
	margin:0 0 15px 35px;
}

ul li, ol li {
	line-height:2em;
}

#printing ul li, #printing ol li {
	line-height:1.4em;
  margin-bottom:0.6em;
}

.input {
	background:url("../images/left-part-input.png") no-repeat;
	padding-left:35px;
	overflow:hidden;
	margin-top:2px;
        float:left;
}

.input .txt-field {
	background:#e2f6c7;
	border:none;
	padding:2px 5px;
	float:left;
	margin-top:5px;
	font-size:10px;
	color:#000;
	width:126px;
}

.txt-field {
	background:#e2f6c7;
	border:none;
	padding:2px 5px;
	font-size:10px;
	color:#000;
	width:126px;
}

.input .button {
	background:url("../images/right-part-input.png") no-repeat right top;
	font-size:11px;
	cursor:pointer;
	border:none;
	padding:6px 8px 9px;
	text-transform:uppercase;
	color:#000;
	float:left;
}

.greenformbord {
border:1px solid #6fb121;
	
	color:#000;
	
}


/* HEADER */

#header {
	width:100%;
	/*height:310px;*/
	position:relative;
	background:url("../images/bg-header.png") repeat-x 0 76px;
	padding-top:155px;
}

a.logo {
	position:absolute;
	background:url("../images/logo.png") no-repeat;
	width:233px;
	height:210px;
	left:0;
	top:13px;
	z-index:20;
}

.logo {
	position:absolute;
	width:233px;
	height:210px;
	left:0;
	top:13px;
	z-index:20;
}

.tagline {
	background:url("../images/tagline.png") no-repeat;
	width:735px;
	height:24px;
	position:absolute;
	z-index:10;
	top:44px;
	right:44px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

ul#nav {
	list-style-type:none;
	position:absolute;
	top:99px;
	right:20px;
	z-index: 10;
}

ul#nav li {
	float:left;
	position:relative;
	padding:0 10px;
	margin:0;
}

ul#nav li a {
	text-transform:uppercase;
	color:#fdfdfe;
	font-size:13px;
	text-decoration:none;
}

ul#nav li a:hover, ul#nav li a.current {
	color:#c07c00;
	text-decoration:none;
}

ul#nav li ul {
	position:absolute;
	left:-9999px;
	top:21px;
	list-style-type:none;
	padding:4px;
	border:1px solid #facb64;
	border-top:none;
	background:#aeca76;	
	margin:0;
	width:140px;
}

ul#nav li:hover ul,
ul#nav li.sfhover ul
{
	left:0;
}

ul#nav li li {
	padding:0 0 0.6em 0;
	display:block;
	overflow:hidden;
	float:none;
	line-height:1.1em;
}

ul#nav li li a {
	font-size:12px;
	text-transform: none;
}

a.shop {
	text-transform:uppercase;
	color:#fdfdfe;
	font-size:13px;
	position:absolute;
	right:30px;
	top:134px;
	text-decoration:none;	
	font-size:12px;
}

a.shop:hover {
	color:#c07c00;
	text-decoration:none;	
}

.holder-info {
	float:right;
	width:713px;
	margin-right:47px;

}

.holder-news {
	margin-right:42px;
	margin-top:15px;
	
}

.info-box {
	border:1px solid #bfbfbf;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px 5px 5px 30px;
	margin-bottom:6px;
	background:url("../images/icon-flower.png") no-repeat 4px 8px; 
	font-size:11px;
	color:#000;
}

.info-boxnew {

	
	margin-bottom:6px;
	font-size:11px;
	color:#000;
}

.info-box .question, .info-box .phone {
	padding-right:52px;
	float:left;
	width:260px;
	height:80px;
}



.info-box .question {
	/*background:url("../images/icon-question.png") no-repeat right top;*/
}

.info-box .med {
	background:url("../images/icon-med.png") no-repeat right top;
}

.info-box .question .lineForm3 {
	margin:4px 0 8px;
}

.info-box .phone {
	background:url("../images/icon-phone.png") no-repeat right top;
}

.info-box .pc{
	background:url("../images/icon-pc.png") no-repeat right top;
}

.info-box .pc ul {
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin:0px 0 0;
}


.info-box .pc ul li {
	display:block;
	line-height: 1.3em;
}

.info-box .online-button:hover{
color:#C07C00;
}



.info-box .title {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin:0 0 3px;
}

.info-box .phone ul {
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin:0px 0 0;
}


.info-box .phone ul li {
	display:block;
	line-height: 1.3em;
}


.info-boxnew
{
border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.info-boxnew .statement span a {
padding: 5px;
	color:#fff;
	font-size:16px;
	background:#AECA76;
	text-align:center;
	height:24px;
	line-height:24px;
	display:block;
	width:900px;
	font-weight: bold;
	text-decoration:none;
	
}
    
.info-boxnew .statement2 span a {
background:#6cb5dd;
padding: 5px;
width:900px;

color: #fff;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	height:24px;
	line-height:24px;
	display:block;
	text-decoration:none;
	
}



.info-boxnew .statement3 span a {
padding: 5px;
width:900px;
background: #f6b95f/* url("../images/bg-box-name-news.png") repeat-x left bottom*/;
color: #fff;
	font-size:16px;
	text-align:center;
	height:24px;
	line-height:24px;
	display:block;
	font-weight: bold;
	text-decoration:none;
	
}

.banner {
	position:absolute;
	width:190px;
	height:58px;
	left:30px;
	top:254px;
	overflow:hidden;
}


.info-box .phone-hot {
	padding-right:52px;
	/*float:left;*/
	width:260px;
	height:80px;
	/*left:30px;*/
	top:84px;
	display:block;
	left: 10px;
	
}
.info-box .phone-hot {
	background:url("../images/icon-phone.png") no-repeat right top;
}
.info-box .hot-hot {
	background:url("../images/icon-exclamation.png") no-repeat right top;
}

.info-box .phone-hot ul {
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin:0px 0 0;
}

.info-box .phone-hot ul li {
	display:block;
	line-height: 1.3em;
}

#content table {
	width:100%;
  border-collapse:collapse;
}

#content article table {
  border-collapse:separate;
}

#content table thead{
	background:#e2e2e2;
}

#content table .head{
	background:#e2e2e2;
}

#content table tr.head td {
	background:#f7f7f7;
	color:#000;
	font-weight:bold;	
	border:1px solid #d7d7d7;
	/*border-bottom:none;*/
}

#content table tr td .pink{
	background:#fff0f5;
	
}


#content table td {
	vertical-align:top;
	border:1px solid #d7d7d7;
	padding:5px;
	//line-height:1.4em;
}

/* END HEADER */

/* CONTENT */

#content {
	overflow:hidden;
	padding:0 0 80px;
}

.bread-crumbs {
	overflow:hidden;
	padding-left:65px;
	margin:0 0 18px;
	color:#818181;
}

.bread-crumbs a {
	color:#818181;
	text-decoration:underline;
}

.bread-crumbs a:hover {
	text-decoration:underline;
	color:#000;
}

.bread-crumbs a.first {
	text-transform:uppercase;
}

.two-col {
	padding:0 50px;
	overflow:hidden;
	background:url("../images/bg-two-col.png") repeat-y left top;
}

.three-col {
	margin:0 auto;
	width:906px;
	overflow:hidden;
}

.three-col.distance {
	margin-bottom:33px;
}

.three-col.distance-bottom {
	margin-bottom:33px;
}

.three-col.distance-top {
	/*margin-top:78px;*/
}

.three-col .col {
	float:left;
	width:300px;
	margin-left:3px;
}

.three-col .col.first {
	margin-left:0;
}

.three-col .col .plah {
	overflow:hidden;
	width:100%;
	height:49px;
	line-height:49px;
	text-align:center;
	color:#fff;
	font-size:19px;
}

.three-col .col .plah.blue {
	background:url("../images/blue-plah.png") repeat-x left top #60a4d1;
}

.three-col .col .plah.green {
	background:url("../images/green-plah.png") repeat-x left top #67a965;
}

.three-col .col .plah.orange {
	background:url("../images/orange-plah.png") repeat-x left top #f39f4f;
}

.three-col .col img {
	width:300px;
	height:194px;
}


ul.nav-col {
	list-style-type:none;
	margin:0;
	padding:10px 15px;
	display:block;
	height:340px;
	background:url("../images/bg-three-col.png") repeat-x 0 0;	
}

ul.nav-col li {
	display:block;
	line-height:1.5em;
	padding-left:10px;
	background:url("../images/disc.png") no-repeat left 8px;
}

ul.nav-col li a {
	color:#666869;
	text-decoration:none;
}

ul.nav-col li a:hover {
	text-decoration:none;
	color:#b17200;
}

#leftcol {
	float:left;
	width:180px;
	padding:0 14px;
}

.two-col #maincol {
	float:left;
	width:675px;
	padding-left:16px;
	font-size:14px;

}

.box-spec {
	margin:0 auto 14px;
	background:url("../images/border-spec.png") repeat-x left bottom;
	padding-bottom:5px;
	overflow:hidden;
	width:904px;
}

.box-spec.distance-top {
	/*margin-top:78px;*/
}

.box-name {
	float:left;
	width:305px;
	height:128px;
	
	/*line-height:128px;*/
	text-align:center;
	text-transform:uppercase;
	color:#fefeff;
	font-size:19px;
	background:url("../images/bg-box-name.png") repeat-x left bottom /*#a0c666*/;
}

.box-name h2{
/*margin-top: 48px;*/
width:305px;
height:128px;
display: table-cell;
    vertical-align: middle;
	text-align:center;
color:#fefeff;
	font-size:19px;
	
	}



a.all-simptoms {
	color:#466b05;
	text-decoration:none;
}

a.all-simptoms:hover {
	color:#466b05;
	text-decoration:underline;
}






ul.vertical-nav {
	list-style-type:none;
	display:block;
	margin-left:0;
}
ul.vertical-nav li {
	display:block;
	line-height:2em;
	padding-left:8px;
}
ul.vertical-nav li ul {
	padding-left:12px;
	list-style-type:none;
	margin:3px 0;
}
ul.vertical-nav2 li  {
  display:block;
	line-height:1.3em;
	padding-left:8px;
  padding-bottom:0.7em;
	background:url("../images/disc.png") no-repeat left 6px;
}
ul.vertical-nav li a {
	text-decoration:none;
	color:#000;
}
ul.vertical-nav li a:hover {
	text-decoration:none;
	color:#818181;
}
ul.vertical-nav li a.active{
  color:#c07c00;
}





.input.search {
	float:right;
}
.input.search .txt-field {
	width:163px;
}
.new {
	overflow:hidden;
	width:100%;
}
.new .title {
	overflow:hidden;
	width:100%;
	height:22px;
	text-align:center;
	line-height:22px;
	text-transform:uppercase;
}
.new .cont {
	padding:5px 28px;
	overflow:hidden;
	min-height: 140px;
}

.new .cont span {
	display:block;
	margin:0 0 4px;
	font-size:12px;
	font-weight:bold;
}

.new.blue .title {
	background:url("../images/blue-plah-link.png") repeat-x left top #89cee5;
	color:#666869;
}

.new.green .title {
	background:url("../images/green-plah-link.png") repeat-x left top #89cee5;
	color:#666869;
}

.new.orange .title {
	background:url("../images/orange-plah-link.png") repeat-x left top #89cee5;
	color:#666869;
}

.new.blue .cont {
	background:url("../images/bg-blue-link.png") repeat-x left top #d8f0f8;
}

.new.green .cont {
	background:url("../images/bg-green-link.png") repeat-x left top #e3eeda;
}

.new.orange .cont {
	background:url("../images/bg-orange-link.png") repeat-x left top #fbe1b7;
}

.new.blue .cont a {
	text-decoration:none;
	color:#5c5c5c;
	font-size:11px;
}

.new.green .cont a {
	text-decoration:none;
	color:#5b5b5b;
	font-size:11px;	
}

.new.orange .cont a {
	text-decoration:none;
	color:#5b5b5b;
	font-size:11px;	
}

.new.green .cont a:hover, .new.orange .cont a:hover, .new.blue .cont a:hover {
	color:#9a9a9a;
}


.holder-all {
	overflow:hidden;
	width:100%;
	margin:0 0 34px;
	text-align:center;
}

.holder-all a {
	margin:0 50px;
	text-transform:uppercase;
	color:#466b05;
	font-size:14px;
        text-decoration:none;
}

.holder-all a:hover {
        text-decoration:underline;
}

.about-story {
	overflow:hidden;
	padding:20px 30px 20px 120px;
	color:#666869;
	width:710px;
	font-size: 15px;
	margin-left: 70px;
	background:url("../images/logo-sm.png") no-repeat 10px 20px; 
	
}

.about-story h3 {
	color:#666869;
	font-size:19px;
}


.otz {
border: 1px dashed #6fb121;
	
	padding:10px;
	margin:10px;
	
}


/* END CONTENT */

/* FOOTER */

#footer {
	margin:0 auto;
	width:1000px;
}

.bottom-footer, .top-footer {
	overflow:hidden;
	padding-left:38px;
	padding-right:51px;
	position:relative;
}

.top-footer {
	padding-bottom:7px;
}

.bottom-footer {
	background:#e1f6c6;
	padding-top:10px;
	padding-bottom:15px;
	color:#5f5f5f;
	font-size:12px;
}

.bottom-footer a {
	color:#5f5f5f;
	font-size:12px;
        text-decoration:none;
}

.bottom-footer a:hover {
        text-decoration:underline;
}

.top-footer .left-part {
	float:left;
        width:255px;
		padding-right:25px;
}

.top-footer .right-part {
	float:right;
}

.social-box {
	overflow:hidden;
	margin:0 0 18px;
}

.social-box .title {
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 3px;
	display:block;
}

.social-box ul {
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin:0;
}	

.social-box ul li {
	float:left;
	padding-left:10px;
}

.social-box ul li.first {
	padding-left:0;
}

.social-box ul li a {
	float:left;
	width:43px;
	height:43px;
}

.social-box ul li a.icon-who {
	background:url("../images/icon-who.png") no-repeat;
}

.social-box ul li a.icon-facebook {
	background:url("../images/icon-facebook.png") no-repeat;
}

.social-box ul li a.icon-twitter {
	background:url("../images/icon-twitter.png") no-repeat;
}

.social-box ul li a.icon-vkontakte {
	background:url("../images/icon-vkontakte.png") no-repeat;
}

.social-box ul li a.icon-lj {
	background:url("../images/icon-lj.png") no-repeat;
}

ul.foot-nav {
	list-style-type:none;
	display:block;
	overflow:hidden;
	margin:0 0 46px;
}

ul.foot-nav li {
	display:block;
	text-align:right;
	line-height:2em;
}	

ul.foot-nav li a {
	text-transform:uppercase;
	font-size:13px;
	text-decoration:none;
	color:#466b05;
}

ul.foot-nav li a:hover {
	text-decoration:underline;
	color:#c07c00;
}

.contact-data-phone {
	float:left;
	width: 320px;
}

.contact-data-phone .cell {
	overflow:hidden;
	margin:0 0 8px;
}

.contact-data-phone .cell span, .contact-data-address .cell span {
	display:block;
	font-weight:bold;
	margin:0 0 3px;
}

.contact-data-phone .cell ul {
	list-style-type:none;
	display:block;
	overflow:hidden;
	padding-left:17px;
	margin:0;
}

.contact-data-phone .cell ul li {
	padding-left:10px;
	background:url("../images/footer-square.png") no-repeat left 6px;
	line-height: 1.4em;
}

.contact-data-address {
	float:left;
	padding-left:27px;
	width: 280px;
}

.contact-data-address .cell {
	margin:0 0 23px;
}

.contact-data-address .cell label {
	padding-left:10px;
	display:block;
}

.contact-data-address .cell a {
	text-decoration:none;
}

.contact-data-address .cell a:hover {
	text-decoration:underline;
}

.copyright {
	float:right;
	text-align:right;
	margin-top:0px;
	width: 280px;
}

.copyright span {
	display:block;
	margin-top:10px;
}

.ynbut {
padding-top:20px;
text-align:center;
}

/* END FOOTER */

.bg-yellow05
{
	background:green;

}
li .answer
{
	background:#e3eeda;
}


.faqq span
{
margin-left: 50px;
font-size: 11pt;
font-style: italic;
list-style-type: circle;
}

ul .faqq
{
list-style-type: disc;
}

.alf  {
	padding-bottom:20px;
text-align:right;
}

.alf  a{
	font-weight:normal;
	font-size:18px;
	color: #000;
	text-transform:uppercase;
	text-decoration:none;
}
.alf  a:hover{
	color: #c07c00;
}
.alf a.active {
	color: #c07c00;
	font-size:20px;
}
.simptom-info {
	float:right;
	width:200px;
	padding: 4px 9px;
	margin: -30px 0 5px 5px;
	border: 1px solid #BFBFBF;
    border-radius: 4px;
}

.neotloj {
height:30px;
	padding:7px 5px 5px 40px;
	margin: 25px 0 5px 0;
	background:url("/images/neotloj.png") no-repeat ; 
	font-size:11px;
	color:red;
	font-size:16px;
	font-weight:bold;
}

.konsultac {
height:30px;
	padding:7px 5px 5px 40px;
	margin: 25px 0 5px 0;
	background:url("/images/konsult.png") no-repeat ; 
	font-size:11px;
	color:green;
	font-size:16px;
	font-weight:bold;
}

.vnim {
height:30px;
	padding:7px 5px 5px 40px;
	margin: 25px 0 5px 0;
	background:url("/images/vnim.png") no-repeat ; 
	font-size:11px;
	color:green;
	font-size:16px;
	font-weight:bold;
}

.forinfo {
height:30px;
	padding:7px 5px 5px 40px;
	margin: 25px 0 5px 0;
	background:url("/images/forinfo.png") no-repeat ; 
	font-size:11px;
	color:green;
	font-size:16px;
	font-weight:bold;
}

.koment {
width: 280px;
height:30px;
	padding:7px 5px 5px 40px;
	margin: 25px 0 5px 0;
	background:url("/images/comment.png") no-repeat ; 
}

ul.faqq  {
	list-style-type:none;
}

ul.faqq li {

	background:url("../images/icon-flower.png") no-repeat left 8px;
}

.online-button{
font-size: 11pt;
font-size: 130%;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px;
width: 230px;
background: url('../images/online-button.png') no-repeat;
text-decoration:none;
}

#vk_like{
clear: none !important;
width: 120px !important;
margin-left: 160px !important;
}

.order-btn
{
margin-left:7px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 3px 3px 3px 3px;
width: 130px;
height:15px;
background: url('../images/online-button1	.png') no-repeat;
text-decoration:none;
text-align:center;
font-size: 12px;

}

.order-btn-full
{
margin-top:7px;
float:left;
}

.order-btn-insub{
width: 190px;
font-size: 14px;
padding:5px;
}

.online-btns{
float: right;
width: 300px;
}



.online-btns a{
color:#fff !important;
text-decoration:none !important;
}

.online-btns a:hover{
color:#c07c00 !important;
}

article{
margin: 10px;
}
article h2 {
text-align: center;
min-height: 20px;
background-color: #c1e085;
padding: 7px;
margin: 0;
border: solid 1px #c4c4c4;
cursor: pointer;
}
article h2:hover {
	background-color: #F0F0F0;
}
article h2.active {
	background-position: 618px -23px;
}
article div {
/*	display: none;*/
	margin: 0;
  /*  padding:  10px 15px 20px;*/
  padding-bottom:7px;
}

article table, article table td {
border:solid 1px #C4C4C4 !important;
font-size:12px !important;
padding:4px !important;
}

article table {
border-top:none !important;
background:#F0F0F0 !important;
}

article table td {
background:#fff !important;
}


		
.show-all, #show-rubrics{
font-size:120%;

}

.answer_title{
color: #97B809 !important;
}	

#orderform table tr.head td {
background: #F7F7F7;
color: black;
font-weight: bold;
border: 1px solid #D7D7D7;
}
