body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 75%/1.5 "Verdana", "Tahoma", sans-serif;
  background: url('../images/body_bg.png') repeat-x;
}

*:focus {
  outline: 0;
}

table a:focus {
  outline: 1px dotted #000;
}

/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
}

a {
  text-decoration: underline;
  color: #cc2a10;
}

.middle a:visited {
  color: #8F2311;
}

a.iconic {
  background: url('../images/a_icon.gif') no-repeat;
  padding-left: 15px;
  color: #2963a4;
  font-weight: bold;
}

a.button {
  padding: 3px 5px;
  background: #335B9C url('../images/btn.png') repeat-x bottom;
  color: #fff;
  font-weight: bold;
  border: 1px solid #01192f;
  cursor: pointer;
  text-decoration: none;
}

a.button:hover {
  background: none;
  background-color: #437AC1;
  text-decoration: none;
}

a.button:visited {
  color: #fff;
}

ul {
  padding: 0;
  margin-left: 0;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1.25em 0 0.5em;
  color: #2862a2;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 160%;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

a img {
  border: 0;
}

acronym, abbr {

}


body[id] fieldset {
  width:auto;
  -moz-border-radius: 0;
  margin: 0 0 15px 0;
}

legend{
  padding: 0 0.5em;
  font-size: 140%;
  font-weight: bold;
  color: #000;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height: 1px;
}

fieldset {
  background: #f3f7fd;
  padding: 10px;
  border: 0;
}

fieldset h3 {
  margin: 0 0 15px 0;
  color: #cc2a10;
}

fieldset table {
  margin: 0 0 15px 0;
}

fieldset label span,
fieldset span.label-box {
  display: block;
  width: 26em;
/*  width: 17em;
  font-weight: bold; */
  float: left;
}
fieldset span.data-box {
  display: block;
  float: left;
  max-width: 38em;
}
fieldset p {
  overflow: auto;
}

fieldset label {


}

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}

#userinfo p {
  clear: both;
}

input, select, textarea {
  border: 1px solid #215e9d;
  margin-bottom: 6px;
  padding: 2px;

}

input[type="checkbox"], input[type="radio"] {
  border: 0;
  position: relative; top: 2px;
}

input.sb {
  padding: 1px;
  background: #335B9C url('../images/btn.png') repeat-x bottom;
  color: #fff;
  font-weight: bold;
  border: 1px solid #01192f;
  cursor: pointer;
  font-family: "Verdana", "Tahoma", sans-serif;
}

input.sb:hover {
  background: none;
  background-color: #437AC1;
}

/*
sup {
  background: #215e9d;
  color: #fff;
  padding: 1px 3px;
  font-weight: bold;
}
*/
address {
  font-style: normal;
}

/****************************** basic layout elements *************************/
#all {
  position: relative;
  margin: 0 auto;
  width: 950px;
  text-align: left;
  border: 0px solid #fff;
  padding: 0 0 15px 0;

}

#wrapper { /* obalujici element s pozadim pro pravy sloupec*/
  margin: 0;
  padding: 0;
  background: url('../images/wrapper.png') no-repeat 50% 0;
}

#header {
  margin: 0;
  padding: 0;
}

.left { /* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 240px;
  margin: 0 15px 0 0;
  padding: 0;
}

.middle { /* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 695px;
  float: left;
  clear: none;
}

#portal_ads_w {
  background-color: #f0f1e4;
  padding: 15px 0;
}

/*#portal_ads_temp {
  width: 980px;
  margin: 0 auto;
}*/

#portal_ads {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

#portal_ads h2{
  color: #cc2c10;
  background: url('../images/footer_logo.png') no-repeat;
  padding-left: 40px;
  font-size: 1.5em;
  height: 35px;
}

#temp_ads{ /*temp*/
  width: 380px;
  float: left;
  text-align: left;
}

#temp_ads h2 { /*temp*/
  color: #cc2c10;
  font-size: 1.5em;
}

#footer {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.column-in { /* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden {
  position: absolute;
  left: -2000px;
}

.nodsp {
  display: none;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header {
  height: 256px;
}

#header .column-in {
  margin: 0;
  padding: 0;
  position: relative;
}

#header h1 {
	position: absolute;
	top: 80px;
	left: 0px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
  display: block;
  width: 100px;
  height: 52px;
  overflow: hidden;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 span {
	text-decoration: none;
  background: url('../images/logo.png') no-repeat 0 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 80px;
  cursor: pointer;
}

#header h1.en span {
  background: url('../images/logo_en.png?2') no-repeat 0 0;
}

/*** personifikace  ****/

#personification {
  position: absolute;
  top: 8px;
  left: 0;
}


#personification ul{
  margin: 0;
}

#personification ul li{
  display: inline;
}

#personification ul li a {
  color: #fff;
  background: url('../images/personification_bg.png') no-repeat top;
  height: 35px;
  width: 172px;
  display: block;
  float: left;
  text-decoration: none;
  line-height: 240%;
  font-size: 1.1em;
  padding: 0 0 0 11px;
  margin: 0 10px 0 0;
}

#personification ul li a:hover {
  background-position: 0 -35px;
}

/*** radkova navigace  ****/
#row-site-navigation {
  width: 100%;
  clear: both;
  height: 41px;
  position: absolute;
  top: 200px;
  left: 0;
  background: url('../images/row-site-menu.png') no-repeat;
}

#row-site-navigation ul {
  margin: 0;
  padding: 0 0 0 66px;
  float: left;
  margin-right: 3px;
  height: 41px;
}

#row-site-navigation ul li {
  list-style-type: none;
  display: inline;
}

#row-site-navigation ul li a {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 290%;
  padding: 0 9px 0 9px;
  text-decoration: none;
  display: block;
  height: 41px;
  float: left;
  background: url('../images/row-site_li_left.png') no-repeat left;
}

#row-site-navigation ul li.first a {
  background-image: none;
}

#row-site-navigation ul li a:hover {
  text-decoration: underline;
}

#row-site-navigation ul li.active a{
  background: url('../images/row-site_li_left_hover.png') repeat-x;
}

#row-site-navigation a.home_btn {
  color: #fff;
  display: block;
  width: 66px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-decoration: none;
}

#row-site-navigation a.home_btn span {
  display: block;
  width: 66px;
  height: 41px;
  background: url('../images/home_btn.png') no-repeat;
}

#row-site-navigation a.home_btn span:hover {
	background-position: 0 -41px;
}

/******** preskoceni navigace ********/
a.hidden-nav {
	position: absolute;
	top: 0;
	left: 0;
  margin-left: -2000px;
	background: #fff;
	color: #000;
	padding: 0.5em;
	z-index: 0;
}
a.hidden-nav:active,a.hidden-nav:focus {
	z-index: 2000;
	margin-left: 0;
}

/****** breadcrumb a vyhledavani *******/
#top-box {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 200;
}

#top-box .column-in {
	padding: 1em 1em 1em;
	overflow: hidden;
}

/* search */
#search_fulltext {
  position: absolute;
  top: 10px;
  right: 0;
}
#search_fulltext #search-input {
  border: 0;
  height: 23px;
  padding: 3px;
  vertical-align: bottom;
  width: 150px;
  line-height: 200%;
  background: url('../images/search_bg.png') no-repeat;
  float: left;
  background-position: 100% 0;
}

*:first-child+html #search_fulltext #search-input {
  line-height: normal;
  padding-top: 7px;
  height: 19px;
}

#search_fulltext #go_button {
  float: left;
  border: 0;
  vertical-align: top;
  height: 29px;
  width: 29px;
  padding: 0;
  background: url('../images/search-btn.png') no-repeat;
}

/*** telefonni seznam  ****/

#telephone-list {
  position: absolute;
  background: url('../images/telephone-list.png') no-repeat;
  top: 113px;
  right: 0;
  width: 258px;
  height: 70px;
  line-height: 65%;
}

#telephone-list a {
  color: #2862a2;
  font-size: 1.55em;
  text-decoration: none;
  line-height: 80%;
  padding: 20px 0 0 60px;
  display: block;
}

#telephone-list a span {
  color: #CC2A10;
  text-decoration: underline;
  font-size: 0.6em;
}

#telephone-list a:hover span {
  text-decoration: none;
}

/*** vyber jazyka  ****/

#lang-block {
  position: absolute;
  top: 16px;
  right: 200px;
}

#lang-block a{
  color: #284C8C;
}

/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
#main .innerwrap {
  margin: 0;
  padding: 0;
  width: 695px;
  float: right;
}

/****************************** levy sloupec ***********************************/


.left .column-in {
	padding: 0;
}

.left h2 {
  color: #cc2c10;
  font-size: 120%;
}

/* leve menu */
.left .column-in #menu {

}

.left .column-in #menu span.left_menu_top {
  background: url('../images/left_menu_top.png') no-repeat;
  display: block;
  width: 240px;
  height: 6px;
}

.left .column-in #menu ul {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  margin: 0 0 15px 0;
  background: #215e9d url('../images/left_menu_bottom.png') no-repeat bottom;
}

.left .column-in #menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left .column-in #menu li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 7px 15px;
  border-top: 1px dotted #4d7eb1;
}

.left .column-in #menu li.active a, .left .column-in #menu li.menu-active a, .left .column-in #menu li.active a, .left .column-in #menu li.menu-active-parent a {
  background-color: #0a4985;
}

.left .column-in #menu li.menu-active ul.level2 li a, .left .column-in #menu li.menu-active-parent ul.level2 li a {
  background: #0a4985 url('../images/left_submenu_li.png') no-repeat 29px 0;
}


.left .column-in #menu li.menu-active-parent ul.level2 li.active a {
  background: #0a4985 url('../images/left_submenu_li_active.png') no-repeat 29px 0;
  color: #92DBFF;
}

.left .column-in #menu li.first a {
  border: 0;
}

.left .column-in #menu li a:hover {
  text-decoration: underline;
}

.left .column-in #menu li ul.level2 {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.left .column-in #menu li ul.level2 li a {
  padding-left: 40px;
  border-top: 1px dotted #4d7eb1;
}

/*elektronicke publikace*/

#left_publications {
  margin: 0 0 15px 0;
  font-size: 95%;
}

#left_publications h2 {
  background: url('../images/left_publications.png') no-repeat center left;
  padding-left: 25px;
}

#left_publications .article-content{
  background: #f4f5ec;
  padding: 7px 15px;
}


#left_publications .article-content li{
  background: url('../images/pdf.png') no-repeat left top;
  list-style: none;
  padding: 0 0 7px 23px;
  margin: 0 0 7px 0;
  border-bottom: 1px dotted  #adaea8;
}

#left_publications .article-content li.last{
  border: 0;
}

#left_publications .article-content li a{
  color: #2862A2;
}



/*kde nas najdete*/

#left_map {
  font-size: 100%;
}

#left_map h2 {
  background: url('../images/left_map.png') no-repeat center left;
  padding-left: 25px;
}

#left_map h3 {
  font-size: 110%;
  margin-bottom: 0;
}

/* rychle odkazy */

#left_shortcuts {
  border: 10px solid #d7d8d0;
  width: 200px;
  margin: 0 0 15px 0;
  padding: 0 10px;
  font-size: 95%;
}


#left_shortcuts ul li {
  list-style: none;
}


#left_shortcuts ul li a{
  display: block;
  padding: 8px 0 8px 0;
  text-align: right;
  border-top: 1px solid #f4f4ef;
  text-decoration: none;
  color: #000000;
  height: 12px;
  width: 200px;
}

#left_shortcuts ul li.active a {
  color: #CC2A10;
}

#left_shortcuts ul li a.databaze-registrovanych-leciv {
  background: url('../images/db_leku.png') no-repeat bottom left;
}

#left_shortcuts ul li a.databaze-registrovanych-leciv:hover, #left_shortcuts ul li.active a.databaze-registrovanych-leciv {
  background-position: 0 0;
}

#left_shortcuts ul li a.databaze-lekaren {
  background: url('../images/db_lekaren.png') no-repeat bottom left;
}

#left_shortcuts ul li a.databaze-lekaren:hover, #left_shortcuts ul li.active a.databaze-lekaren {
  background-position: 0 0;
}

#left_shortcuts ul li a.prehled-povolenych-klinickych-hodnoceni{
  background: url('../images/db_klin_hod.png') no-repeat bottom left;
}

#left_shortcuts ul li a.prehled-povolenych-klinickych-hodnoceni:hover, #left_shortcuts ul li.active a.prehled-povolenych-klinickych-hodnoceni {
  background-position: 0 0;
}

#left_shortcuts ul li a.dulezite-informace-a-upozorneni-sukl {
  background: url('../images/dul_upoz.png')  no-repeat bottom left;
}

#left_shortcuts ul li a.dulezite-informace-a-upozorneni-sukl:hover, #left_shortcuts ul li.active a.dulezite-informace-a-upozorneni-sukl {
  background-position: 0 0;
}

#left_shortcuts ul li a.hlaseni-pro-sukl {
  background: url('../images/hlas_sukl.png') no-repeat bottom left;
}

#left_shortcuts ul li a.hlaseni-pro-sukl:hover, #left_shortcuts ul li.active a.hlaseni-pro-sukl {
  background-position: 0 0;
}

#left_shortcuts ul li a.spotreby-a-jina-hodnoceni, #left_shortcuts ul li a.dodavky-a-jina-hodnoceni {
  background: url('../images/spotreby.png') no-repeat bottom left;
}

#left_shortcuts ul li a.spotreby-a-jina-hodnoceni:hover, #left_shortcuts ul li a.dodavky-a-jina-hodnoceni:hover, #left_shortcuts ul li.active a.spotreby-a-jina-hodnoceni, #left_shortcuts ul li.active a.dodavky-a-jina-hodnoceni{
  background-position: 0 0;
}

#left_shortcuts ul li a.prehledy-a-databaze-sukl {
  background: url('../images/prehledy.png') no-repeat bottom left;
}

#left_shortcuts ul li a.prehledy-a-databaze-sukl:hover, #left_shortcuts ul li.active a.prehledy-a-databaze-sukl {
  background-position: 0 0;
}

#left_shortcuts ul li a.otevrena-data {
  background: url('../images/open-data-ico.png') no-repeat bottom left;
}

#left_shortcuts ul li a.otevrena-data:hover, #left_shortcuts ul li.active a.otevrena-data {
  background-position: 0 0;
}

#left_shortcuts ul li a.vypadky-leku {
  background: url('../images/leky-ico.png') no-repeat bottom left;
}

#left_shortcuts ul li a.vypadky-leku:hover, #left_shortcuts ul li.active a.otevrena-data {
  background-position: 0 0;
}

#left_shortcuts ul li a.erecept-1 {
  background: url('../images/erecept.png') no-repeat bottom left;
}

#left_shortcuts ul li a.erecept-1:hover, #left_shortcuts ul li.active a.erecept-1 {
  background-position: 0 0;
}

#left_shortcuts ul li a.konopi-k-lecebnym-ucelum {
  background: url('../images/salk.png') no-repeat bottom left;
}

#left_shortcuts ul li a.konopi-k-lecebnym-ucelum:hover, #left_shortcuts ul li.active a.konopi-k-lecebnym-ucelum {
  background-position: 0 0;
}

#left_shortcuts ul li a.registr-zdravotnickych-prostredku {
  background: url('../images/rzp.png') no-repeat bottom left;
}

#left_shortcuts ul li a.registr-zdravotnickych-prostredku:hover, #left_shortcuts ul li.active a.registr-zdravotnickych-prostredku {
  background-position: 0 0;
}

#left_shortcuts ul li a.informace-k-ochrannym-prvkum, #left_shortcuts ul li a.info-k-ochrannym-prvkum {
  background: url('../images/protect-element-ico.png') no-repeat bottom left;
}

#left_shortcuts ul li a.informace-k-ochrannym-prvkum:hover, #left_shortcuts ul li.active a.informace-k-ochrannym-prvkum, #left_shortcuts ul li a.info-k-ochrannym-prvkum:hover, #left_shortcuts ul li.active a.info-k-ochrannym-prvkum {
  background-position: 0 0;
}

#left_shortcuts ul li a.informace-k-brexitu {
  background: url('../images/brexit-ico.png') no-repeat bottom left;
}

#left_shortcuts ul li a.informace-k-brexitu:hover, #left_shortcuts ul li.active a.informace-k-brexitu {
  background-position: 0 0;
}

#left_shortcuts ul li a.databazi-distributoru-leciv {
  background: url('../images/dist-list-ico.png') no-repeat bottom left;
}

#left_shortcuts ul li a.databazi-distributoru-leciv:hover, #left_shortcuts ul li.active a.databazi-distributoru-leciv {
  background-position: 0 0;
}

#left_shortcuts ul li a.prodejci-vyhrazenych-leciv {
  background: url('../images/prodejci-vyhrazenych.png') no-repeat bottom left;
}

#left_shortcuts ul li a.prodejci-vyhrazenych-leciv:hover, #left_shortcuts ul li.active a.prodejci-vyhrazenych-leciv {
  background-position: 0 0;
}

#left_shortcuts ul li.first a{
  border: 0;
}

#left_shortcuts ul li a:hover{
  text-decoration: underline;
}

/*eng version*/

#left_shortcuts ul li a.database-of-medicinal-products {
  background: url('../images/db_leku.png') no-repeat bottom left;
}

#left_shortcuts ul li a.database-of-medicinal-products:hover, #left_shortcuts ul li.active a.database-of-medicinal-products {
  background-position: 0 0;
}

#left_shortcuts ul li a.pharmacies-database {
  background: url('../images/db_lekaren.png') no-repeat bottom left;
}

#left_shortcuts ul li a.pharmacies-database:hover, #left_shortcuts ul li.active a.pharmacies-database {
  background-position: 0 0;
}

#left_shortcuts ul li a.clinical-trials-database{
  background: url('../images/db_klin_hod.png') no-repeat bottom left;
}

#left_shortcuts ul li a.clinical-trials-database:hover, #left_shortcuts ul li.active a.clinical-trials-database {
  background-position: 0 0;
}

#left_shortcuts ul li a.reports-for-sukl {
  background: url('../images/hlas_sukl.png') no-repeat bottom left;
}

#left_shortcuts ul li a.reports-for-sukl:hover, #left_shortcuts ul li.active a.reports-for-sukl {
  background-position: 0 0;
}

/*eng version dovjriadkove*/


#left_shortcuts ul li a.important-information-and-notice {
  background: url('../images/dul_upoz.png')  no-repeat bottom left;
}

#left_shortcuts ul li a.databases-medicinal-products  {
  background: url('../images/prehledy.png')  no-repeat bottom left;
}

#left_shortcuts ul li a.important-information-and-notice:hover,
#left_shortcuts ul li a.databases-medicinal-products:hover,
#left_shortcuts ul li.active a.important-information-and-notice,
#left_shortcuts ul li.active a.databases-medicinal-products {
  background-position: 0 0;
}


/******************************* stredovy sloupec ******************************/

#content #article {
  overflow: auto;
}

#content ul {
  padding: 0;
}

#content ul li {
  list-style: none;
  padding: 0 0 0 15px;
  background: url('../images/li.png') no-repeat top left;
}

.breadcrumb {
  font-size: 0.85em;
  padding: 0 10px 7px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.breadcrumb em {
  font-style: normal;
}

.breadcrumb a:visited {
  color: #CC2A10;
}

.middle .column-in {
	padding: 0;
	position: relative;
}

.middle img {
	width: auto;
	max-width: 100%;
}

.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.middle h3 {
	font-weight: bold;
}

.to-right {
	clear: right;
	margin-top: 0;
	padding-top: 0;
	float: right;
	color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}
a.to-top:hover {
	color: #000;
}
p.box {
	border: 1px black solid;
	padding: 4px;
	margin-right: 6px;
}
.middle table {

	border-collapse: collapse;
	width: auto;
	padding: 0;
}
.middle table th {
	border: 1px solid #ddd;
	padding: 5px;
}

.middle table th, .middle table tr.hlavicka td {
	background-color: #F1F2E7;
  font-weight: bold;
  padding: 0 3px;
  text-align: left;
}

.middle table td {
	padding: 4px;
  border: 1px solid #BBBBBB;
}

.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	padding: 0;
	margin: 0.5em 0 1em 0;
}
.mw_field .article-perex {
  font-weight: normal;
}
.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 40px;
  margin-left: 0;
}
.middle ul li {
  list-style-type: disc;
  margin:0;
  padding:0;
}
.middle ol li {
  list-style-type: decimal;
}
.middle ol ul li {
  list-style-type: disc;
}

.middle #map img {
  max-width: none;
}

.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info{
  padding: 0;
  margin: 0;
  text-align: left;
  color: #6F6F6F;
}

.full-story{
  display: block;
  float: right;
  padding: 0;
}

.top {
  text-align: right;
}

hr.separator{
  visibility: hidden;
}

.pager{
  padding: 1em 0;
  display: block;
  text-align: center;
}

.pager a {
  padding: 2px 3px;
  background-color: #f4f5ec;
  border: 1px solid #f4f5ec;
  margin: 0;
  text-decoration: none;
}

.pager a:visited {
  color: #CC2A10;
}

.pager a.nav {
  background: none;
  border: 0;
}

.pager a.small {
  font-size: 100%;
}

.pager a.small:hover {
  border: 1px solid #cc2a10;
}

.pager .big {
  padding: 2px 4px;
  color: #fff;
  background-color: #cc2a10;
  border: 1px solid #cc2a10;
}

/*alphabet*/

.alphabeth a {
  padding: 2px 3px;
  border: 1px solid #fff;
  margin: 0;
}

.alphabeth a:hover {
  border: 1px solid #cc2a10;
  background: #cc2a10;
  text-deocration: none;
  color: #fff;
}

div.detail{
  border: 1px solid #f2f2f2;
  margin-left: 0;
  padding: 0.5em 1em;
}

/*toplinks hash*/

.toplinks .item {
  width: 190px;
  float: left;
  margin: 0 15px 15px 0;
  padding: 10px;
  background: url("../images/pill.png") no-repeat scroll left top transparent;
  border: 1px dotted #B0B2A8;
  height: 110px;
}

.toplinks .item h3{
  font-size: 100%;
  padding-left: 20px;
  margin: 0;
}

.toplinks .item h3 a{
  text-decoration: none;
}

.toplinks .item h3 a:hover{
  text-decoration: underline;
}


/*rozcestnik hash*/

.rozcestnik .group {
  width: 330px;
  float: left;
  margin: 0 15px 0 0;
}

.rozcestnik .group h3 {
  font-size: 1.1em;

}

.rozcestnik .group h3 a{
  color: #fff;
  display: block;
  background: #2762a2 url('../images/rozcestnik_hd.png') no-repeat top;
  padding: 5px 20px 5px 10px;
  text-decoration: underline;
  height: 40px;
}

.rozcestnik .group h3 a:hover{
  color: #92DBFF;
  text-decoration: none;
  background: #0A4985 url('../images/rozcestnik_hd_hover.png') no-repeat top;
}

.rozcestnik .group ul {
  margin: 0 0 5px 0;
}

/*submenu hash*/
.submenu .group {
  width: 332px;
 float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.submenu .group h3{
  margin-top: 0;
  font-size: 140%;
}

.submenu ul {
  margin: 0 0 5px 0;
}

/* news */

.news .item h4,
.news .item h3 {
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 18px;
  background: url('../images/item_icon.png') no-repeat left top;
}

.news .item p.date{
  margin: 0 0 0.2em 0;
}

.news .item h4 a,
.news .item h3 a {
  color: #cc2a10;
}

/* sdeleni sukl + important */

.important_info .item, .important_p {
  border: 1px dotted #b0b2a8;
  padding: 10px;
  margin: 0 0 5px 0;
  background: url('../images/pill.png') no-repeat top left;
}

.important_p {
  width: 80%;
  padding-left: 30px;
  margin: 0 auto;
}

.important_info  .item h4, .important_p h4,
.important_info  .item h3, .important_p h3 {
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 20px;
  display: inline;
}

.important_info  .item h4 a, .important_p h4 a,
.important_info  .item h3 a, .important_p h3 a {
  color: #2862a2;
}

.important_info  .item .article-perex {
  margin: 0.5em 0 0 0;
}

.title_perex_img_info .article-perex {
  margin-bottom: 0.2em;
}


.res-head-title {
	color: #fff;
	margin: 0;
	padding: 0.25em 1em;
}
.res-head-title a {
  padding: 0.25em;
}

.nobg a{
  padding: 0.25em;
}
.current {
  padding: 0.25em;
}
.res-head-title .current{
  background: #dee;
  color: #000;
}

.arrow-right{
	background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.arrow-right span,.arrow-left span{
  visibility: hidden;
}
.arrow-left{
	background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height: 20px;
  width: 20px;
  text-decoration: none;
}
.center{
  text-align: center;
}
.to_right{
  text-align: right;
  display: block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right: 25px;
  margin-left: 0;
}
.l-marg{
  float: left;
  display: block;
  background: transparent url('../images/ico_pred.gif') left top no-repeat;
  margin-left: 0;
  padding-left: 25px;
}
.errorMsg{
  background: #feddda;
  border: 1px solid red;
  color: #f00;
  font-weight: bold;
  padding: 1em;
}
.img-to-right{
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.img-to-left{
  float: left;
  margin: 0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
* html .photo {
  width: 152px;
}
* html .middle img {
  max-width: none;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}
.photo .sort_handle {
  cursor: move;
}
.nearphoto {
  text-align: center;
}
.inlinebox {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6px 0 1px 0;
}
.inlinebox .p {
  display: block;
  float: right;
}

/* wide content */
.wide_content {
  width: 100%;
  overflow: auto;
}
.wide_content_block {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
a.expand_link {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 1em;
}
a.bottom_link {
  margin: 0 0 1em;
}
.wide_content_wrapper {
  position: absolute;
  overflow: hidden;
  background: #fff;
  top: 0;
  left: 0;
}
.wide_content_block a.expand_link_in {
  display: block;
  width: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  background: #ccc;
  z-index: 100;
}

/* TOP clanky HP */
#toparts {
  position: relative;
  background: #2E5394 url('../images/toparts.png') repeat-x bottom;
  color: #fff;
  height: 170px;
}

#toparts .item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  width: 665px;
  height: 150px;
}

#toparts .item.inf {
  background: url('../images/sukl_informuje.png') no-repeat right;
}

#toparts .item.wrn {
  background: url('../images/sukl_varuje.png') no-repeat right;
}

#toparts h3 {
  margin: 0 0 10px 0;
  padding: 7px 0 8px 0;
  border-bottom: 1px dashed #6a92bf;
  width: 505px;
}

#toparts p.article-perex {
  width: 505px;
}

#toparts p.article-perex a{
  color: #fff;
  text-decoration: none;
}

#toparts p.article-perex a:hover{
  text-decoration: underline;
}

#toparts h3 a{
  color: #fff;
  text-decoration: none;
}

#toparts h3 a:hover{
  text-decoration: underline;
}

#toparts .art-switch {
  position: absolute;
  bottom: 12px;
  left: 15px;
  height: 20px;
}

#toparts .art-switch a {
  padding: 1px 4px;
  border: 1px solid #6a92bf;
  color: #fff;
  text-decoration: none;
}

#toparts .art-switch a.active_pg {
  background: #2e6293;
  border: 1px solid #2e6293;
  color: #fff;
  text-decoration: none;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 220px;
  z-index: 1000;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/* kalendar */
.block-calendar {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.block-calendar .calendar, .block-calendar .calendar table {
  font-size: 100%;
}

.add-event {
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 10px 5px 84px;
}

#left_map .block-calendar h2 {
    background: none;
    padding-left: 0;
}

.block-calendar .calprev {
  display: block;
  text-decoration: none;
  background: url(../images/cal-arrow.png) 8px 1px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.block-calendar .calprev:hover {
  background-position: 8px -32px;
}

.block-calendar .calnext {
  display: block;
  text-decoration: none;
  background: url(../images/cal-arrow.png) -40px 1px no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.block-calendar .calnext:hover {
  background-position: -40px -32px;
}


.block-calendar table {
  border-collapse: collapse;
  width: 100%;
}

.block-calendar table td {
  text-align: center;
  border: 1px solid #D7D8D0;
}

.block-calendar table td a {
  display: block;
  padding: 3px 2px;
  color: #000;
  text-decoration: none;
}

.block-calendar table td a:hover {
  text-decoration: underline;
}

.block-calendar table th.selectedMonth a {
  text-decoration: none;
}

.block-calendar table th.selectedMonth a:hover {
  text-decoration: underline;
}

.block-calendar table .calendarYH th,
.block-calendar table .calendarMH th {
  color: white;
  border: 1px solid #a81c09;
  border-bottom: 0px;
  padding: 6px 0;
  text-align: center;
  background: #0c9ed9 url(../images/cal-month.png) bottom left repeat-x;
}

.block-calendar table .calendarYH th a,
.block-calendar table .calendarMH th a,
.block-calendar table .calendarYH th a:hover,
.block-calendar table .calendarMH th a:hover {
  color: white;
}

.block-calendar table .calendarWD th {
  border: 1px solid #D7D8D0;
  border-width: 0px 1px;
  padding: 6px 1px;
  text-align: center;
  font-weight: bold;
  color: #000;
  background: #F0F1E4;
}

.block-calendar table td.calendarHeader, .block-calendar table td.calendarWeekNumber {
  font-weight: bold;
  color: #00599b;
  text-align: center;
}

.block-calendar table td.calendarHeader a, .block-calendar table td.calendarHeaderDay a, .block-calendar table td.calendarWeekNumber a {
  color: #00599b;
}

.block-calendar table td.calendarHeader a:hover, .block-calendar table td.calendarHeaderDay a:hover, .block-calendar table td.calendarWeekNumber a:hover {
  text-decoration: underline;
}

.block-calendar table td.calendarToday a {
  color: #CC2C10;
  font-weight: bold;
}

.block-calendar table td.markedDay, .block-calendar table td.markedDay a,
.block-calendar table td.event, .block-calendar table td.event a {
  background: #2963A4;
  color: #fff;
  font-weight: bold;
}

.block-calendar table td.event a:hover, .block-calendar table td.markedDay a:hover {
    text-decoration: none;
}

.cal_day_hover {
  display: block;
  text-align: center;
  padding: 3px 2px;
}

.block-calendar table td .cal_day_hover a {
  padding: 0;
}

.cal_day_hover:hover {
  position: relative;
}

.cal_day_hover:hover .cal_day_hover_desc {
  display: block;
}

.cal_day_hover_desc {
  background: #FFFFFF;
  border: 2px solid #2963A4;
  color: #000000;
  cursor: default;
  display: none;
  font-weight: normal;
  left: -90px;
  top: 25px;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  border-radius: 5px;
}

.cal_day_hover_desc .cal_day_item {
  display: block;
  padding-left: 5px;
  margin-bottom: 5px;
}
.cal_day_hover_desc .last {
  margin: 0;
}
.block-calendar table td .cal_day_hover_desc .cal_day_item a {
  font-weight: bold;
  background: transparent;
  display: inline;
  color: #1A5695;
}
.cal_day_item_date {
  font-size: 0.85em;
}

.month_calendar td.event .marwel_seminar {
  border-left: 5px solid #007BB3;
}
/*.month_calendar td.event .marwel_vyzvy {
  border-left: 5px solid #6BFFAB;
}
*/
.month_calendar td.event .marwel_vyzvy {
  border-left: 5px solid #F48C46;
}
.month_calendar td.event .marwel_akce {
  border-left: 5px solid #2963A4;
}
.month_calendar td.event .marwel_tender {
  border-left: 5px solid #F5EF27;
}
.month_calendar td.event .marwel_jobs {
  border-left: 5px solid #D4D4D4;
}
.month_calendar td.event .calendar_ext {
  border-left: 5px solid #FA5A5A;
}

/* kalendar v obsahu */

#calendar-list .vevent abbr {
    text-decoration: none;
    border: 0;
}

.calendar-main form p label {
    width: 200px;
}

.calendar-main form p .fieldform_desc {
    display: block;
    margin-left: 200px;
    font-style: italic;
    margin-bottom: 4px;
}


/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table {
  width: 99%;
}

/****************************** paticka ***************************************/
.next_portal {
  width: 184px;
  margin: 0 14px 0 0;
  float: left;
}

.next_portal.last {
  margin: 0;
}

#portal_ads .next_portal a,
#portal_ads .next_portal span {
  color: #000000;
  text-align: center;
  display: block;
  font-size: 95%;
}

#portal_ads .next_portal a.img {
  width: 184px;
  height: 24px;
  padding-top: 80px;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 1.182em;
  font-weight: bold;
  text-indent: 10px;
}

#portal_ads .next_portal a.leky_sukl{
  background: url('../images/leky_sukl.jpg') no-repeat;
}

#portal_ads .next_portal a.nebezpecne_leky{
  background: url('../images/nebezpecne_leky.png') no-repeat;
}

#portal_ads .next_portal a.lekarny_sukl{
  background: url('../images/lekarny_sukl.png') no-repeat;
}

#portal_ads .next_portal a.lekari_sukl{
  background: url('../images/lekari_sukl.png') no-repeat;
}

#portal_ads .next_portal a.drzitele_rozhodnuti{
  background: url('../images/drzitele_rozhodnuti.png') no-repeat;
}

#portal_ads .next_portal a.identity_sukl{
  background: url('../images/identity_sukl.png') no-repeat;
}

#portal_ads .next_portal a.erecept{
  background: url('../images/erecept_ft.png') no-repeat;
}

#portal_ads .next_portal a.identity_salk {
  background: url('../images/identity_salk.png') no-repeat;
}



#footer_w {
  background: #f9faf5 url('../images/footer_w.png') repeat-x bottom;
}


#footer .column-in {
	padding: 0;
  font-size: 97%;
}

#footer .next_portal h3 {
  font-size: 130%;
}

#footer .next_portal h3 a {
  text-decoration: none;
}

#footer .next_portal ul li {
  list-style: none;
  background: url('../images/li.png') no-repeat left top;
  padding-left: 12px;
}

.ft_link_up_line {
  background: url('../images/footer_link_upper_line.png') top repeat-x;
  padding: 8px 0 0 0;
  margin: 12px 0 0 0;
}

.ft_link_up_line a {
  color: #000;
}

.lgn {
  float: right;
  width: 230px;
}

.lgn a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 95px;
  height: 24px;
  background: url('../images/login_btn.png') no-repeat;
  padding-left: 8px;
  padding-top: 5px;
  float: right;
  margin-left: 10px;
}

.lgn a:hover {
  background-position: 0 -29px;
}

/****** search words plugin ******/
span.highlight_words {
  padding: 0 0.25em;
  border: 1px solid #0e3c66;
  background: #fc6;
}

/****** dictionary plugin *******/
.highlight_dict_words:hover {
  position: relative;
}
.highlight_dict_words span.h_word {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.highlight_dict_words .dict_description {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 150px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  z-index: 1000;
  font-size: 0.9em;
  cursor: default;
}
.highlight_dict_words .dict_description a {
  display: block;
  float: right;
}

/************** chapters *********/
.article_chapter{
  padding: 1em;
  position: relative;
}
.article_chapter h3{
  margin-top: 0;
}
.article_chapter ul{
  margin-left: 0;
  padding-left: 0;
}
.article_chapter .prev{
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display: block;
  float: left;
  padding-left: 25px;
  margin: 1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  display: block;
  padding-right: 25px;
  margin: 1em 1em 0 0;
}
.article_chapter .top{
  display: block;
  text-align: center;
}
.article_chapter ul li{
  padding: 0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image: none;
}

.article_chapter ul .ch-1{
  padding-left: 2em ;
}
.article_chapter ul .ch-2{
  padding-left: 3em ;
}
.article_chapter ul .ch-3{
  padding-left: 4em ;
}
.article_chapter ul .ch-4{
  padding-left: 5em ;
}
.article_chapter ul .ch-5{
  padding-left: 6em ;
}
.article_chapter ul .ch-6{
  padding-left: 7em ;
}
.article_chapter ul .ch-7{
  padding-left: 8em ;
}
.article_chapter ul .ch-8{
  padding-left: 9em ;
}
.article_chapter ul .ch-9{
  padding-left: 10em ;
}
.article_chapter ul .ch-10{
  padding-left: 11em ;
}
.article_chapter ul .ch-12{
  padding-left: 13em ;
}
.article_chapter ul .ch-13{
  padding-left: 14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top: 2em;
  border-top: 1px solid #185B96;
  text-align: center;
}
.rating table{
  margin: 0 auto;
  border: 1px none #fff;
}
.rating table td{
  width: 3em;
  background: transparent;
  border: 1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left: 0;
  padding-left: 0;
}

ul.sitemap li {
  padding-left: 10px;
  margin-left: 20px;
}

ul.sitemap .lv-2 {
  font-weight: bold;
  font-size: 120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3 {
  font-weight: bold;
  margin-top: 0.5em;
}

/********************************* login  *****************************/
#login {
  background-color: #F9F9F9;
  padding: 10px;
  color: #343434;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form form {
  background: url('../images/login-bg.png') no-repeat top right;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}

#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}

/******** delete confirm ***********/
.delete_confirm ul {
   width: 90%;
   background: #fff;
   border: 1px solid #cccccc;
   padding: 0;
   margin-left: 0;
}

.delete_confirm ul li {
  display: block;
  padding: 5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration: underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow: visible;
  font-size: 0.9em;
}

/* QCM info */
.copyright {
   width: 980px;
  margin: 0 auto;
  text-align: left;
  padding: 5px 0;
}

.sukl-info {
  float: left;
  margin-bottom: 10px;
}

.qcm-info {
  text-align: right;
  position: relative;
}

.qcm-info p {
  position: absolute;
  right: 0;
}

.qcm-info a {
  color: #666;
  text-decoration: none;
  overflow: hidden;
  display: block;
  width: 42px;
  height: 17px;
}
.qcm-info a span {
  position: absolute;
  background: url('../images/qcm_logo.png') no-repeat;
  display: block;
  width: 42px;
  height: 17px;
  top: 0;
  left: 0;
}

/* WARNING BOX */
#warn-box-bg {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#warn-box {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 11000;
  margin-top: 100px;
  width: 100%;
  font-size: 1.1em;
}
#warn-box .warn-box-cnt {
  width: 650px;
  margin: 0 auto;
  padding: 0 20px 20px;
  position: relative;
  background: #fff;
  border: 10px solid #F0F0F0;
  border-radius: 10px;
}
#warn-box .warn-box-cnt h2 {
  color: #fff;
  background: #cc2a10; no-repeat right 0;
  margin: 0 10px 0 -20px;
  font-size: 1.3em;
  font-weight: bold;
  height: 32px;
  padding-top: 4px;
}
#warn-box #warn-box-close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #787878;
  cursor: pointer;
  font-size: 150%;
}
#warn-box p {
  text-align: justify;
  margin-top: 20px;
}

/******** formatovani v editoru ***********/
.marker {
  background: #fdffc3;
  padding: 5px;
}

.pul-doleva{
  width: 48%;
  float: left;
  margin: 0;
}

.pul-doprava{
  width: 48%;
  float: right;
  margin: 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

* html .bmk .bmk_title,
*+html .bmk .bmk_title {
  border-bottom: 1px solid #ddd;
}
* html .bmk .bmk_body .bmk_content,
*+html .bmk .bmk_body .bmk_content {
  border-bottom: 1px solid #ddd;
  top: -9px;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}

.ph_left {
  float: left;
  margin: 0 10px 10px 0;
}
.ph_right {
  float: right;
  margin: 0 0 10px 10px;
}
.ph_center {
  text-align: center;
}

.smallfont {
  font-size: 85%;
}

.linethrough {
  text-decoration: line-through;
}

.no-margin {
  margin: 0;
}


/************* modulove css *************/
/* obscura */
.admin-tools {
  border:1px solid silver;
  padding:.5em 1em;
  float:right;
  background:#F7F7F7;
}

.subalbums-box {
  float:right;
  border-left:1px solid silver;
  padding-left:10px;
  padding-bottom:10px;
  width:250px;
}
.photopaginator{
  clear:both;
  border-top:1px solid silver;
  padding-top:1em;
  margin:0 1em;
}

.subalbums paginator{
  width:100%;
}

.photo {
  display: block;
  float: left;
  padding:10px;
  margin:10px;
  background: #F7F7F7;
  width:150px;
  _width:190px;
  height:190px;
  text-align:center;
}
.photo img{
  padding-bottom:10px;
  margin:0 auto;
}

.pphoto {
  display: block;
  float: left;
  padding:5px;
  margin:0px;
  width:150px;
  text-align:center;
  padding-bottom: 0;
}

.pphoto img{
  margin:0 auto;
}

#album-name {
  float: right;
  width: 220px;
  text-align: right;
  padding-right: 10px;
  clear: both;
  border-bottom: solid #aaa 1px;
}

#pphoto-desc {
  margin: 5px;

}

.hidden{
  clear:both;
  visibility:hidden;
}
.go-top {
  float:none;
  width:100%;
  text-align:right;
}
.go-top a{
  text-align:right;
}
.photoblock{
  margin: 0 auto;
  text-align:center;
}
.obscura-edit label{
  clear:both;
  display:block;
  margin:1em 0 0 0;
}
.obscura-edit input, .obscura-edit textarea {
  clear:both;
  float:left;
  width:450px;
}

.obscura-edit input.radio {
  width: auto;
}

.obscura-edit input.submit {
  margin: 1em 1em 2em 1em ;
  padding:.5em 1em;
  width:auto;
  background:green;
  color:#fff;
}
.obscura-edit input.checkbox {
  clear:none;
  width:auto;
}
.obscura-edit label.checkbox {
  width:auto;
}

.listperex h3 {
  font-size: 120%;
}

/* poslední verze z LE */
.listphoto{
  padding: 4px;
  background-color:#F0F0F0;
}

#ocontent h2 {
  margin-bottom: 10px;
}

#ocontent .photo {
  width: 150px;
  float: left;
  height: 200px;
  padding: 0 5px;
  text-align: center;
  display: block;
  margin: 10px 10px 10px 5px;
  _margin-right: 8px;
  display: block;
  background-color:#FFF;
}

#ocontent .photo .photo-text {
  margin-top: 10px;
  text-align: left;
  padding: 0 10px;
  font-weight: bold;
}

#ocontent .photo .photo-text a {
  color: #558;
  text-decoration: underline;
  font-weight: bold;
}

#ocontent .photo img {
  margin:0;
  padding:0;
  border: 0;
}

.options-buttons .multiselect_chck {
  border:1px solid #00B400;
  height:100px;
  overflow:auto;
}

/* neviditelne prvky */
#ocontent .notVisibleAlbum {
  background: #ddf;
}
#ocontent .notVisiblePhoto {
  background: #ddf;
}


/* download */
.download {
  width: 100%;
}
.download table, .download table td, .download table th {
	border: 0px;
	vertical-align: top;
}

.download th {
  text-align: right;
}

* html .download {
  width: 90%;
}

.download h3, .download h4 {
	margin: 0;
	padding: 0 5px 5px 0;
}

.download h4 {
	line-height: 1.2em;
	float: left;
	width: 150px;
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
}

.download #file_new h4 {
  float: none;
  width: auto;
  font-size: 1.1em;
}

.download p.data {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #4D4D4D;
}

.download p.data span{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #4d4d4d;
	font-weight: normal;
}

.download img, .download form {
  margin: 0;
  padding: 0;
}
.download .frame {
  padding: 0px;
  /*width: 750px;*/
}
.download .bc {
  padding-bottom: 10px;
}
.download .editbox {
  /*background-color: #DDDDDD;*/
  margin-top: 5px;
  padding: 2px 2px 2px 2px;
  text-align: right;
  width: 105px;
}
.download .fl-left {
  float: left;
  padding-top: 5px;
  width: 99%;
}
.download .fl-right {
  float: right;
  padding-top: 5px;
}
.download .cleaner {
  clear: both;
}
.download .list {
  margin-top: 10px;
}
.download .desc {
  margin: 5px 5px 5px 0px;
  padding: 0px;
  float: left;
	clear: left;
}

.download .desc h4 {
  float: left;
	clear: left;
}

.download .desc p {
	clear: left;
	font-size: 0.9em;
	margin:  1px 0 1px 0;
}

.download .statistics {
  /*background-color: #F0F0F0;*/
  /*border-bottom: 1px solid black;*/
  margin: 5px 5px 5px 0px;
  padding: 5px 5px 5px 0px;
  font-size: 80%;
}
.download .half-size {
  width: 49% !important;
}
.download .divider {
  border-right: 1px solid black;
}

.download .button {
	border: 1px solid #aad400;
	background: #fff  url('../images/flash_download.png') right top no-repeat;
  width: 100%;
	margin: 0.5em 0 1em;
	display: block;
	float: left;
}

.download-back {
  text-align: right;
}

.download .button .data {
	color: #4d4d4d;
}

.download .button img {
	width: 48px;
	height: 48px;
	margin: 20px 20px;
	padding-right: 20px;
	float: left;
}

.download .button div.main-info {
	float: left;
	margin: 10px 0;
	width: 365px;
}

.download .button div.main-info h3 {
	line-height: 1.2em;
}

.download .button div.main-info h3 a {
	text-decoration: none;
}

.download .label {
  display: block;
  float: left;
  width: 55px;
}
.download .submit {
  width: 75px;
}
.download .top-bottom-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.download .acenter {
  text-align: center;
}
.download .input-label {
  display: block;
  float: left;
  width: 90px;
}
.download .folder-inputs, .download .file-inputs {
  width: 400px;
}

.download .f-img {
  float: left;
  width: 20px;
}

.download .f-name {
  display: block;
  padding-left: 20px;
}

.download .l-item {
  margin-top: 5px;
}

.download .file-box {
  border: 1px solid #00B400;
  background: #F0FFF0 none repeat scroll 0%;
  min-width: 150px;
  _width: auto;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}

.download .error {
  border: 1px solid #FF9900;
  background: #FFEEDD none repeat scroll 0%;
  padding: 1em 1em 1em 1em;
  margin: 1em 0em 0em 0em;
}

.download div.other-info {
	margin: 10px 0;
	float: left;
	display: block;
	font-size: 0.9em;
}

.download .preview {
  float: right;
  margin: 5px 0px;
}

.download .preview img {
	float: left;
	clear: left;
}

.download .detail {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  width: 500px;
}

.download .detail li img {
  padding-right: 5px;
}

.download .detail .space {
  height: 20px;
}

.download .detail th {
  text-align: right;
  width: 70px;
}

.download .detail .icon {
  width: 40px;
  background-color: #fff;
  margin-bottom: 20px;

}

.download .detail h3, .download .detail h3 a {
  background-color: #fff;
}

.download .detail td a {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.download .ftype h4 {
  float: none;
  padding: 0;
}
.download .ftype p.data {
  margin-bottom: 1em;
}

.allowed {
  background-color: #3c0;
  border: solid 1px #fff;
}

.forbidden {
  background-color: #f00;
  border: solid 1px #fff;
}

.dw_item img {
  vertical-align: bottom;
}

/* search form */
#search_form_block {
  color: #000;
}

#search_form_block .search-left {
  float: left;
  width: 48%;
}

#search_form_block .search-right {
  float: right;
  width: 48%;
}

#search_form_block a {
  color: #162d50;
}

.left #search_form_block h2, #main .middle #search_result h2 {
  padding: 0;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}

#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 2px;
  width: 100%;
  z-index: 10;
}

#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #ccc;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

#search_form_block #plugin_tabs .active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.95em;
  font-weight: bold;
  text-decoration: none;
}

#search_form_block #search_form {
  border-top: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  z-index: 5;
}

#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
  font-weight: bold;
}

#search_form_block #search_form #wanted_text, #search_form_block #search_form #znacka {
  width: 230px;
  border: 1px solid #ccc;
}

#search_form_block fieldset {
  border: 0;
}

#search_form_block #search_form h4 {
  font-size: 1em;
}

#search_form_block #search_form input[type =
"text"], #search_form_block #search_form textarea {
  border: 1px solid #c8beb7;
}

#search_form_block #search_form .date-from img, #search_form_block #search_form .date-to img {
  vertical-align: middle;
}

/* tasks*/
table.tasks_list tr.task_line {
  cursor: pointer;
}

table.tasks_list tr.task_line:hover td {
  background: #eee;
}

table.tasks_list tr.task_detail td {
  background: #eee;
}


table.tasks_list tr.task_detail p {
  font-size: 1em;
}

table.tasks_list tr.task_detail .vice {
  float: right;
}

.new_task_form label {
  width: 18%;
  display: block;
  float: left;
  font-weight: bold;
  position: relative;
}

.new_task_form input,
.new_task_form textarea {
  width: 80%;
}

.new_task_form textarea {
  height: 12em;
}
.new_task_form input.tasksubmit {
  width: auto;
  float: right;
  position: relative;
}

.tasks_new_block a {
  background: #eee url('../../../modules/tasks/images/icons/task_add.gif') no-repeat 0 0;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  margin-top: 10px;
  float: left;
  position: relative;
}

#tasks_new_block_form {
  background: #eee;
  margin-top: 0;
}

#tasks_new_block_form form{
  padding: 5px;
}

/*table zebra*/

table.zebra {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}

table.zebra.vertical th {
  width: 30%;
  padding: 5px 8px;
}

table.zebra tr {
  border-bottom: 0;
}

table.zebra thead tr {
  border: 0;
}

table.zebra th {
  text-align: left;
  color: #000;
  background-color: #f1f2e7;
  border: 0;
  padding: 0 3px;
  vertical-align: top;
}

table.zebra .active td {
  background-color: #F1F2E7;
}

table.zebra tr.first td {
  border-top: 2px solid #b0b2a8;
}

table.zebra tr.e {

}

table.zebra td {
  vertical-align: top;
  border: 0;
}

table.zebra td.nowrap, table.zebra th.nowrap {
  white-space: nowrap;
}

table.zebra td.name a{
  background: url('../images/item_icon.png') no-repeat left top;
  padding-left: 20px;
  display: block;
}

 table.zebra td.hilight {
  font-weight: bold;
}

table.zebra tr.zp td {
  background: #EAF1F2;
}
/*
table.zebra tr td a {
  display: block;
  overflow: auto;
}
*/

table.zebra tr.med td a span {
  background: no-repeat center center;
  display: block;
  float: left;
  height: 15px;
  width: 15px;
}
table.zebra tr.med td a span.item {
  background-image: url('../images/item_icon.png') !important;
}
table.zebra tr.med td a span.zp {
  background-image: url('../images/coins.png') !important;
}
table.zebra tr.med td a span.market {
  background-image: url('../images/check.png') !important;
}

table.zebra td a {
  text-decoration: none;
}

table.zebra td a:hover {
  text-decoration: underline;
}

table.zebra td a.button:hover {
  text-decoration: none;
}

/*table zebra vertical*/

table.zebra.vertical tr {
  border: 1px dotted #fff;
}

table.zebra.vertical td {
  padding-left: 10px;
}

table.zebra.vertical td a{
  text-decoration: underline;
}

table.zebra.vertical td a:hover{
  text-decoration: none;
}

/* zalozky */
.tab-bar {
  border-bottom: 4px solid #395FA2;
  margin: 0px;
  overflow: auto;
  padding: 0px;
  position: relative;
  width: 100%;
  z-index: 100;
  margin-bottom: 10px;
  margin-top: 15px;
}

.tab-bar a {
  display: block;
  float: left;
  padding: 5px 8px;
  margin-right: 1px;
  color: #000;
  text-decoration: none;
}

.tab-bar a.active {
  background-color: #395FA2;
  color: #fff;
  text-decoration: none;
}

.tab-bar a.inactive {
  background-color: #f3f7fd;
}

.tab-bar a.inactive:hover {
  text-decoration: underline;
}

/*error box*/

.error-box {
  border: 3px solid #bf1d03;
  display: block;
  color: #BD2E1C;
  font-weight: bold;
  margin: 15px 0;
  background: #F5EAE8 url('../images/error_box.png') no-repeat 10px 8px;
  padding: 8px 8px 8px 35px !important;
}

/****************************** TO CLEAN ************************************************/

/* moduls: medication */

.medication .block-texts {
  margin-bottom: 20px;
  width: 100%;
}
.medication .block-texts label {
  display: block;
  float: left;
  margin-top: 2px;
  width: 280px;
  clear: left;
}
.medication .block-texts input {
  width: 375px;
}
.medication .block-texts select {
  width: 381px;
}
.medication fieldset .right {
  text-align: right;
}

.aright {
  text-align: right;
}

.error {
  color: red;
  font-weight: bold;
}

#medication_toggle {
  padding-left: 20px;
}
.medication .expand {
  background: transparent url(../images/expand.png) no-repeat left;
}
.medication .collapse {
  background: transparent url(../images/collapse.png) no-repeat left;
}
.medication .column-wrapper {
  overflow: auto;
}
* html .medication .column-wrapper {
  height: 1%;
}
.medication .column-wrapper .column {
  float: left;
}
.medication .column-wrapper .wider {
  width: 420px;
}
.medication .column-wrapper .narrower {
  width: 240px;
}
#atcs h3 {
  font-size: 1.1em;
  margin-top: 0.25em;
}
#atcs img {
  vertical-align: middle;
  cursor: pointer;
}

.block-hidden {
  display: none;
}

.medication_search_manual {
  float: right; 
  margin-top: -40px; 
  margin-right: 15px;
}


/*moduls: apotheke*/
.apotheke label.apotheke-label,
.evaluation label.evaluation-label {
  width: 120px;
  display: block;
  float: left;
}
.apotheke .apotheke-input {
  width: 200px;
}
.apotheke select.apotheke-input {
  width: 206px;
}
.evaluation label.evaluation-label {
  width: 200px;
}
.evaluation .evaluation-input {
  width: 350px;
}
.evaluation select.evaluation-input {
  width: 356px;
}

.nowrap {
  white-space: nowrap;
}

.fl {
  float: right;
}

.fr {
  float: left;
}


/* pharmacymap */

table.zebra tr.first td.w35 {
  width: 35px;
}
/*
table.zebra tr td a {
  display: inline-block
}
*/

/***** report *****/
.apotheke form p label {
  float: left;
  clear: left;
  width: 280px;
}
.apotheke form p input,
.apotheke form #pharmacy-table,
.apotheke form #pharmacy-range,
.apotheke form #pharmacy-notice,
.apotheke form #pharmacy-cr-sell,
.apotheke form #pharmacy-ab-sell {
  width: 375px;
}
.apotheke form #pharmacy-table tr th,
.apotheke form #pharmacy-table tr td {
  background: transparent none !important;
  border: 0px none !important;
  text-align: left;
  vertical-align: middle;
}
.apotheke form #pharmacy-submit {
  width: 75px !important;
}
.apotheke form .text-right {
  text-align: right;
}
.apotheke form div.column1,
.apotheke form div.column2 {
  float: left;
}
.apotheke form div.column1 {
  width: 280px;
}
.apotheke form div.column2 {
  width: 380px;
}
.apotheke form div.cleaner {
  clear: left;
}

.apotheke-detail .vcard {
  margin-bottom: 15px;
}

.apotheke-detail .vcard .labels{
  clear:none !important;
  display:block;
  float:left;
  padding:0 !important;
  width:6em;
}
.apotheke-detail .vcard .info{
  display:block;
  margin-left:6em;
}

.apotheke-detail .vcard .verification {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
  padding: 5px;
  background: #fff;
}
.apotheke-detail .vcard .verification img {
  vertical-align: middle;
}
.apotheke-detail .vcard .verification p {
  margin: 0;
}


.apotheke-detail table table {
  font-size: 1em;
  margin: 0;
  width: 480px;
}

/*modules: pricereport*/


.pricereport .pricereport-inputs-long {
  width: 550px;
}
.pricereport .pricereport-inputs-short {
  width: 300px;
}

.pricereport .center {
  text-align: center;
}

.pricereport .ro {
  background-color: #EBEBEB;
}
.pricereport .lp-title {
  display: block;
  float: left;
  width: 210px;
}
.pricereport .report-info {
  display: block;
  float: left;
  width: 150px;
}

/*modules: payment*/

.payment fieldset .right {
  text-align: right;
}

.payment fieldset .h3-inline, .payment fieldset .p-inline {
  display: inline;
}
.payment fieldset .text-red {
  color: red;
}
.payment fieldset .inline-cleaner {
  clear: both;
  height: 0px;
  font-size: 0pt;
}

.payment .payment-label {
  display: block;
  float: left;
  margin-top: 2px;
  width: 50px;
}
.payment .payment-input {
  width: 200px;
}

.payment .center {
  text-align: center;
}
.payment .small {
  font-size: xx-small;
  white-space: normal !important;
}
.payment p.payrow {
  display: block;
  float: none;
}
.payment p.payrow label {
  display: block;
  float: left;
  width: 190px;
}
.small, .required {
 /* font-size: xx-small;*/
}
.disabled {
  background: Silver;
  color: Gray;
}
p.justify	{
  text-align: justify;
}
.medicines-box {
  padding-left: 190px;
}

/*modules: nps*/

.nps {
}
.nps .label {
  display: block;
  float: left;
  width: 300px;
}
.nps .inputs {
  float: left;
}
.nps .clean {
  clear: both;
  font-size: 0pt;
  height: 0px;
}
.nps input.text, .nps input[type=text] {
  width: 300px;
}
.nps textarea {
  width: 600px;
}
.error-box {
  background-color: #fee;
  border: 1px solid red;
  display: block !important;
  padding: 4px;
  font-size: 90%;
  margin-bottom: 16px;
  white-space: normal !important;
}
.nps table {
  border: 0px none !important;
  border-collapse: collapse;
}
.nps table tr th {
  background-repeat: repeat-x;
  border: 0px none;
  color: black;
  font-size: 9pt;
  font-weight: normal !important;
  padding: 0px 5px 0px 5px !important;
  text-align: left;
  vertical-align: top;
}
.nps table tr th.th_x {
  vertical-align: bottom;
}
.nps table tr td {
  background-color: white;
  border: 0px none !important;
  color: navy;
  font-size: 8pt;
  padding: 0px 0px 0px 5px !important;
  vertical-align: top;
}

.nps .table {
  border: 0px none !important;
}
.nps .table tr th {
  background-color: #C8E3F0;
  background-image: url(../images/th_background.png);
  background-repeat: repeat-x;
  border: 0px none;
  color: navy;
  font-size: 9pt;
  font-weight: bold !important;
  padding: 0px 5px 0px 5px !important;
  text-align: left;
  vertical-align: top;
}
.nps .table th.th_x {
  background-image: url(../images/th_x_background.png);
  vertical-align: bottom;
}
.nps .table tr td {
  background-color: white;
  border-top: 0px none !important;
  border-left: 0px none !important;
  border-right: 0px none !important;
  border-bottom: 2px solid #C8E3F0 !important;
  color: navy;
  font-size: 8pt;
  padding: 0px 0px 0px 5px !important;
  vertical-align: top;
}

.nps table tr td.nowrap, .nps .table tr td.nowrap {
  white-space: nowrap;
}
.error {
  color: red;
  font-weight: bold;
  white-space: normal !important;
}

/*modules: formfiller*/

form.formfiller label, form.formfiller div.submit, form.formfiller .right { text-align: right; width: 100%; }
form.formfiller label span, form.formfiller .right span { float: left; width: auto; clear: both; }
form.formfiller label { display: block; }
form.formfiller label, form.formfiller div.label { clear: both; }
form.formfiller div.subset { padding-left: 1em; margin-bottom: .5em; }
form.formfiller th { text-align: center; vertical-align: middle; }
form.formfiller table, form.formfiller table input[type=text], form.formfiller textarea { width: 100%; }
form.formfiller input[type=text] { width: 30em; }
form.formfiller div.error { border: thin solid red; background: #fee; }
form.formfiller label:hover, form.formfiller div.label:hover { background: #fff; }


/*modules: contacts*/

.contacts h3 a.open {
    background: url("../images/collapse.png") no-repeat;
}

.contacts h3 a.close {
    background: url("../images/expand.png") no-repeat;
}

.contacts h3 a {
    border: 0 none;
    display: block;
    float: left;
    text-decoration: none;
    width: 20px;
    height: 19px;
}

.contacts .item {
    padding-left: 20px;
}

.contacts-label {
  display: block;
  float: left;
}

/*modules: procedures*/


.procedures .label {
  display: block;
  float: left;
  width: 280px;
}
.procedures .text-input {
  width: 250px;
}
.procedures .right {
  text-align: right;
}
.procedures .center {
  text-align: center;
}
.procedures .small {
  font-size: 8pt;
  white-space: normal !important;
}
.procedures .error {
  color: red;
  font-weight: bold;
}

/* modules: dis13 */
#dis13_form input.sb {
  width: auto;
}

.width_250 {
  width: 250px;
}

/****** states *******/
#content ul li.state_unfinished {
  background-color: #D9ECFF;
}
#content ul li.state_hidden {
  background-color: #FFEEDD;
}
#content ul li.state_before {
  background-color: #FFFFDC;
}
#content ul li.state_after {
  background-color: #E2C5C5;
}

/* user info */
#user_info {
  position: absolute;
  top: 75px;
  right: 0;
  text-align: right;
}

EI.notice {
  color: green;
  font-weight: bold;
}

.calendar {
  z-index: 10;
}

/* harmonika */
.harm_wrp {
  margin-bottom: 15px;
}
.harm h3 {
  text-transform: uppercase;
  padding: 5px 10px;
  color: #000;
  font-size: 1.1em;
  background: #D2E3FC url('../images/harm_arr.png') no-repeat 675px 50%;
  cursor: pointer;
  border-bottom: 1px solid #BCD7FF;
  margin: 0 0 1px;
}
.harm .harm_cnt {
  width: 100%;
}
.harm table {
  margin: 0;
}

/* CAU */

.cau fieldset .subset label {  
  display: block;
  width: 94%;
  float: right;
  padding-top: 2px;
}

.cau fieldset .subset input {
  display: block;
  width: 20px;
  float: left;
}


.cau fieldset .subset input.sb {
  width: auto;
  float: none;
  margin-top: 10px;
}

.middle .cau h3 {
  margin: 15px 0 10px 0;
}

.cau fieldset .subset .inputs {
  margin-top: 5px;
}

.cau fieldset .subset .inputs label {
  width: auto;
  float: left;
  padding: 0 10px 0 41px;
}

.cau fieldset .subset .inputs input.cauin {
  width: auto;
  float: left;
  margin-right: 4px;
}

.cau fieldset .subset .inputs input.sb {
  width: auto;
  float: left;
  margin-top: 0;
}


div#ebanner {
  height: 315px;
  overflow: hidden;
}

div#ebanner a {
  display: block;
  cursor: pointer;
}

div#ebanner img {
  width: 100%;
  height: auto;
}