

/********************************
* Color scheme
* #15527e for links
* #ff3000 orange shades
* #a9cc00 primary green
* #859e0f darker green
* #dce1e9 borders
***************************/
/********************************************************
Reset CSS
********************************************************/
* {
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline; /* text-decoration: none; */
	white-space: normal;
	line-height: 1;
	font-size: 1em; }

hr { display: none }

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

blockquote, q { quotes: "" "" }

ul { list-style-type: none }

ol { list-style-type: decimal }

a { text-decoration: none }

.clear { clear: both }

/********************************************************
Layout
********************************************************/

body {
	width: 100%;
	text-align: center; }

#wrapper {
	display: block;
	width: 1070px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #fff url(../images/bg1.png) repeat-x; }

/********************************************************
The Top
********************************************************/
#top {
	width: 100%;
	height: 30px;
	font-size: 11px;
	color: #fff;
	position: relative; }
#termscond a { color: #fff;
               float: left;
		       position: relative;
		       display: inline;
			   margin: -8px 7px 0 0;
		       top: 9px;
		       right: 5px;
 }

#termscond .termscond a:hover { color: #c8ebff }
.termscond {
	    float: left;
		position: relative;
		display: inline;
		top: 9px;
		right: -20px;
        
		}
.termscond a {
	    float: left;
		position: relative;
		display: inline;
		top: 9px;
		right: -20px; 
		
		}


#date {
	float: left;
	padding: 9px 0 0 10px;
	width: auto; }

span.heading {
	float: left;
	position: relative;
	width: 641px; }

span.category {
	float: left;
	padding-right: 5px; }
	

	
	.macmenu {
	position: inherit;
	font-size: 0.5em;
	margin-top: 0px;
	margin-left: -85px;
	list-style: none;
 
}
.button {
 margin: 0 auto; /*выравнивание блока по центру*/
 width: 520px; /*ширина всего блока с меню*/
}
.button a img,
.button a {
 display: block;
 float: left;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.35s ease;
 transition: all 0.5s ease;
 height: 24px;
 width: 24px;
}
.button a {
 margin: 5px 1px;
 text-align: center;
 color: #000;
 font: normal normal 10px Verdana;
 text-decoration: none;
 word-wrap: normal; /*запрещает автоматически разрывать слова на перенос*/
}
.macmenu a:hover img {
 margin-left: -0%; /*смещает картинку левее, выравнивая ее по центру*/
 height: 25px;
 width: 25px;
}
.button a:hover {
 font: normal bold 14px Verdana;
}

#menu111 {
position:absolute;
top:100px;
right:500px;
}


.demoizo:hover, .demoizo:focus, .demoizo:active {
  background: url(../images/doctor1.png) no-repeat 50% 50%;
 }

.demoizo:hover img, .demoizo:focus img, .demoizo:active img  {
  background: transparent;
  visibility: hidden;
}

#easyTooltip{
    padding: 3px 10px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    font: bold 16px "Trebuchet MS";
    color: #646464;
    background: #fcf3dc;
    border: 0px solid #000;
    border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px;
    z-index: 900;
}




#centeredmenu {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #000;
	overflow: hidden;
	position: relative; }

	#centeredmenu ul {
		clear: left;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		left: 50%;
		text-align: center; }

		#centeredmenu ul li {
			display: block;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
			right: 50%; }

			#centeredmenu ul li a {
				display: block;
				margin: 0 0 0 1px;
				padding: 3px 10px;
				background: #ddd;
				color: #000;
				text-decoration: none;
				line-height: 1.3em; }

				#centeredmenu ul li a:hover {
					background: #369;
					color: #fff; }

				#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
					color: #fff;
					background: #000;
					font-weight: bold; }

#utilityNav a {
	background: url("img/arrow-right1.png") no-repeat;
	width: 16px;
	height: 16px;
	margin: auto;
	outline: none;
	display: block;
	text-indent: -10000px;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 90px;
	-moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	-moz-border-radius: 90px;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	border-radius: 90px; }

	#utilityNav a:hover {
		-webkit-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.1);
		-moz-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.1);
		box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.1); }

	#utilityNav a:active {
		-webkit-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.2);
		-moz-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.2);
		box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.2); }

#utilityNav1 a {
	background: url("img/arrow-left.png") no-repeat;
	width: 16px;
	height: 16px;
	margin: auto;
	outline: none;
	display: block;
	text-indent: -10000px;
	-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 90px;
	-moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	-moz-border-radius: 90px;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	border-radius: 90px; }

	#utilityNav1 a:hover {
		-webkit-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.1);
		-moz-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.1);
		box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.1); }

	#utilityNav1 a:active {
		-webkit-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.2);
		-moz-box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.2);
		box-shadow:
		0 0 8px 1px rgba(0,0,0,.2),
		inset 0 0 20px 6px rgba(0,0,0,.2); }

#left {
	width: 50%;
	float: left; }

#right {  }

#left1 {
	width: 100%;
	float: left;
	text-align: center; }

#right {  }

#col1 {
	font-size: 1.0em;
	float: left;
	width: 3%;
	margin-left: 1%;
	text-align: center;
	line-height: 2.0em; }

#col2 {
	font-size: 1.0em;
	float: left;
	width: 23%;
	margin-left: 1%;
	text-align: center;
	line-height: 2.0em; }

#col3 {
	font-size: 1.0em;
	float: left;
	width: 48%;
	margin-left: 1%;
	text-align: center;
	line-height: 2.0em; }

#col4 {
	font-size: 1.0em;
	float: left;
	width: 20%;
	margin-left: 1%;
	text-align: center;
	line-height: 2.0em; }

#col1a {
	background-color: #fdfcd7;
	text-align: left;
	font-size: 1.0em; }

#col2a {
	background-color: #fdfcd7;
	text-align: left;
	font-size: 1.0em; }

#col3a {
	background-color: #fdfcd7;
	text-align: left;
	font-size: 1.0em; }

#col4a {
	background-color: #fdfcd7;
	text-align: left;
	font-size: 1.0em; }

#col1b {
	text-align: left;
	font-size: 1.0em; }

#col2b {
	background-color: #fff;
	text-align: left;
	font-size: 1.0em; }

#col3b {
	text-align: left;
	font-size: 1.0em; }

#col4b {
	text-align: left;
	font-size: 1.0em; }
	



.ddd {
	color: #999999;
	font-size: 1.1em;
	line-height: 0.3em;
	text-align: justify;
	margin: 10px 0 0 0; }
	
.sup {
     vertical-align: baseline; 
	 position: relative; 
	 top: -0.4em;
     font-size: 10px;
    }
	
	
.sub {
     vertical-align: baseline; 
	 position: relative; 
	 bottom: -0.4em;
     font-size: 10px;
    }



	
.links {
    margin-left: -5px;
	padding: 5px 5px 5px 5px;
	}

    .links a {
		background: url("../images/FirstAidKit.png") no-repeat;
		padding-left: 30px; }

        .links a:hover {
			background: url("../images/FirstAidKit.png") no-repeat;
			padding-left: 30px;
			color: #656565; }
			
			

.link {
	border-bottom: 2px dashed #dfdfdf;
	margin-left: 20px;
	padding: 30px 5px 5px 5px;
	}

	.link a {
		background: url("../images/FirstAidKit.png") no-repeat;
		padding-left: 30px; }

		.link a:hover {
			background: url("../images/FirstAidKit.png") no-repeat;
			padding-left: 30px;
			color: #656565; }



			
			.picsidebar {
	border-bottom: 1px dotted #ddd;
	border-radius: 5px;
	5px;
	5px;
	5px;
	padding: 5px;
	0;
	5px;
	15px;
	margin-left: 20px; }

	.picsidebar a {
		background: url("../images/FirstAidKit.png") no-repeat;
		padding-left: 30px; }

		.picsidebar a:hover {
			background: url("../images/FirstAidKit.png") no-repeat;
			padding-left: 30px;
			color: #656565; }

.ad2 {
	float: left;
	margin: 5px; }

.ad3 {
	float: left;
	margin: 5px; }

#hotnewshide { display: none }

#hotnews { float: right; }

	#hotnews ul { float: left; }

	#hotnews li {
		position: absolute;
		display: none;
		top: 9px;
		right: 10px; }
		

strike p {
	padding: 0; /* only applies to <p> tags that are children of a <strike> tag */
	text-decoration: line-through; }

del {
	padding: 0; /* only applies to <p> tags that are children of a <strike> tag */
	text-decoration: line-through; }

ins p {
	padding: 0; /* only applies to <p> tags that are children of a <strike> tag */
	text-decoration: line-through; }

#hotnews a { color: #fff; }

#hotnews .label {
	float: left;
	font-weight: bold;
	margin: 0 5px 0 0; }

#hotnews .category a {
	font-weight: bold;
	text-decoration: underline;
	margin: 0 4px 0 0; }

	#hotnews .category a:hover { text-decoration: none }

#hotnews .heading a { margin: 0 7px 0 0 }

	#hotnews .heading a:hover { color: #c8ebff }

#hotnews .info {
	font-size: 10px;
	color: #51a5e1; }

	#hotnews .info a { color: #c8ebff }

.weather-img {
	position: absolute;
	top: 55px;
	left: 256px;
	z-index: 555 }

.weather-city {
	position: absolute;
	top: 63px;
	left: 308px;
	z-index: 555;
	font-size: 16px;
	font-family: "Georgia";
	font-weight: bold;
	letter-spacing: -1px; }

.weather-cond {
	position: absolute;
	top: 85px;
	left: 308px;
	z-index: 555;
	font-size: 12px;
	font-family: "Georgia";
	font-style: italic; }

    
/********************************************************
Header
********************************************************/
#header {
	width: 100%;
	height: 100px; }

#logo { float: left; }

	#logo a, #logo img {
		display: block;
		overflow: hidden;
        font-size: 0.25em;
		float: left;}
        
.header-ad {
	float: right;
	padding: 20px 10px 0 0; }

	.header-ad a, .header-ad img {
		display: block;
		overflow: hidden; }
		



/********************************************************
Menu
********************************************************/



#force-menu {
	width: 100%;
	height: 33px; }

/* ul */
#menu ul {
	display: none;
	position: absolute;
	background: none;
	z-index: 10;
	width: 200px;
	top: 33px;
	left: 0; }

	#menu ul ul {
		width: 200px;
		top: 0px;
		left: 200px; }

/* li */
#menu li {
	float: left;
	position: relative;
	top: -4px; }

	#menu li li { top: 0; }

	/* anchors */
#menu li a {
		display: block;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		padding: 9px 15px;
		border-top: 3px solid transparent; }

#menu ul a {
	border-top: 0;
	float: left;
	height: auto;
	color: #fff;
	padding: 5px 15px 5px 30px;
	width: 155px;
	background: #15527e url(../images/menu-item.png) no-repeat 15px 10px;
	font-size: 11px; }

#menu a:hover, #menu li.current-cat a, #menu li.current-cat-parent a, #menu li.active-tab a {
	border-top: 3px solid #a9cc00;
	background: #15527e; }

#menu li ul.children a, #menu li.active-tab ul a, #menu ul a:hover {
	border-top: 0;
	background: #15527e url(../images/menu-item.png) no-repeat 15px 10px; }

#menu li ul.children a { line-height: 1.4em }

#menu li ul.children li.active-tab-child a, #menu li ul.children li a:hover { background: #093d62 url(../images/menu-item.png) no-repeat 15px 10px; }

#menu li ul.children ul a:hover { text-decoration: underline }

.arrow {
	position: absolute;
	bottom: -1px;
	left: 44%;
	display: block;
	width: 12%;
	height: 6px;
	background: url(../images/menu-arrow.png) no-repeat bottom center; }

.arrow2 {
	position: absolute;
	right: 5px;
	top: 8px;
	display: block;
	width: 6px;
	height: 11px;
	background: url(../images/menu-arrow2.png) no-repeat bottom center; }
	
	


/********************************************************
Links & Search
********************************************************/
#links {
	border-bottom: 1px solid #dce1e9;
	background: url(../images/bg-search3.png) no-repeat 820px 2px;

	 }

#linklist {
	float: left;
	padding: 6px 0 10px 15px; }

	#linklist li {
		float: left;
		font-size: 11px;
		margin: 0 30px 0 0;
		line-height: 1.4em;
		position: relative; }

		#linklist li a { font-weight: bold }

			#linklist li a:hover { text-decoration: underline }

	#linklist ul {
		display: none;
		position: absolute;
		background: none;
		z-index: 10;
		top: 13px;
		left: -15px;
		padding: 12px 0 0 0; }

		#linklist ul a {
			display: block;
			width: 150px;
			height: auto;
			padding: 5px 14px 5px 14px;
			line-height: 1.4em;
			border: 1px solid #dce1e9;
			border-top: 0;
			background: #fff; }

			#linklist ul a:hover {
				text-decoration: none;
				color: #fff;
				background: #15527e }

			#linklist ul a.facebook {
				background: #fff url(../images/iconfb.png) no-repeat 14px center;
				padding-left: 28px; }

				#linklist ul a.facebook:hover {
					background: #15527e url(../images/iconfb.png) no-repeat 14px center;
					padding-left: 28px; }

			#linklist ul a.twitter {
				background: #fff url(../images/icontwitter.png) no-repeat 14px center;
				padding-left: 28px; }

				#linklist ul a.twitter:hover {
					background: #15527e url(../images/icontwitter.png) no-repeat 14px center;
					padding-left: 28px; }

			#linklist ul a.feedburner {
				background: #fff url(../images/iconfeed.png) no-repeat 14px center;
				padding-left: 28px; }

				#linklist ul a.feedburner:hover {
					background: #15527e url(../images/iconfeed.png) no-repeat 14px center;
					padding-left: 28px; }

			#linklist ul a.feedburner-email {
				background: #fff url(../images/iconemail.png) no-repeat 14px center;
				padding-left: 28px; }

				#linklist ul a.feedburner-email:hover {
					background: #15527e url(../images/iconemail.png) no-repeat 14px center;
					padding-left: 28px; }

		#linklist ul.rssmenu a {
			background: #fff url(../images/iconfeed.png) no-repeat 14px center;
			padding-left: 28px; }

			#linklist ul.rssmenu a:hover {
				background: #15527e url(../images/iconfeed.png) no-repeat 14px center;
				padding-left: 28px; }

a.rsslink {
	background: url(../images/iconfeed.png) no-repeat left center;
	padding-left: 14px; }

.arrow3 {
	position: absolute;
	right: -10px;
	top: 4px;
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/menu-arrow3.png) no-repeat right center; }


.search-form {
	float: right;
	width: 245px;
	margin: 3px 0 0 0; 
	
	}

.search-text {
	font-size: 12px;
	color: #555;
	width: 180px; 
	
}
    
.search-go {
	width: 20px;
	height: 20px;
	background: transparent;
	cursor: pointer; }

.btnSearch {
	font-size: 12px;
	color: #555;
	width: 55px;
}

.btnSearch:hover {
	background: url(../images/menu-arrow3.png) no-repeat right center;
	font-size: 12px;
	color: #696969;
	width: 55px;
	cursor: pointer;
}

	
	
	
	
	
	

/********************************************************
Extra classes
********************************************************/
.adzone {
	text-align: center;
	color: #666;
	background: #fff;
	margin: 10px auto 5px auto;
	padding: 5px 0; }

	.adzone img {
		padding: 3px;
		background: #fff; }

.adside a, .adside img {
	overflow: hidden;
	float: right;
	display: block; }

.adzone_b {
	text-align: center;
	color: #666;
	background: #eee;
	margin: 0 auto 0 auto;
	padding: 5px 0; }

	.adzone_b img {
		padding: 3px;
		background: #fff; }

span.adtitle {
	line-height: 18px;
	font-size: 11px;
	display: block;
	margin: 0 auto;
	text-align: center; }

/********************************************************
Front Area
********************************************************/
/* The slide */
.slide {
	float: left;
	width: 440px;
	position: relative; }

.item {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 430px;
	height: 247px;
	background: #ddd;
	overflow: hidden; }

	.item img { display:block;overflow: hidden }

.item-contents {
	position: relative;
	width: 430px;
	height: 247px; }

	.item-contents .overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 65px;
		background: #000; }

	.item-contents .title {
		position: relative;
		float: left;
		top: 3px;
		left: 10px;
		color: #a9cc00;
		font-size: 15px;
		margin-bottom: 5px; }

	.item-contents .date {
		position: relative;
		float: left;
		width: 400px;
		left: 10px; /* top: 225px; */
		color: #bababa;
		font-size: 11px;
		font-family: "Tahoma"; }

.slideposts { margin: 265px 0 0 0; }

	.slideposts li a {
		float: left;
		margin-left: 10px;
		padding: 5px 0 0 0;
		border-top: 4px solid #ddd; }

		.slideposts li a.current { border-top: 4px solid #a9cc00 }

	.slideposts li a, .slideposts li img {
		display: block;
		overflow: hidden;
		width: 78px;
		height: 50px; }

/* Latest entries */
.latest {
	float: left;
	width: 216px;
	padding: 10px 17px 0 17px; }

	.latest h3 {
		font-size: 13px;
		color: #414141;
		background: url(../images/bg-grayline.png) repeat-x bottom;
		padding: 0 0 8px 0; }

		.latest h3 span {
			z-index: 500;
			padding-bottom: 6px;
			background: url(../images/bg-greenline.png) repeat-x bottom; }

	.latest li {
		margin: 13px 0 0 0;
		font-size: 11px;
		background: url(../images/bullet-arrow.png) no-repeat left 4px;
		padding: 0 0 0 10px; }

	.latest a {
		line-height: 1.3em;
		font-weight: bold; }

		.latest a:hover { text-decoration: underline }

	.latest span.postinfo {
		display: block;
		font-size: 10px;
		line-height: 1.6em;
		color: #999; }

		.latest span.postinfo a {
			color: #555;
			font-weight: normal; }

/* Top right tabs */
.toptabs {
	float: left;
	width: 300px; }

.toptablist {
	float: left;
	width: 300px;
	margin: 9px 10px 0 0;
	background: url(../images/bg-grayline.png) repeat-x bottom; }

	.toptablist li {
		float: left;
		display: block;
		font-size: 12px; }

		.toptablist li a {
			float: left;
			display: block;
			color: #666;
			padding: 4px 10px 6px 10px;
			background: #eee url(../images/bg-grayline.png) repeat-x bottom;
			border-right: 1px solid #ddd; }

			.toptablist li a.current {
				color: #fff;
				font-weight: bold;
				background: #859e0f url(../images/bg-greenline.png) repeat-x bottom; }

.tabbox { display: none }

	.tabbox p {
		line-height: 1.5em;
		font-size: 11px; }

		.tabbox p span {
			font-weight: bold;
			color: #859e0f; }

		.tabbox p a {
			font-weight: bold;
			color: #333; }

			.tabbox p a:hover { text-decoration: underline }

		.tabbox p.normal { margin: 5px 0 5px 0; }

	.tabbox ol {
		border: 1px solid #ddd;
		padding: 0 10px 0 10px;
		border-top: 0; }

	.tabbox li {
		font-size: 11px;
		color: #555;
		line-height: 1.4em;
		padding: 8px 0 8px 0;
		margin: 0 0 0 20px;
		border-bottom: 1px dotted #ccc; }

		.tabbox li a { font-weight: bold }

			.tabbox li a:hover { text-decoration: underline }

.videotab { padding: 10px 0 0 0 }

/* post classes */
span.icon-video {
	color: #333;
	font-weight: normal;
	line-height: normal;
	font-size: 11px;
	background: url(../images/icon-video.png) no-repeat left center;
	padding-left: 20px;
	padding-right: 4px; }

span.icon-photo {
	color: #333;
	font-weight: normal;
	line-height: normal;
	font-size: 11px;
	background: url(../images/icon-photo.png) no-repeat left center;
	padding-left: 20px;
	padding-right: 4px; }

span.viewcount {
	padding-left: 18px;
	background: url(../images/icon-views.png) no-repeat 4px center;
	color: #859e0f }

span.commentcount {
	padding-left: 18px;
	background: url(../images/icon-comments.png) no-repeat 4px center;
	color: #859e0f }

span.votecount {
	padding-left: 18px;
	background: url(../images/icon-votes.png) no-repeat 4px center;
	color: #859e0f }

div.author-img {
	float: right;
	display: inline;
	margin: 0 0 0 10px; }

	div.author-img img {
		overflow: hidden;
		display: block; }

/********************************************************
Content column
********************************************************/
#content { }


.content-left {
	float: left;
	width: 135px; }

.content-right {
	float: right;
	width: 865px; }

/********************************************************
The Far Left
********************************************************/
.sidebar-left {
	float: left;
	width: 125px;
	padding: 0 0 10px 10px;
	font-size: 12px;
	color: #343434;
	text-align: right; }

	.sidebar-left h3 { font-size: 12px; }

	.sidebar-left h3, .sidebar-left li li { line-height: 1.7em; }

	.sidebar-left li { margin: 12px 0 0 0 }

		.sidebar-left li li {
			margin: 0;
			font-size: 11px;
			font-weight: bold }

	.sidebar-left a:hover { text-decoration: underline }

	.sidebar-left p {
		margin: 5px 0 0 0;
		font-size: 11px;
		line-height: 1.4em; }

/********************************************************
Sliding content columns
********************************************************/
.sliding {
	float: left;
	margin: 12px 10px 0 10px;
	border: 1px solid #dce1e9;
	width: 843px; }

.slidingtabs {
	float: left;
	width: 843px;
	border-bottom: 1px solid #dce1e9;
	font-size: 12px; }

	.slidingtabs li {
		float: left;
		border-right: 1px solid #dce1e9; }

		.slidingtabs li a {
			display: block;
			color: #333;
			font-weight: bold;
			padding: 10px 15px;
			background: #f1f3f6; }

			.slidingtabs li a.current {
				background: #fff;
				color: #859e0f;
				position: relative;
				bottom: -1px;
				padding: 9px 15px 11px 15px; }

.slidingcontent { position: relative; }

.navigate {
	position: absolute;
	right: 2px;
	top: -27px; }

	.navigate li {
		float: left;
		margin: 0 5px 0 0; }

.slidingposts { float: left; }

	.slidingposts li {
		float: left;
		padding: 15px;
		font-size: 12px;
		width: 138px; }

	.slidingposts .image { position: relative }

		.slidingposts .image img, .slidingposts .image a {
			display: block;
			overflow: hidden; }

	.slidingposts .getinfo {
		position: absolute;
		right: 0;
		top: 0;
		padding: 2px;
		font-size: 11px;
		font-weight: bold;
		background: #ff3000;
		color: #fff; }

	.slidingposts .title {
		margin: 7px 0 0 0;
		line-height: 1.4em;
		font-weight: bold;
		font-size: 11px; }

	.slidingposts .excerpt p {
		margin: 4px 0 0 0;
		line-height: 1.4em;
		color: #555;
		font-size: 11px; }

	.slidingposts .reactions {
		margin: 5px 0 0 0;
		line-height: 1.4em;
		font-size: 10px;
		color: #999; }

		.slidingposts .reactions a { color:#859e0f;font-weight: bold }

	.slidingposts a:hover { text-decoration: underline }

/* scrollable style */
.scrollable {
	position: relative;
	overflow: hidden;
	width: 840px;
	height: 240px; }

	.scrollable .items {
		width: 20000em;
		position: absolute; }

		.scrollable .items div { float: left }

/********************************************************
Body content
********************************************************/
.bodycontent {
	float: left;
	margin: 15px 10px 0 10px;
	width:535px;
	font-size: 12px;
	color: #444; }

.remarkk {
	width: 170px;
	float: right;
	border-top: 3px #868686 solid;
	border-bottom: 3px #868686 solid;
	background: #fdf8ea top right no-repeat url(../images/1530.png);
	text-indent: 12px;
	font-size: 14px;
	padding: 45px;
	margin: 10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
#remarkdrugcenter {
	width: 90%;
	float: center;
	border-top: 0px;
	border-bottom: 0px;
	background: #F8F8F8;
	text-indent: 0px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	
 }
.remarkdrugleft {
	width: 440px;
	float: left;
	border-top: 0px;
	border-bottom: 0px;
	background: #F8F8F8;
	text-indent: 0px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
 }
 
.remarkdrugright {
	width: 350px;
	float: right;
	border-top: 0px;
	border-bottom: 0px;
	background: #F8F8F8;
	text-indent: 0px;
	font-size: 14px;
	padding: 5px;
	margin: 0px 0 10px 10px;
 }

.remarkprice {
	width: 680px;
	float: center;
	border: 0px #868686 solid;
    background: #f7f7f7;
	text-indent: 0px;
	font-size: 14px;
	padding: 10px;
	margin: 10px 10px 10px 5px; }
/*******************************************************************************************
Блок стилей автора
*******************************************************************************************/
/*Автор поста*/
#article-author {
    float: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    -webkit-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.1);}
#author-image{
    float: left;}
#author-text {
	font-size:12px;
	padding: 15px;
    color:#999;
    text-align:justify;
    overflow:hidden;}
.post-counter{
    margin-top:13px;
    font-size: 12px;}
.author{
    font-size:14px;
    margin-bottom:10px;}
	
.author-block {
  width: 680px;
  margin-top: 20px;
  padding: 20px;
  background: #f7f7f7;
  border: 0px;
}
.remark-author {
  float: right;
  width: 500px;
  height: 100%;
  font-size: 13px;
  margin-right: 25px;
  margin-top: -15px;
  padding: 0 20px;
  background: #f7f7f7;
  border: 0px;
}
.remark-author2 {
  float: left;
  width: 70px;
  height: 0px;
  margin-right: 25px;
  margin-top: -40px;
  padding: 0 20px;
  background: #f7f7f7;
  border: 0px;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



	
.remarkk1 {
	width: 670px;
	float: center;
	border-top: 3px #868686 solid;
	border-bottom: 3px #868686 solid;
	background: #fdf8ea top right no-repeat url(../images/patientfile.png);
	text-indent: 0px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }

.remarkkAnonce {
	background: #7da7d9; /* Цвет фона */
    color: #fff;
    padding: 10px; /*  Поля вокруг текста */
	 }	


	.remarkk2 {
	width: 560px;
	float: center;
	border-top: 3px #868686 solid;
	border-bottom: 3px #868686 solid;
	background: #fdf8ea top left no-repeat url(../images/1530.png);
	text-indent: 12px;
	font-size: 14px;
	padding: 45px;
	margin: 10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
	
.remarkk3 {
	width: 640px;
	float: center;
	background: #fdf8ea top right no-repeat url(../images/.png);
	text-indent: 8px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
	
.remarkk4 {
	width: 220px;
	float: right;
	background: #ffffff top right no-repeat url(../images/.png);
	text-indent: 12px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }
.remarkkL {
	width: 340px;
	float: left;
	background: #ffffff;
	text-indent: 12px;
	font-size: 14px;
	padding: 5px;
	margin: 1px 0 10px 10px;
	 }

.remarkkR {
	width: 260px;
	float: right;
	background: #fff ;
	text-indent: 12px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	 }
	 
.remarkkRadress {
	width: 440px;
	float: right;
	background: #fff ;
	text-indent: 12px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	 }
	 
.remarkkLadress {
	width: 440px;
	float: left;
	background: #fff ;
	text-indent: 12px;
	font-size: 14px;
	padding: 5px;
	margin: 10px 0 10px 10px;
	 }

.spoiler-wrap {
background:none repeat scroll 0 0 #859e0f;
color: #000;
width:700px;
margin:5px;
}
.spoiler-head {
font-size:11px;
line-height:15px;
margin-left:5px;
cursor:pointer;
width:700px;
padding:1px 14px 3px;
}
.folded {
background:url(../images/icon_plus_1.gif) no-repeat scroll left center transparent;
text-align: center;
font-size: 16px;
color: #fff;
display:block;
padding-left:14px;
}
.unfolded {
background:url(../images/icon_minus_1.gif) no-repeat scroll left center transparent;
text-align: center;
font-size: 16px;
color: #fff;
display:block;
padding-left:14px;
}
.spoiler-body {
background:none repeat scroll 0 0 #ffffff;
border-top:1px solid #29755f;
line-height:20px;
padding:1px 6px 2px;
}


.splCont {
display:none; 
padding:5px 15px;  
border:2px solid #FF3300;
}

.tag {
	padding-top: 10px;
	margin: 5px 0 5px 5px;
	}

/* Category widget */
.cat-widget {
	float: left;
	width: 254px;
	margin: 0 0 40px 0; }

	.cat-widget a:hover { text-decoration: underline }

	.cat-widget .rounded-orange:hover, .cat-widget .rounded-black:hover { text-decoration: none }

.addmarginright { margin: 0 27px 40px 0 }

.cat-widget h3 {
	background: url(../images/bg-grayline.png) repeat-x bottom;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 8px;
	font-size: 12px;
	height: 12px; }

.cat-widget  h3 span.cattitle {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 7px;
	background: url(../images/bg-greenline.png) repeat-x bottom; }

.cat-widget h3 span.catfeed a {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/iconfeed.png) no-repeat center; }

.cat-widget .story {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dce1e9; }

.story .storythumb {
	margin: 2px 10px 5px 0;
	float: left;
	display: inline; }

.story .fullarticle {
	margin: 10px 0 5px 0;
	float: right; }

.story .reactions {
	margin: 5px 0 0 0;
	line-height: 1.4em;
	font-size: 10px;
	color: #999; }

.morestories { margin: 0 0 10px 0; }

.story .reactions a { color:#859e0f;font-weight: bold }

.story h4 { line-height: 1.3em; }

.story p {
	display: block;
	line-height: 1.4em; }

.story .storythumb img { display:block;overflow: hidden }

.morestories li {
	padding: 0 0 10px 15px;
	line-height: 1.3em;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	display: block; }

	.morestories li a.item-more {
		background: url(../images/plusminus.png) no-repeat top;
		width: 9px;
		height: 9px;
		position: absolute;
		top: 3px;
		left: 0; }

	.morestories li div.lisummary { display: none; }

		.morestories li div.lisummary p {
			line-height: 1.5em;
			padding: 7px;
			background: #fff;
			border: 1px solid #ddd;
			color: #333;
			font-weight: normal;
			margin: 10px 0 0 0; }

/* main content ads */
.bodyads, .bodyads a, .bodyads img {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: center; }

.bodyads img { border: 1px solid #ddd }

/********************************************************
The bottom-side category (3 posts)
********************************************************/
.bottom-cat { margin: 30px 0 0 0 }

	.bottom-cat h3 {
		background: url(../images/bg-grayline.png) repeat-x bottom;
		text-transform: uppercase;
		position: relative;
		padding-bottom: 8px;
		font-size: 12px;
		height: 12px; }

	.bottom-cat  h3 span.bottom-title {
		position: absolute;
		bottom: 0;
		left: 0;
		padding-bottom: 7px;
		background: url(../images/bg-greenline.png) repeat-x bottom; }

	.bottom-cat h3 span.bottom-title-feed a {
		position: absolute;
		top: 0;
		right: 0;
		width: 10px;
		height: 10px;
		background: url(../images/iconfeed.png) no-repeat center; }

	.bottom-cat .rounded-orange:hover, .bottom-cat .rounded-black:hover { text-decoration: none }

	.bottom-cat a:hover { text-decoration: underline }

.bottom-item {
	margin: 10px 42px 0 0;
	width: 150px;
	float: left; }

	.bottom-item .reactions {
		margin: 5px 0;
		line-height: 1.4em;
		font-size: 10px;
		color: #999; }

	.bottom-item .storythumb img {
		margin: 10px 0;
		display: block;
		overflow: hidden; }

.bottom-cat-link { margin: 15px 0 30px 0; }

.bottom-item h4 { line-height: 1.3em; }

.bottom-item p {
	display: block;
	line-height: 1.5em; }

.bottom-item .reactions a { color:#859e0f;font-weight: bold }

/********************************************************
Main Sidebar
********************************************************/
.sidebar {
	float: left;
	width: 300px;
	margin: 0 10px 20px 0;
	color: #444; }

	.sidebar h3 {
		display: block;
		height: 30px;
		background: url(../images/widget-header.png) repeat-x;
		font-weight: bold;
		border-bottom: 0px solid #dce1e9; }

	.sidebar h6 {
		display: block;
		height: 30px;
		background: url(../images/bg-grayline.png) repeat-x scroll center bottom transparent;
		font-weight: bold;
		border-bottom: 1px solid #dce1e9; }

	.sidebar span.title {
		float: left;
		margin: 9px 0 9px 10px;
		font-size: 12px;
		line-height: 12px;
		color: #222; }

	.sidebar span.titleright {
		font-size: 11px;
		float: right;
		margin: 10px 10px 9px 0;
		color: #15527e }

	/* sidebar margins */
.sidebar li.clean {
		width: 300px;
		border: 0; }

	.sidebar li {
		width: 298px;
		border: 0px solid #dce1e9; }

		.sidebar li li {
			margin: 0;
			width: auto;
			border: 0;
			background: none; }

	.sidebar li { margin: 15px 0 0 0 }

	.sidebar ul, .sidebar ol, .sidebar div { margin: 10px }

	.sidebar div div { margin: 0 }

/* gallery */
div.gallery-wrap {
	margin: 15px auto 15px auto;
	text-align: center;
	position: relative;
	width: 245px;
	height: 146px;
	display: block; }

div.gallery {
	width: 245px;
	height: 146px;
	display: block;
	background: url(../images/galllery-wrap.png) no-repeat center;
	text-align: center;
	position: relative; }

span.gallery-items { display:none;visibility: hidden }

div.gallery a {
	display: none;
	position: absolute;
	top: 10px;
	left: 11px;
	width: 224px;
	height: 126px;
	overflow: hidden; }

.gallery-wrap .nextgal {
	position: absolute;
	right: -20px;
	width: 17px;
	height: 100%;
	background: url(../images/next.png) no-repeat center; }

.gallery-wrap .prevgal {
	position: absolute;
	left: -20px;
	width: 17px;
	height: 100%;
	background: url(../images/prev.png) no-repeat center; }

/* tag cloud */
.widget_tag_cloud div {
	text-align: center;
	padding: 10px 0; }

.widget_tag_cloud a {
	text-transform: lowecase;
	letter-spacing: -1px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #dce1e9;
	padding: 3px 6px;
	color: #15527e;
	height: 27px;
	line-height: 27px; }

/* weather classes */
.wea-column {
	float: left;
	width: 98px;
	text-align: center;
	border-right: 1px solid #ccc;
	margin: 15px 0; }

	.wea-column span {
		text-align: center;
		margin: 0 auto 0 auto;
		display: block }

.wedate { font-family: "Tahoma" }

.weimage img { margin: 5px 0 5px 0; }

.wecond {
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
	overflow: hidden;
	padding: 0 11px 10px 11px; }

.wetemp, .welow, .wehigh { line-height: 1.4em; }

/* calendar style */
#wp-calendar {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd; }

	#wp-calendar caption {
		padding: 0 0 10px 0;
		text-align: center;
		font-weight: bold;
		color: #111; }

	#wp-calendar th, #wp-calendar td {
		text-align: center;
		line-height: 12px;
		font-size: 12px;
		padding: 8px 0 7px 0;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd }

	#wp-calendar th { background: #eee; }

	#wp-calendar a { font-weight: bold }

		#wp-calendar a:hover { background:#ff3000;color: #fff }

/* widget css */
.sidebar .widget {
	line-height: normal;
	position: relative;
	display: block;
	width: 100%;
	font-size: 12px; }

.widget1 {
	line-height: normal;
	position: relative;
	display: block;
	width: 100%;
	font-size: 12px; }

.sidebar .widget p {
	padding: 5px 0;
	line-height: 18px; }
	
.sidebar .widget p a:hover {
	padding: 5px 0;
	line-height: 18px; 
	color: #2B9AD9}	
	

.sidebar .widget ul li {
	border-bottom: 1px dotted #ddd;
	padding: 5px 0 5px 15px;
	background: url(../images/bullet.png) no-repeat left 10px;
	line-height: 18px; }

.sidebar .widget ul ul {
	padding-bottom: 0;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 0px;
	margin-left: 0px; }

.sidebar .widget ul li li {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 11px; }

.sidebar .widget li a:hover { text-decoration: underline }

.sidebar .widget select, .widget input {
	border: 1px solid #dce1e9;
	color: #222; }

.sidebar .widget input {
	padding: 2px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }

.sidebar .widget label {
	margin: 0 0 0 7px;
	font-size: 11px;
	color: #777;
	cursor: pointer;
	font-family: Helvetica; }

.sidebar .widget .checkbox-div {
	float: left;
	width: 49%;
	margin: 5px 1% 5px 0; }

	.sidebar .widget .checkbox-div label {
		color: #222;
		font-family: Arial; }

.sidebar .widget #searchsubmit {
	background: #fff;
	cursor: pointer; }

/********************************************************
Footer
********************************************************/
#footer-wide { 
    width: 100%;
	position: relative;
    z-index: 2; }

#footer {
	width: 968px;
	border: 1px solid #dce1e9;
	padding: 10px 50px;
	margin: 10px auto 20px auto;
	background: #fff;
	line-height: 1.5em;
	color: #444;
	font-size: 11px;
	text-align: center;
    z-index: 2;	}

	#footer a:hover { text-decoration: underline; }

.listingcat li, .listinglinks li {
	float: left;
	display: inline;
	padding: 10px 15px;
	border-right: 1px solid #dce1e9; }

.listinglinks { border-top: 1px solid #dce1e9; }

.copyright {
	border-top: 1px solid #dce1e9;
	padding: 10px 0 0 0; }

/***********************************************
All common styles should be here
***********************************************/
.show_author {
	line-height: 1.5em;
	font-size: 11px;
	color: #000;
	margin: 7px 0 0 0; }

	.show_author strong { background: #ddd; }

/********************************************************
Zooming
********************************************************/
.fancybox-zoom { position: relative }

.zoom-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/zoom.png) no-repeat center;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999999999999999999999999999999; }

.zoom-black {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: 5555555555555555555555555555555555555; }

/********************************************************
Overlaying title on image
********************************************************/
.divoverlay { position: relative; }

.layeroverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 24px;
	background: #000;
	width: 100%;
	z-index: 887;
	color: #fff; }

.titleoverlay {
	position: absolute;
	bottom: 6px;
	left: 5px;
	color: #fff;
	font-weight: bold;
	z-index: 888; }

/***********************************************
All button styling goes here
***********************************************/
.next, .prev, .all, .rounded-regular {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #dce1e9;
	padding: 3px 6px;
	color: #15527e; }

.rounded-orange {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	border: 1px solid #dce1e9;
	padding: 3px 6px;
	color: #fff;
	background: #5e8f09; }

	.rounded-orange:hover { background: #ff0000 }

.rounded-black {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	border: 1px solid #dce1e9;
	padding: 3px 6px;
	color: #222;
	background: #fff; }

	.rounded-black span { color: #ff3000 }

	.rounded-black:hover span { color: #000 }

	.rounded-black:hover { background:#ff3000;color: #fff }

.tabbox p.morevideo a {
	float: right;
	background: #fff;
	border: 1px solid #dce1e9;
	padding: 6px 8px;
	color: #15527e; }

.disabled { cursor: default }

/***********************************************
Archiving
***********************************************/
.breadcrumb {
	padding: 8px 10px 13px 10px;
	border-bottom: 1px solid #dce1e9;
	font-weight: bold;
	color: #111; }

	.breadcrumb p { font-size: 11px; }

	.breadcrumb a:hover { color: #859e0f 
}
	
.breadcrumb-top {
	font-size: 11px;
	padding: 8px 10px 13px 10px;
	border-bottom: 1px solid #dce1e9;
	font-weight: bold;
	color: #111; }
.breadcrumb-top p { font-size: 11px; }
.breadcrumb-top a:hover { color: #859e0f
}

.maincol {
	float: left;
	width: 740px;
	margin: 3px 10px;
	color: #222; }

	.maincol a:hover {
		text-decoration: underline;
		color: #2B9AD9;
		line-height: 1.7em; }

	.maincol a {
		text-decoration: underline;
		color: #15527E;
		line-height: 1.7em; }

.archiveheader {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0; }

	.archiveheader h1 a { margin: 0 0 0 7px; }

		.archiveheader h1 a img { vertical-align: middle; }

	.archiveheader h1 {
		font-size: 26px;
		line-height: 34px;
		color: #111;
		letter-spacing: -1px; }

	.archiveheader p {
		font-size: 15px;
		line-height: 16px;
		margin: 15px 0 0;
		color: #888; }

.pageoptions {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	color: #888; }

	.pageoptions * {
		font-family: Tahoma;
		font-size: 12px; }

	.pageoptions ul li {
		float: left;
		height: 16px;
		line-height: 16px;
		margin: 0 5px 0 0; }

#reset {
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	margin: 10px 0 0 0;
	display: block;
	background: #fff;
	border: 1px solid #aaa;
	color: #111;
	padding: 5px 10px; }

	#reset:hover {
		text-decoration: none;
		color: #15527e;
		border: 1px solid #777 }

.queryform {
	display: block;
	margin: 15px 0 0 0; }

	.queryform input, .queryform label, .queryform select { vertical-align: middle; }

	.queryform label {
		cursor: pointer;
		margin: 0 3px 0 0; }

	.queryform select {
		border: 1px solid #ccc;
		color: #111; }

.view-list {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/list.png) no-repeat; }

.view-grid {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/grid.png) no-repeat; }

.loadmore {
	margin: 23px 0 0 0;
	float: left;
	display: block;
	background: #ffffff;
	padding: 7px 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px; }

.maincol a.loadmore:hover { text-decoration:none;background: #ffffff }

/* result wrapper */
#modal-overlay {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none; }

.loading {
	background: #f5f5f5;
	border: 7px solid #f5f5f5;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; }

.loading-inner {
	background: #fff;
	color: #111;
	border: 1px solid #ddd;
	padding: 20px 30px 20px 20px;
	font-size: 26px;
	font-family: Helvetica;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	height: 40px;
	line-height: 40px; }

.loading img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin: 0 20px 0 0; }

/* archive post */
.posti {
	padding: 30px 0;
	border-bottom: 1px solid #dce1e9;
	font-size: 12px; }

.posti-grid {
	float: left;
	width: 320px;
	margin: 0 15px 0 0;
	padding: 25px 0 0 0;
	font-size: 12px; }

.sep {
	border-bottom: 1px solid #dce1e9;
	height: 25px;
	display: block;
	width: 100%; }

.posti h2, .posti h2 a, .posti-grid h2, .posti-grid h2 a { font-family: "Georgia"; }

.posti h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal; }

.posti-grid h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal; }

.posti .thumb img {
	float: left;
	display: inline;
	margin: 3px 20px 0 0;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff; }

.posti .thumb a:hover img { background: #ddd; }

.posti-grid .thumb img {
	float: left;
	display: inline;
	margin: 3px 8px 0 0;
	padding: 1px;
	border: 1px solid #ddd;
	background: #fff; }

.posti .postmeta, .posti-grid .postmeta {
	color: #888;
	line-height: 20px;
	font-family: Helvetica;
	margin: 5px 0; }

.posti-grid .postmeta { font-size: 11px }

.posti .comments-link, .posti-grid .comments-link {
	font-weight: bold;
	background: url(../images/icon-comments.png) no-repeat left center;
	padding: 0 0 0 14px;
	margin: 0 0 0 1px }

.posti .author-link, .posti-grid .author-link {
	color: #888;
	text-decoration: underline; }

.posti .author-link:hover, .posti-grid .author-link:hover { text-decoration: none; }

.posti .meta-view, .posti-grid .meta-view {
	background: url(../images/icon-views.png) no-repeat left center;
	padding: 0 0 0 12px;
	margin: 0 0 0 3px;
	color: #333;
	font-weight: bold; }

.posti .meta-rate, .posti-grid .meta-rate {
	background: url(../images/icon-votes.png) no-repeat left center;
	padding: 0 0 0 14px;
	margin: 0 0 0 3px;
	color: #333;
	font-weight: bold; }

.posti .meta-view strong, .posti-grid .meta-view strong, .posti .meta-rate strong, .posti-grid .meta-rate strong { color: #859e0f }

.posti .shortpost p, .posti-grid .shortpost p {
	display: inline;
	font-size: 13px;
	color: #222;
	line-height: 20px; }
.archTag  p{
	font-size: 15px;
	color: #222;
	margin: 15px 0 0;
	line-height: 20px; 
	}

.posti .taglist { float: right }

.posti-grid .taglist {
	float: left;
	margin: 10px 0 0 0; }

.posti .taglist li, .posti-grid .taglist li {
	float: left;
	margin: 10px 5px 0 0;
	font-size: 11px;
	color: #999; }

.posti .taglist li a, .posti-grid .taglist li a {
	background: #fff;
	border: 1px solid #aaa;
	color: #555;
	padding: 3px 6px;
	text-transform: lowercase;
	line-height: normal;
	display: block;
	float: left; }

.posti .taglist li a:hover, .posti-grid .taglist li a:hover {
	text-decoration: none;
	border: 1px solid #777;
	color: #111; }

/***********************************************
Normal classes
***********************************************/
.alignleft { float:left;display: inline }

.alignright { float:right;display: inline }

img.alignleft {
	margin: 3px 10px 10px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #dce1e9; }

img.alignright {
	margin: 3px 0 10px 10px;
	padding: 3px;
	background: #fff;
	border: 0px solid #dce1e9; }

/*
#
#	standard post / single post view
#
*/
.post h1 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: georgia;
	margin: 3px 0 0 0;
	margin-bottom: -30px
	}

.post h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #aaa;
	margin: 15px 0 0 0; }

.post h3 {
	color: #297eb9;
	font-size: 1.4em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0; }

.post h4 {
	color: #666;
	font-size: 1.4em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0; }

.post h5 {
	color: #E9B164;
	font-size: 1.1em;
	margin: 15px 0 -2px 0;
	}

.post h6 {
	color: #696969;
	font-size: 0.9em;
	margin: 15px 0 0 0; }

.post p {
	margin: 15px 0 0 0;
	font-size: 0.9em;
	line-height: 19px; }

	.post p.before_story {
		display: block;
		color: #999;
		font-size: 5px;
		margin: 0; }

		.post p.before_story span.photo_tag {
			background: #ff3000;
			color: #fff;
			font-weight: bold;
			margin: 0 8px 0 0; }

		.post p.before_story span.photo_count {
			font-weight: bold;
			color: #333;
			border-right: 1px solid #bbb;
			padding: 0 8px 0 0;
			margin: 0 8px 0 0; }

	.post p.after_story {
		display: block;
		margin: 30px 0 0 0; }

	.post p.success {
		border: 1px dotted #cafa8b;
		padding: 10px 10px 10px 35px;
		margin: 20px 0 0 0;
		background: #ecffd5 url(../images/success.png) no-repeat 10px center;
		line-height: normal; }

	.post p.error {
		border: 1px dotted #fa8b8b;
		padding: 10px 10px 10px 35px;
		margin: 20px 0 0 0;
		background: #ffd5d5 url(../images/error.png) no-repeat 10px center;
		line-height: normal; }

.post blockquote {
	margin: 20px 0 0 0;
	background: #ffd5d5;
	padding: 0 20px 15px 20px;
	border: 1px dotted #fa8b8b; }

.post ul, .post ol { margin: 15px 0 0 0; }

.post ul ul, .post ol ol { margin: 0 }

.post ol  li { margin: 0 0 0 20px }

.post ul li {
	border-bottom: 1px dotted #ddd;
	padding: 5px 0 5px 0px;
	line-height: 18px; }
	
.contentdrugright {
	
	width: 350px;
	float: right;
	border-top: 0px;
	border-bottom: 0px;
	background: #F8F8F8;
	text-indent: 0px;
	font-size: 14px;
	padding: 5px;
	margin: 0px 0 30px 10px;
 }
 
.contentdrugright ul li {
	
	border-bottom: 1px #000;
	background: url(../images/bullet-arrow.png) no-repeat 30px center;
	padding: 5px 0 5px 50px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
 }
	
	
	

#markersq > ul li  {
	border-bottom: 1px #000;
	background: url(../images/marker.jpg) no-repeat 150px center;
	padding: 5px 0 5px 170px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}
	
#markerdrug > ul li  {
	border-bottom: 1px #000;
	background: url(../images/markerdrug.png) no-repeat 15px center;
	padding: 5px 0 5px 50px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}

#markerdrug1 > ul li  {
	border-bottom: 1px #000;
	background: url(../images/marker1.png) no-repeat 10px center;
	padding: 5px 0 5px 50px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}

#markerredsq> ul li  {
	border-bottom: 1px #000;
	background: url(../images/markerredsq.png) no-repeat 10px center;
	padding: 5px 0 5px 50px;
    line-height: 16px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 0.9em; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}
	
#markerdrugcirclegreen> ul li  {
	border-bottom: 1px #000;
	background: url(../images/markercirclegreen.png) no-repeat 10px center;
	padding: 5px 0 5px 50px;
    line-height: 16px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}
	
#markerdrugcirclered> ul li  {
	border-bottom: 1px #000;
	background: url(../images/markercirclered.png) no-repeat 10px center;
	padding: 5px 0 5px 50px;
    line-height: 16px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}
	
#markerSyrup> ul li  {
	border-bottom: 1px #000;
	background: url(../images/markerSyrup.png) no-repeat 16px center;
	padding: 5px 0 5px 50px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}

#markerSpray> ul li  {
	border-bottom: 1px #000;
	background: url(../images/markerSpray.png) no-repeat 16px center;
	padding: 5px 0 5px 50px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}
	
#markerTabs> ul li  {
	border-bottom: 1px #000;
	background: url(../images/tabs.png) no-repeat 16px center;
	padding: 5px 0 5px 50px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}
#markerPermis> ul li  {
	border-bottom: 1px #000;
	background: url(../images/patientfile.png) no-repeat 16px center;
	padding: 5px 0 5px 50px;
    line-height: 18px;	
	font-family: Verdana; /* Гарнитура шрифта */ 
    font-size: 100%; /* Размер текста */ 
    font-weight: lighter; /* Светлое начертание */ 
	
	}


.post ol li {
	border-bottom: 1px dotted #ddd;
	padding: 5px 0;
	line-height: 18px; }

.post span.red { color: red }

.post form input {
	vertical-align: middle;
	border: 1px solid #bbb; }

textarea {
	border-color: #ccc;
	border-style: solid;
	border-width: thin;
	padding: 3px; }

.post form label {
	float: left;
	font-family: Helvetica;
	color: #999;
	cursor: pointer;
	width: 40%;
	margin: 10px 5% 0 0; }

.post form fieldset { margin: 10px 0 0 0 }

.post .signup-form { margin: 20px 0 0 0; }

	.post .signup-form span.load-small img {
		display: none;
		position: relative;
		left: 10px;
		top: 12px }

	.post .signup-form .signup-field {
		border: 1px solid black; /* border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd; */
		padding: 8px 10px;
		font-size: 13px;
		color: #333;
		width: 200px;
		line-height: normal;
		font-family: Helvetica; }

		.post .signup-form .signup-field:focus {
			background: #fffddd;
			border: 1px solid #e1dc8c; }

	.post .signup-form .signup-do {
		margin: 15px 0 0 0;
		background: #15527e;
		color: #fff;
		font-size: 15px;
		cursor: pointer;
		padding: 2px; }

		.post .signup-form .signup-do:focus { background: #859e0f }

.post .link-pages { color: #888 }

	.post .link-pages a {
		border: 1px solid #ddd;
		padding: 2px 6px; }

.post-author {
	float: right;
	display: inline;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 4px solid #ddd;
	margin: 18px 0 15px 15px;
	width: 150px; }

.post-author-box {
	margin: 2px 2px 0 2px;
	padding: 5px;
	background: #ffffb5;
	border-bottom: 1px solid #eee }

.post-author-img img {
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	padding: 1px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 8px 0 0; }

.post-author-info .edited {
	color: #333;
	font-size: 11px;
	display: block;
	margin: 3px 0 7px 0; }

.post-author-info .editor {
	color: #15527e;
	font-weight: bold;
	display: block;
	font-size: 11px; }

.post .post-author ul {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	line-height: normal;
	font-size: 11px;
	color: #222;
	background: #fff;
	margin: 0 2px 2px 2px; }

	.post .post-author ul li {
		margin: 0;
		border: 0;
		padding: 0;
		background: none;
		line-height: normal;
		font-size: 11px;
		border-bottom: 1px solid #eee;
		padding: 8px 5px;
		line-height: 16px; }

.post-author .read-also {
	text-transform: uppercase;
	font-weight: bold; }

.niceline {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 1px;
	margin: 4px 0 0 0; }

.post_stats {
	float: right;
	margin: 1px 0 0 0; }

.stats2 {
	float: none;
	display: block;
	margin: 15px 0 0 0; }

.post .post_stats li {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	line-height: normal;
	float: left;
	font-size: 11px;
	color: #888;
	height: 20px;
	line-height: 20px; }

.post li.votepop .post-ratings {
	height: 20px;
	line-height: 20px; }

	.post li.votepop .post-ratings IMG {
		position: relative;
		top: -1px;
		vertical-align: middle;
		margin: 0 3px 0 0; }

.post li.votepop {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #ddd; }

.post li.viewnum {
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px; }

.post li.commentpop a {
	background: url(../images/icon-comment.png) no-repeat left center;
	padding: 0 0 0 24px; }

.post li.commentpop span { color:#859e0f;font-weight: bold }

.post li.emailit a { background: url(../images/icon-email.png) no-repeat left center; padding: 0 0 0 24px }

.post li.printit a { background: url(../images/icon-print.png) no-repeat left center; padding: 0 0 0 24px }

.post li.emailit span { padding: 0 0 0 3px }

.post li.emailit {
	padding: 0 0 0 10px;
	border-left: 1px solid #ddd; }

.post li.printit {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #ddd; }

a.post-tw {
	background: url(../images/icontwitter.png) no-repeat left center;
	padding: 0 0 0 12px; }

a.post-rs {
	background: url(../images/iconfeed.png) no-repeat left center;
	padding: 0 0 0 12px; }

a.post-fb {
	background: url(../images/iconfb.png) no-repeat left center;
	padding: 0 0 0 12px; }

/* gallery styles */
.gallery-container {
	padding: 0 0 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #fff; }

.gallery-item {
	float: left;
	display: block;
	margin: 20px 23px 0 0; }

	.gallery-item img {
		display: block;
		padding: 4px;
		border: 1px solid #ddd;
		overflow: hidden;
		background: #fff; }

/* related content */
.related {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px 0; }

	.related span.photo_count {
		padding: 4px 0 0 0;
		line-height: 16px;
		font-weight: normal;
		color: #999;
		display: block;
		font-size: 13px;
		font-family: Helvetica; }

	.related span.photo_count_inline {
		padding: 0 0 0 10px;
		line-height: 16px;
		font-weight: normal;
		color: #999;
		font-size: 13px;
		font-family: Helvetica; }

.related_header {
	color: #283b48;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 6px 0px 6px 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 0 0; }

.related_big {
	float: left;
	width: 210px;
	margin: 15px 11px 0 0; }

	.related_big img {
		padding: 4px;
		background: #fff;
		border: 1px solid #ddd; }

	.related_big a:hover img { background: #ddd; }

.related_title {
	display: block;
	margin: 10px 0 0 0;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold; }

.related_s {
	border-top: 1px solid #e5e5e5;
	height: 1px;
	margin: 15px 0 5px 0; }

.related_item {
	padding: 5px 0 0 15px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/bullet.png) no-repeat left 9px; }

.post_fbox { padding: 30px 0 10px 0; }

/***********************************************
Comments framework
***********************************************/
h3#comments, #respond h3 {
	color: #000;
	font-size: 19px;
	line-height: 24px;
	padding: 20px 0 0 0; }

.comments-wrap {
	color: #222;
	font-size: 13px;
	margin: 0 5px; }

/* commentdata */
.commentdata {
	padding: 15px 0 25px 0;
	font-size: 12px; }

.postcomment {
	font-weight: bold;
	background: url(../images/postcomment.png) no-repeat left center;
	padding: 0 0 0 16px; }

.comment_navi {
	color: #bbb;
	padding: 0 0 0 10px;
	cursor: default; }

.comment_navi_prev, .comment_navi_next, .comment_navi_first {
	border-right: 1px solid #bbb;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0 }

/* commentlisting */
ol.commentlist { border-bottom: 1px solid #e5e5e5; }

	ol.commentlist li {
		border-top: 1px solid #e5e5e5;
		list-style-type: none;
		height: 1%;
		padding: 20px 0;
		position: relative; }

		ol.commentlist li div.vcard {
			float: left;
			width: 65px; }

			ol.commentlist li div.vcard img.avatar {
				display: block;
				overflow: hidden; }

		ol.commentlist li div.waiting {
			display: block;
			margin: 15px 0 0 65px;
			font-size: 11px;
			color: #999; }

		ol.commentlist li div.commentmetadata {
			font-size: 11px;
			color: #999; }

		ol.commentlist li div.comment-meta { color: #999; }

			ol.commentlist li div.comment-meta a { color: #999; }

		ol.commentlist li div.commentmetadata cite.fn {
			font-style: normal;
			font-weight: bold;
			color: #333;
			padding: 0 10px 0 0; }

			ol.commentlist li div.commentmetadata cite.fn a.url { color: #15527e; }

		ol.commentlist li p {
			display: block;
			margin: 15px 0 0 65px;
			line-height: 19px; }

		ol.commentlist li div.reply {
			padding: 15px 0 0 65px;
			font-size: 11px; }

			ol.commentlist li div.reply span.threads {
				border-left: 1px solid #bbb;
				padding: 0 0 0 6px;
				margin: 0 0 0 3px; }

		ol.commentlist li ol.children { display: none }

			ol.commentlist li ol.children li {
				margin: 20px 0 0 65px;
				padding: 20px 0 0 0; }

				ol.commentlist li ol.children li div.reply { padding: 0; }

		ol.commentlist li span.belowthreshold { font-size: 11px;color: #999 }

			ol.commentlist li span.belowthreshold a {
				color: #999;
				font-weight: bold; }

.commentsvote {
	position: absolute;
	right: 0;
	top: 18px;
	font-size: 11px;
	color: #999;
	height: 16px;
	line-height: 16px; }

	.commentsvote span {
		float: left;
		height: 16px;
		line-height: 16px; }

.commentsvote_msg { margin: 0 10px 0 0 }

.commentsvote_neutral, .commentsvote_negative, .commentsvote_positive { margin: 0 0 0 5px }

.commentsvote_neutral { color: #999 }

.commentsvote_positive { color: green }

.commentsvote_negative { color: red }

.commentsvote_img_positive a {
	display: block;
	background: url(../images/thumbs_up.gif) no-repeat center;
	width: 16px;
	height: 16px; }

	.commentsvote_img_positive a:hover { background: url(../images/thumbs_up_over.gif); }

.commentsvote_img_negative a {
	display: block;
	background: url(../images/thumbs_down.gif) no-repeat center;
	width: 16px;
	height: 16px; }

	.commentsvote_img_negative a:hover { background: url(../images/thumbs_down_over.gif); }

/* comment reply form */
#respond {
	background: #f7f7f7;
	padding: 0 20px 20px 20px;
	margin: 20px 0 0 0; }

	#respond p {
		line-height: 19px;
		margin: 15px 0 0 0;
		font-size: 13px; }

	#respond input, #respond textarea, #respond label, #respond checkbox {
		vertical-align: middle;
		color: #222;
		font-size: 13px; }

	#respond input, #respond textarea {
		padding: 4px;
		border: 1px solid #ccc; }

	#respond input:focus, #respond textarea:focus { border: 1px solid #c8bc59; }

	#respond #author, #respond #email, #respond #url { width: 250px }

	#respond label {
		cursor: pointer;
		margin: 0 0 0 10px; }

	#respond textarea {
		width: 94%;
		height: 120px;
		line-height: 19px; }

	#respond #submit {
		background: #15527e;
		color: #fff;
		cursor: pointer; }

/********************************************************
NewsPulse framework CSS
********************************************************/
.news_navi {
	font-size: 12px;
	color: #222;
	display: block;
	cursor: default;
	margin: 15px 0;
	text-align: right; }

	.news_navi * { font-family: Helvetica; }

.news_navi_prev, .news_navi_next, .news_navi_first {
	border-right: 1px solid #bbb;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0; }

.news_navi_navi { padding: 0 20px 0 0 }

.np-section {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 8px 0; }

	.np-section * { vertical-align: middle }

.table_fields {
	width: 100%;
	background: #fff;
	border: 1px solid #dce1e9;
	border-bottom: 0;
	border-spacing: 0; }

	.table_fields .table_fields_top { background: #f1f3f6; }

		.table_fields .table_fields_top td {
			font-size: 10px;
			text-transform: uppercase; }

	.table_fields td {
		text-align: center;
		border-bottom: 1px solid #dce1e9;
		border-right: 1px solid #dce1e9;
		font-size: 11px;
		color: #666;
		white-space: nowrap;
		padding: 16px 20px;
		vertical-align: middle; }

	.table_fields .story_thumb {
		float: left;
		display: inline;
		margin: 0 15px 0 0; }

/********************************************************
Framework for Profile View
********************************************************/
.profileview { margin: 20px 0; }

	.profileview p {
		color: #666;
		font-size: 14px;
		line-height: 22px; }

.user_image img {
	float: left;
	overflow: hidden;
	background: #fff;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 0 40px 0 0; }

.user_image p { padding: 20px 0 0 0 }

span.new_section {
	display: block;
	color: #000;
	font-size: 11px;
	margin: 25px 0 5px 0;
	line-height: 20px;
	font-weight: bold;
	border-top: 1px solid #ddd; }

div.edit_section {
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px; }

.edit_label, .edit_field, .edit_result {
	float: left;
	display: block;
	width: 30%;
	height: 30px;
	line-height: 30px; }

.edit_field2 {
	width: 60%;
	float: left;
	display: block;
	line-height: 22px;
	font-size: 12px;
	font-family: Helvetica; }

.edit_text, .edit_text2 {
	float: left;
	display: block;
	width: 10%;
	height: 30px;
	line-height: 30px; }

.edit_label { color: #888 }

.edit_field { color: #333 }

	.edit_field input {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		color: #333;
		width: 150px;
		line-height: normal;
		padding: 5px; }

		.edit_field input:focus {
			background: #fffddd;
			border: 1px solid #e1dc8c; }

.edit_field2 textarea {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
	width: 340px;
	height: 80px;
	padding: 5px;
	line-height: 22px;
	font-size: 12px;
	font-family: Helvetica; }

	.edit_field2 textarea:focus {
		background: #fffddd;
		border: 1px solid #e1dc8c; }

span.success {
	background: url(../images/success.png) no-repeat left center;
	padding: 0 0 0 24px;
	color: green; }

span.error {
	background: url(../images/error.png) no-repeat left center;
	padding: 0 0 0 24px;
	color: red; }

span.warn {
	background: url(../images/warning.png) no-repeat left center;
	padding: 0 0 0 24px;
	color: orange; }
.ad1 {
 
padding: 30px 0 0 550px;
z-index: 2;
}	
/********************************************************
START menu clinics
********************************************************/	
 ul.dropdown li { position: relative; }
 ul.dropdown li a:hover { color: #5e8f09; }
ul.dropdown,
ul.dropdown-inside {
list-style-type: none;
padding: 0;
}
ul.dropdown-inside {
position: absolute;
height:0px;
overflow:hidden;
}

ul.dropdown li.dropdown-top {
display: inline;
float: left;
margin: 0 1px 0 0;
}
ul.dropdown li.dropdown-top a {
padding: 3px 10px 4px;
display: block;
}
ul.dropdown a.dropdown-top { background: #ffffff; }
ul.dropdown a.dropdown-top:hover { padding: 2px 10px 5px; }
ul.dropdown li.dropdown-top:hover .dropdown-inside {
display: block;
height: 355px;
box-shadow: 0 5px 5px;
-webkit-transition-duration: 2s;
-o-transition-duration: 2s;
-moz-transition-duration: 2s;
transition-duration: 2s;
z-index: 100;
}
ul.dropdown .dropdown-inside { background: #fff; }
ul.dropdown .dropdown-inside a:hover { background: #efefef; }


	
/********************************************************
END menu clinics
********************************************************/

.simple-little-table {
	width:670px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	border-collapse:separate;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

.b-top {z-index:2600;position:fixed;left:0;bottom:70px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:106px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#D8D5C2 url(../images/up.png) no-repeat 50% 3px;border-radius:7px;
}

/*  Catalog    */
.catalog p  {
  margin: 20px 0px 10px 0;
  }
  

.catalog p  a:hover {
  color: #ffa500;
  }

.catalog h1  {
    color: #297eb9;
	font-size: 1.4em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 5px 15px 40px 25px;
  }
 
.tag-title {
  font-size: 18px;
  margin: 10px 20px 7px 0 !important;
  font-weight: normal;
  text-decoration: underline;
}
.column {
  float: left; 
  width: 20%;
  padding: 20px 35px 0px 16px;
  border-top: 1px solid #dce1e9;  
  border-bottom: 1px solid #dce1e9;
  border-left: 1px solid #dce1e9;
  border-right: 1px solid #dce1e9; 
  
}

#rotator {
			border: 1px solid #CCC;
			overflow: hidden;
			height: 400px;
			width:  240px;
		}	

/*** Shortcodes Ultimate - content elements ***/

/*		Heading
---------------------------------------------------------------*/

.su-heading-style-default {
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.su-heading-style-default .su-heading-inner {
	padding: 1em 0.5em;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
}
.su-heading.su-heading-align-left { text-align: left; }
.su-heading.su-heading-align-left .su-heading-inner { padding-left: 0.2em; }
.su-heading.su-heading-align-right { text-align: right; }
.su-heading.su-heading-align-right .su-heading-inner { padding-right: 0.2em; }
.su-heading.su-heading-align-center { text-align: center; }

/*		Divider
---------------------------------------------------------------*/

.su-divider {
	clear: both;
	border: none;
	text-align: right;
	line-height: 1;
}
.su-divider a {
	display: inline-block;
	font-size: 0.8em;
	text-decoration: none;
	outline: none;
	padding-bottom: 5px;
}
.su-divider-style-default { border-bottom-style: solid; }
.su-divider-style-dotted { border-bottom-style: dotted; }
.su-divider-style-dashed { border-bottom-style: dashed; }
.su-divider-style-double { border-bottom-style: double; }

/*		Spacer
---------------------------------------------------------------*/

.su-spacer {
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
.su-spacer-5 { height: 5px }
.su-spacer-10 { height: 10px }
.su-spacer-20 { height: 20px }
.su-spacer-30 { height: 30px }
.su-spacer-40 { height: 40px }

/*		Highlight
---------------------------------------------------------------*/

.su-highlight {
	display: inline;
	padding: 1px 0;
}

/*		Label
---------------------------------------------------------------*/

.su-label {
	display: inline;
	margin-right: 0.3em;
	padding: 0.1em 0.3em;
	font-size: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.su-label-type-default { background: #999 }
.su-label-type-success { background: #090 }
.su-label-type-warning { background: #f90 }
.su-label-type-important { background: #f03 }
.su-label-type-black { background: #111 }
.su-label-type-info { background: #09c }

/*		Dropcap
---------------------------------------------------------------*/

.su-dropcap {
	float: left;
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0.2em 0.5em 0.2em 0;
	line-height: 2em;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
}
.su-dropcap-style-default {
	color: #fff;
	background: rgb(69, 72, 77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); /* IE6-9 */
	text-shadow: -1px -1px 0 #000;
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.su-dropcap-style-flat {
	background: #444;
	color: #fff;
}
.su-dropcap-style-light {
	color: #333;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgb(255, 255, 255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
}
.su-dropcap-style-simple {
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: left;
}

/*		Frame
---------------------------------------------------------------*/

.su-frame,
.su-frame-inner { display: block; }
.su-frame-align-left {
	float: left;
	margin: 0 1em 1em 0;
}
.su-frame-align-center {
	float: none;
	margin: 1em auto;
}
.su-frame-align-right {
	float: right;
	margin: 0 0 1em 1em;
}
.su-frame img {
	display: block !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
}
.su-frame-style-default {
	padding: 2px;
	border: 1px solid #999;
	background: #fff;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
}
.su-frame-style-default .su-frame-inner {
	padding: 2px;
	border: 4px solid #eee;
}

/*		List
---------------------------------------------------------------*/

.su-list ul {
	list-style: none !important;
	margin: 0 0 1.5em 0 !important;
	padding: 0 !important;
}
.su-list ul li {
	position: relative;
	list-style-type: none !important;
	display: block !important;
	line-height: 1.3em;
	margin: 0 !important;
	padding: 4px 0 4px 2em !important;
}
.su-list ul li > img {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1.3em;
	height: 1.3em;
	padding: 0;
	margin: 0;
	border: none;
}
.su-list ul li i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
}

/*		Button
---------------------------------------------------------------*/

.su-button {
	display: inline-block !important;
	text-align: center;
	text-decoration: none !important;
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.su-button-wide {
	display: block !important;
	margin: 1em 0;
}
.su-button-center { text-align: center; }
.su-button span {
	display: block !important;
	text-decoration: none !important;
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.su-button img {
	border: none !important;
	vertical-align: middle !important;
	margin: -0.2em 0.4em 0 -0.3em !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.su-button i {
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.5em 0 0 !important;
	text-align: center;
	line-height: 1em;
}
.su-button.su-button-float-icon img { margin: 0 0.5em !important }
.su-button small {
	display: block;
	margin: -0.2em 0 0 0;
	color: inherit;
	text-align: center;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
	.su-button span {
		padding-top: 0.25em !important;
		padding-bottom: 0.25em !important;
		line-height: 1.2 !important;
	}
	.su-button small {
		margin-top: 0.2em !important;
	}
}
.su-button-style-default {
	border-width: 1px;
	border-style: solid;
}
.su-button-style-default:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.su-button-style-default span {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.su-button-style-flat,
.su-button-style-flat span { border: none }
.su-button-style-flat span { position: relative }
.su-button-style-flat:hover span { top: 1px }
.su-button-style-ghost { background: transparent !important; }
.su-button-style-ghost span {
	border-width: 3px;
	border-style: solid;
}
.su-button-style-ghost:hover span { border-color: inherit !important; }
.su-button-style-soft span { background: 0 -20px url('../images/styles/style-soft.png') repeat-x }
.su-button-style-soft:hover span { background: 0 0 url('../images/styles/style-soft.png') repeat-x }
.su-button-style-glass span { background: 0 50% url('../images/styles/style-glass.png') repeat-x }
.su-button-style-glass:hover span { background: 100% 50% url('../images/styles/style-glass.png') repeat-x }
.su-button-style-bubbles span { background: 0 50% url('../images/styles/style-bubbles.png') no-repeat }
.su-button-style-bubbles:hover span { background: -710px 50% url('../images/styles/style-bubbles.png') no-repeat }
.su-button-style-noise span { background: 0 0 url('../images/styles/style-noise.png') repeat-x }
.su-button-style-noise:hover span { background: 0 0 url('../images/styles/style-noise.png') repeat-x }
.su-button-style-stroked span {
	margin: 1px;
	border: 1px dashed #fff !important;
}
.su-button-style-stroked:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.su-button-style-3d {
	border-bottom-style: solid;
	border-bottom-width: 6px;
}
.su-button-style-3d span {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.su-button-style-3d:hover {
	position: relative;
	top: 3px;
	border-bottom-width: 3px;
}

/*		Table
---------------------------------------------------------------*/

.su-table table {
	width: 100%;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	font-size: 1em;
	border: 1px solid #ccc;
}
.su-table th {
	text-align: center;
	padding: 1em;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	border: 1px solid #ccc;
	background: #f0f0f0;
}
.su-table td {
	padding: 0.5em 1em;
	border: 1px solid #ccc;
	background: #fff;
}
.su-table .su-even td { background: #f7f7f7; }
/*		Table-LS
---------------------------------------------------------------*/
.table-ls {
        width: 100%;
        border-collapse: collapse;
      }
      td, th {
        border: 1px solid #98bf21;
        padding: 3px 7px 2px 7px;
		
      }
      th {
        text-align: left;
        padding: 5px;
        background-color: #A7C942;
        color: #fff;
      }
      tr:nth-child(odd) { background-color: #EAF2D3; }
.specialTd {
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}



/*		QR code
---------------------------------------------------------------*/

.su-qrcode { display: inline-block; }
.su-qrcode-align-left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}
.su-qrcode-align-center {
	display: block;
	clear: both;
	margin: 1em auto;
	text-align: center;
}
.su-qrcode-align-right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
.su-qrcode a,
.su-qrcode a:hover,
.su-qrcode a:active,
.su-qrcode a:focus {
	background: transparent;
	outline: none;
	display: inline;
	text-decoration: none;
}
.su-qrcode-clickable a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.su-qrcode img { max-width: 100%; }

/*Кнопка цена*/
.buton-price {
	float: right;
	height:25px;
	color: #ffffff;
	font-size: 12px;
	width: 20%;
	margin: 2px 0px -3px 0;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 10px;
    
	cursor:pointer;
    background-image: -webkit-linear-gradient(bottom,#15527E,#2B9AD9);
    background-image: -moz-linear-gradient(bottom,#15527E,#2B9AD9);
    background-image: -o-linear-gradient(bottom,#15527E,#2B9AD9);
    background-image: linear-gradient(to top,#15527E,#2B9AD9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.buton-price:hover {
	float: right;
	height:25px;
	width: 20%;
    margin: 2px 0px -3px 0;
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 10px;
    
	text-decoration: none;
    background-image: -webkit-linear-gradient(bottom,#2B9AD9,#15527E);
    background-image: -moz-linear-gradient(bottom,#2B9AD9,#15527E);
    background-image: -o-linear-gradient(bottom,#2B9AD9,#15527E);
    background-image: linear-gradient(to top,#2B9AD9,#15527E);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
		 }
/* Кнопка цена mobil*/

@media screen and (min-width: 200px) and (max-width: 650px)
 {.buton-price{
	float: right;
	height:35px;
	color: #ffffff;
	font-size: 12px;
	width: 30%;
	margin: 3px 0px -3px 0;
    overflow: hidden;
    display: inline;
    text-align: center;
    line-height: 10px;
    
	cursor:pointer;
    background-image: -webkit-linear-gradient(bottom,#15527E,#2B9AD9);
    background-image: -moz-linear-gradient(bottom,#15527E,#2B9AD9);
    background-image: -o-linear-gradient(bottom,#15527E,#2B9AD9);
    background-image: linear-gradient(to top,#15527E,#2B9AD9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}}

@media screen and (min-width: 200px) and (max-width: 650px)
 {.buton-price:hover{
	float: right;
	height:35px;
	width: 30%;
    margin: 3px 0px -3px 0;
    overflow: hidden;
    display: inline;
    text-align: center;
    line-height: 10px;
    
	text-decoration: none;
    background-image: -webkit-linear-gradient(bottom,#2B9AD9,#15527E);
    background-image: -moz-linear-gradient(bottom,#2B9AD9,#15527E);
    background-image: -o-linear-gradient(bottom,#2B9AD9,#15527E);
    background-image: linear-gradient(to top,#2B9AD9,#15527E);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
		 }}

.buton-price-order {
  float: right;
  background: #859e0f;
  color: #ffffff;
  height: 20px;
  width: 25%;
  margin: -5px 70px 0 0;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 15px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.buton-price-order:hover {
	color: #ffffff;
	background-color: #696969;
	cursor: pointer;
}

/*Стили для миниатюр page*/
#interesting_articles{
 margin: 0px 0;   /*  Отступы от верхнего и нижнего края */
 float: left;     /* Прижимаем блок к левому краю */
 width: 100%;  /* Длина блока соответствует ширине страницы */
 
}
#interesting_articles ul {
 margin-left: 5px;  /*  Внешний отступ от левого края страницы */
 width: 700px;  /* Общая ширина блока без учета отступов от краев страницы */
}
#interesting_articles span {
 list-style: none;  /* Отменяем нумерацию списка (1,2,3 и т.д.) */
}

.cell{
 height: 185px;  /* Высота ячейки  */
 box-shadow: #F5F5F5 0px 2px 3px, #F5F5F5 0 0 3px inset;  /* Тень для ячеек (необязательно) */
 float: left;   /* Каждая следующая ячейка располагается слева */
 
 list-style: none;  /* Отменяем родительские стили */
 margin: 7px;  /* Расстояние между ячейками */
 padding: 2px;  /* Отступы от миниатюры до края ячейки */
 text-align: center; /* Текстовые заголовки расположены по центру */
 width: 150px;  /* ширина одной ячейки */
 overflow: hidden;  /* Окончания длинных заголовков, не вместившихся в ячейку, будут скрыты */
 border: #F5F5F5 solid 1px; /* Рамка вокруг ячейки */
 border-top-left-radius: 5px;  /* Закругление левого верхнего угла ячейки */
 border-top-right-radius: 5px;  /* Закругление правого верхнего угла ячейки */
 border-bottom-left-radius: 5px;  /* Закругление нижнего левого угла ячейки */
 border-bottom-right-radius: 5px;  /*Закругление нижнего правого угла ячейки */
}
.cell a:hover {
 color: #C6C600;  /* Цвет ссылки при наведении курсора */
 text-decoration:none; /* Убираем подчеркивание ссылки */
}
.cell a{
 color: #000000; /* Цвет ссылки */
 text-decoration:none; /* Убираем подчеркивание ссылки */
 display:inline-block;
}
#interesting_articles span:hover{
 background-color: #F8F8F8; /* Цвет фона ячейки при наведении курсора */
}


/* Стили для мобильных устройств */
@media screen and (max-width:760px){
#interesting_articles{
width:auto;
display:block;
position:relative;
}
#interesting_articles ul {
width:auto;
}
#interesting_articles li {
float:left;
}
}
/* Стили для мобильных устройств реклама*/
.show-on-mobile 
{ display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile { display: inline; }}
.show-on-mobile-size
{ max-width: 480px !important; 
max-height: 90px !important; 
overflow: hidden; }

/* Стили для содержания */
.kc__wrap {
	width: 330px;
	float: left;
    border: 0px solid #e2e4e6;
    border-left: 0;
    border-right: 8px;
    padding-top: 1px;
          padding-bottom: 5px;
          padding-left: 8px;
		  margin-right: 10px;
		  margin-top: 1px;
    background: #f3f4f4;
}
.kc__title {
    font-style: normal;
          font-size: 13px;
          color:#fff;
          padding: 3px;
          background: #696969;
          display: inline-block;
          margin-bottom: 5px;
}
.content .kc__gotop {
    display: block;
    text-align: right;
}
.contents {
font-size: 12px;
padding-bottom: 8px;
}
.content ul.contents{
font-size: 10px;
padding-bottom: 10px;
margin-bottom: 12px;
}
.contents{ list-style-type:none; counter-reset:list;  background: none; }
/* цвет чисел */
.contents li:before{ color:#555; }
/* уровень 0 */
.contents li.top{ counter-increment:list; counter-reset:list1; background: none; margin-bottom:5px;}
.contents li.top:before{ content:counter(list) '. '; }
/* уровень 1 */
.contents li.sub_1{ counter-increment:list1; counter-reset:list2; background: none; margin-bottom:5px;}
.contents li.sub_1:before{ content:counter(list) '.' counter(list1) '. '; }
/* уровень 2 */
.contents li.sub_2{ counter-increment:list2; background: none; margin-bottom:5px;}
.contents li.sub_2:before{ content:counter(list) '.' counter(list1) '.' counter(list2) '. '; }




