* {
	margin: 0px;
	padding:0;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
	background-repeat: repeat-x;
	background-color: rgb(223, 223, 223);
}
body {
	position: relative;
	min-height: 100%;
	
}
p, body, font, div, td, input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: rgb(68, 68, 68);
	line-height:20px;
}
p {
	padding-top: 9px;
	padding-bottom: 9px;
}
h1 {
	color: rgb(68, 68, 68);
	font-family: verdana;
	font-size: 1.8em;
	line-height: 28px;
	margin:0 0 1em 0;
}
h2 {
	font-size: 130%;
	margin: 1em 0px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
a, .fn {
	font-weight: bold;
	color: #000000;
}
a:hover, sidebar_list p a:hover {
	color:#ff1446 !important;
}
a img {
	border: 0px none;
}
hr {
	margin:10px 0;
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.lotel {
	background:#fff ;
	overflow:auto;
}

.lotel .wrapper {
	 display:table;
}

.lotel ul {
	display:table-cell;
	vertical-align:bottom;
	width:960px;
}
.lotel li {
  color: #000;
  font-family:Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 37px;
  list-style: outside none none;
  text-transform: uppercase;
  display:inline;
  padding: 5px 19px 5px 15px;
  background: url(../images/arrow.png) no-repeat center right; 
  cursor:pointer;
  margin-right:3px;
}


.lotel li:hover {
	background-color:#2cb9c2;
}

.lotel img {
	padding:5px 0;
	float:left;
	height:70px;
}

.lotel_2 { 
 background:#ffbb00;
 overflow:auto;
 padding:2px 0;
 margin-bottom:10px;
}

.product { 
    float:right;
	margin:10px;
}
.lotel_2 ul.first_menu {
	margin-left:170px;
}

.lotel_2 li {
  color: #5ceff6;
  float: left;
  font-family:Arial;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  list-style: outside none none;
  margin-right: 20px;
  padding: 12px 0 10px;
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
}

.lotel_2 li.active {
	color:#fff;
}

.lotel_2 .second_menu {
	display:none;
}

#footer {
	background-color: rgb(219, 219, 219);
	overflow: auto;
	padding:10px 0;
	text-align: center;
	width: 100%;
	z-index: 500;	
}
#footer p {
	padding:0;
	font-size:12px;
}


.commentlist .avatar {
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
}

.comment-content img {
	width:100%;
	max-width:360px;
}
.clear {
	clear:both;
}
.alignRight {
	text-align:right;
}
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.sidebar_list {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #cadadb;
    display: inline-block;
    margin: 0 20px 25px 0;
    overflow: hidden;
    vertical-align: top;
    width: 200px;
}
.sidebar_list p {
	padding: 10px 14px;
	
	
}
	
.sidebar_list p a {
	color:#000;
	text-decoration:none;
	font:bold 16px "arial", Times, serif;
}
	
.trackPixel {
	display: none;
}
.medicine {
	padding-top:0px;
	text-align:right;
	color:#4e4e4e;
	font-weight:bold;
	font-size:14px;
}
.hsp {
	text-align:right;
}
.hsp img {
	cursor:pointer;
}
#nav-container {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0px solid rgb(213, 213, 213);
	border-top: 0px solid rgb(213, 213, 213);
	clear: both;
	font-size: 11px;
	height: 33px;
	margin: -28px auto 10px;
	padding: 0px;
	background-color: #920000;
	border-radius: 5px;
}
.nav li {
	float: left;
	font-size: 10px;
	position: relative;
	background: transparent url("../images/arrow.png") no-repeat scroll right center;
	border: medium none;
	color: rgb(255, 255, 255);
	display: block;
	font-weight: bold;
	padding: 5px 20px 5px 8px;
}
.nav {
	display: block;
	margin: 0px;
	position: absolute;
	z-index: 100;
}
.nav > li > a:hover {
	background: url('../images/arrow.png') no-repeat scroll right center rgb(80, 122, 165);
	border-radius: 3px 3px 0px 0px;
	color: rgb(255, 255, 255);
	padding: 5px 20px 5px 8px;
}
.nav li ul {
	background: none repeat scroll 0% 0% rgb(80, 122, 165);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: 1px 1px 1px rgb(51, 51, 51);
	color: rgb(34, 34, 34);
	display: none;
	margin: 0px;
	padding: 2px 0px;
	position: absolute;
	width: 242px;
}
.nav li ul li {
	width: 100%;
}
.nav li ul li a {
	background: none repeat scroll 0% 0% rgb(80, 122, 165);
	border: medium none;
	color: rgb(255, 255, 255);
	line-height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
.nav li ul li a:hover {
	background: none repeat scroll 0% 0% rgb(70, 106, 144);
}
.med_health {
	display:none !important;
}
.content {
	max-width: 658px;
	float: left;
	
	margin-bottom:20px;
}
.cpt_maincontent, .container {
	text-align: left;
	padding: 10px 20px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
	
	border: 1px solid #cadadb;
}
.post_date {
	font-size: 12px;
	color: rgb(153, 153, 153);
	border-bottom:1px solid #eeeeee;
	margin-bottom: 15px;
}
.post_content {
	padding:0;
}
.link {
	text-align:center;
	font-size:20px;
}
.wrapper .cpt_maincontent img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.wrapper .cpt_maincontent .post_block {
	max-width: 640px;
}

.button {
  background: #fae820 linear-gradient(to bottom, #fae820, #de8d00) repeat scroll 0 0;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 25px;
  margin: 20px auto;
  padding:20px;
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
  vertical-align: top;
  text-align:center;
  max-width:250px;
  display:block;
}

.button:hover {
	transform:scale(1.2);
}

.sitebar {
	float: right;
	width: 287px;
}


#comments .comment .avatar-68 {
	width: 50px;
}
#vrach {
	float: right;
	margin: 0 15px;
}


.stars {
  float: right;
}

.stars_active, .stars_not-active {
  background: rgba(0, 0, 0, 0) url("../images/afisha_ico.jpg") no-repeat scroll -10px 0px;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.stars_not-active {
  background-position: 0 0px;

}

.center {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:959px) {
	
	
.wrapper .cpt_maincontent .post_block {
	max-width:98%;
}
	
.wrapper {
 width: 95%;
}

.content {
	max-width:100%;
}
 .sitebar {
 display:none;
}

.lotel img {
  display: block;
  float: none;
  margin: 0 auto;
}

.lotel ul {
	display:none;
}

.lotel_2 .first_menu {
	display:none;
}

.lotel_2 .second_menu {
	display:inline;
}
}
.sitebar .blocc img {
	width: auto;
	height: auto;
	max-height: 97%;
	max-width: 97%;
}
#comments-title {
	color: rgb(102, 102, 102);
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.commentlist {
	list-style: outside none none;
	margin: 0 auto;
	width: auto;
}
.commentlist > li.comment {
	
	background-color: #fff;
    border: 1px solid #c7c7c7;
	margin: 0 0 1.625em;
	padding: 0.625em;
	position: relative;
	
}
. .commentlist .avatar {
 border-radius: 3px;
 box-shadow: 0 1px 2px rgb(204, 204, 204);
 float: left;
 margin-right: 15px;
 margin-bottom: 5px;
}
.time {
	color: #999;
}
@media screen and (max-width:650px) {
 .nav li {
 display:none;
}
 .med_health {
 display:block !important;
 background:none !important;
 font-size:12px !important;
}
 .medicine {
 display:none;
}
 blockquote {
 width:90% !important;
 font-size:12px !important;
}
 .comment-author {
 font-size:10px !important;
}
.post_content {
padding-left:0;
}
 .post_date {
 font-size:10px !important;
}





 .phone img {
 height: 33px;
 width: 222px;
}
.feedb {
 padding-top: 5px;
}

.product { 
    float:none;
	margin:0px auto;
	display:block;
}

.stars {
	float:none;
}
@media screen and (max-width:477px) {
 h1 {
 font-size:1.4em;
}
 .wrapper {
 width: 95%;
}
.content {
 width: 100%;
}
#tabs-container {
 height:25px;
}
.sitebar {
 width:100%;
}
 #comments .comment .avatar-68 {
 width: 40px;
}
#vrach {
 display: block;
 float: none;
 margin: 0 auto;
}
}

blockquote {
	width: 75%;
	display: block;
	margin: 5px auto;
	border-left: 2px solid #333;
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
	background-color: #eaeaea;
}
#respond {
	padding-left: 27px;
}
#respond .required {
	color: rgb(255, 75, 51);
	font-weight: bold;
}
#respond label {
	color: rgb(136, 136, 136);
	font-size: 12px;
}
#respond input {
	background: none repeat scroll 0 0 rgb(246, 246, 246);
	border: 1px solid rgb(221, 221, 221);
	box-shadow: 2px 2px 5px 0 rgb(238, 238, 238) inset;
	display: block;
	margin: 0 0 9px;
	padding: 5px;
	width: auto;
}
#respond textarea {
	background: none repeat scroll 0 0 rgb(246, 246, 246);
	border: 1px solid rgb(221, 221, 221);
	box-shadow: 2px 2px 5px 0 rgb(238, 238, 238) inset;
	width: 95%;
}
#respond #submit {
	background: none repeat scroll 0 0 rgb(0, 166, 214);
	border: 0 none;
	box-shadow: none;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font: 700 14px/14px "Open Sans Condensed", sans-serif;
	margin-top: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	width: 120px;
}
#respond #submit:hover {
	background: none repeat scroll 0 0 rgb(0, 219, 134);
}
#comments .commentlist .depth-2 {
	margin-left: 5%;
}
#comments .commentlist .depth-2 p {
	color: #000;
}
 
