/*Theme Name:Easy Best Creative ThemeTheme URI:http://www.easybest.cz/Description:Custome style by Easy Best s.r.o.Version:24.2.2010Author:Easy Best - Michael MinarAuthor URI:http://www.easybest.cz/Tags:fixed width, three columns*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font-size: 62.5%;
	color: #333;
	font-family: sans-serif;
	background: #f8f8f8 url(images/pozadi.png) repeat-x left top;
}
.container { 
	width: 1000px;
	text-align: left;
	display: block;
	overflow: hidden;
	margin: 50px auto 0; 
	position: relative;
}
.article-content{
  width: 780px;
  display: block;
  position: relative;
  float: right; 
}
#side {
	width: 180px;
	background: url(images/linka.png) no-repeat right top;
  float: left;
  min-height: 500px;
	position: relative;
	padding: 15px 10px
}
#side .current{
  background: url(../images/bull.png) no-repeat left 6px; 
  font-weight: bold; 
  display: block;
  padding-left: 12px; 
}

#otherside {
	width: 180px;
	float: left;
	position: relative;
	padding: 15px 10px
}
#header {
	height: 200px;
	overflow: hidden;
	position: relative;
	border-bottom: 3px solid #eeeeee;
	background: #fff;
}
#current a {
	display: block;
	position: absolute;
	left: 30px;
	top: 15px;
	width: 209px;
	height: 150px;
	overflow: hidden;
	font-size: 140%;
}
#current a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 150px;
	padding-left: 209px;
	overflow: hidden;
	background: transparent url(images/logo.png) no-repeat left top;
}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#other {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 100;
}
#other a {
}
#textblock{
  display: block;
  width: 760px;
  float: left;
}

#textblock hr{
  margin: 50px 0 10px;
  display: block;
  float: left;
  width: 750px;
}

#textblock p, #textblock ul li, #textblock ol li{
  font-size: 12px;
}
#textblock p, #textblock ul, #textblock ol {
  display: block;
  margin-bottom: 10px;
}
#menu {
	background: url(images/menu.png) no-repeat right top;
	position: absolute;
  display: block;
  top: 0px;
  padding-right: 10px;
  height: 35px;
  right: 10px;
}
#menu h2 {
	display: none;
}
#menu ul {
  background: url(images/menu.png) no-repeat left top;
  display: block;
  height: 35px;
  padding-left: 15px;
}
#menu ul li {
	display: block;
	float: left;
  font-size: 120%;
  line-height: 35px;
  height: 35px;
	color: white; 
	font-weight: bold;
}

#menu a {
	display: block;
  line-height: 35px;
  height: 35px;
	padding-left: 20px;
	text-decoration: none;
	color: black; 
}
#menu a:hover {
	text-decoration: underline;
}
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
  display: block;
  float: left; 
	width: 990px;
	margin: 0 auto;
}
fieldset {
	margin: 0;
	border: none;
}
fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 10px 23px;
}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
	text-align: left;
	font-weight: bold;
	display: inline;
	float: left;
	padding-right: 15px;
}
form label {
  text-align: right;
  display: block;
  width: 150px; 
	font-weight: bold;
}
form input, form select, form label, form textarea {
	font-size: 110%;
}
form input {
	width: 550px; 
	margin: 0 0 3px 0;
	float: left;
}
input.num{
  width: 40px;
}
form select {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form textarea {
	width: 550px;
	margin: 0 0 3px 0;
	float: left;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}
form button, .sendbutton {
	cursor: pointer;
	width: 10em;
}
.sendbutton {
	position: relative;
	left: 113px;
}
.emailreqtxt, .reqtxt {
	display: inline;
	float: left;
	width: 0;
	padding: 0 0 0 15px;
	height: 15px;
	overflow: hidden;
	color: #ff0000;
	background: url(images/required.gif) no-repeat 3px 6px;
}
form ol li {
	list-style: none !important;
	clear: both;
	margin: 0;
	padding: 0;
}
#usermessagea {
	font-size: 120%;
	text-align: center;
	margin: 1em auto;
	font-weight: bold;
	color: red;
}
.cf_hidden {
	display: none;
}
.failure {
	color: red;
	border: 1px solid #ff0000;
	padding: 10px;
}
.footer {
	padding: 10px 0 10px;
	float: left;
	width: 100%;
	margin: 30px 0 0;
	text-align: right;
	height: 35px;
	clear:both;
  display: block;
	border-top: 1px solid #056C8E;
}
.footer p {
	font-size: 120%;
  display: block;
}
.footer p, .footer p a {
	color: #056C8E;
}
.footer p a {
	text-decoration: none;
}
.footer p a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 180%;
	padding: 0;
  margin: 10px 0 20px;
}
#textblock h2 {
	font-size: 140%;
	font-weight: bold; 
	color: #35AEBA;
	margin: 20px 0 10px;
	text-transform: uppercase; 
}
#side h2 {
	font-size: 140%;
	margin-bottom: 10px; 
}
#side h2.odsaz30 {
	margin-top: 30px; 
}
#side ul{
  margin: 5px 0 5px; 
}
#side ul li{
  margin: 3px 0; 
  font-size: 12px;
  line-height: 1.6em;  
}

#side ul li.current ul{
  display: block;
  margin-left: 10px;
}
#side ul li.current ul li{
  font-weight: normal; 
}
#side ul li.current ul li.current{
  font-weight: bold; 
}







h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0 5px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
#main p {
	padding: 7px 10px 3px 10px;
	text-align: justify;
}
#main ul, #main ol {
	margin: 0.5em 0;
}
#main ul ul, #main ol ol {
	margin: 0.2em 0;
}
#main ul li, #main ol li {
	list-style: disc url();
	margin-left: 2em;
}
#main ol li {
	list-style: decimal url();
}
#main p, #main ul li, #main ol li {
	font-size: 120%;
	line-height: 1.3em;
}
#main li li {
	font-size: 100%;
}
#side p {
	font-size: 110%;
	padding: 3px 5px 3px 5px;
	line-height: 1.3em;
}
.eb-nov {
	padding-top: 8px;
	display: block;
	position: relative;
}
.eb-nov .edit {
	top: -8px;
}
table {
	margin: 5px auto 0 auto;
	width: 740px;
	border-collapse: collapse;
	border: 2px solid #dddddd;
}
table th, table td {
	border: 1px solid #dddddd;
}
table th {
	text-align: left;
}
table th, table td {
	vertical-align: middle;
	font-size: 110%;
	padding: 0.5em;
}
table thead th, table th.right, table th.left {
	text-align: center;
	float: none;
	background: #ddd;
}
table td.right {
	text-align: right;
	float: none;
}
table td.left {
	text-align: left;
	float: none;
}
table thead th, table thead td {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
}
table tfoot th, table tfoot td {
	border-top: 2px solid #dddddd;
}
table tbody th {
	border-right: 2px solid #dddddd;
}
table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: center;
	padding: 5px;
	font-size: 110%;
}
#cham {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 35px;
	width: 137px;
	height: 53px;
	overflow: hidden;
}
#cham a {
	display: block;
	width: 0;
	background: url(images/easy-logo.jpg) no-repeat left top;
	padding-left: 137px;
	height: 53px;
}
/* skrĂ˝vĂˇnĂ­ nepotĹ™ebnĂ˝ch ÄŤĂˇstĂ­, vĹľdy nechat */
.hidden {
	display: none;
}
a {
	text-decoration: underline;
	color: #12AEBA;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
/* zarovnĂˇnĂ­ obrĂˇzkĹŻ v Texy , vĹľdy nastavit */
.left {
	float: left
}
.right {
	float: right;
}
img.left {
	margin: 4px 10px 4px 4px;
}
img.right {
	margin: 4px 4px 4px 10px;
}
.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
.edit {
	position: absolute;
	right: 5px;
	top: 5px;
}
.edit a {
	text-decoration: underline;
	color: #666666;
	padding: 3px;
}
.edit a:hover {
	text-decoration: none;
	background: #dddddd;
}
.message{ display: block; float: left; position: relative; }

.active {font-weight: bold;}

#vyber{ display: block; float: left; padding: 10px 0 0px; height: 22px;}
#vyber li{ display: block; float: left; padding: 0 8px; height: 20px; line-height: 20px;}
#vyber li a{ display: block; height: 20px; line-height: 20px;} 
#vyber li.export{  padding-left: 610px!important; }
#vyber li.export a{  padding-left: 25px!important; background: url(images/xls_icon.png) no-repeat left top; display: block; color: #3E7719; }

.novyuser{ margin-top: 35px; }
.novyuser label{ padding-left: 15px; margin-bottom: 10px;}
.novyuser label em{ font-weight: normal; font-size: 10px;   }
.blue{ color: #0E7292; padding: 3px 0 0 10px; }

.diskuz textarea { font-size: 12px; width: 750px; height: 280px; }
.posun{ display: block; float: left; margin: 10px 0 0 120px; }

.message{ display: block; float: left; width: 100%; margin: 10px 0 30px 0; background: #96E2FC; padding: 5px 0; text-align: center;
line-height: 30px;}
.vice{text-align: right;}
.bold{ font-weight: bold;}
 
 .head-pop{ display: block; background: #E4ECEF; padding: 10px;  }
 .head-pop em{ display: block; width: 100px; float: left; text-align: right; padding-right: 5px;  }
 .head-pop li{ line-height: 1.8em;  }
 .zpet{ font-weight: bold; width: 100%; text-align: right; display: block; font-size: 12px; margin: -25px 0 5px; }
 .zpet a{ text-decoration: none;  }

.fotogal{ display: block; float: left; width: 100%; margin-top: 25px; }
.leftgal{ display: block; float: left; margin: 0  10px 10px 0; }
.textbox{ display: block; width: 775px;  }
.novinka { margin-bottom: 15px; display: block; }
.novinka p{ font-size: 12px; margin-top: 5px; }
.novinka h2{ font-weight: bold; color: #35AEBA; }
.novinka h3{ font-weight: bold; font-size: 11px; color: #333; margin-top: 5px;  }
 
tr.dotaz{ background: #dedede; }
tr.dotaz.color2{ background: #bababa; }
tr.odpoved{ background: #bcbcbc; }
th.name{ width: 150px; }
.margintop{ margin-top: 15px; padding-top: 15px; }
 
 
 
 
 .fileAdminTable{


}
.fileAdminTable th{
  text-align: left;
}


.fileAdminDiv {
position: relative;
  margin-left: 0px;
  display:inline;
	padding: 3px;
	float:left; 
	min-height: 110px; 
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	vertical-align: top; 
	text-align:center;
}
.fileAdminDiv .fileAdminPopis{position:absolute;cursor: pointer;
bottom: 0px;
}
.delVObrazku{position:absolute;cursor: pointer;}