@charset "utf-8";


/*@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext);*/

html {
	font-size: 100%;
}

/*user base font */

body {
	margin: .9em 0;
	padding:0;
	background: #FFF;
	font-size: 1em;
	font-family: 'Roboto', 'Microsoft Sans Serif', 'Helvetica', 'Arial', sans-serif;
}


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

p, li, td {
	color: #444;
}

.wrapper {
	position: relative;
	padding: 0 310px 0 90px;
	max-width: 780px;
	margin: 0 auto;
}


.topwrap {
	border-bottom: 1px solid #D9D9D9;
	overflow: auto;
}

.searchbox {
	position:absolute;
	left:0; top:0;
	width:140px;
}

.userbox {
	padding-bottom: 4px;
	text-align: right;
}

.logo , .crumbs{
	display: block;
	float:left;
	clear: left;
	width:auto;
	margin-right: 2em;
}
.crumbs {
	margin: 1em 0 1.5em 0;
}
.crumbs li {
	display: block;
}
.crumbs a:link {text-decoration: none;}
.crumbs a:hover {text-decoration: underline;}

a {
	color: #1047AA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.interactive {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dotted #1047AA;
}

.author {
	font-size: smaller;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top:1em;
	padding-bottom:1em;
}

.d_important {
	background:#eee;
	border:1px solid #ccc;
	padding:5px 10px;
}

.sources {
	font-size: smaller;
	border-top: 1px solid #CCC;
	padding:1em auto;
}


.clarifyme {
	text-decoration: none;
	display: inline-block;
	color: #333377;
	border-bottom: 1px dotted #1047AA;
	cursor: help;
	position: relative;
}

.clarifyme:focus::after,  .clarifyme:focus .clarifier {
    display: block;
    position: absolute; 
    left: 0; right: 0; bottom: 1em;
    z-index: 1; 
    background: rgba(0,70,54,0.99); 
    color: #fff; 
    text-align: center; 
    min-width: 200px;
    padding: 5px 10px; 
    border: 1px solid #333; 
   }

.clarifyme:focus::after {
	content: attr(title);
}

.clarifyme .clarifier {
	display: none;
}

.menucontent {
	float:left;
	width:42%;
}
.menucontent div {
	margin-bottom: 1em;
}

.mdstart{
	width:52%;
	float:right;
	margin: 0 0 1em 1em;
	font-size: 11pt;
	line-height: 2.3em;
	clear: right;
}
.mdstart label {
	display:block;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.mdstart .mdtitle {
	font-size: 15px; 
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.mdstart .mdgo {
	display:inline-block;
	border:0;
	margin: 1em 1px;
	width: 220px;
	background: #FF9140;
	padding: 7px 13px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
.mdstart a.mdgo {
	background: #fff;
	color: #1047AA;
	width: 150px;
} 
.mdstart .mdgo:hover {
	text-decoration: underline;
}




.menu0 {
	display:block;
	margin:0;
	padding-left: 0px;
	overflow: auto;
	text-align:right;
}
/*user topmenu */
.menu0 li {
	display: inline-block;
	margin:0 0 1px 1px;
	background: #009e8e;
	padding: 4px 6px;
}

/*user topment link*/
.menu0 a {
	color: #FFF;
	text-decoration: none;
}
.menu0 a:hover {
	text-decoration: underline;
}

h1 {
	clear:left;
}


#aktar_content  {
	font-size: 11pt;
	line-height: 1.5em;
}

/*user заголовки*/
h1, h2, h3, h4, legend strong {
	color: #009e8e;
	font-weight: bold !important;
	margin-top: 2em;
	font-family: "Helvetica Neue","Tahoma","Verdana","Microsoft Sans Serif","Helvetica","Arial","Liberation Sans","Sans Uralic","Droid Sans",sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
}

p + ul {
	margin-top: -1em;
}


#aktar_content img {
	max-width: 100%;
	margin-right: 10px;
}


#aktar_content table{
	border-collapse: collapse;
	border: 1px solid #888;
}
#aktar_content tr:hover {
	background: #BBB;
}
#aktar_content td, #aktar_content th {
	padding-left: 3px;
	border: 1px solid #888;
}



 

/*_************************* */
.overfixbannerr{ width: 300px; float:right; margin-right: -300px;}
.overfixbannerl{ width: 170px; float:left; margin-left: -183px}
.fixbannerr, .fixbannerl { position:relative; top: 5px; width: 300px; min-height:auto}
.cbannerr { float:right; max-width: 340px; height: auto; margin-top:5px}
.adminka {position:absolute; left: -30px; top: 400px; width: 100px; font-size: 9px; background: #FFF; z-index: 100}

footer {
	font-size: small;
	background: #DDD;
	padding: 10px;
	z-index: 1600;
		margin-top:1em;
}

.mobonly {
	display:none;
}

@media screen and (min-width: 1200px){
	.fixbannerr {top: 120px;}
}

@media screen and (max-width: 870px) {
  .wrapper {
  	width: auto;
  	padding: 0 .5em;
  }
  .roomy {
  	margin-right: 320px;
  }
  .overfixbannerr{
  	margin-right: 0px;
  }  
  .fixbannerr {
  	top:100px;
  }
  .overfixb7annerl{
  	margin-left: 0px;
  }
  .adminka {position: relative;float: right; top:0}
  #nodiag {position: relative !important; top:0; }
    .mobonly {
  	display: block;
  	overflow-x: hidden;
  }
}



@media screen and (max-width: 620px) {
  .menu0, .crumbs {display: inline-block !important; vertical-align: bottom; }
  .fixbannerr {
  	display: block;
	position: relative;
  	top: 10px;
  }
  .roomy {
  	margin-right: 0px;
  }
  #aktar_content {
	font-size: 12pt;
  }
  #aktar_content ul{
	padding-left:1em;
  }
  .topwrap {border: 0}

  object.dolphin{
  	width: 100% !important;
  }

  a.diagenter {
  	width: auto !important;
  }

  a.rss-link {
  	margin: 25px 0 10px 0;	
  	display: inline-block;
  }
  
  a.rss-link span {
  	font-size: 15px !important;
  }

  a.interactive {
  	margin-bottom: 8px;
  }
  
  .mdstart{
	width:100%;
	float:none;
	margin-left: 0;
   }
   .menucontent {
   	float:none; width:99%;
   }
	.menu0 {text-align:left}
}

@media screen and (max-width: 340px) {
  
  #aktar_content > p > img {max-width: 98% !important;}
}

@media print {
	.wrapper {
		width: 96%;
	  	margin: 0 .5em;
	}
	.userbox, .menu0, .fixbannerr, .topbanner, .crumbs, a.interactive, .errmsg, #errmsg, footer, .footer {
		display: none;
	}
}

/* old diagnos*/
.dquest {
	margin-top: 8px;
	display: block;
           background: url(/my/templates/2014/glass_bg_.png) repeat-x;
           background-size: 100% 100%;
	padding: 5px;
	width: 93%;
	border: 1px solid #009e8e;
	border-radius: 4px;
}
.diagbtn {
	display:block;
	width: 200px;
	border: 2px solid #009e8e;
	padding: 4px;
	border-radius: 4px;
	background: #FF9140;
	margin: 0 auto;
	color: white;
	font-weight:bold;
	font-size:medium;
}
.diagbtn:hover{
	background: #FFA170;
}
.podskazka {
	border-radius:4px;
	margin: auto;
	padding:auto;
}
.podskazka legend {
	padding: 0 5px;
}




.debug {outline: 1px solid black !important}

.debug * { outline: 1px dotted red !important; }

.debug * * { outline: 1px dotted green !important; }

.debug * * * { outline: 1px dotted blue !important; }

.debug * * * * { outline: 1px dotted orange !important; }


/* ads block right */
.ads-block-right{
	height: 100%;
	position: absolute;
	right: 300px;
	width: 300px;
	top: 120px;	
}

.ads_wrapper {
	position: relative;
}

.ads-slide-fixed {
	position: fixed;
	right: auto;
	top: 10px;
}

.ads-slide-bottom-fixed {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* ADS, when content width le 450px */
@media screen and (max-width: 870px) {
	.fixbannerr {
		position: static !important;
	}

	.overfixbannerr {
		float: none !important;
		position: relative !important;
	}

	.roomy {
	  	margin-right: 0 !important; 
	}
}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

