/* SITE LAYOUT */
body, td, input, select, textarea {
    font: 100% Arial, Helvetica, sans-serif;
    font-size: 11px;
}
body {
    background: white url("/sites/all/themes/howknow/img/body_bg.jpg") repeat-x top;
    margin: 0;
    color: #333333;
}

/* margins, paddings, borders */
h1, h2, h3, h4 {
    margin: 0; padding: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 100%;
}
img {
    border: 0;
    margin: 0;
}

/* floating & display*/
.endfloat {
    clear: both;
    height: 1px; font-size: 1px;
    line-height: 1px;
    visibility: hidden;
    margin: 0;
}
.fleft { float: left; }
.fright { float: right; }

/* font & alignment */
.justify { text-align: justify !important; }
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.bold { font-weight: bold !important; }
.c-left { clear: left; }
.c-right { clear: right; }

a, a:visited {
    text-decoration: none;
    color: #0099FF;
}
a:hover {
    color: #0099FF;
    text-decoration: underline;
}

.ui-tabs-hide {
    display: none;
}

.block .more-link {
    text-align: right;
    margin: 10px 15px 10px 0;
}
.block .more-link a {
    color: #999999;
}

#rightcol #block-hk_obsah-3 .more-link {
    border-top: 1px solid #e9e9e9;
    margin: 10px 15px;
    padding-top: 10px;
}

.block .socialne-siete {
    float: right;
    margin-top: 7px;
    color: #999999;
}
.block .socialne-siete img {
    position: relative;
    top: 5px;
}
.form-info-text {
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px;
    background-color: #606060;
    color: white;
}

/*
#leftcol form {
    background-color: white;
    border: 1px solid #999999;
    padding: 10px;
}
*/

.poll .bar .foreground {
    background-color: #30A5C6;
}

#leftcol .messages {
    margin-bottom: 10px;
    font-weight: bold;
    padding: 20px;
}
#leftcol .messages.status {
    background-color: palegreen;
    border: 1px solid #CCCCCC;
}
#leftcol .messages ul {
    margin: 0 20px;
    padding: 0;
}


/* main page */
#page {
    margin: 0px auto;
    width: 1000px;
    text-align: left;
}

/* header */
#header {
    background: url("/sites/all/themes/howknow/img/header_bg.jpg") no-repeat top;
    height: 223px;
    position: relative;
}
#logo { position: absolute; top: 17px; left: 19px; }
#banner {
    background: url("/sites/all/themes/howknow/img/banner_bg.gif") no-repeat;
    padding: 6px;
    width: 728px;
    height: 90px;
    position: absolute; top: 18px; left: 258px;
    display: none;
}
#banner p {
    margin: 0;
}
#header .main-menu {
    position: absolute;
    top: 137px;
    color: white;
    width: 100%;
}
#header .main-menu .search-box {
    float: right;
}
#header .main-menu a.rss {
    margin-right: 20px;
    float: right;
}
#header .main-menu ul.primary-links {
    margin-top: 10px;
    width: 620px;
    overflow: hidden;
}
#header .main-menu ul.primary-links a:hover,
#header .main-menu ul.secondary-links a:hover {
    text-decoration: none;
}
#header .main-menu ul.primary-links li {
    display: block;
    float: left;
    padding: 0;
    margin-right: 3px;
}
#header .main-menu ul.primary-links li span {
    display: block;
}
#header .main-menu ul.primary-links li span a {
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    height: 23px;
    display: block;
    padding: 4px 5px 0 5px;
}
#header .main-menu ul.primary-links li:hover,
#header .main-menu ul.primary-links li.active {
    background: url("/sites/all/themes/howknow/img/menu_primary_bg_left.png") no-repeat top left;
}
#header .main-menu ul.primary-links li:hover span,
#header .main-menu ul.primary-links li.active span {
    background: url("/sites/all/themes/howknow/img/menu_primary_bg_right.png") no-repeat top right;
}
#header .main-menu ul.primary-links li:hover span a,
#header .main-menu ul.primary-links li.active span a {
    background: url("/sites/all/themes/howknow/img/menu_primary_bg_middle.png") no-repeat 50% bottom;
}

#header .main-menu ul.secondary-links {
    margin-top: 4px;
}
#header .main-menu ul.secondary-links li {
    position: relative;
    display: block;
    float: left;
    padding: 0;
}
#header .main-menu ul.secondary-links li a {
  color: white;
  font-weight: bold;
  font-size: 11px;
  height: 22px;
  padding: 7px 5px 0 5px;
  display: block;
}
#header .main-menu ul.secondary-links li a:hover,
#header .main-menu ul.secondary-links li a.active {
    background-color: #0099FF;
}

#header .main-menu ul.secondary-links li ul {
    display: none;
    position: absolute;
    top: 29px;
    left: 0px;
    background-color: #182744;
    padding: 3px;
    margin: 0;
    width: 200px;
    z-index: 1000;
}
#header .main-menu ul.secondary-links li ul li {
    display: block;
    padding: 0;
    margin: 0;
}
#header .main-menu ul.secondary-links li ul li a {
    display: block;
    width: 190px;
}
#header .main-menu ul.secondary-links li:hover ul {
    display: block;
}



/* content */
#content {
    background: #efefef url("/sites/all/themes/howknow/img/content_bg.gif") no-repeat top;
    margin-bottom: 15px;
}
#content-i {
    background: url("/sites/all/themes/howknow/img/content-i_bg.gif") no-repeat bottom;
    padding: 5px 4px;
    width: 992px;
    overflow: hidden;
}
#leftcol {
    width: 640px;
    float: left;
}
#rightcol {
    background: #ffffff url("/sites/all/themes/howknow/img/rightcol_bg.gif") repeat-y;
    width: 344px;
    float: right;
}
#rightcol-i { background: url("/sites/all/themes/howknow/img/rightcol-i_bg.gif") no-repeat top; }
#rightcol-ii {
    background: url("/sites/all/themes/howknow/img/rightcol-ii_bg.gif") no-repeat bottom;
    padding: 4px;
    width: 336px;
}

/* right block */
#rightcol .block {
    border: 1px #cccccc solid;
    margin: 0 0 11px 0;
    width: 334px;
}
#rightcol .block h2 {
    background: url("/sites/all/themes/howknow/img/rightcol-block-h2_bg.gif") repeat-x;
    padding: 0 15px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #333333;
}
#rightcol .block .content {
    padding: 0 15px;
    width: 304px;
}
#rightcol #block-hk_obsah-2 .more-link {
    margin: 0 15px;
    padding: 6px 0;
    width: 304px;
    font-size: 10px;
}
#rightcol #block-user-0 .content {
	background: url("/sites/all/themes/howknow/img/prihlasenie_bg.gif") repeat-x top;
}
#rightcol #user-login-form {
	padding-top: 9px;
	width: 304px;
	height: 78px;
	position: relative;
}
#rightcol #user-login-form #edit-name-wrapper, #rightcol #user-login-form #edit-pass-wrapper {
	margin: 0 0 3px 0;
	padding: 0;
	width: 304px;
	overflow: hidden;
}
#rightcol #user-login-form label {
	padding: 0px !important;
	width: 50px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	height: 23px;
	line-height: 23px;
	float: left;
}
#rightcol #user-login-form input {
	border: 1px #999999 solid;
	padding: 0 3px;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	float: left;
}
#rightcol #user-login-form #edit-name-wrapper input {
	margin: 0px;
	width: 210px;
}
#rightcol #user-login-form #edit-pass-wrapper input {
	margin: 0px;
	width: 132px;
}
#rightcol #user-login-form .link-forgot-pass {
	padding: 0 0 0 51px;
	text-align: left;
}
#rightcol #user-login-form .link-forgot-pass a {
	color: #0099ff;
	text-decoration: none;
}
#rightcol #user-login-form .link-forgot-pass a:hover {
	color: #0099ff;
	text-decoration: underline;
}
#rightcol #user-login-form .form-submit {
	border: none !important;
	background: url("/sites/all/themes/howknow/img/form-submit_bg.gif") no-repeat;
	width: 73px;
	height: 23px;
	color: white;
	font-weight: bold;
	position: absolute; top: 35px; left: 195px;
}
#rightcol .link-register { margin: 15px 0; }
#rightcol .link-register a {
	display: block;
	background: url("/sites/all/themes/howknow/img/link-register_bg.gif") no-repeat 0 0;
	margin: 0px auto;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	width: 136px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
#rightcol .link-register a:hover {
	background: url("/sites/all/themes/howknow/img/link-register_bg.gif") no-repeat 0 -34px;
	text-decoration: none;
}
#rightcol .kalendar {
    position: relative;
}
#rightcol .kalendar .navigacia {
    padding: 6px 15px 0 15px;
    width: 304px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-weight: bold;
    font-size: 12px;
}
#rightcol .kalendar .navigacia .pred {
    background: url("/sites/all/themes/howknow/img/green-arrows.gif") no-repeat 0px 0px;
    width: 23px;
    height: 22px;
    float: left;
}
#rightcol .kalendar .navigacia .nasl {
    background: url("/sites/all/themes/howknow/img/green-arrows.gif") no-repeat -23px 0px;
    width: 23px;
    height: 22px;
    float: right;
}
#rightcol .kalendar .mesiac {
    border-bottom: 1px #cccccc solid;
    background: #fbfbfb url("/sites/all/themes/howknow/img/mesiac_bg.gif") repeat-x bottom;
}
#rightcol .kalendar .dni {
    padding: 0 47px 10px 49px;
    width: 238px;
    !width: 200px;
    overflow: hidden;
}
#rightcol .kalendar .dni .nazvy {
    font-weight: bold;
    color: #999999;
}
#rightcol .kalendar .dni .nazvy .den {
    background: none !important;
    margin: 0 3px 3px 0;
    text-align: center;
    width: 31px;
    height: 23px !important;
    line-height: 23px !important;
    float: left;
}
#rightcol .kalendar .dni .den {
    background: #e3e3e3;
    margin: 0 3px 3px 0;
    text-align: center;
    width: 31px;
    height: 28px;
    line-height: 28px;
    float: left;
}
#rightcol .kalendar .dni .den-s-akciou {
    background: url("/sites/all/themes/howknow/img/den-s-akciou_bg.gif") repeat-x 0px 0px !important;
    color: white;
    font-weight: bold;
}
#rightcol .kalendar .dni .den-s-akciou:hover {
    background: url("/sites/all/themes/howknow/img/den-s-akciou_bg.gif") repeat-x 0px -28px !important;
    text-decoration: none;
}
#rightcol .kalendar .akcia {
    border-bottom: 1px #e9e9e9 solid;
    margin: 0 15px;
    padding: 10px 0;
    width: 304px;
    font-weight: bold;
    overflow: hidden;
}
#rightcol .kalendar .akcia .cislo-dna {
    background: url("/sites/all/themes/howknow/img/cislo-dna_bg.gif") no-repeat;
    padding: 7px 8px 0 0;
    width: 34px;
    height: 34px;
    font-size: 18px;
    text-align: center;
    float: left;
}
#rightcol .kalendar .akcia .info {
    width: 255px;
    color: #333333;
    float: right;
}
#rightcol .kalendar .akcia .info a {
    color: #0099FF;
}
#rightcol .kalendar .akcia .info a:hover {
    color: #0099FF;
}
#rightcol .vote-form {
    padding: 15px 0;
}
#rightcol .vote-form .form-item {
    width: 100%;
    overflow: hidden;
}
#rightcol .vote-form label {
    height: 18px;
    line-height: 18px;
}
#rightcol .vote-form .form-radio {
    margin-right: 5px;
    float: left;
}
#rightcol .title {
    padding: 15px 0;
    font-weight: bold;
}
#rightcol .total {
    color: #999999;
    font-size: 10px;
}
#rightcol div.links {
    border-top: 1px #e9e9e9 solid;
    margin-top: 10px;
    padding: 6px 0;
    width: 304px;
    font-size: 10px;
    text-align: right;
}
#rightcol .links a {
    color: #999999;
}
#rightcol .links a:hover {
    color: #999999;
}

#leftcol #node-78 {
    display: none;
}

#leftcol .block {
    background: url(/sites/all/themes/howknow/img/left_block_bg_bottom.png) no-repeat left bottom;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
#leftcol .block-i {
    background: url(/sites/all/themes/howknow/img/left_block_bg_middle.png) repeat-y left top;
}
#leftcol .block-ii {
    background: url(/sites/all/themes/howknow/img/left_block_bg_top.png) no-repeat left top;
    padding: 0 14px 10px;
    width: 612px;
    overflow: hidden;
}

#leftcol .block .navigacia {
    float: right;
    margin: 10px 0 0 0;
}
#leftcol .block .navigacia .typ-zobrazenia {
    float: right;
}
#leftcol .block .navigacia .typ-zobrazenia a {
    display: inline-block;
    height: 22px;
    width: 19px;
    padding: 2px 0 0 5px;
}
#leftcol .block .navigacia .typ-zobrazenia a.active {
    background: url("/sites/all/themes/howknow/img/typ_zobrazenia_aktivne.png") no-repeat top left;
}
#leftcol .block .navigacia .typ-zobrazenia a img {
    position: relative;
    top: 3px;
}


#leftcol .block h1,
#leftcol .block h2 {
    margin: 0 0 10px 0;
    font-size: 16px;
    height: 32px;
    padding: 12px 0 0 0px;
}
#leftcol .block h1 em {
    color: #999999;
    font-style: normal;
    font-size: .8em;
    margin-left: .5em;
}

#leftcol .block .strankovanie {
    color: #999999;
}
#leftcol .block .strankovanie-hore {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#leftcol .block .strankovanie-dole {
    padding-top: 10px;
    margin-top: 10px;
}
#leftcol .block .strankovanie .item-list {
    float: right;
}
#leftcol .block .strankovanie .item-list li {
    margin: 0 0 0 1px;
    padding: 0;
}
#leftcol .block .strankovanie .item-list li a {
}
#leftcol .block .strankovanie .item-list li.pager-current {
    padding: 2px 5px;
    background-color: #0F9FFF;
    border: 1px solid black;
    color: white;
    font-weight: bold;
}
#leftcol .block .strankovanie .item-list li.pager-item a {
    display: inline-block;
    padding: 2px 5px;
    background-color: #EFEFEF;
    border: 1px solid #999999;
}
#leftcol .block .strankovanie .item-list li.pager-item a:hover {
    background-color: #0F9FFF;
    border: 1px solid black;
}


#leftcol .block .node-teasers {
    width: 100%;
    overflow: hidden;
}

.story-teaser-riadok {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #E9E9E9;
}
.story-teaser-prvy-nahlad {
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.story-teaser-riadok :last-child {
    border-bottom: none;
}
.story-teaser-riadok .photo {
    float: left;
    width: 85px;
}
.story-teaser-prvy-nahlad .photo {
    width: 280px;
}
.story-teaser-prvy-nahlad .photo img {
    border: 4px solid #666666;
}
.story-teaser-riadok .info {
    margin-left: 85px;
}
.story-teaser-prvy-nahlad .info {
    margin-left: 300px;
    color: #999999;
}
.story-teaser-prvy-nahlad .info p {
    color: black;
}
.story-teaser-prvy-nahlad .info .zhliadnuti {
    margin-top: 10px;
}
.story-teaser h3 {
    margin: 0 0 5px 0;
    padding: 0;
}
.story-teaser h3 a {
    color: #0099FF;
}
.story-teaser-riadok .info .diskusia {
    float: right;
    color: #999999;
}
.story-teaser .info .ikony {
    display: inline;
    position: relative;
    top: 4px;
}
.story-teaser .info .ikony img {
    margin-right: 5px;
}
.story-teaser-riadok .info p {
    margin: 5px 0 0 0;
}
.story-teaser .datum {
    color: #999999;
}

.story-teaser-blok {
    float: left;
    width: 134px;
    margin: 0 0 15px 25px;
}
.teaser-blok-prvy {
    clear: left;
    margin-left: 0;
}
.story-teaser-blok .photo {
    margin-bottom: 5px;
}
.story-teaser-blok .photo img.imagecache {
    border: 2px solid #666666;
}
.story-teaser-blok .info {
    color: #999999;
}
.story-teaser-blok .info .zhliadnuti {
    margin-top: 5px;
}

#leftcol #block-hk_obsah-1 .block-ii {
    padding: 0 1px;
    width: 638px;
}
#leftcol #block-hk_obsah-1 h2 {
    padding: 12px 10px 0;
    margin-bottom: 0;
}
#leftcol #block-hk_obsah-1 .socialne-siete {
    margin-right: 10px;
}
#leftcol .node-akcia .content-text,
#leftcol #block-hk_obsah-1 .content-text {
    background: url(/sites/all/themes/howknow/img/blok_aktualne_bg.jpg) no-repeat right top;
    padding: 20px 297px 20px 10px;
}
#leftcol #block-hk_obsah-1 .content-text h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
#leftcol .node-akcia .content-text .lokacia,
#leftcol #block-hk_obsah-1 .content-text .lokacia {
    font-weight: bold;
    margin-bottom: 15px;
}
#leftcol .node-akcia .content-text .text,
#leftcol #block-hk_obsah-1 .content-text .text {
    margin-bottom: 50px;
}
#leftcol .node-akcia .content-text .prednasatel,
#leftcol #block-hk_obsah-1 .content-text .prednasatel {
    color: #999999;
    padding: 30px 15px;
    border: 5px solid #EFEFEF;
    width: 250px;
}
#leftcol .content-text .prednasatel strong,
#leftcol #block-hk_obsah-1 .content-text .prednasatel strong {
    color: black;
}

#leftcol .node-akcia .block-ii {
    padding: 0 1px;
    width: 638px;
}
#leftcol .node-akcia h1 {
    padding-left: 14px;
    margin: 0;
}

#leftcol .node-story .player {
    margin-bottom: 10px;
}
#leftcol .node-story .zhliadnuti {
    float: right;
    color: #999999;
}
#leftcol .node-story .hodnotenie {
    margin-bottom: 10px;
}
#leftcol .node-story .kategorie {
    padding: 10px;
    border: 1px solid #CDCDCD;
    color: #999999;
}
#leftcol .node-story .zdielanie {
    padding: 10px;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    color: #999999;
    margin-bottom: 10px;
}
#leftcol .node-story .zdielanie .socialne-siete {
    padding: 0 10px 0 0;
    margin: -8px;
}
#leftcol .node-story .text-control,
#leftcol .node-story .fotky-control,
#leftcol .node-story .komentare-control {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #999999;
}
#leftcol .node-story .text-control a,
#leftcol .node-story .fotky-control a,
#leftcol .node-story .komentare-control a {
    font-weight: bold;
    padding-left: 20px;
    color: black;
    background: url(/sites/all/themes/howknow/img/btn_rozbalit.png) no-repeat left 1px;
}
#leftcol .node-story .text-control em,
#leftcol .node-story .fotky-control em,
#leftcol .node-story .komentare-control em {
    font-style: normal;
}
#leftcol .node-story .text-control a.zbalit,
#leftcol .node-story .fotky-control a.zbalit,
#leftcol .node-story .komentare-control a.zbalit {
    background-image: url(/sites/all/themes/howknow/img/btn_zbalit.png);
}
#leftcol .node-story .text,
#leftcol .node-story .fotky,
#leftcol .node-story .komentare {
    display: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

#leftcol .node-story .zobrazit {
    display: block;
}

#leftcol .node-story .zdielanie {
    background-color: #F6FAF3;
}
#leftcol .node-story .komentare .pridat-komentar{
    margin: 10px 0;
}
#leftcol .node-story .fotky a.highslide {
    float: left;
    margin: 0 10px 10px 0;
}

#leftcol .box {
    border: 1px solid #CDCDCD;
}
#leftcol .box h2 {
    background: url("/sites/all/themes/howknow/img/rightcol-block-h2_bg.gif") repeat-x top left;
    padding: 0 15px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #333333;
}
#leftcol .box .content {
    padding: 10px;
    background-color: white;
}


.comment {
    border-bottom: 1px solid #CDCDCD;
    padding: 10px 0;
    background-color: white;
}
.comment .user {
    margin-bottom: 5px;
    height: 18px;
}
.comment .user em {
    font-style: normal;
    color: #999999;
}
.comment .total-votes-plain {
    margin: 0 10px;
}
.comment .komentar .vud-widget {
    display: none;
}
.comment .links {
    float: right;
    font-weight: bold;
}
.comment .links .vud-widget {
    width: 42px;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    clear: none;
    float: right;
}
.comment .links .vud-widget a {
    margin-left: 5px;
    float: left;
    display: block;
}
.comment .links .vud-widget span {
    width: 16px;
    height: 18px;
    float: none;
}
.comment .links .vud-widget span.up-inactive,
.comment .links .vud-widget span.up-active {
    background: url(/sites/all/themes/howknow/img/hodnotenie_komentara_plus.png) no-repeat left top;
}
.comment .links .vud-widget span.down-inactive,
.comment .links .vud-widget span.down-active {
    background: url(/sites/all/themes/howknow/img/hodnotenie_komentara_minus.png) no-repeat left top;
}

#rightcol #block-hk_obsah-5 .content {
    background: white url(/sites/all/themes/howknow/img/blok_info_k_clanku_bg.png) repeat-x left bottom;
    border-bottom: 1px solid #999999;
    overflow: hidden;
    padding: 10px 15px;
}
#rightcol #block-hk_obsah-5 .photo {
    float: left;
    width: 84px;
}
#rightcol #block-hk_obsah-5 .photo img {
    border: 2px solid #999999;
}
#rightcol #block-hk_obsah-5 .odkazy {
    padding: 15px;
}
#rightcol #block-hk_obsah-5 .odkazy label {
    width: 50px;
    float: left;
    position: relative;
    top: 3px;
    font-weight: bold;
}
#rightcol #block-hk_obsah-5 .odkazy input {
    width: 210px;
}
#rightcol #block-hk_obsah-5 .info {
    margin-left: 84px;
}
#rightcol #block-hk_obsah-5 .info label {
    float: left;
    width: 55px;
    color: #999999;
}
#rightcol #block-hk_obsah-5 .info .data {
    margin-left: 55px;
}
#rightcol #block-hk_obsah-5 .lokacia {
    clear: both;
    padding: 15px 0;
}

#rightcol #block-hk_obsah-6 .content,
#rightcol #block-hk_obsah-7 .content {
    background: white url(/sites/all/themes/howknow/img/blok_info_k_clanku_bg.png) repeat-x left bottom;
    padding: 5px;
    width: 324px;
}
#rightcol #block-hk_obsah-6 .content-ii,
#rightcol #block-hk_obsah-7 .content-ii {
    border: 1px solid #999999;
    background-color: white;
    padding: 10px;
}
#rightcol #block-hk_obsah-6 .row {
    width: 272px;
    padding: 5px 0 5px 30px;
}
#rightcol #block-hk_obsah-6 .row span {
    display: block;
    width: 220px;
}
#rightcol #block-hk_obsah-6 .video {
    background: url(/sites/all/themes/howknow/img/icon_video.png) no-repeat left 3px;
}
#rightcol #block-hk_obsah-6 .priloha {
    background: url(/sites/all/themes/howknow/img/icon_priloha.png) no-repeat left 3px;
}
#rightcol #block-hk_obsah-7 ol {
    margin: 0;
    padding: 0 0 0 20px;
}
#rightcol #block-hk_obsah-7 li {
    color: #999999;
    padding: 0;
    margin: 0 0 10px 0;
}
#rightcol #block-hk_obsah-7 li a {
    font-weight: bold;
}
#rightcol #block-hk_obsah-7 li em {
    font-style: normal;
}
#rightcol #block-hk_obsah-7 li .ikony img {
    position: relative;
    top: 5px;
}

#rightcol #najcitanejsie-tabs {
    margin: -25px 0 0 0;
    padding: 0 15px;
}
#rightcol #najcitanejsie-tabs ul,
#rightcol #najcitanejsie-tabs ol {
    margin: 0;
    padding: 0;
}
#rightcol #najcitanejsie-tabs ul {
    text-align: right;
    margin-bottom: 25px;
}
#rightcol #najcitanejsie-tabs ul li {
    display: inline;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #999999;
}
#rightcol #najcitanejsie-tabs ul li a {
    color: #999999;
}
#rightcol #najcitanejsie-tabs ul li.ui-tabs-selected a {
    font-weight: bold;
    color: #0099FF;
}
#rightcol #najcitanejsie-tabs ul li:last-child {
    border-right: none;
}
#rightcol #najcitanejsie-tabs .row {
    color: #999999;
    margin-bottom: 10px;
}
#rightcol #najcitanejsie-tabs .row a {
    font-weight: bold;
}
#rightcol #najcitanejsie-tabs .row em {
    font-style: normal;
}
#rightcol #najcitanejsie-tabs .row .poradie {
    float: left;
    width: 20px;
}
#rightcol #najcitanejsie-tabs .row p {
    margin: 0 0 0 20px;
}

#footer #block-hk_obsah-8 {
    background: url(/sites/all/themes/howknow/img/bg_footer_top.png) no-repeat left top;
    padding-top: 4px;
    color: #999999;
    margin-bottom: 200px;
}
#footer #block-hk_obsah-8 a,
#footer #block-hk_obsah-8 a:visited,
#footer #block-hk_obsah-8 a:active {
    color: white;
}
#footer #block-hk_obsah-8 .block-i {
    background: #111E31 url(/sites/all/themes/howknow/img/bg_footer_middle.png) repeat-x left top;
}
#footer #block-hk_obsah-8 .block-ii {
    background: url(/sites/all/themes/howknow/img/bg_footer_bottom.png) no-repeat left bottom;
    padding: 10px 20px 0;
}
#footer #block-hk_obsah-8 .copyright {
    height: 18px;
    padding: 10px 0;
}
#footer #block-hk_obsah-8 .vrch {
    border-bottom: 1px solid #1D3356;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#footer #block-hk_obsah-8 .vrch span {
    margin-right: 100px;
}
#footer #block-hk_obsah-8 .vrch span.top a {
    background: url(/sites/all/themes/howknow/img/icon_arrow_up.png) no-repeat right 2px;
    padding-right: 12px;
}
#footer #block-hk_obsah-8 ul {
    margin: 0;
    padding: 0;
}
#footer #block-hk_obsah-8 .menu-primary-links {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #1D3356;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
#footer #block-hk_obsah-8 ul.kategorie {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #1D3356;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
#footer #block-hk_obsah-8 ul.menu a,
#footer #block-hk_obsah-8 ul.menu a.active {
    color: white;
    font-size: 12px;
    font-weight: bold;
}
#footer #block-hk_obsah-8 ul.menu li {
    display: block;
    float: left;
    margin: 0 15px 0 0;
}
#footer #block-hk_obsah-8 ul.menu ul {
    margin-top: 10px;
}
#footer #block-hk_obsah-8 ul.menu ul a,
#footer #block-hk_obsah-8 ul.menu ul a.active {
    font-size: 10px;
    font-weight: normal;
}
#footer #block-hk_obsah-8 ul.menu ul li {
    float: none;
    margin: 0;
}
#footer #block-hk_obsah-8 h3 {
    float: left;
    clear: both;
    color: white;
    font-size: 12px;
    border-bottom: 1px solid #1D3356;
    margin-bottom: 15px;
    padding: 0 30px 15px 0;
}
#footer #block-hk_obsah-8 ul.kategorie a,
#footer #block-hk_obsah-8 ul.kategorie a.active {
    color: #999999;
}
#footer #block-hk_obsah-8 ul.kategorie ul a,
#footer #block-hk_obsah-8 ul.kategorie ul a.active {
    color: white;
}
#footer #block-hk_obsah-8 ul.kategorie {
    border: none;
}



form.search-box {
    position: relative;
}
form.search-box input[type='text'] {
    background: url(/sites/all/themes/howknow/img/search_input_bg.png) no-repeat top left;
    border: none;
    height: 25px;
    width: 179px;
    padding: 0 5px 0 30px;
}
form.search-box input[type='image'] {
    position: relative;
    top: 7px;
}


form#user-profile-form fieldset,
form#user-register fieldset {
    background-color: #F8FAF6;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
form#user-profile-form legend,
form#user-register legend {
    display: none;
}
form#user-profile-form h3,
form#user-register h3 {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
}
form#user-profile-form .form-item label,
form#user-register .form-item label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 20px;
    font-weight: normal;
    position: relative;
    top: 3px;
}
form#user-profile-form .form-item input.form-text,
form#user-register .form-item input.form-text {
    width: 202px;
    height: 23px;
    padding: 0 5px;
    background: url(/sites/all/themes/howknow/img/register_input_bg.png) no-repeat top left;
    border: none;
}
form#user-profile-form .form-item .description,
form#user-register .form-item .description {
    margin-left: 170px;
    color: #999999;
}
form#user-register #recaptcha_area {
    margin-left: 170px;
}

form#user-register .form-submit {
	display: block;
	background: url("/sites/all/themes/howknow/img/link-register_bg.gif") no-repeat 0 0;
	border: none;
	margin: 0;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	width: 136px;
	height: 34px;
	line-height: 34px;
	float: right;
}
form#user-register .form-submit:hover {
	background: url("/sites/all/themes/howknow/img/link-register_bg.gif") no-repeat 0 -34px;
}



#leftcol dl.node-type-list {
    background-color: #F8FAF6;
    border: 1px solid #CCCCCC;
    padding: 20px;
}
