@font-face {
	font-family: "Helvetica-Neue-Light";
	src: url("font/helvetica-neue-light.otf");
}

body {
	margin: 0px 40px;
	padding: 0px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	font-family: "Helvetica Neue", Calibri, Arial, Helvetica, sans-serif;
	background: white url(images/background.png) repeat-x;
}
a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0
}
h1 {
	font-size: 32px;
	color: #555555;
	padding: 0 28px 14px;
	border-bottom: 1px solid #d5d5d5;
}
p, ul, ol, li {
	padding: 0;
	margin: 0
}
hr {
	border: 0px;
	border-top: 1px solid #d5d5d5;
	margin: 0;
}
.pe {
	width: 1000px;
	margin: auto;
	z-index: 1;
	text-align: left;
}
div.pe h2 {
  font-size: 32px;
  color: #555555;
  padding: 0 28px 14px;
  border-bottom: 1px solid #d5d5d5;
}
div#all {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
div#sform {
  min-height: 600px;
}
/*--- HEADER ---*/
div#header {
	position: relative;
	height: 172px;
	margin-bottom: 8px;
}
div#header div.top_menu {
  position: absolute;
	right: 0px;
	top: 18px;
}
div#header div.top_menu div.login {
  display: inline-block;
}
div#header div.top_menu a {
	color: black;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
	text-decoration: none;
}
div#header div.top_menu strong {   
	color: black;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
div#header div.top_menu a:hover {
	text-decoration: underline;
}
div#header div.top_menu a.login {
	background: white;
}
div#header div.top_menu a.register {
	background: url(images/btn_menu.png);
	border-right: 1px solid #28879f;
	color: white;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.13);
	padding-right: 13px;
}
div#header div.top_menu a.register:hover {
	background-position: 0 -31px;
	text-decoration: none;
}
div#header div.top_menu span.pipe {
	display: inline-block;
	width: 1px;
	height: 30px;
	line-height: 30px;
	background: #bbbbbb;
	margin: 0 0 -10px 0;
}
div#header div.top_menu span.pipe span {
	display: none;
}
#header_top {
	margin-top: 20px;
	padding-top: 5px;
	text-align: center
}
a#logolink {
  display: block;
  text-decoration: none;
  position: absolute;
  left: -2px;
  top: 23px;
}
a#logolink span.subtitle {
  color: rgb(15, 184, 216);
  font-weight: bold;
  font-size: 14px;
  position: relative;
  left: -81px;
  top: -12px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.67);
}
/*--- MAIN MENU ---*/
ul.menu {
  width: 1002px;
}
div.main_menu ul.menu {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  font-family: "Helvetica-Neue", Calibri, Arial, Helvetica, sans-serif;
}
ul.menu li {
  list-style: none;
  display: block;
  float: left;
  height: 39px;
  background: rgba(255,255,255,0.6); 
  background: #fafafa \9; 
  border-bottom: 1px solid #d4d4d4;
}
ul.menu li a {
  display: block;
  text-decoration: none; 
  height: 40px;
  line-height: 40px;
  text-align: center;  
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 white; 
  background: url(images/bcg_menu_sep.png) no-repeat 100% -40px; 
  padding-right: 2px;
  position: relative;
}
ul.menu li:hover {
  background: white;
}
ul.menu li.active {
  border-right: 1px solid #3095af;  
}
ul.menu li.active a {
  height: 48px;
  background: url(images/btn_menu.png) no-repeat 50% -62px;  
  color: white;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
  text-decoration: none;
  margin-right: 0;
}
ul.menu li.s1 {
  width: 172px;
}
ul.menu li.s2 {
  width: 196px;
}
ul.menu li.s3 {
  width: 188px;
}
ul.menu li.s7 {
  width: 189px;
}
ul.menu li.s4 {
  width: 150px;
}
ul.menu li.submenu {
  width: 104px;
  position: relative;
}
ul.menu li.submenu > a {
  padding-right: 10px;
  background-position: 112px -6px;
}
ul.menu li.submenu.active > a {
  z-index: 11;
  background: url(images/btn_menu.png) no-repeat 50% -62px;
}
ul.menu li.submenu > a span.arrow {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(images/ico_arrow.png) no-repeat 0 2px;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: 15px;
}
ul.menu li.submenu.active > a span.arrow {
  background-position: -13px 2px;
}
ul.menu li.submenu ul {
  background: url(images/bcg_menu_sep.png) repeat-x 0 -112px;
  width: 164px;
  position: absolute;
  right: 0;
  top: 40px;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10;
}
ul.menu li.submenu.active ul {
  right: -1px;
  top: 41px;
}
ul.menu li.submenu:hover ul {
  display: block;
}
ul.menu li.submenu ul li {
  float: none;
  background: none;
  height: 38px;
}
ul.menu li.submenu ul li a {
  color: white;
  text-shadow: 1px 1px 0 black;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #88969a;
  margin: 0 2px;
  background: none;
}
ul.menu li.submenu ul li:hover {
  background: rgba(80, 80, 80, 0.88);
}
ul.menu li.submenu ul li:hover a {
  text-decoration: none;
}
ul.menu li.submenu ul li:last-child a {
  border-bottom: none;
}
/*--- FOOTER ---*/
div#footer {
  position: relatve;
  margin: 10px 0;
}
div.copyright {
  width: 209px;
  height: 87px;
  position: relative;
  float: left;
}
div.copyright div.logo {
  position: absolute;
  top: 15px;
} 
div.copyright div.text {
  position: absolute;
  top: 27px;
  left: 58px;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
}
div.bot_menu {
  height: 87px;
}
div.bot_menu ul {
  height: 65px;
  border-left: 1px solid #d5d5d5;
  float: left;
  padding: 22px 26px 0 26px;
}
div.bot_menu li {
  list-style: none;
  padding-bottom: 5px;
}
div.bot_menu li a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
div.bot_menu li a:hover {
  text-decoration: underline;
}
div#footer div.bottom {
  height: 10px;
  line-height: 60px;
  border-top: 1px solid #d5d5d5;
  font-size: 13px;
  color: black;
}
div#footer div.bottom a {
  font-size: 13px;
  color: black;
}
div#footer div.bottom div.left a {
  padding: 0 20px;
}
div#footer div.bottom div.left span.pipe {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #b5b5b5;
  position: relative;
  top: 6px;
}
div#footer div.bottom div.left span.pipe span {
  display: none;
}
/*--- FOOTER MENU ---*/
div.footer_menu ul.menu {
  height: 31px;
  background: #f2f2f2;
  border-bottom: 1px solid #d5d5d5;
  width: 1001px;
}
div.footer_menu ul.menu li {
  height: 31px;
  background: none;
}
div.footer_menu ul.menu li a {
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  background-position: 100% -80px;
}
div.footer_menu ul.menu li:hover {
  background: white;
}
div.footer_menu ul.menu li.active a {
  background-position: 0 -110px;
}
div.footer_menu ul.menu li.submenu > a {
  background-position: 112px -6px;
}
div.footer_menu ul.menu li.submenu.active > a {
  background: url(images/btn_menu.png) no-repeat 0 -110px;
}
div.footer_menu ul.menu li.submenu ul {
  top: 32px;
}
div.footer_menu ul.menu li.submenu ul li {
  height: 32px;
}
div.footer_menu ul.menu li.submenu ul li a {
  height: 32px;
  line-height: 32px;
}
div.footer_menu ul.menu li.submenu > a span.arrow {
  top: 10px;
}


#header ul .ac {
	background: url('../ico/tabnav.gif');
	width: 120px;
	height: 26px;
	padding-top: 5px;
	color: #FFFFFF;
	margin-top: 3px;
	/* text-shadow: #fff 1px 1px 1px;
*/
}
#header ul .ac a {
	color: #000;
	text-decoration: none;
	border: none;
	text-shadow: #DFE2E4 1px 1px 0px;
}
#header ul .ac a:hover, #header ul .ac:hover {
	color: #0000cc;
	border-bottom: none;
}
div.search {
  width: 100%;
}
div.search_input {
	border-bottom: 1px solid #d8d8d8;
	background: rgba(219,219,219,0.55);
	background: #e6e6e6 \9;
	float: left;
	width: 848px;
	height: 54px;
}
div.search_input > input {
	padding-left: 12px;
	height: 35px;
  width: 818px;
	margin: 8px 0 8px 8px;
	display: block;
	vertical-align: middle;
	font-size: 18px;
	color: #989898;
	border: 1px solid #d0d0d0;
}
div.search_input > input:focus {
	color: black;
}
div.search_submit {
	float: left;
}
div.search_submit > input {
	background: rgba(219,219,219,0.55) url('images/btn_search.png');
	background: #e6e6e6 \9;
	display: block;
	width: 152px;
	height: 56px;
	color: transparent;
	border: 0px;
	cursor: pointer;
}
div.search_submit > input:hover {
  background-position: left bottom;
}
#toplinks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	color: #999999;
	background-image: url('http://www.id.cz/core/tpl/skotska-whisky/img/ts2.gif');
	font-size: 11px;
	font-family: Arial;
}
#toplinks a {
	color: #666666;
	border-right: 1px solid #CCCCCC;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
#toplinks a:hover {
	color: #000000;
}
#toplinks b {
	color: #999999;
}
div.search_addon {
	margin: 10px 0 0 0;
  height: 18px;
}
div.search_addon > div,
div#fsearch {
	float: right;
	font-size: 13px;
	margin-left: 20px;
	padding-left: 18px;
  cursor: pointer;
}
div.search_addon > div:hover, 
div#fsearch:hover  {
  text-decoration: none; 	
}
.fshide, .fsshow {
	background: url("images/ico_lupa.png") no-repeat 0 2px;
	text-decoration: underline;
}
.moje_schranka {
	background: url("images/ico_schranka.png") no-repeat 0 2px;
}
.moje_schranka span#my_box span {
	cursor: help;
}

#fsearchf {
	width: 100%;
	visibility: hidden;
	display: none;
	border-bottom: 1px solid #d4d4d4;
}     
div#pv_search, 
#ir_search{
	border-bottom: 1px solid #d4d4d4;
  width: 615px;
  padding-bottom: 20px;
  margin-left: 50px;
}

div#pv_search{
  margin-bottom: 20px;
}
div.search_addon > div a {
	color: black;
}
#fsearchf table {
  width: 100%;
}
#fsearchf table td {
	padding-bottom: 5px;
}
#fsearchf table td.right {
	width: 580px;
}
div#pv_search input.sbutton, 
div#ir_search input.sbutton,
div#data_registration input.sbutton,
div#summary_registration input.sbutton,
div#contact_formular input.sbutton,
#fsearchf input.sbutton {
  background: url(images/btn_menu.png) no-repeat 0 -110px;
  color: white;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  background-position: 0 -110px;
  padding: 0 15px;
  margin: 0 -3px 0 0;
  border: none;
  float: right;
  font-weight: bold;
  border-right: 1px solid #3095af;
  cursor: pointer;
}
div#data_registration input.sbutton.verify{
  float: none;
}
div#pv_search input.nazev_osoby,
div#pv_search input.town,
div#pv_search input.street,
div#pv_search select#lawForms,
div#ir_search input.nazev_osoby,
div#ir_search input.jmeno,
div#ir_search input.mesto,
#fsearchf input.name,
#fsearchf input.town,
#fsearchf input.street {
  width: 400px;
}
div#pv_search input.psc,
div#pv_search input.rc,
div#pv_search input.cp,
div#pv_search input.ico,
div#ir_search input.rc,
div#ir_search input.ico,
div#ir_search input.datum_narozeni{
  width: 200px;
}
#fsearchf span.right {
  width: 580px;
}           
div#ir_search input.sbutton:hover,
div#data_registration input.sbutton:hover,
div#summary_registration input.sbutton:hover,
div#contact_formular input.sbutton:hover,
#fsearchf input.sbutton:hover {
  background-position: 0 -143px;
}
.hr {
	border-top: 1px solid #333333;
}
#searchinfo {
	border-bottom: 1px solid #d5d5d5;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}
#searchinfo span {
	font-weight: bold;
}
table.results,
#results {
	width: 100%;
  background: #f1f1f1;
  border-bottom: 1px solid #d5d5d5;
  padding: 18px 25px;
  border-spacing: 0;
}       
table.results th,
#results th {
	color: #7d7d7d;
  width: 130px;
  border-right: 1px solid #b5b5b5;
  border-left: none;
  padding-left: 0;
  font-weight: normal;
  text-align: left;
}     
table.results td,
#results td {
	text-align: left;
	padding: 5px 0 5px 25px;
}           
table.results td span,
#results td span {
	color: rgb(65, 179, 255);
}                    
div#ir_mod table.results td span,
div#ir_mod #results td span {
  color: black;
}
table.results td a,
#results td a {
	color: #17b8e1;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
table.results td a.remove,
#results td a.remove {
  background: url(images/ico_trash.png) no-repeat right top;
  height: 16px;
  padding: 0;
  padding-right: 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 17px;
  float: right;
  opacity: 0.5;
  color: black;
}
table.results td a.remove:hover,
#results td a.remove:hover {
  opacity: 1.0;
  color: black;
}
table.results td a:hover,
#results td a:hover {
	color: rgb(23, 207, 255);
	text-decoration: underline;
}
table.results td .alternative_source,
#results td .alternative_source {
	color: #6666cc;
	font-size: 95%;
}
#pages {
	text-align: right;
	margin: 10px 0;
}
#pages a {
  background: #f1f1f1;
  display: inline-block;
  height: 29px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #c0c0c0;
  text-decoration: none;
  color: black;
  text-shadow: 1px 1px 0 white;
  padding: 0 12px;
}
#pages a:hover {
  text-decoration: underline;
  background-color: rgb(236, 236, 236);
}
#pages span {
	background: #44cdf0;
  display: inline-block;
  width: 28px;
  height: 29px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #26859d;
  border-right: 1px solid #26859d;
  color: white;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
  cursor: pointer;
}
.zrdetail td {
	font-size: 11px;
}
.zrdetail th {
	font-size: 11px;
	font-weight: normal;
	width: 150px;
	color: #999999;
	vertical-align: top;
}
.zrdetail th span {
	font-weight: bold;
	color: #000000;
}
#detleft {
	width: 720px;
	float: left;
	padding-top: 10px;
}
#detleft.admin {
  float: right;
}
#detleft.admin h1 {
	margin-bottom: 20px; 
}

div.dgroup,
div#related_subject {
  border-bottom: 1px solid #c0c0c0;
}
#detleft h2, .dstitle {
	font-size: 16px;
	font-weight: bold;
	color: #17b8e1;
	padding: 25px 10px 8px 25px;
  display: inline-block;
  /*cursor: pointer;*/
  text-shadow: 1px 1px 0 white; 
}
div.top_tabs {
  margin-bottom: -1px;
}
div.top_tabs .dgroup {
  display: inline-block; 
  margin-right: 13px; 
}
div.top_tabs .dgroup .dstitle {
  font-size: 14px;
  color: #626262; 
  background: #f2f2f2;
  border: 1px solid #c1c1c1;
  border-bottom: none;
  padding: 10px 22px 0;
  height: 25px;
  position: relative;
  z-index: 2;
}
div.top_tabs .dgroup.active .dstitle {
  color: black; 
  height: 26px;
  margin-bottom: -1px;
}
div.top_tabs .dgroup:first-child .dstitle {
  border-left: none;  
}
/*.dstitle:hover {
	color: rgb(23, 207, 255);
}
.dstitle:after,
#detleft div#related_subject h2:after {
	content: " ";
  width: 20px;
  height: 16px;
  background: url(images/ico_arrow2.png) no-repeat 50% 7px;
  display: inline-block;
  padding-left: 12px;
}
.dstitle:hover:after,
#detleft div#related_subject h2:hover:after  {
  background-position: 50% -24px;
}
.dstitle.nonactive:after,
#detleft div#related_subject h2.nonactive:after {
	background-position: 50% -24px;
}
.dstitle.nonactive:hover:after,
#detleft div#related_subject h2.nonactive:hover:after {
  background-position: 50% 7px;
}*/
div.top_tabs .dgroup .dstitle:after {
  display: none;
}
#detleft p {
	font-size: 13px;
}
div#links .obsah,
div.dgroup table {
  width: 100%;
  background: #f1f1f1;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid white;
  padding: 18px 25px;
  border-spacing: 0;
}     
div#links .obsah{
  width: 688px;
}
div#related_subject div.obsah {
  background: #eeeeee;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid white;
  padding: 18px 25px;
  line-height: 26px;
}
div#links .obsah a, 
div#related_subject div.obsah a {
  color: black;
}
div.pe div#related_subject h2 {
  border-bottom: none;
}
div.btn_podrobne {
  font-size: 12px;
  cursor: pointer;
  background: url(images/ico_arrow.png) no-repeat 112px 8px;
  display: inline-block;
  padding-right: 16px;
}
div.btn_podrobne:hover {
  text-decoration: underline;
}
div.btn_podrobne.active {
  background-position: 112px -22px;
}
div.dgroup table td {
  padding: 5px 0 5px 25px;
}
div.dgroup table tr.texty td,
div.dgroup table.ditem td {
  padding-left: 0;  
}
div.dgroup table tr.dspacer td {
  height: 10px;  
}  
div.dgroup table td.dtitle {
  color: #7d7d7d;
  width: 130px;
  border-right: 1px solid #b5b5b5;
  border-left: none;
  padding-left: 0;
} 
#detmenu {
	margin-top: 62px;
	float: right;
	width: 250px;
}
#detmenu.admin {
  float: left;  
  margin-top: 0;
}
#jrss {
	width: 1px;
	height: 1px;
	border: 0px;
}
#suggest {
	width: 400px;
	position: absolute;
	margin: 0px;
	list-style-type: none;
	cursor: default;
	visibility: hidden;
	border: 1px solid #aeaeae;
	background: rgba(255,255,255,0.93);
	background: white \9;
	overflow: hidden;
	margin: -10px 0 0 8px;
	z-index: 100;
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#suggest li {
	padding: 0 3px;
}
#suggest a {
	color: #000000;
	text-decoration: none;
	padding: 8px 14px 8px 14px;
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
#suggest a span {
	position: absolute;
	right: 0;
	top: 0;
	height: 27px;
  padding-right: 14px;
  padding-top: 8px;
  color: rgb(65, 179, 255);
  display: block;
  background: white;
  padding-left: 12px;
}
#suggest li:hover,
#suggest li:hover span {
	background: #eaeaea;
}
#suggest li#celkem {
  font-size: 12px;
  padding: 5px 0 0 17px;
}
#suggest li#celkem a {
  padding-left: 0;
  text-align: right;
  color: rgb(65, 179, 255);
}
#details tr td {
	font-size: 12px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*add form*/
#iadd #description, #iadd #atitle {
	width: 350px;
}
#iadd fieldset {  
  margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
#iadd legend {
	font-weight: bold;
	margin: 0;
	padding: 2px 10px;
	color: #000
}

#iadd input, #iadd select {
	font-size: 14px;
	margin: 0;
	padding: 2px 5px;
	color: #000
}

/*contact form*/
#icontact #description, #icontact #atitle {
	width: 350px;
}
#icontact fieldset {
	margin: 0 0 20px 0;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
#icontact legend {
	font-weight: bold;
	margin: 0;
	padding: 2px 10px;
	color: #000
}

#icontact input, #icontact select {
	font-size: 14px;
	margin: 0;
	padding: 2px 5px;
	color: #000
}

.errors {
  display: block;
	margin: 0px 0px 20px 0px;
	color: #000000;
	padding: 10px 10px 10px 30px;
	border: 1px solid #CC0000;
	background-color: #FFF9F9;
	font-weight: bold;
	font-size: 14px;
}
.alert {
	border: 1px solid #FF9900;
	text-align: left;
	font-size: 14px;
	margin: auto;
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgb(255, 248, 208);
	padding: 16px 25px;
}
.info_alert {
	border: 1px solid #009900;
	text-align: left;
	font-size: 14px;
	margin: auto;
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #fbfef8;
	color: #009900
}
#iadd .errors li {
	color: #CC0000;
	padding-left: 0px;
}
#iadd h3 {
	color: #000000;
	background-color: #F4F4F4;
	padding: 4px 4px 4px 9px;
	font-size: 14px;
}
#iadd .rform {
	border: 1px solid #ff9900;
	padding: 2px;
}
#iadd .row {
	margin: 2px 0;
	clear: left;
	line-height: 25px;
}
#iadd label {
	float: left;
	text-align: right;
	font-weight: normal;
	padding-top: 0px;
	color: #000;
	line-height: 33px;
	padding-right: 10px;
}
#iadd .row label span {
	padding-right: 1px;
	font-weight: normal;
}
#iadd .row .formhelp {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}
#iadd label a {
	text-decoration: none;
	color: #000000;
}
#iadd .gt {
	color: #009900;
}
/*for counter*/
#iadd .rt {
	color: #CC0000;
}
/*for counter*/
#iadd .uploadfile {
	margin-bottom: 1px;
}
.row .error {
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	padding-left: 5px;
	background-color: #fff
}
#results td a.smap, td a.smap, #results td a.srel, td a.srel {
	height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: url(images/btn_search_small.png) no-repeat;
  display: inline-block;
  color: white;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.16);
  padding-left: 20px;
  line-height: 22px;
  padding-right: 8px;
  margin-left: 10px;
  border-right: 1px solid #a0a0a0;
}
#results td a.smap, td a.smap {
  background-position: 0 -88px;
}
#results td a.srel, td a.srel {
  background-position: 0 0;
  border-right: 1px solid #733e8f;
  padding-left: 22px;
}
#results td a.smap:hover, td a.smap:hover {
  background-position: 0 -110px;
}
#results td a.srel:hover, td a.srel:hover {
  background-position: 0 -22px;
}
#detleft .smap:hover, #detleft .srel:hover {
	color: #FFFFFF;
}
#map_info {
	display: none;
	margin: 0px 0px 20px 0px;
	color: #000000;
	padding: 10px 10px 10px 30px;
	width: 60%;
	border: 1px solid #CC0000;
	background-color: #FFF9F9;
	font-weight: bold;
	font-size: 12px;
}
#map_canvas a:hover, #map_canvas .smap a:hover {
	color: #000000;
}
#pathway {
	background-color: #F9F9F9;
	font-size: 11px;
	padding: 5px 5px 5px 8px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
.c {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: none;
}
#catalog {
  float: left;
  width: 738px;
}
#catalog a {
	/*color: #0000FF;
*/
	text-decoration: underline;
}
#catalog ul {
	padding: 10px 0 30px;
}
#catalog ul li {
	list-style: none;
	background: url('../ico/fr.gif') no-repeat 0 50%;
	padding: 5px 0 5px 20px;
	margin-left: 28px;
}
#catalog a {
	display: inline-block;
	color: #0066CC;
	padding-right: 5px;
}
#catalog a:hover {
	color: #FF6600
}
#catalog li span {
	color: #666666;
}
#catalog #cpathway {
	background-color: #F9F9F9;
	font-size: 11px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#catalog #cpathway strong {
	font-weight: normal;
}
#catalog #cpathway a:visited, #catalog #catreg a:visited, #catalog #pages a:visited {
	color: #0066CC;
}
#catalog #catreg {
	font: 17px "Arial CE", Arial, "Helvetica CE", Helvetica, helvetica, sans-serif;
	margin: 15px 0px 4px 0px;
}
.add_footer {
	float: left;
	width: 310px;
	height: 310px;
	margin-top: 20px;
}
#detads {
	padding: 7px 5px 7px 5px;
	background-color: #FFFFE8;
	margin-right: 7px;
	margin-top: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#detads:hover {
	background-color: #FFFFCC;
}
#detads a {
	color: #cc0000;
	font-weight: bold;
	font-size: 12px
}
#detads a:hover {
	color: #0000CC;
}
#detads a  span {
	color: #009900;
	font-weight: normal;
}
.greyrow td {
	background-color: #EFEFEF;
	background: url('../img/bg.gif') 80% repeat-x;
	padding-top: 4px;
}
#ir_mod h2 {
  font-size: 22px;
  color: #555555;
  padding: 18px 25px 4px;
  border-bottom: 1px solid #d5d5d5;
}
#ir_mod h3 {
  font-size: 16px;
  font-weight: bold;
  color: #17b8e1;
  padding: 25px 10px 8px 25px;
  text-shadow: 1px 1px 0 white;
}
#ir_mod div.banner {
	padding-top: 27px;
}
#table {
	BORDER-top: #dadada 1px solid;
	BORDER-left: #dadada 1px solid;
}
#table img {
	border: 0px;
}
#table TH {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: #dadada 1px solid;
	BACKGROUND-COLOR: #EFEFEF;
	BORDER-RIGHT: #eaeaea 1px solid;
	border-color: #dadada;
}
#table TD {
	BORDER-RIGHT: #eaeaea 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BORDER-BOTTOM: #e0e0e0 1px solid;
	BACKGROUND-COLOR: #ffffff;
	padding: 5px;
	padding-left: 8px;
	border-color: #dadada;
}
#table tr:hover td {
	BACKGROUND-COLOR: #EFEFEF;
}
#table .even TD {
	background-color: #EFEFEF;
	padding: 2px;
	padding-left: 5px;
}
#table .odd TD {
	background-color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
}
.watchman_link {
	color: #999;
	text-decoration: underline;
	cursor: pointer;
}
#header div.adhelp {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 218px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.adhelp ul {
	margin: 2px 2px 2px 20px;
}
.adhelp b {
	font-size: 11px;
}
.adhelp .top {
	display: block;
	height: 15px;
	overflow: hidden;
	background: url(../img/h_top.gif) no-repeat bottom left;
}
.adhelp .middle {
	display: block;
	_height: 10px;
	min-height: 10px;
	width: auto;
	padding: 2px 14px 2px 24px;
	font-size: 85%;
	background: url(../img/h_middle.gif) no-repeat;
	color: #000000;
	font-size: 12px;
}
.adhelp .bottom {
	display: block;
	height: 9px;
	overflow: hidden;
	background: url(../img/h_bottom.gif) no-repeat;
}
.notvalid, .notvalid th span, .notvalid th, .notvalid td {
	color: #999;
	font-style: italic;
	text-decoration: underline
}
.form {
	z-index: 50;
	position: relative;
	border: 1px solid #d5d5d5;
	padding: 20px 10px 10px 20px;
}
form {
	margin: 0px;
	padding: 0px;
}
#center fieldset {
	border: none;
	padding-top: 3px;
	border: none;
}
#center legend {
	font-size: 18px;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	color: #666666;
	font-family: Arial;
}
.form label {
  padding-right: 10px;
}
.form input[type="text"],
.form input[type="password"] {
  padding: 5px 8px;
  border: 1px solid #abadb3;
}
.form .req {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.form .helpbox {
	position: relative;
	z-index: 0;
}
.form .help {
	display: none;
	position: absolute;
	top: -13px;
	right: -200px;
	width: 198px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.form .help ul {
	margin: 2px 2px 2px 20px;
}
.form .help b {
	font-size: 11px;
}
.form .help .top {
	display: block;
	height: 15px;
	overflow: hidden;
	background: url(../img/h_top.gif) no-repeat bottom left;
}
.form .help .middle {
	display: block;
	_height: 10px;
	min-height: 10px;
	width: auto;
	padding: 2px 14px 2px 24px;
	font-size: 85%;
	background: url(../img/h_middle.gif) no-repeat;
	color: #000000;
	font-size: 12px;
}
.form .help .bottom {
	display: block;
	height: 9px;
	overflow: hidden;
	background: url(../img/h_bottom.gif) no-repeat;
}
.form td {
	padding: 2px 1px 5px 2px;
}
.form table tr td {
	vertical-align: top;
}
.error {
	color: #CC0000;
	font-weight: normal;
	font-size: 11px;
}
.form ul li {
	list-style: square;
	font-size: 12px;
	margin-left: 3px;
	margin-bottom: 4px;
	padding-left: 0px;
	color: #000000;
}
#hp_right {
	float: right;
	width: 240px;
	padding: 9px;
	font-size: 11px;
	margin-top: 44px;
}
#hp_left {
	float: left;
	width: 738px;
	position: relative;
}
div.main_text {
  background: #f2f2f2;
  margin-bottom: 12px;
  border-bottom: 1px solid #d4d4d4;
}
div.main_text h1 {
  font-size: 32px;
	color: #26b3db;  
  text-shadow: 1px 1px 0 white;
  padding: 15px 18px;
  margin: 0 10px;
  border-bottom: 1px solid #c2c2c2; 
  font-family: "Helvetica-Neue", Calibri, Arial, Helvetica, sans-serif;
}
div.main_text p {
  padding: 22px 28px 28px;
  font-size: 15px;
	line-height: 24px;
}
div.main_text ul{
  padding: 0 48px 0;
}
div.subjekty {
  width: 363px;
  float: left;
  background: #f2f2f2;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 12px 12px 0;
  position: relative;
}
div.subjekty.nove_subjekty {
  margin: 0 0 12px 0;
}
div.subjekty div.hp_title,
div.subjekty h3.hp_title {
  height: 40px;
  font-size: 20px !important; /* override #ir_mod */
  font-weight: bold;
  color: #555555 !important; /* override #ir_mod */
  cursor: pointer;
  padding: 18px 0 0 24px !important; /* override #ir_mod */
  text-shadow: 1px 1px 0 white;
  font-family: "Helvetica-Neue", Calibri, Arial, Helvetica, sans-serif;
}
div.subjekty div.hp_title:hover,
div.subjekty h3.hp_title:hover {
  background: rgb(235, 235, 235);
}
div.subjekty div.obsah {
  padding: 5px 28px 18px;  
}
div.subjekty div.obsah div.item {
  padding: 0 0 10px;  
  position: relative;
}
div.subjekty div.obsah div.item a {
  white-space: nowrap;
  display: block;
  width: 300px;
  overflow: hidden;
  color: black;
  text-decoration: none;
}
div.subjekty div.obsah div.item a:hover {
  text-decoration: underline;
}
div.subjekty div.obsah div.item span.ico {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  background: #f2f2f2;
  color: rgb(65, 179, 255);
}
div.subjekty:after {
  content: " ";  
  width: 10px;
  height: 10px;
  background: url(images/ico_more.png);
  position: absolute;
  right: 0;
  bottom: 0; 
} 
.menu_home {
	background: url("../ico/chart_organisation.gif") no-repeat 0px 50%;
}
.menu_setting {
	background: url("../ico/vcard_edit.gif") no-repeat 0px 50%;
}
.menu_messages {
	background: url("../ico/email_open_image.gif") no-repeat 0px 50%;
}
.menu_inz {
	background: url("../ico/table_multiple.gif") no-repeat 0px 50%;
}
.menu_import {
	background: url("../ico/table_add.gif") no-repeat 0px 50%;
}
.menu_logout {
	background: url("../ico/lock_go.gif") no-repeat 0px 50%;
}
.menu_stats {
	background: url("../ico/chart_bar.gif") no-repeat 0px 50%;
}
.menu_add {
	background: url("../ico/add.gif") no-repeat 0px 50%;
}
.menu_monitoring {
	background: url("../ico/application_form_magnify.gif") no-repeat 0px 50%;
}
.menu_cart {
	background: url("../ico/cart.gif") no-repeat 0px 50%;
}
.menu_invoice {
	background: url("../ico/pdf.gif") no-repeat 0px 50%;
}
.menu_cart_go {
	background: url("../ico/cart_go.gif") no-repeat 0px 50%;
}
.menu_key {
	background: url("../ico/key.gif") no-repeat 0px 50%;
}   
.menu_delet {
  background: url("../ico/trash.gif") no-repeat 0px 50%;
}
#hp_graph_filter {
	text-align: center;
}
#hp_graph_filter span {
	color: #3366cc;
	text-decoration: underline;
	cursor: pointer;
}
#hp_graph_filter span:hover {
	color: #000000;
}
#hp_graph_filter span.active {
  font-weight: bold;
  font-size: 16px;
}
#vyhreg {
	margin-left: 20px;
}
#vyhreg ul li {
	color: #000;
	list-style: decimal;
	padding-left: 0px;
	margin-bottom: 8px;
}
#vyhreg h3, #adminscreen h3 {
	color: #b80047;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
}
#adminscreen td {
	font-size: 12px;
	font-family: arial;
	text-align: center;
	color: #669900
}
#adminscreen img {
	border: 1px solid #0066cc;
	padding: 1px;
	margin-top: 4px;
}
.warning_alert {
	font-size: 11px;
	font-family: arial;
	color: #669900;
}
.bhelpbox {
	position: relative;
	z-index: 0;
}
.bhelpbox .bhelp {
	display: none;
	position: absolute;
	top: -6px;
  right: 130px;
	width: 260px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.bhelpbox .bhelp ul {
	margin: 2px 2px 2px 20px;
}
.bhelpbox .bhelp b {
	font-size: 11px;
}
.bhelpbox .bhelp .btop {
	display: block;
	height: 15px;
	overflow: hidden;
	background: url(../img/bh_top.gif) no-repeat bottom left;
}
.bhelpbox .bhelp .bmiddle {
	display: block;
	_height: 10px;
	min-height: 10px;
	width: auto;
	padding: 2px 14px 2px 24px;
	font-size: 85%;
	background: url(../img/bh_middle.gif) no-repeat;
	color: #000000;
	font-size: 11px;
}
.bhelpbox .bhelp .bbottom {
	display: block;
	height: 9px;
	overflow: hidden;
	background: url(../img/bh_bottom.gif) no-repeat;
}
.orderdesc {
	background: url(../ico/desc.gif) no-repeat right;
	padding-right: 15px;
}
.orderasc {
	background: url(../ico/asc.gif) no-repeat right;
	padding-right: 15px;
}
.navod b {
	color: #b80047;
	text-align: center
}
#hp_right .banner {
	left: -5px;
	padding-bottom: 10px;
	position: relative;
}
.banner.white {
	padding-top: 10px;
}
#detleft {
	position: relative;
}
#menu_akce {
	position: absolute;
	width: 28px;
	left: -42px;
	top: 130px;
}
#menu_akce ul li {
  list-style: none;
  display: block;	
}
#menu_akce ul li > * {
  display: block;
  text-decoration: none;
  width: 28px;
  height: 28px;
  background: url(images/ico_akce.png);
  cursor: pointer;
  position: relative;
  margin-bottom: 8px;
}
#menu_akce ul li.schranka:hover > * {
  background-position: 100% 0;  
}
#menu_akce ul li.tisk > * {
  background-position: 0 -28px;  
}
#menu_akce ul li.zalozka > * {
  background-position: 0 -56px;  
}
#menu_akce ul li.email > * {
  background-position: 0 -84px;  
}
#menu_akce ul li.tisk:hover > * {
  background-position: 100% -28px;  
}
#menu_akce ul li.zalozka:hover > * {
  background-position: 100% -56px;  
}
#menu_akce ul li.email:hover > * {
  background-position: 100% -84px;  
}
#menu_akce ul li > * > span {
  position: absolute;
  right: 36px;
  top: 7px;
  color: black;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  display: none;
}
#menu_akce ul li > *:hover span {
  display: block;
}
.hidden {
	display: none;
}
div.osoby {
	position: relative;
}
div.osoby {
}
div.content_tabs > div {
	display: none;
}
div.content_tabs > div:first-child {
	display: block;
}
/* menu */
div#header div.top_menu div.login_div {
	position: absolute;
	right: 0px;
	background-color: white;
	z-index: 50;
	width: 325px;
	border: 1px solid #d0d0d0;
	border-top: none;
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
div#header div.top_menu div.login_div table {
  padding: 10px;
  width: 325px;
  border-spacing: 0;
}
div#header div.top_menu div.login_div span.close_login {
  text-align: right;  
  display: block;    
  padding: 8px 5px;
  margin: 0 3px;
  border-bottom: 1px solid #D4D4D4;
  height: 16px;
}
div#header div.top_menu div.login_div span.close_login span.icon_close {
  background: url(images/ico_close.png) no-repeat right top;
  height: 16px;
  padding: 0;
  padding-right: 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 17px;
  float: right;
}
div#header div.top_menu div.login_div span.close_login span.icon_close:hover {
  background-position: right bottom;
}

div#header div.top_menu div.login_div table td {
  vertical-align: top;
  padding: 5px 0;
}
div#header div.top_menu div.login_div form label {
  color: black;
  cursor: default;
  padding: 4px 25px 0 0;
  display: block;
}
div#header div.top_menu div.login_div table input.submit {
  background: url(images/btn_menu.png);
  border: none;
  border-right: 1px solid #28879f;
  color: white;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.13);
  padding-right: 13px;
  font-weight: bold;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  cursor: pointer;
  float: right;
  margin: 5px 0 0 0;
}
div#header div.top_menu div.login_div table input.submit:hover {
  background-position: 0 -31px;
}
div#header div.top_menu div.login_div span.middle {
  color: red;
  font-size: 12px;
}
div#header div.top_menu div.login_div ul.actions {
  border-top: 1px solid #d4d4d4;
  margin: 0 3px;
  padding: 7px 0 8px;
}
div#header div.top_menu div.login_div ul.actions li {
  list-style: none;
}
div#header div.top_menu div.login_div div.helpbox {
  width: 194px;
}
div#header div.top_menu div.login_div ul.actions li a {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  padding: 0 11px;
}
div.sub_banners {
	position: relative;
	left: -32px;
	width: 775px;
	height: 143px;
	margin-top: -18px;
}
div.sub_banners > div {
	float: left;
	position: relative;
}
div.sub_banners > div:hover {
	left: 1px;
	top: 1px;
}
div.sub_banners > div.ovlada {
	margin-left: 6px;
}
div.sub_banners > div.platit_dph {
	margin-left: -15px;
}
/*--- MAIN BANNER ---*/
div.main_banner {
	width: 1000px;
	height: 287px;
	background: url(images/banners/banner_main.png);
	margin-top: 10px;
	position: relative;
	font-family: "Helvetica-Neue-Light", Calibri, Arial, Helvetica, sans-serif;
}
div.main_banner strong {
	font-family: "Helvetica-Neue", Calibri, Arial, Helvetica, sans-serif;
}
div.main_banner div.block_1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 494px;
	height: 254px;
}
div.main_banner div.block_2 {
	position: absolute;
	left: 506px;
	top: 0;
	width: 494px;
	height: 254px;
}
div.main_banner div.block_3 {
	position: absolute;
	right: -42px;
	top: 113px;
	font-family: "Helvetica-Neue", Calibri, Arial, Helvetica, sans-serif;
}
div.main_banner div.block_3 a {
  display: block;
  text-decoration: none;
	width: 174px;
	height: 174px;
	background: url(images/btn-ziskat.png);
	position: relative;
	text-decoration: none;
}
div.main_banner div.block_3 a:hover {
  left: 1px;
  top: 1px;
}
div.main_banner div.block_3 a span {
  display: block;
  text-align: center;
  padding-right: 7px;
  font-weight: bold;
}
div.main_banner div.block_3 a span.line1 {
  padding-top: 24px;
  font-size: 18px;
  color: #c14bce;
}
div.main_banner div.block_3 a span.line2 {
  font-size: 32px;
  color: #7e2aae;
  margin-top: -8px;
}
div.main_banner div.block_3 a span.line3 {
  font-size: 20px;
  color: #ce72e9;
  margin-top: -8px;
}
div.main_banner div.block_3 a span.line4 {
  padding-top: 15px;
  font-size: 25px;
  color: #b546d7;
  text-shadow: 1px 1px 0 white;
}
div.main_banner .nadpis {
  display: block;
  font-size: 24px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.23);  
  height: 59px;
  line-height: 59px;
  padding: 0 0 0 21px;
  font-family: "Helvetica-Neue-Light", Calibri, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
div.main_banner .nadpis strong,
div.main_banner div.block_1 .nadpis {
  font-family: "Helvetica-Neue", Calibri, Arial, Helvetica, sans-serif;
}
div.main_banner ul {
  padding: 27px 0 0 25px;
  width: 258px;
}
div.main_banner ul li {
  list-style: none;
  padding: 0 0 17px 32px;
  font-size: 15px;
  position: relative;
  line-height: 18px;
}
div.main_banner ul li span.check {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 23px;
  background: url(images/ico_check.png);
}
div.main_banner div.block_2 ul {
  padding: 35px 0 0 50px;
  width: 330px;
}

.left {
	float: left;
}
.right {
	float: right;
}
div.main_search {
  margin-top: 18px;
}
/*--- PARTNEŘI ---*/
div.partneri_text {
  font-weight: bold;
  font-size: 12px;
  color: #989898; 
  margin-top: 10px; 
}
div.partneri_logo {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
}
div.partneri_logo a {
  display: block;
  text-decoration: none;
  float: left;
}
/*--- DETAIL ---*/
div.right_banners > div {
  width: 250px;  
  min-height: 85px;
  position: relative;
  margin-bottom: 24px;
}
div.right_banners > div:hover {
  left: 1px;
  top: 1px;
}
div.right_banners > div div.header span {
  display: none;
}
div.right_banners > div div.header {
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  
}
div.right_banners > div.hlidani div.header {
  background: url(images/banner_right_hlidat.png) no-repeat;
  width: 254px;
  height: 122px;
  top: -22px;
  left: -2px;
}
div.right_banners > div.vazby div.header {
  background: url(images/banner_right_prover.png) no-repeat;
  width: 257px;
  height: 114px;
  top: -9px;
  left: -1px;
}
div.right_banners > div.platce_dph div.header {
  background: url(images/banner_right_platce.png) no-repeat;
  width: 275px;
  height: 120px;
  left: -23px;
  top: -13px;
}
div.right_banners > div.ohodnoceni div.header {
  background: url(images/banner_right_duveryhodnost.png) no-repeat;
  width: 253px;
  height: 117px;
  top: -14px;
  left: -1px;
}
div.right_banners div.login_div {
  padding: 45px 14px 14px 14px;
  float: none;
  border-bottom: 1px solid  #c1c1c1;
  position: relative;
  background: #f1f1f1;
  top: 40px;
  margin-bottom: 65px;
}
div.right_banners > div.platce_dph div.login_div {
  padding-top: 55px;
  margin-bottom: 75px;
}
div.right_banners div.login_div div.hp_box_title {
  font-size: 14px;
  font-weight: bold;
  color: #1f1e1e;
  padding: 10px 0 5px;
}
div.right_banners div.login_div div.close {
  position: absolute;
  cursor: pointer;
  background: url(images/ico_arrow.png) no-repeat 50% -27px;
  width: 15px;
  height: 15px;
  right: 11px;
  top: 55px;
  opacity: 0.5;
}
div.right_banners div.login_div div.close span {
  display: none;
}
div.right_banners div.login_div div.close:hover {
  opacity: 1;
}
div.right_banners div.login_div input.submit {
  width: 110px;
  height: 33px;
  background: url(images/btn_login.png);
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.16);
  border: none;
  cursor: pointer;
  color: white;
}
div.right_banners div.login_div input.submit:hover {
  background-position: 0 -33px;
}
div.right_banners div.login_div span.btn_ziskat a {
  display: block;
  width: 105px;
  height: 33px;
  background: url(images/btn_login.png) 0 -66px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.16);
  cursor: pointer;
  color: white;
  text-decoration: none;
  float: right;
}
div.right_banners div.login_div span.btn_ziskat a:hover {
  background-position: 0 -99px;
}
div.right_banners div.login_div table {
  width: 100%;
  margin-bottom: 5px;
  border-spacing: 0;
}
div.right_banners div.login_div table td.label {
  width: 46px;
}
div.right_banners div.login_div input.w150 {
  border: 1px solid #c1c1c1;
  padding: 5px 8px;
  width: 158px;
}
input#add_button,
input.submit {
  /*width: 105px;*/
  height: 39px;
  /*background: url(images/btn_login.png) no-repeat 0 -132px;*/

	background: url(images/bcg_admin_top.png);
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.16);
  border: none;
  cursor: pointer;
  color: white;
  padding: 0 15px 0 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
input#add_button:hover,
input.submit:hover {
  background-position: 0 -165px;
}

div#contact_formular  span.req{
        color: #e60000;
        padding-left: 3px;
}
div.data_registration h1 {
  font-size: 28px;
  color: #25b3dc;
  text-shadow: 1px 1px 0 white;
  padding: 15px 18px;
  margin: 0 10px;
  border-bottom: none;
}
/*--- ADMINISTRACE ---*/
div#detmenu div.module {
  background: #f1f1f1;
  border-bottom: 1px solid #c0c0c0;  
  margin-bottom: 24px;
  width: 250px;
}
div#detmenu div.module div.header {
  background: url(images/bcg_admin_top.png);
  height: 41px;
}
div#detmenu div.module div.header strong {
  color: white;
  font-size: 18px;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
  padding-left: 15px;
  line-height: 40px;
}
div#detmenu div.module div.header a {
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
  padding-left: 15px;
  line-height: 40px;
  text-decoration: none;
}
div#detmenu div.module div.header a:hover {
  text-decoration: underline;
}
div#detmenu div.module div.content ul {
  padding: 5px 0;
}
div#detmenu div.module div.content ul li {
  list-style: none;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 5px;
  position: relative;
}
div#detmenu div.module div.content ul li span {
  display: block;
  background-position: 8px 50%;
}
div#detmenu div.module div.content ul li a {
  color: black;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  display: block;
  padding-left: 35px;
}
div#detmenu div.module div.content ul li a:hover {
  text-decoration: underline;
}

div#detmenu div.module div.content ul li.active {
  background: url(images/bcg_admin_active.png);
  margin: 0;
  padding: 0 5px;
	color:#fff !important;
}

div#detmenu div.module div.content ul li.active a {
  color: white !important;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}

div#detmenu div.module div.content ul li.active a font {
	color: white !important;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}


div#detmenu div.module div.content ul li:last-child {
  border-bottom: none;
}
/*--- ABOUT ---*/
ul.menu.about li {
  width: 192px;
}
ul.menu.about li.s0 {
  width: 40px; 
}
ul.menu.about li.s0 span {
  display: none;
}
ul.menu.about li a {
  font-size: 17px;
}
ul.menu.about li.s0 {      
  background-image: url(images/ico_home.png); 
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
ul.menu.about li.active {
  width: 191px;
}
ul.menu.about li.s5 a {
  background: none;
}
ul.menu.about li.s5.active a {
  background: url(images/btn_menu.png) no-repeat 50% -62px;
}
a.btn_back_search {
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 13px;
  color: black;
}
a.gmap {
  margin-bottom: 20px; 
  display: block;
  text-decoration: none; 
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
a.gmap div#map_canvas {
  width: 738px;
  height: 250px;
}
div.user_tools {
  padding: 10px 0;
}
table#spolehlivy_platce span.watchman_link,
div.user_tools span.watchman_link {
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: url(images/btn_search_small.png) no-repeat 0 0;
  display: inline-block;
  color: white;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.16);
  padding-left: 22px;
  line-height: 22px;
  padding-right: 8px;
  margin-right: 10px;
  border-right: 1px solid #a0a0a0;
}                                          
table#spolehlivy_platce span.watchman_link:hover,
div.user_tools span.watchman_link:hover {
  background-position: 0 -22px;
}                       
table#spolehlivy_platce span.watchman_link a,
table#spolehlivy_platce span.watchman_link a:hover{
  text-decoration: none;
  color: white;
}
div#detleft > div.dnote {
  padding: 10px 25px 0;
  font-size: 12px;
  background: #f1f1f1; 
}
table.dcenter.dinvisible.dwidth_auto {
  padding-left: 25px;
  padding-bottom: 8px;
  width: 100%;
  background: #f1f1f1;
  border-bottom: 1px solid #c0c0c0;
}
div.dreg {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 10px 8px 25px;
}
.dclosed {
  text-decoration: line-through;
}

/*--- MAIN BANNER ---*/
div.main-banner.prover_vztahy {
  width: 1024px;
  height: 289px;
  background: url(images/banner_proverovani_vazeb_big2.png);
  position: relative;
  margin-bottom: -60px;
}
div.main-banner.spolehlivost_platce {
  width: 1021px;
  height: 290px;
  background: url(images/banner_spolehlivost_platce_dph_big.png);
  position: relative;
  margin-bottom: -40px;
}
div.main-banner.bonita {
  width: 1024px;
  height: 290px;
  background: url(images/banner_bonita_big2.png);
  position: relative;
  margin-bottom: -40px;
}
div.main-banner strong.title {
  padding: 0 30px;
  text-align: right;
  line-height: 85px;
  font-size: 40px;
  color: white;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.23);
  border-bottom: none;
  position: relative;
  white-space: nowrap;
}
div.main-banner p.subtitle {
  font-size: 19px;
  line-height: 28px;
  width: 670px;
  padding: 40px 50px 0;
}
div.main-banner p.subtitle b {
  color: rgb(0, 171, 219);
}
div.main-banner span.ziskej a {
  width: 120px;
  height: 32px;
  line-height: 31px;
  background: url(images/btn_small.png); 
  border-right: 1px solid #28879f;
  font-size: 20px;
  left: 617px;
}
div.main-banner span.ziskej a:hover {
  background-position: 0 -33px;
}
div.reference {
  display: inline-block;
  width: 140px;
  text-align: center;
}
div.reference img.reference{
  padding: 20px ;
  vertical-align: middle;
}
div.dgroup tr.detail_platce table{
    padding: 3px ;
    background-color: white;
}
div.dgroup tr.detail_platce > td{
    padding: 0px ;
}
div.dgroup tr.detail_platce td td{
    padding: 0px 0px 0px 25px ;
}            
div.dgroup tr.detail_platce td table tbody tr td{
    /*padding: 0px;*/
}            
div.dgroup tr.detail_platce td table > tbody > tr > td > b {
    font-size: 14px;
    padding-top: 5px;
    display: inline-block;
}
.skyscrapper {
      width: 120px;
      height: 750px;
      position: absolute;
      top: 20%;
      left: -170px;
}
