/* some common styles */

html, body {
  font-family: Arial, "Segoe UI", Tahoma, Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

h5 {
  font-size: 13px;
  font-weight: bold;
}

h6 {
  font-size: 120%;
  color: #f7800a;
}

br.cleaner, .cleaner {
  clear: both;
  height: 0;
}

/* links */

a:link, a:visited {
  color: #191d67;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active, a.active {
  color: #191d67;
  text-decoration: underline;
}

a:inactive, a.inactive {
  color: #191d67;
}

li a.active {
	color: #191d67;
}
/* some more items */

img, a img {
	border: none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #ffffff;
}

/* lists, menu */

ul.menu, .item-list ul {
  margin: 0;
  padding: 0 0 0 0.5em;
  padding: 0;
}

ul.menu li, .item-list ul li {
  margin: 0;
  padding: 0;
  padding-left: 14px;
  background: url(images/menu-leaf.gif) no-repeat 2px 3px;
  list-style: none;
}
ul.menu li a {
  font-weight: bold;
}
ul li.leaf, ul.menu li.leaf, .item-list ul li.leaf {
	list-style: none;
	list-style-image: none;
}

ul li.expanded, ul.menu li.expanded, .item-list ul li.expanded {
  list-style: none;
  list-style-image: none;
  background: url(images/menu-expanded.gif) no-repeat 1px 3px;
}

ul li.collapsed, ul.menu li.collapsed, .item-list ul li.collapsed {
  list-style: none;
  list-style-image: none;
  background: url(images/menu-collapsed.gif) no-repeat 1px 3px;
}

.node ul, .node ol {
  margin-top: 0;
}

/***********************
*   layout styling
***********************/

body, #front, #second {
  padding: 0;
  margin: 0px 0px;
  background-color: #fff;
}

#container {
  background: url(img/content_bg.png) repeat-x;
  padding: 0 10px;
}

#main { 
  padding: 12px 0;
}

.withleft #main {
/*  border-left: 1px solid #858585;*/
}

.withright #main {
/*  border-right: 1px solid #858585;*/
}

/* header SEM PRŘIJDE TO LOGO A OBRAZEK */ 
#header {
  /* height: 40px; */
  padding: 0;
  margin: 0;
}

#logo-title {
  padding: 5px 0 0 0;
  height: 30px;
  background: url(img/europe2.png) 100% 50% no-repeat;
}

#logo-title img {
  float: left;
  margin-right: 15px;
}

#logo-text {
  display: none;
  padding-top: 16px;
}

h1#site-name {
  font-size: 24px;
  font-weight: bolder;
  display: none;
}
h1#site-name a {
  color: #007a45;
  letter-spacing: 5;
}

#site-slogan {
  display: none;
  text-align: right;
  color: #cccccc;
  font-family: "Arial Black";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 46px;
}

/*#logo-title a, #logo-title a:visited, #logo-title a:hover {
  display: block;
  height: 100px;
	text-decoration: none;
  background: none;
  border-bottom: none;
}*/

/* primary links */

#primarylinks{
  /* background-color: #0258ae; */
  padding: 0;
  height: 38px;
  margin: 0;
  background: url(img/primary_menu_bg.png) repeat-x;
}

#search-box {
  color: #fff;
  float: right;
  margin: 0;
  padding: 7px 10px 1px 10px;
  background: #191d66 url(img/search_divider.png) top left no-repeat;
}
#search-box .form-text {
  width: 130px;
  height: 16px;
}
#search-box .form-submit {
  width: 50px;
  height: 23px;
}

#primarylinks ul {
  float: left;
  text-align: center;
}

#primarylinks ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#primarylinks ul li a, #primarylinks ul li a:visited {
  display: block;
  margin: 0;
  padding: 11px 8px;
  color: #fff;
  font-weight: bold;  
  height: 15px;
  border-bottom: none;
  background: url(img/dotted.png) top right repeat-y;
  float: left;
  line-height: 14px;
  font-size: 11px;
  text-transform: uppercase;
}
#primarylinks ul li.last a, #primarylinks ul li.last a:visited {
  background: none;
}

#primarylinks ul li a:hover {
  height: 16px;
  overflow: visible;
}
#breadcrumb {
  padding: 8px 10px 0 10px;
  height: 22px;
  margin: 0;
  background: url(img/breadcrumb_bg.png) repeat-x;
}
.breadcrumb {
  float: left;
}
.langbar {
  float: right;
}
.langbar .block {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
}
.langbar .block .content {
  background: none;
  padding: 0;
  margin: 0;
}
.langbar ul li {
  display: inline;
}
.langbar ul li a.active {
  background: url(img/active.png) 50% 100% no-repeat;
}
.langbar img {
  margin: 2px;
}
/* secondary links */

#secondary ul {
  position: absolute;
  right: 20px;
  top: 0px;
  text-align: right;
  padding: 10px 5px 5px 5px;
  background-color: #f7800a;
  border-bottom: 5px solid #dbdbdb;
  height: 12px;
}

#secondary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: left;
  color: #f7800a;
  line-height: 1em;
}

#secondary ul li a, #secondary ul li a:visited {
  display: block;
  margin: 0 .5em 0 .5em;
  padding: 0;
  color: #b0d3ff;
  float: left;
  font-size: 90%;
}

#secondary ul li a:hover {
  color: #ff7713;
  text-decoration: none;
  border: 0;
}

/* sidebars, regions */

.sidebar {
  text-align: left;

}

.sidebar .block {
  margin: 0 0 15px 0;
  border: 1px solid #d7d7d7;
}

#bar1 .block, #bar2 .block, #bar3 .block {
  padding: 0 10px;
}

#content-left, #content-right {
  float: left;
  width: 50%;
}
#content-left .block, #content-right .block {
  margin: 10px 8px;
}
#content-left .block h3, #content-right .block h3 {
  background: none;
  margin: 8px 0;
  font-size: 14px;
  color: #000;
  padding: 0;
}
#content-left .block .content, #content-right .block .content {
  background: none;
  padding: 0;
  line-height: 18px;
}

.block h3 {
  font-size: 12px;
  font-weight: bold;
  background: url(img/primary_menu_bg.png) repeat-x 100% 100%;
  /*  border-top: 2px solid #858585;  
  border-bottom: 1px solid #858585; */
  margin: 1px;
  padding: 4px 5px 4px 6px;
  color: #fff;
}
.block h3, .block div.title {
  font-size: 12px;
  font-weight: bold;
}

.block h3 a {
  color: #fff;
}

.block .content {
  /* border: 1px solid #898c90; */
  padding: 2px;
  margin: 1px;
  background: url(img/block_bg.png) bottom left repeat-x;
  /*  background-color: #ffd602;*/
}

.block .content .node h2 {
  background: none;
  font-size: 13px;
}
/**
* Pokud je obsah bloku osamocen, nebude mít žádné pozadí
*/
.sidebar .block .content:first-child {
  background: none;
}

.sidebar #block-block-1 .content {
  padding: 2px;
  margin: 1px;
  background: url(img/block_languages.png) top right no-repeat;
}
.sidebar #block-block-1 .content ul {
  margin: 6px 0 6px 10px;
  padding: 0;
}
.sidebar #block-block-1 .content li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 26px;
  font-weight: bold;
}
.sidebar #block-block-1 .content li.usa {
  background: url(img/usa.gif) top left no-repeat;
}
.sidebar #block-block-1 .content li.china {
  background: url(img/china.gif) top left no-repeat;
}

.sidebar .block .content .poll {
	margin-top: 10px;
}

.sidebar .block-image .content {
	text-align: center;
}

/* nepřečtené příspěvky a položky fora */
.sidebar #block-views-New_posts li, .sidebar .block-forum li {
	background: url(images/mini-comment.png) no-repeat 1px 2px;
	padding-left: 16px;
	font-weight: bold;
}

#block-block-2 .content div {
	width: 468px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#header-region {
  position: absolute;
  top: 10px;
  left: 122px;
  height: 28px;
  line-height: 28px;
  vertical-align: bottom;
  padding: 0;
  color: #dedede;
}

#header-region * {
  display: inline;
  vertical-align: bottom;
}

#header-region h2, #header-region h3, #header-region div, #header-region ul, #header-region li {
  display: inline;
  padding-right: .5em;
  line-height: 20px;
  font-size: 10px;
}

#header-region h2, #header-region h3 {
  font-weight: bold;
}

#header-region h2 {
  font-size: 13px;
}

#header-region input, #header-region select {
  background-color: #f1f1f1 !important;
  border-color: #cccccc !important;
  color: #7f7f7f !important;
}

#slideshow .block {
  margin: 0;
}
#slideshow .block .content {
  margin: 0;
  padding: 0;
  background: none;
}
#slideshow img {
  border: none;
  margin: 0;
  padding: 0;
}


/* footer */

#footer {
  clear: both;
  text-align: center;
  font-size: 12px;
  padding: 8px 0 0 0;
  color: #000;
  font-weight: bold;
  height: 26px;
  background: #ffd602 url(img/footer_bg.png) repeat-x bottom left;
}

/***********************
*   styling
***********************/

/* tabs */

.tabs {
  font-size: 12px;
  letter-spacing: 0;
  background: #ffd602;
  /* background: #98aabe url(img/podnadpis_pozadi.gif) repeat-x; */
}

ul.primary {
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  margin: 0;
  padding: 2px;
}

ul.primary li {
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: transparent;
  border: 0;
  border-right: 1px solid #d4d4d4;
  margin: 0;
  padding: 2px;
  color: #000;
}

ul.primary li a.active, ul.primary li.active a {
  background: transparent;
  border: 0;
  border-right: 1px solid #d4d4d4;
  font-weight: bold;
}

ul.primary li a:hover {
  text-decoration: underline;
  background: transparent;
  border: 0;
  border-right: 1px solid #d4d4d4;
}

ul.secondary {
  padding: 2px;
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
}

ul.secondary li {
  margin: 0;
  padding: 2px;
  border-right: 1px solid #d4d4d4;
}

ul.secondary li a {
  border: 0;
  margin: 0;
  color: #000;
}

ul.secondary li.active a {
  font-weight: bold;
  border: 0;
}

ul.secondary li a:hover {
  text-decoration: underline;
}

/* tables */

table.uc-store-admin-table {
  border: 0;
}
.uc-store-admin-table tbody {
  border: 0;
}
.block-uc_cart table, .block-uc_cart tbody {
  border: 0;
}

table {
  width: 100%;
  /*border: 1px solid #d4d4d4;*/
}

tbody {
  /* border: 1px solid #d4d4d4; */
  border: none;
}

/* nadpis tabulecky */
thead th {
  color: #fff;
  background: #454689 url(img/primary_menu_bg.png) repeat-x 100% 100%;
  font-weight: bold;
  border: none;
  padding: 5px;
}

thead th a, thead th a.active {
  color: #FFF;
}

tr.region {
  background: #ffd602;
}

tr.even, tr.odd {
  border-color: none;
}

tr.even td, tr.odd td {
	border-bottom: 1px solid #d4d4d4;
}

tr.even {
  background-color: #f4f4f4; /* pole nieparzystae tabeli */
}

tr.odd {
  background-color: #fff;
}

td.active {
  background: #d4d4d4;
}

td {
  padding: 3px;
  text-align: left;
}

td.menu-disabled {
  background-color: #c2c2c2;
}

/* forms */

form {
  margin-bottom: .5em;
}

input, textarea, select, textfield {
  color: #000;
  /* border: 2px solid #898c90;
  background: #d8dee3; /* pozadi textovych policek */
  padding: 1px 3px 1px 3px;
}

fieldset {
  border: 1px solid #d4d4d4;
  background-color: #fff; /* pole filtra */
  margin: 10px 0 10px 0;
}

fieldset.collapsed {
  background-color: transparent;
  padding: 5px 0 5px 0; /* ošetřuje přetákání přes tlačíkta v odesálání příspěvků */
}

legend {
  font-weight: bold;
}

.form-item input.error, .form-item textarea.error {
  font: 11px/100% "Verdana", sans-serif;
  border: 2px dashed #E1471D;
  color: #414141;
}

#node-form, #node-form .node-form {
 	overflow:auto;
}

#search  {
   
}

#block-search-0 input#edit-search-block-form-1 {
	width: 115px;
}

#search .form-item {
  display: inline;
  padding: 0;
  margin: 0;
}
#user-login-form {
  text-align:left;
}

#user-login-form .form-item {
  margin: 0 0 .5em 0;
}

#user-login-form .item-list {
  margin-top: .5em;
  font-size: 90%;
}

#user-login-form label {
  font-size: 90%;
  font-weight: normal;
}

#user-login-form .form-required {
  display: none;
}

/* add icons to user listing blocks */

#block-user-2 ul li, #block-user-3 ul li {
  list-style-type: none;
  list-style-image: none;
  /* margin-left: -5px; */
  padding-left: 18px;
  background-image: url(images/mini-user-light-blue.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

/* progress bar */

/* messages */

.messages {
  /* min-height: 32px; */
  font-size: 13px;
  font-weight: bold;
  padding: 12px 10px 12px 52px;
  border: 1px solid #d4d4d4;
  background: #FFF;
  margin: 0 0 10px 0;
}

.messages ul {
  padding: 0 0 0 10px;
  margin: 0;
}

div.status {
  background: #FFF url(images/icon-info.png) 8px 50% no-repeat;
}

div.error {
  border: 2px solid #E1471D;
  background: #FCD295 url(images/icon-alert.png) 8px 50% no-repeat;
  padding: 12px 10px 12px 52px;
}

div.error ul li, div.status ul li {
  list-style-type: square;
  list-style-image: none;
}

/* mixed elements */

div.meta, .description, .breadcrumb, .submitted, .taxonomy {
  font-size: 11px;
  color: #000;
  white-space: normal;
}

pre {  
  padding: 0.75em 1.5em;
}

blockquote {
  border: 1px #898c90 solid;
  margin: 0.5em 1em;
  padding: 2px;
  font-style: italic;
}

code {
  font-size: 1em;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

.preview .node, .preview .comment {
  /* border: 1px solid #676767;
  padding: 10px 10px 10px 20px;
  margin: 5px 5px 10px 5px;
  background-color: #f2f5fa; */
}

#mission {
  padding: 10px 10px 10px 20px;
  margin: 0 0 0 0;
  border: 1px solid #d4e4ff;
  background: #fff url(images/img.jpg) top right no-repeat;
}

.new {
  float: right;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* admin panel */

div.admin .left {
  float: left;
  width: 49%;
  margin-left: 5px;
}
div.admin .right {
  float: right;
  width: 49%;
  margin-right: 5px;
}

/*div.admin-panel {
  background-color: #f6f3ca;
  margin: 5px 0 5px 0;
  padding: 0;
} */
div.admin-panel {
  margin: 5px 0 5px 0;
  padding: 0;
}
div.admin-panel h3 {
  font-size: 15px;
  border-bottom: 1px dotted #8b8972;
}
dl.admin-list dt {
  margin-top: 6px;
}
dl.admin-list dd {
  padding-left: 40px;
}
dt span.icon {
  float:left;
  margin-right:10px;
}

/* komentáře */

#comments {
  margin-top: -8px;
}

.comment {
  border: 0;
  margin-top: 10px;
  padding: 0;
}

.comment.even {
  /* background: #d1d9df; */
  background: #f4f4f4;
}

.comment.odd {
  background: #f4f4f4;
}

.comment h3.title {
  background: url(img/primary_menu_bg.png) repeat-x 100% 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px;
}
.comment h3.title a {
	color: #fff;
}

.comment .content {
  padding: 4px 4px 0 4px;
  margin: 0;
}
.comment .content p {
  margin: 0;
  padding: 0 0 10px 0;
}

.comment .picture {
	float: right;
	border: solid #898c90;
	border-width: 0 0 1px 1px;
	margin-bottom: -1px;
	padding: 0;
}

.comment .links {
	border-top: 1px solid #d4d4d4;
  padding: 1px;
	background: #ffd602;
}
.comment .links ul.links {
	border: 0;
	text-align: left;
}
.comment .links ul.links a {
	color: #000;
}

form#comment-form {
  /* background: #d8dee3;
  border: 1px solid #898c90; */
  padding: 2px;
}

.box {
  margin-top: 10px;
}

.box .title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  border-bottom: 1px dotted #8b8972;
}

/* odkazy pod nodem */

.node .links {
  clear: both;
  padding: 2px;
}

.node div.links {
  padding: 0;
}

.sticky div.links {
  border-bottom: none;
}

li.comment_add a, li.comment_comments a {
  float: right;
	background: url(images/mini-comment.png) no-repeat 0 1px;
  padding-left: 15px;
}

li.comment_new_comments a {
  float: right;
	background: url(img/mini-comment-new.gif) no-repeat 0 1px;
  padding-left: 15px;
  margin-right: 10px;
}

li.node_read_more a {
	float: left;
	background: url(images/mini-readmore.png) no-repeat 0 2px;
  padding-left: 15px;
}

li.upload_attachments a {
  float: right;
	background: url(images/mini-attachment.png) no-repeat 0 2px;
  padding-left: 15px;
  margin-right: 10px;
}

li.event_calendar a {
  float: right;
	background: url(img/calendar1.gif) no-repeat 0 1px;
  padding-left: 16px;
  margin-right: 10px;
}

li.comment_delete a {
  background: url(images/mini-trash.png) no-repeat 0 0;
  padding-left: 15px;
}

li.comment_edit a {
  background: url(images/mini-edit.png) no-repeat 0 0;
  padding-left: 15px;
}

li.comment_reply a {
  background: url(images/mini-comment.png) no-repeat 0 0;
  padding-left: 15px;
}

/* node, content styles */

.node {
	margin-left: 0px;
  margin-bottom: 8px;
  margin-top: 0;
}

.box .node .content {
  background: #fff;
}

.node .content {
	clear: both;
  margin-top: 10px;
  text-align: justify;
}

.node .content p {
  margin: 0;
  padding: 0 0 10px 0;
}

.node .content blockquote p, .comment .content blockquote p {
	margin: 0;
	padding: 0;
}

h2.title {
  font-size: 16px;
  font-weight: bold;
}
h2.title.withspace {
	margin-bottom: 10px;
}

.node h2.title {
  padding: 0;
}

.node h2.title a {
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
}

.node h2.title a:hover {
  text-decoration: underline;
  border-bottom: 0;
}

.meta, .submitted, .taxonomy {
  color: #000;
}

.meta {
  padding-top: 3px;
}

.node .submitted {
  text-align: left;
  height: 16px;
  float: left;
  font-weight: bold;
  padding: 1px 0 1px 22px;
  background: url(img/wrote2.gif) 2px 1px no-repeat;
}
.node .submitted a {
	color: #000;
}
.node .ontime {
	text-align: left;
  height: 16px;
	float: left;
	margin-left: 10px;
  padding: 1px 0 1px 22px;
  background: url(img/cas.gif) 2px 1px no-repeat;
}

.node .with-taxonomy .submitted {
  
}

.node .taxonomy, .node .taxonomy-catalog {
  text-align: left;
  float: left;
}
/* Novinka a jiné se zobrazují vpravo */
.node .taxonomy-flags {
  float: right;
}
.node .with-author .taxonomy {
  float: right;
}
.taxonomy .links a {
  text-decoration: none;
}

.taxonomy .links a:hover {
  text-decoration: underline;
}

.taxonomy li, .taxonomy-catalog li {
  background: url(images/menu-collapsed.gif) no-repeat 0 2px;
  padding-left: 15px !important;
}
.taxonomy-special-offer li {
  background: url(images/menu-leaf.gif) no-repeat 0 2px;
  padding-left: 15px !important;
}
.taxonomy-flags li {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #000;
}
.taxonomy-flags li a {
  color: #000;
}
.taxonomy li.first, .taxonomy-catalog li.first {
  background: url(images/mini-category.png) no-repeat 0 2px;
  padding-left: 15px !important;
}

.sticky {
  /* background-color: #ccd4db; */
}

/* book styles */

div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #2763A5;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links{
  background: #C1D4EA;
  border:1px solid #2763A5;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

/* forum styles */

#forum table {
  width: 100%;
}

td.container {
	background: #c3c6c9;
}
td.container .name {
	font-size: 15px;
	font-weight: bold;
}
td.forum .name {
	font-size: 13px;
	font-weight: bold;
}
#forum .description {
  margin: 1px;
}

/* aggregator styles */

.feed-item-meta {
  font-size: 90%;
  color: #666;
  text-align: right;
}

h3.feed-item-title  a {
  color: #333;
  font-weight:normal;
  margin-bottom: 0;
  font-size: 13pt;
}

h3.feed-item-title a:hover {
  text-decoration: underline;
  border-bottom: 0;
  color: #345;
}

/* poll styles */

.poll .bar {
  height: 16px;
  background-color: #D4E2F2;
}

.poll .bar .foreground {
  background: url(images/bg-poll.gif) repeat-x;
  height: 16px;
  clear: none;
  float: left;
}

.poll .vote-form {
  text-align: center;
}

.poll .vote-form .choices {
  padding-left: 5%;
  text-align: left;
  display: block;
}

/* pager */

ul.pager {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 1px;
  margin-top: 10px;
  background: none;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.pager li a, .pager li a:visited  {
  padding: 2px 3px 2px 3px;
  margin-left: 5px;
  text-decoration: none;
}
.pager li a:hover  {
  text-decoration: underline;
}

.pager .pager-current {
  font-size: 14px;
  margin-left: 5px;
  color: #000;
}

.pager a:hover {
  text-decoration: underline;
}

.copy {
	FONT-SIZE: 9px; COLOR: #d1dbec
}
.copy A {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; COLOR: #fff; PADDING-TOP: 0px; BACKGROUND-COLOR: #d1dbec; TEXT-DECORATION: none
}

span.date-display-end {
  display: inline;
  margin: 0;
}

.field-field-ev-cislo {
	margin-top: 12px;
}

.field-field-article-image {
  float: right;
}
table#attachments {
  clear: both;
}

dt {
	font-weight: bold;
	font-size: 14px;
}

dd {
	margin-left: 15px;
}

/* navigace mezi topicy */
.forum-topic-navigation {
  padding: 3px;
  border-top: 1px solid #898c90;
  border-bottom: 1px solid #898c90;
  /* background: #ccd4db; */
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.forum-topic-navigation .topic-previous {
  text-align: left;
  float: left;
  width: 46%;
}
.forum-topic-navigation .topic-next {
  text-align: right;
  float: right;
  width: 46%;
}

#edit-event-term-select, #edit-event-type-select {
	padding: 0;
}

.event-nodeapi div {
  color: #000;
  padding: 0 0 6px 0;
  font-size: 11px;
  font-weight: bold;
}

.event-nodeapi div label {
	color: #000;
	padding-right: 5px;
	font-weight: normal;
}


.form-autocomplete {
  background-color: #FFF;
}

.node table {
  margin: 0 0 14px 0;
}

.node .field-field-picture {
  float: right;
  margin: 0 0 10px 10px;
}

.node .field-field-picture-more .field-item {
  float: left;
  margin: 0 10px 10px 0;
}

/**
* View download
*/
.view-download .views-row {
  margin-bottom: 10px;
}

.view-download .views-field-title {
  font-size: 14px;
  font-weight: bold;
}
.view-download .views-field-body {
  padding: 3px; 
}
.view-download .views-field-upload-fid {
  background: url(images/mini-attachment.png) no-repeat 0 2px;
  padding-left: 15px;
  font-weight: bold;
}

.view-filters {
  border: 1px solid #d4d4d4;
  padding: 2px;
  margin-bottom: 10px;
}
.view-filters .views-exposed-widget {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.login-popup {
  float: right;
  background: green;
  padding: 4px 10px;
  margin-top: -20px;
}
.login-popup a {
  color: #FFF;
}

#ddblock-1 .ddblock-container img {
  width: 980px;
  height: 340px;
}

/**
* nice menus skining :D
*/

ul#nice-menu-0 {
  float: left;
}

ul#nice-menu-0 li {
  background: none;
  border: none;
}

/* podmenu, které se vysouvá */
ul#nice-menu-0 li ul {
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  background: #191d66;
  position: absolute;
}

ul#nice-menu-0 li.menuparent ul li {
  margin: 0;
  padding: 0;
  width: auto;
  clear: both;
}
ul#nice-menu-0 li.menuparent ul li a {
  margin: 0;
  padding: 6px 10px;
  height: 16px;
  white-space: nowrap;
  background: none;
}

.center-wrapper {
  clear: both;
}

/**
* VIEW produktů
*/
.view-produkty.view-display-id-block_1 {
  margin-top: -15px;
}

.view-produkty .view-content .views-row {
  float: left;
}

#admin-menu {
  font-family: Arial;
  font-size: 11px;
}
#admin-menu ul a {
  font-weight: bold;
}

/* Něco jako block */
.view-aplikace ul li {
  float: left;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 235px;
  padding: 1px;
  background: url(img/block_bg.png) bottom left repeat-x;
  list-style: none;
  text-align: center;
}
.view-aplikace ul li .views-field-title {
  margin: 6px 0;
  font-size: 13px;
  font-weight: bold;
}

.field-field-skupiny, .field-field-produkty {
  clear: both;
  padding-top: 10px;
}

.view-field-produkty, .view-field-skupiny {
  /* padding: 0 30px; */
  border-top: 1px solid #d7d7d7;
}

.view-field-produkty ul li, .view-field-skupiny ul li {
  float: left;
  margin: 12px 8px 0 0;
  border: 1px solid #d7d7d7;
  width: 116px;
  height: 145px;
  list-style: none;
  padding: 0;
  /* background: none; */
  background: url(img/block_bg.png) bottom left repeat-x;
  text-align: center;
}

.view-field-produkty ul li.views-row-6, .view-field-skupiny ul li.views-row-6,
.view-field-produkty ul li.views-row-12, .view-field-skupiny ul li.views-row-12,
.view-field-produkty ul li.views-row-18, .view-field-skupiny ul li.views-row-18,
.view-field-produkty ul li.views-row-24, .view-field-skupiny ul li.views-row-24,
.view-field-produkty ul li.views-row-30, .view-field-skupiny ul li.views-row-30 {
  margin-right: 0;
}

.view-field-produkty ul li .views-field-title,
.view-field-skupiny ul li .views-field-title {
  font-weight: bold;
  margin: 6px 0;
}