/************ common & generic stuff ************/

html {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: black;
	}

* {
	padding: 0;
	margin: 0;
	}

a {
	color: #00254F;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	text-decoration: none;
	}

h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #010000;
	}

h2 {
	font-size: 16px;
	color: #800;
	font-weight: normal;
	margin-bottom: 10px;
	}

h3 {
	font-size: 14px;
	font-weight: normal;
	}

h3 a {
	color: #800;
	}

img {
	border: none;
	}

.cls {
	clear: both;
	float: none;
	}

.cls30 {
	height: 30px;
	clear: both;
	float: none;
	}

.cls15 {
	height: 15px;
	clear: both;
	float: none;
	}

p {
	margin-bottom: 20px;
	}

.collapsed {
    display: none;
	}	

.expanded {
    display: block;
}	
/************ layout ************/

body {
	background: url("../img/background.jpg") top repeat-x;
	background-color: #dcebfe;
	}

#page {
	position: relative;
	}

#page .background {
	background: url("../img/lines.png") repeat-y;
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 188px;
	}

#page .left {
	left: 0px;
	background-position: top left;
	}

#page .right {
	right: 0px;
	background-position: top right;
	}

#page #main_content {
	width: 960px;
	margin: 0px auto;
	position: relative;
	}

#page #header-logos {
    width: 100%;
	height: 29px;
	padding: 5px 10px;
	overflow: hidden;
	text-align: center;
/*	background-color: rgba(216,0,37,0.8);*/
}

#header-logos .logos {
    
}

#main_content #header {
	display: none;
	background: url("../img/gray_back.jpg") repeat-x;
	height: 29px;
	border-bottom: 2px solid #800;
	padding: 5px 10px;
	overflow: hidden;
	}

#header .logos {
	float: left;
	}

#header .logos a {
	display: block;
	float: left;
	height: 28px;
	margin-left: 3px;
	}

#header .links {
	float: right;
	padding-right: 10px;
	}

#header .links a {
	color: #65788d;
	text-decoration: underline;
	font-size: 10px;
	line-height: 28px;
	margin-right: 3px;
	}

#header .links a:hover {
	text-decoration: none;
	}

#header .search {
	float: right;
	width: 181px;
	height: 28px;
	display: block;
	}

#header .search .text {
	border-bottom: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: none;
	width: 142px;
	height: 14px;
	padding: 0px;
	padding: 6px 5px;
	float: left;
	}

#header .search .button {
	background: url("../img/search.jpg") no-repeat;
	float: right;
	width: 28px;
	height: 28px;
	border: none;
	cursor: pointer;
	}

#main_content #kolaz {
	height: 152px;
	position: relative;
	overflow: hidden;
	}

#main_content #kolaz .login {
	position: absolute;
	right: 0px;
	top: 50px;
	color: white;
	}

#main_content #kolaz .social-icons {
	position: absolute;
	right: 0px;
	top: 10px;
	color: white;
	}
	
#main_content #kolaz .fulltext {
	position: absolute;
	right: 0px;
	top: 125px;
	color: white;
	}

#main_content #kolaz .login a {
	color: white;
	}
		
#kolaz .logo {
	background: url("../img/logo.png") no-repeat;
	position: absolute;
	width: 200px;
	height: 0px;
	padding-top: 135px;
	top: 8px;
	left: 10px;
	overflow: hidden;
	}

#main_content #menu {
	border-top: 2px solid #800;
	background: url("../img/menu_back.png") top repeat-x;
	height: 39px;
	}

#menu .main_menu {
	height: 39px;
	list-style: none;
	float: left;
	}

#menu .main_menu .main_li {
	display: block;
	float: left;
	}

#menu .main_menu .border {
	width: 1px;
	background: url("../img/menu_border.png") top no-repeat;
	height: 39px;
	}

#menu .main_menu .main_li .main_a {
	height: 39px;
	display: block;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #001935;
	text-decoration: none;
	padding: 0px 20px;
	}

#menu .main_menu .main_li .main_a:hover, #menu .main_menu .active .main_a {
	background: url("../img/menu_hover.jpg") repeat-x;
	color: white;
	}
	
#menu .lang {
	float: right;
	list-style: none;
	margin: 12px 20px 0px 0px;
	display: none;
	}

#menu .lang li {
	display: block;
	float: left;
	margin-left: 5px;
	}

#menu .lang a {
	display: block;
	height: 11px;
	width: 16px;
	}

#menu .lang a img {
	height: 100%;
	width: 100%;
	}

#main_content #content {
	margin: 0px 0px 0px;
	}

#content .main_col {
	float: left;
	width: 690px;
	}

#content .item {
	background-color: white;
	margin-bottom: 10px;
	}
#content .item.item-title-table {
	    margin-bottom: 0px;
	}
#content .item.caaftv {
	background-color: transparent;
	margin-bottom: 0;
	}
#content .item.banner {
  margin-bottom: 10;
}
#content .main_col .item .header {
	background: url("../img/gray_back_lesser.jpg") repeat-x;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding: 0px 20px;
	}

#content .main_col .item #zapas-soupiska-table a {
	font-weight: bold;
	}

#content .main_col .item #soupiska_tab table thead tr td a {
	font-weight: bold;
	}

#content .main_col .item .header .rss {
	background: url("../img/rss.jpg") no-repeat;
	display: block;
	width: 9px;
	height: 9px;
	float: right;
	margin-top: 11px;
	}

#content .main_col .item .limits {
	height: 253px;
	}

#content .main_col .item .image {
	position: relative;
	width: 478px;
	height: 253px;
	float: left;
	}

#content .main_col .item .image img {
	width: 100%;
	height: 100%;
	}

#content .main_col .item .image .novinka {
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-decoration: none;
	padding: 10px;
	display: block;
	overflow: hidden;
	background: url("../img/white_60.png") top repeat;
	position: absolute;
	}

#content .main_col .item .image .novinka:hover {
	background-color: white;
	}

#content .main_col .item .image .novinka span {
	color: #800;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	text-decoration: underline;
	cursor: pointer;
	}

#content .main_col .item .image .novinka .text {
	overflow: hidden;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	height: 47px;
	}

#content .main_col .item .novinky {
	width: 187px;
	margin-right: 10px;
	list-style: none;
	float: right;
	margin-top: 5px;
	}

#content .main_col .item .novinky li {
	height: 78px;
	padding: 1px 0px;
	}

#content .main_col .item .novinky .dotted {
	border-bottom: 1px dotted #b2b2b2;
	}

#content .main_col .item .novinky li a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 68px;
	width: 100%;
	overflow: hidden;
	padding: 5px 0px;
	cursor: pointer;
	}

#content .main_col .item .novinky li a .title {
	color: #800;
	text-decoration: underline;
	font-weight: bold;
	line-height: 18px;
	}

#content .main_col .item .novinky li a .datum {
	color: #999999;
	font-size: 10px;
	margin-left: 10px;
	}

#content .main_col .item .novinky li a .text {
	display: block;
	margin-top: 5px;
	height: 44px;
	overflow: hidden;
	font-weight: normal;
	}

#content .main_col .banner {
	overflow: hidden;
	background-color: transparent;
	}
#content .main_col .banner.noframe {
	overflow: hidden;
	background-color: #ffffff;
	}

.item.margin_t.banner-overflow {
	background-color: transparent !important;
	position: relative !important;
	z-index: 1 !important;
	margin: -77px 0 10px 0 !important;
	
}
#content .main_col .banner img {
	width: 100%;
	height: 100%;
	}

#content .main_col .item .fotogalerie {
	padding: 4px 8px;
	}

#content .main_col .item .fotogalerie .fotky {
	height: 107px;
	width: 122px;
	float: left;
	display: block;
	margin: 5px;
	text-align: center; 
	line-height: 107px;
	}

#content .main_col .item .fotogalerie .fotky img {
	vertical-align: middle;
	}

#content .main_col .small {
	width: 340px;
	}

#content .main_col .left {
	float: left;
	}

#content .main_col .right {
	float: right;
	}

#content .main_col .small .video {
	width: 340px;
	height: 207px;
	display: block;
	}

#content .main_col .small .foto {
	width: 338px;
	height: 203px;
	display: block;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-top: 1px solid #b3b3b3;
	border-bottom: 3px solid #b3b3b3;
	}

#content .main_col .small .foto img, #content .main_col .small .video img {
	width: 100%;
	height: 100%; 
	}

#content .main_col .item .clanek {
	padding: 20px;
	}

#content .main_col .item .clanek .fotka {
	width: 116px;
	height: 82px;
	float: left;
	margin-right: 30px;
	background: url("../img/list_back.png") no-repeat;
	}

#content .main_col .item .clanek .fotka a {
	width: 112px;
	height: 78px;
	display: block;
	text-align: center;
	}

#content .main_col .item .clanek .fotka a img {
/*	width: 100%;
	height: 100%;*/
	}

#content .main_col .item .clanek .text span {
	height: 31px;
	overflow: hidden;
	margin-bottom: 5px;
	display: block;
	}

#content .main_col .item .zprava {
	padding: 20px;
	}
#content .main_col .item .zprava .text span {
	max-height: 75px;
	overflow: hidden;
	margin-bottom: 5px;
	display: block;
	}

#content .main_col .item .zprava .text span a {
    color: #00254f;
}
#content .main_col .item .zprava .text span a.less-news {
    display: none;
}
	
#content .main_col .item .more {
	    margin: 5px;
	    padding-bottom: 5px;
	}

#content .main_col .item .kratke-zpravy {
    max-height: 260px;
    height: 260px;
    overflow: auto;
}

#content .main_col .item .clanek .text h2 {
	margin-bottom: 5px;
	}

#content .main_col .item .clanek .text .autor,
#content .main_col .item .clanek_item .text .autor  {
	margin-bottom: 5px;
	color:#333;
	}

#content .main_col .item .clanek .text .odkaz {
	color: #00254f;
	font-weight: normal;
	}

#content .main_col .item .stranky {
	width: 300px;
	margin: 0 auto;
	padding: 20px 0px;
	}

#content .main_col .item .stranky .arrow {
	height: 16px;
	width: 11px;
	background: url("../img/arrows.png") no-repeat;
	display: block;
	margin: 0px 15px;
	}

#content .main_col .item .stranky .left {
	float: left;
	background-position: left;
	}

#content .main_col .item .stranky .right {
	float: right;
	background-position: right;
	}

#content .main_col .item .stranky ul {
	list-style: none;
	}

#content .main_col .item .stranky ul li {
	display: block;
	float: left;
	}

#content .main_col .item .stranky ul li a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 5px;
	}

#content .main_col .item .stranky ul li a:hover, #content .main_col .item .stranky ul li .selected {
	color: #990303;
	text-decoration: underline;
	}

#content .main_col .item .clanek_item {
	padding: 20px;
	}
#content .main_col .item .clanek_item.caaftv {
	padding: 0px;
	}
#content .main_col .item .clanek_item.caaftv p {
	padding: 0px;
	margin: 0px;
	}

#content .main_col .item .hledani_clenu {
	padding: 20px;
	padding-bottom: 0px;
	}

#content .main_col .item .hledani_clenu ul{
	padding: 20px;
	padding-bottom: 20px;
	}

#content .main_col .item .header a {
	text-transform: none;
	font-weight: bold;
	padding: 0px 5px;
	overflow: hidden;
	color: #010000;
	text-decoration: none;
	}

#content .main_col .item .header .active {
	text-decoration: underline;
	}

#content .main_col .item .header a:hover {
	text-decoration: underline;
	}

#content .main_col .item .rozpis {
	padding: 20px;
	}

#content .main_col .item .rozpis .kolo_item {
	margin-bottom: 30px;
	}

#content .main_col .item .rozpis .kolo_item .kolo {
	line-height: 24px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	}

#content .main_col .item .rozpis .aktualni .kolo {
	border-bottom: 1px solid #9e0000;
	color: #9e0000;
	}

#content .main_col .item .rozpis .kolo_item ul {
	list-style: none;
	}

#content .main_col .item .rozpis .kolo_item ul li {
	width: 280px;
	padding: 0 20px;
	margin-top: 20px;
	height: 50px;
	float: left;
	line-height: 16px;
	overflow: hidden;
	}

#content .main_col .item .rozpis .kolo_item ul li, #content .main_col .item .rozpis .legenda .neodehrano {
	border-left: 2px solid #9e0000;
	}

#content .main_col .item .rozpis .odehrano ul li, #content .main_col .item .rozpis .legenda .odehrano {
	border-left: 2px solid #00254f;
	}

#content .main_col .item .rozpis .finale ul .gold, #content .main_col .item .rozpis .legenda .gold {
	border-left: 2px solid #f8b003;
	}

#content .main_col .item .rozpis .finale ul .bronze, #content .main_col .item .rozpis .legenda .bronze {
	border-left: 2px solid #a1701c;
	}

#content .main_col .item .rozpis .kolo_item ul li .small_text {
	font-size: 11px;
	}

#content .main_col .item .rozpis .kolo_item ul li .gray_text {
	font-size: 11px;
	color: #919090;
	margin-left: 5px;
	font-weight: normal;
	}

#content .main_col .item .rozpis .kolo_item ul li .teams {
	font-size: 14px;
	}

#content .main_col .item .rozpis .kolo_item ul li .vs {
	margin: 0px 10px;
	}

#content .main_col .item .rozpis .kolo_item ul li a {
	color: black;
	}

#content .main_col .item .rozpis .legenda {
	font-size: 11px;
	padding-top: 30px;
	}

#content .main_col .item .rozpis .legenda .row {
	display: block;
	height: 22px;
	width: 100%;
	
	}

#content .main_col .item .rozpis .legenda .row div {
	padding-left: 8px;
	margin-right: 15px;
	width: 100px;
	overflow: hidden;
	height: 15px;
	line-height: 15px;
	float: left;
	}

#content .right_col {
	float: right;
	width: 260px;
	}

#content .left_col {
	float: left;
	width: 260px;
	margin-right: 10px;
	}

#content .right_col .item a {
	line-height: 18px;
	}

#content .right_col .item .header, #content .left_col .item .header {
	background: url("../img/right_col_back.jpg") repeat-x;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0px 10px;
	overflow: hidden;
	color: white;
	}

#content .right_col .rotate-image {
	margin-bottom: 10px;
}

#content .right_col .rotate-image img {
	margin: 0;
	padding: 0;
}

#content .right_col .item .text, #content .left_col .item .text {
	padding: 5px 15px;
	}

#content .right_col .item .dark {
	background-color: #f1f1f1;
	}

#content .right_col .item .text .kdo {
	color: #010000;
	display: block;
	font-weight: bold;
	line-height: 18px;
	}

#content .right_col .item .text .datum {
	color: #999999;
	display: block;
	}

#content .right_col .item .logos {
	padding: 5px 11px 3px 11px;
	}

#content .right_col .item .logos .team {
	width: 60px;
	float: left;
    text-align: center;
	}

#content .right_col .item .logos .team2 {
	width: 60px;
	float: right;
    text-align: center;
	}

#content .right_col .item .logos .team a {
	text-decoration: none;
	line-height: 8px;
	}

#content .right_col .item .logos .team a span {
	text-align: center;
	display: block;
	text-decoration: underline;
	}

#content .right_col .item .logos .vs {
	margin: 0px 5px;
	float: left;
	}

#content .right_col .item .logos .match_result {
	width: 107px;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	text-align: center;
	}

#content .right_col .item .logos .match_result a {
	font-weight: bold;
	font-size: 11px;
	}
#content .right_col .item .logos .match_result div {
		font-size: 10px;
		padding-bottom: 10px;
		}
	
#content .right_col .item .logos .match_result a:hover {
	text-decoration: underline;
	}

#content .right_col .item .logos .match_result .dvojtecka {
        width: 5px;
				float: left;
        padding: 0 6px;
				text-align: center;
}

#content .right_col .item .logos .match_result .hp_zapas_pul {
        width: 45px;
        float: left;
        text-align: right;
}

#content .right_col .item .logos .match_result .prava {
        float: right;
        text-align: left;
}


#content .right_col .item .logos .match_place {
	width: 107px;
/*	padding-top: 10px;*/
	padding-left: 3px;
	padding-right: 3px;
	float: left;
  text-align: center;
	}

#content .right_col .item .logos .match_place a {
	font-size: 11px;
	}
#content .right_col .item .logos .match_place div {
	font-size: 10px;
	padding-bottom: 7px;
}
#content .right_col .item .header a, #content .left_col .item .header a {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 5px;
	overflow: hidden;
	color: white;
	text-decoration: none;
	}

#content .right_col .item .header a:hover, #content .left_col .item .header a:hover {
	text-decoration: underline;
	}

#main_content #footer {
	padding: 5px 5px 15px;
	border-top: 1px solid #9aa4b1;
	}

#footer .logo {
	padding-top: 48px;
	background: url("../img/logo_footer.png") no-repeat;
	width: 100px;
	height: 67px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 100px;
	}

#footer ul {
	float: left;
	list-style: none;
	margin-right: 50px;
	}

#footer ul li {
	display: block;
	line-height: 20px;
	}

#footer ul li a {
	color: #8a8a8a;
	font-weight: normal;
	}

#footer .bold li a {
	color: #575757;
	font-weight: bold;
	}

#footer .create {
	float: right;
	color: #8a8a8a;
	}

#footer .create a {
	color: #575757;
	font-weight: bold;
	}
#footer .create .certifikat {
    margin-top: 5px;
}
	
#main_content #linkbuilding {
	text-align: center;
	margin-bottom: 5px;
	}


/************ common & generic stuff ************/

.left_list ul, .left_list_souteze ul, .main_list_souteze ul {
    list-style: none;
	}

.left_list {
	list-style: none;
	margin: 0px 0px 15px 0px;
	}
.left_list_souteze {
	list-style: none;
	margin: 0px 0px 5px 0px;
	}
.main_list_souteze {
	list-style: none;
	margin: 0;
	}
.main_list_souteze ul {
	color: #00254f;	
}
.left_list a, .left_list_souteze a, .main_list_souteze a {
	color: #00254f;
	text-decoration: none;
	font-weight: normal;
	}

.left_list a:hover, .left_list_souteze a:hover, .main_list_souteze a:hover {
	text-decoration: underline;
	}

.left_list li, .left_list_souteze li {
	line-height: 22px;
    padding: 7px 0px;
    padding-left: 35px;
    background: url('../img/left_menu_bg.jpg') center left no-repeat;
	}

.left_list li.active {
    background: url('../img/left_menu_bg_active.jpg') center left no-repeat;
	}

.left_list li.arrow {
    padding-left: 20px;
    background: url('../img/left_menu_bg_arrow.jpg') top left no-repeat;
	}
.left_list_souteze li.empty, .main_list_souteze li.empty {
    padding-left: 20px;
    background: url('../img/left_menu_bg_empty.jpg') top left no-repeat;
}
.main_list_souteze ul > ul > li.empty, .main_list_souteze ul > ul > li.empty-total {
    padding-left: 20px;
}
.left_list_souteze li.empty-total, .main_list_souteze li.empty-total {
    padding-left: 20px;
    background: url('../img/left_menu_bg_empty_all.jpg') top left no-repeat;
}
.main_list_souteze ul > li > ul > li.empty, .main_list_souteze ul > li > ul > li.empty-total {
    padding-left: 0px;
}

	
.left_list_souteze li span.arrow {
	height: 16px;
	width: 16px;
	background: url("../img/arrow_r2.png") no-repeat;
	display: inline-block;
	margin: 0px 5px;
	cursor: pointer;
}
.main_list_souteze li span.arrow {
	height: 16px;
	width: 16px;
	background: url("../img/arrow_r2.png") no-repeat;
	display: inline-block;
	margin: 0px;
	cursor: pointer;
}
.main_list_souteze li span.expand, .main_list_souteze li span.collapse,
.left_list_souteze li span.expand, .left_list_souteze li span.collapse {
	color: #00254f;
	cursor: pointer;
}
.left_list_souteze li span.arrow.expand, .main_list_souteze li span.arrow.expand {
	right: 0px;
	background-position: top 2px right;
}
.left_list_souteze li span.arrow.collapse, .main_list_souteze li span.arrow.collapse {
	background: url("../img/arrow_d2.png") no-repeat;
	height: 16px;
	width: 16px;
	background-position: top 2px right;
}
.left_list_souteze li span.arrow.empty, .main_list_souteze li span.arrow.empty {
	background: url("../img/arrow_empty.png") no-repeat;
	height: 16px;
	width: 16px;
	background-position: top right;
}
.main_list_souteze li span.empty {
	padding-left: 20px;
}

.left_list .first_level .active {
    background: url('../img/left_menu_bg_arrow_bot.jpg') top left no-repeat;
	}

.left_list .left_list_header, .left_list_souteze .left_list_header {
    line-height: 18px;
    background: transparent;
    color: #880000;
    background: transparent;
    padding: 0px;
    padding-top: 10px;
	}

.left_list .left_list_header .list_titulek, .left_list_souteze .left_list_header .list_titulek {
    color: #880000;
    text-decoration: underline;
    font-weight: bold;
	}

.left_list_souteze .left_list_header .list_titulek_blue {
    color: #00254f;
	}

/************ table ************/

.table_titulek {
	line-height: 26px;
    font-size: 11pt;
    font-weight: bold;
	display: block;
    border-bottom: 1px solid #989898;
    color: #780001;
    padding-bottom: 10px;
	}

.silver {
	background: url("../img/menu_back.png") repeat-x;
	}

table {
	width: 100%;
	line-height: 20px;
    border-collapse: collapse;
	}

table thead {
	font-weight: bold;
    background-color: #c8c8c8;
	}

table thead th {
	line-height: 22px;
    padding: 5px 0px 5px 10px;
	}

table thead .datum {
	
	}

table thead .cas {
	
	}

table thead .zapas {
    
	}

table thead .cast {
	
	}

table thead .vysledek {
	width: 80px;
    text-align: center;
	}
table thead .vysledek_pomer {
	width: 80px;
    text-align: right;
    padding-right: 10px;
	}

table thead .stadion {
	
	}

table td {
    padding: 7px 0px 7px 10px;
    line-height: 22px;
}
.souteze.vysledky table td {
    padding: 3px 0px 3px 5px;
    line-height: 22px;
}

table td.main_list_souteze {
    vertical-align: top;
}

table tbody tr {
    border-bottom: 1px dotted #c3c3c3;
}
.souteze.vysledky table tbody tr {
    border-bottom: none;
}
.souteze.vysledky table tbody tr:hover {
    background-color: #eeeeee;
}

table td.zapas a {
        font-weight: bold;
}

table td.td_vysledek {
        text-align: center;
		width: 15%;
}
table td.td_vysledek_pomer {
        text-align: right;
		width: 15%;
}

.souteze.vysledky table td.td_vysledek_pomer {
    padding-right: 10px;
}
.souteze.vysledky table thead th {
    line-height: 16px;
}

table.match_info tbody tr {
    border-bottom: none;
}

table.match_info, table.match_info td {
	line-height: auto;
	padding: 0;
}

table.match_info, table.match_info th {
	vertical-align: top;
}
table.match_info th {
    width: 15%;
}
table.condensed, table.condensed td {
	line-height: 12px;
}

table.condensed td.datum {
	width: 60px;
	text-align: right;
	padding-right: 10px;
}

table.condensed tr {
	border-bottom: none;
}


/************ new ************/

#content .main_col .item .column {
	padding: 20px;
	float: left;
	}

#content .main_col .item .column .klub_item {
	width: 300px;
	}

#content .main_col .item .column .klub_item .klub_image {
	height: 60px;
	width: 60px;
	background-color: white;
	border: 5px solid #cccccc;
	padding: 3px;
	margin-right: 15px;
	float: left;
	}

#content .main_col .item .column .klub_item .klub_image img {
	height: 100%;
	width: 100%;
	}

.hrac_image {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
	background-color: white;
	padding: 3px;
	margin-right: 15px;
	float: left;
}

#content .main_col .item .column .klub_item .klub_text span {
	display: block;
	height: 30px;
	margin: 8px 0px;
	overflow: hidden;
	}

#content .main_col .item .klub_detail {
	padding: 20px;
	}

#content .main_col .item .klub_detail .description {
	padding-bottom: 30px;
	}

#content .main_col .item .klub_detail .description .klub_image {
	height: 100px;
	width: 100px;
	background-color: white;
	border: 5px solid #cccccc;
	padding: 3px;
	margin-right: 15px;
	float: left;
	}

#content .main_col .item .klub_detail .description .klub_image img {
	height: 100%;
	width: 100%;
	}

#content .main_col .item .klub_detail .description .klub_text {
	width: 300px;
	float: left;
	}

#content .main_col .item .klub_detail .description .klub_text span {
	display: block;
	line-height: 20px;
	}

#content .main_col .item .klub_detail .description .points {
	float: right;
	margin-top: 10px;
	}

#content .main_col .item .klub_detail .description .points .point_item {
	height: 60px;
	width: 60px;
	margin-right: 25px;
	float: left;
	}

#content .main_col .item .klub_detail .description .points .point_item span {
	font-size: 20px;
	text-align: center;
	display: block;
	line-height: 36px;
	background-color: white;
	}

#content .main_col .item .klub_detail .description .points .point_item .red_header {
	background: url("../img/right_col_back.jpg") repeat-x;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	}

#content .main_col .item .klub_detail .klub_content ul {
	list-style: none;
	}

#content .main_col .item .klub_detail .klub_content .menu_item {
	background-color: #f5f5f5;
	margin-right: 20px;
	text-transform: uppercase;
	display: block;
	float: left;
	}

#content .main_col .item .klub_detail .klub_content .menu_item a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color: black;
	width: 100px;
	line-height: 44px;
	text-align: center;
	}

#content .main_col .item .klub_detail .klub_content .hideable-tab {
	padding: 15px 0px;
	}

#content .main_col .item .klub_detail .klub_content .tab-none {
	display: none;
	}

#content .main_col .item .vysledky_tab {
	padding-left: 20px;
	padding-bottom: 15px;
	}

#content .main_col .item .vysledky_tab a {
	color: #800;
	}

.galleryItem {
        float: left;
        padding: 20px 27px 20px 0px;
        width: 142px;
}

.galleryDetailItem {
        float: left;
        padding: 20px 2%;
        width: 96%;
}

.galleryDetailItem {
        float: left;
        padding: 20px 2%;
        width: 96%;
}

.videoDetail {
        width: 100%;
}

.videoDetail img {
        width: 100%;
}

.galleryItemVideo {
        float: left;
        padding: 20px 27px 20px 0px;
        width: 311px;
}

.galleryItemLast {
        padding-right: 0px;
}

#content .main_col .item .fotogalerie .galleryItem .fotky {
        margin: 0;
}

.galleryItemTitle {
        float: left;
        width: 100%;
        padding-top: 5px;
        text-align: center;
        color: #333333;
}

.galleryItemTitle a {
        color: #333333;
        font-weight: bold;
        font-size: 10pt;
        text-decoration: none;
}

.galleryItemTitle a:hover {
        text-decoration: underline;
}

.galleryItemInfo {
        float: left;
        width: 100%;
        font-size: 8pt;
        color: #8a8a8a;
}

.galleryDetailItemInfo {
        float: left;
        width: 100%;
        font-size: 8pt;
        color: #8a8a8a;
        margin-top: 15px;
}

.more_link {
        float: right;
        margin: 0px 10px 10px 0px;
}

.souteze {
        float: left;
        width: 650px;
        padding: 20px;
        background-color: #ffffff;
}
.souteze.vysledky {
        padding-top: 3px;
        padding-bottom: 3px;
}
.souteze.vysledky.info {
	font-size: 10px;
}

.souteze .box {
        float: left;
        width: 263px;
        padding: 0px 40px 20px 0px;
}

.souteze .box h2 {
        float: left;
        width: 100%;
        text-decoration: none;
}

.souteze .box h2 a {
        text-decoration: none;
        color: #333333;
        font-weight: bold;
}

.souteze .box h2 a:hover {
        text-decoration: underline;
}

.soutezImage {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 5px solid #e2e2e2;
}

.soutezDescription {
        float: left;
}

.soutezLinks {
        float: left;
        padding-top: 10px;
        line-height: 26px;
        color: #00254f;
}

.soutezLinks a {
        color: #00254f;
        text-decoration: none;
        font-weight: normal;
}

.soutezLinks a:hover {
        text-decoration: underline;
}

.soutezLinks ul {
        list-style-type: none;
}

.soutezLinks ul li {
        float: left;
        width: 100%;
        background: url('../img/left_menu_bg_arrow.jpg') top left no-repeat;
        line-height: 20px;
        padding: 8px;
        padding-left: 26px;
}

h2 a {
        color: #800;
        text-decoration: none;
        font-weight: normal;
}

h2 a:hover {
        text-decoration: underline;
}

h3 a {
        text-decoration: none;
}

h3 a:hover {
        text-decoration: underline;
}

.header .headline {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #010000;
}

.navHomeButton {
        float: left;
        width: 20px;
        height: 39px;
        background: url('../img/home_blue.png') center center no-repeat;
}

.active .navHomeButton {
        float: left;
        width: 20px;
        height: 39px;
        background: url('../img/home.png') center center no-repeat;
}

a:hover .navHomeButton {
        float: left;
        width: 20px;
        height: 39px;
        background: url('../img/home.png') center center no-repeat;
}

.slider {
        float: left;
        width: 100%;
        position: relative;
}

.sliderImage {
        float: left;
        position: relative;
}

.sliderUl {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 100;
        width: 284px;
        height: 100%;
        list-style-type: none;
}

.sliderUl li {
        float: left;
        width: 244px;
        padding: 8px 10px 8px 30px;
        background: url('../img/slider_li.png') top right no-repeat;
        height: 63px;
        margin-bottom: 3px;
        color: #ffffff;
        font-size: 10pt;
        overflow: hidden;
        cursor: pointer;
}

.sliderUl li.active {
        background: url('../img/slider_li_active.png') top right no-repeat;
}

.sliderUl li:hover {
        background: url('../img/slider_li_active.png') top right no-repeat;
}

.sliderHeadline {
        float: left;
        width: 100%;
        font-size: 11pt;
        font-weight: bold;
}

.sliderText {
        float: left;
        width: 100%;
        padding-top: 5px;
        font-size: 12px;
        line-height: 18px;
}

#sliderImage_2 {
        display: none;
}

#sliderImage_3 {
        display: none;
}

#fastNavigation {
        margin: 10px 5px;
        color: #ffffff;
        font-size: 11px;
}

#fastNavigation a {
        color: #ffffff;
        text-decoration: underline;
}

#fastNavigation a:hover {
        text-decoration: none;
}

.button1 {
        height: 32px;
        padding: 0px 30px;
        line-height: 32px;
        background: url('../img/right_col_back.jpg') repeat-x;
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #7c0000;
        font-weight: bold;
}

.detailIcon {
        float: left;
        width: 22px;
        height: 22px;
        background: url('../img/lupa.png') center center no-repeat;
}

#content .divize_item {
	width: 49%;
	float: left;
	}

#content .divize_right {
	float: right;
	}

#content .divize_right .detailIcon {
	float: right;
	margin-top: 4px;
	}

#content .main_col .divize_item .fotogalerie .fotky {
	height: 97px;
	width: 129px;
	}

#content .main_col .divize_item .fotogalerie .videa {
	height: 97px;
	width: 258px;
	}

.point_number {
        border: 1px solid #dddddd;
}

.tab-li {
        float: left;
        height: 32px;
        padding-right: 4px;
}

.tab-li .tab {
        float: left;
        padding: 0px 20px;
        background: url('../img/bg-tab.jpg') top left repeat-x;
        line-height: 31px;
        border: 1px solid #e1e1e1;
        border-bottom: 0;
        color: #333333;
        text-decoration: none;
        font-weight: bold;
}

.tab-li .tab:hover {
        color: #780001;
}

.klub_menu_back {
        border-bottom: 3px solid #780001;
}

.tab-li .tab-active {
        background-position: bottom left;
        color: #ffffff;
        border: 1px solid #780001;
        border-bottom: 0;
}

.tab-li .tab-active:hover {
        color: #ffffff;
}

.detailIconTd {
        width: 40px;
}

.margin_t {
        margin-top: 10px;
}

.td_poradi {
        width: 30px;
        text-align: center;
}
.souteze.vysledky .td_poradi {
    padding-right: 10px;
}

.aktualita_small {
        padding: 10px 0px 20px 0px;
}

.aktualita_small h3 {
        color: #800;
        padding-bottom: 10px;
}

.aktualita_small p {
        margin-bottom: 10px;
}

#kontakty {
        padding: 20px;
}

.kontakty_left {
        float: left;
        width: 300px;
}

.arealy_left {
        float: left;
        width: 300px;
}

.kontakty_right {
        float: right;
        width: 200px;
        padding-left: 20px;
}

.kontakt tr {
        vertical-align: top;
        border: 0;
}

.kontakt th {
        line-height: 22px;
}

.kontakt td {
        padding: 0px 0px 0px 10px;
}

#content .main_col .item .column .klub_item .klub_text .pozice {
        height: auto;
        padding: 0px 0px 10px;
        margin: 0px;
        color: #575757;
}

.klub_text h2 {
        margin: 0px 0px 5px;
}

#links {
        padding: 15px;
}

.arrow .active {
        font-weight: bold;
}

.dark_team {
        background-color: #F1F1F1;
}

.team img {
        margin-top: 10px;
}

#content .right_col .item .logos .team img {
	margin-top: 0px;
}

.hp_tabulka {
	font-size: 11px;	
}

.hp_tabulka tr td.td_vysledek {
        padding-right: 7px;
		width: 30px;
}

.hp_tabulka tr td.td_vysledek_vyhra_prohra {
	width: 15px;
}

.hp_tabulka .td_poradi {
	width: 10px;
}

.hp_tabulka td {
	line-height: 10px;
	padding: 2px 0px 2px 7px;
}

.hp_tabulka td.zapas a {
        font-weight: normal;
		text-decoration: none;
}

.hp_tabulka td.zapas a:hover {
	text-decoration: underline;
}

#content .right_col .item .hp_zapas {
        padding: 5px 0;
        display: block;
        text-decoration: none;
		font-size: 11px;
}

#content .right_col .item .hp_zapas .hp_zapas_tymy {
        width: 100%;
        height: 18px;
        overflow: hidden;
}

#content .right_col .item .hp_zapas .dvojtecka {
        width: 2%;
        padding: 0 3%;
}

#content .right_col .item .hp_zapas .hp_zapas_pul {
        width: 46%;
        float: left;
        text-align: right;
}

#content .right_col .item .hp_zapas .prava {
        float: right;
        text-align: left;
}

#content .right_col .item a {
	text-decoration: none;
}

#content .right_col .item a:hover {
	text-decoration: underline;
}

#content .left_col .item .hp_zapas {
        padding: 10px;
}

.hp_zapas_tymy {
        font-weight: bold;
        text-decoration: none;
        float: left;
}

.hp_zapas_vysledek {
        font-weight: bold;
        text-align: center;
}

.score_detail {
        padding: 30px 15px;
}

.score_detail div.dotted {
	border-bottom: 1px dotted #b2b2b2;
}

.score_detail .club {
        float: left;
        width: 230px;
        position: relative;
}

.score_detail .club_name {
        float: left;
        width: 140px;
        text-align: right;
        font-size: 17px;
        padding-top: 10px;
        line-height: 27px;
}

.score_detail .club_name_left {
        float: right;
        text-align: left;
}

.score_detail .club_name strong {
        font-weight: bold;
        font-size: 20px;
}

.score_detail .club_logo {
        float: right;
}

.score_detail .club_logo_right {
        float: left;
}

.club_logo img, .club_logo_right img {
	width: 79px;
	height: 79px; 
}

.score_board {
        float: left;
        width: 100%;
        margin-top: 20px;
}
.score_board table {
	width: 40%;
	margin: 0 auto;
}

.score_board.Halfs table {
	width: 30%;
	margin: 0 auto;
}

.score_board thead {
        background-color: #f7f7f7;
}

.score_board thead th {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        width: 46px;
        text-align: center;
        padding: 5px 0px;
}

.score_board tbody td {
        border-bottom: 1px solid #e7e7e7;
        width: 46px;
        text-align: center;
        padding: 5px 0px;
}

.score_result {
        float: left;
        width: 200px;
        text-align: center;
        padding-top: 40px;
        color: #b00000;
        font-size: 40px;
        font-weight: bold;
}

.score_result .dot {
        color: #cfcfcf;
        font-weight: normal;
}

.match_date {
        text-align: center;
        padding-top: 5px;
        font-size: 11px;
        color: #575757;
        clear: both;
}

.match_date a {
        font-size: 11px;
        color: #575757;
}

.download_item a {
        display: block;
        margin: 10px 0px;
        padding-left: 20px;
        line-height: 16px;
}

.download_item table.condensed a {
	margin: 0px;
}

.download_item .pdf_ico {
        background: url('../img/ico-pdf.png') center left no-repeat;
        padding-left: 22px;
}

.download_item {
        margin-bottom: 30px;
}

.formulare {
        padding: 20px 200px;
        margin: 50px 0;
        line-height: 15px;
}

.hledani_clenu .formulare {
        padding: 0px;
        margin: 0px 0;
        line-height: 15px;
}

.hledani_clenu .vysledky_hledani {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formulare h3 {
		background: url("../img/gray_back_lesser.jpg") repeat-x;
		line-height: 32px;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 20px;
}

.formulare span {
		width: 120px;
		display: block;
		float: left;
		line-height: 24px;
		font-weight: bold;
}

.formulare input {
		height: 20px;
		padding: 0px 2px;
		color: grey;
		float: left;
}
.formulare input.nizky {
		height: 15px;
		padding: 0px 2px;
		color: grey;
		float: left;
}

.formulare input.delka {
		width: 200px;
}
.formulare input.kratky {
		width: 40px;
}
.formulare input.butonek {
		color: black;
		padding: 0px 15px;
		height: 30px;
		background: url("../img/right_col_back.jpg") repeat-x;
		border: none;
		color: white;
		font-weight: bold;
		cursor: pointer;
}

.formulare span.pohlavicko {
	width: 40px;
	padding-left: 10px;
}

.formulare span.souhlas {
	width: 90%;
	padding-left: 10px;
}

.formulare .pozadi_wh {
	background: white;
	padding: 20px 25px;
}

.vyber_arealu {
	float: right;
}

.fulltext input.butonek {
	color: black;
	padding: 0px 15px;
	height: 19px;
	margin-left: 4px;
	background: url("../img/right_col_back.jpg") repeat-x;
	border: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.fulltext button.butonek {
	color: black;
	padding: 0px 6px;
	height: 19px;
	margin-left: 4px;
	background: url("../img/right_col_back.jpg") repeat-x;
	border: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.fulltext input {
	height: 16px;
	padding: 0px 1px;
	color: grey;
}

.fulltext {
	padding-bottom:3px;	
}

div#soupiska_tab img.osoba-foto {
	/*border: 1px solid #cccccc;*/
	height: 32px;
	vertical-align:middle;
}
div#soupiska_tab td.osoba-foto {
	text-align: right;
	padding: 2px 0px 2px 10px;
	width: 30px;
}
#hp-kalendar .ui-datepicker {
	width: 334px;
	/* margin-bottom: 350px;*/
	/* display: none; */
}
.calendar-hp-tooltip {
	height: 200px;
	width: 250px;
	max-width: 250px;
	overflow: auto;
}
.calendar-hp-tooltip p {
	width: 200px;
}
.ui-datepicker td.calendar-hp-highlight a {
	border: 1px solid #880000;
}
.ui-datepicker-title .ui-datepicker-month {
	text-transform:capitalize;
}
#amfotbalfeed {
	height: 455px;
	overflow: auto;
}

/* souteze a vysledky */
.souteze table th.datum {
    width: 10%;
}
.souteze table th.cas {
    width: 5%;
}
.souteze table td.zapas {
    width: 30%;
}
.souteze table td.zapas img {
    padding-right: 10px;
}
.souteze table td.zapasspace {
    width: 1%;
}
.souteze table th.zapastitle {
    width: 51%;
}
.souteze table th.zapastitleprogram {
    width: 51%;
}
.souteze table th.vysledek {
    width: 15%;
}
.souteze table th.stadion {
    width: 15%;
}
.souteze.vysledky table tr.tym-postupujici-primo * {
    background-color: #8FABCE;
    color: #ffffff;
}
.souteze.vysledky table tr.tym-postupujici-kvalifikace *  {
    background-color: #c7d7ee;
}

/*
tabulka souteze v sekci vysledky
*/
table.tabulka-souteze th.tym{
    width: 45%;
}
table.tabulka-souteze th.vyhry,
table.tabulka-souteze th.remizy,
table.tabulka-souteze th.prohry {
    width: 8%;
    text-align: center;
}
table.tabulka-souteze th.skore {
    width: 11%;
    text-align: center;
}
table.tabulka-souteze th.pomer {
    width: 11%;
    text-align: right;
    padding-right: 10px;
}
table.tabulka-souteze td.tym a {
    font-weight: bold;
}
table.tabulka-souteze td.vyhry,
table.tabulka-souteze td.remizy,
table.tabulka-souteze td.prohry {
    width: 12%;
    text-align: center;
}
table.tabulka-souteze td.skore {
    width: 18%;
    text-align: center;
}
table.tabulka-souteze td.pomer {
    text-align: right;
    padding-right: 10px;
}
table.tabulka-souteze td img {
    vertical-align: middle;
    padding-right: 10px;
}
table.tabulka-souteze td span.no-logo {
    vertical-align: middle;
    padding-left: 33px;
}

/*
tabulka program zapasu v sekci vysledky
*/
table.program-zapasu th.datum{
    width: 11%;
    text-align: left;
}
table.program-zapasu th.cas{
    width: 7%;
}
table.program-zapasu th.zapas {
    width: 54%;
    padding-left: 10px;
}
table.program-zapasu th.stadion {
    width: 20%;
    padding-left: 5px;
}
table.program-zapasu th.vysledek{
    width: 7%;
    padding-left: 5px;
}
table.program-zapasu td.tym a {
    font-weight: bold;
    padding-left: 5px;
}
table.program-zapasu td.tym a.hoste {
    font-weight: bold;
    padding-left: 0px;
}
table.program-zapasu td.link {
    text-align: right;
}
/*
tabulka vysledky zapasu v sekci vysledky
*/
table.vysledky-zapasu th.datum{
    width: 7%;
}
table.vysledky-zapasu th.cas{
    width: 7%;
}
table.vysledky-zapasu th.vysledek{
    width: 10%;
    padding-left: 5px;
    text-align: center;
}
table.vysledky-zapasu td.links {
    text-wrap: none;
    text-align: right;
}
table.vysledky-zapasu td.links i {
    font-size: 13px;
    padding-right: 5px;
}
table.vysledky-zapasu th.zapas {
    width: 48%;
    padding-left: 10px;
}
table.vysledky-zapasu th.stadion {
    width: 20%;
    padding-left: 5px;
}
table.vysledky-zapasu td.tym {
    padding-left: 10px;
}
table.vysledky-zapasu td.tym a {
    font-weight: bold;
}
table.vysledky-zapasu td.link {
    text-align: right;
}
table.vysledky-zapasu td.vysledek {
    text-align: center;
}
/* registrace */
#registration-form strong {
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
}
#registration-form ul { 
   list-style-type: none; 
   list-style-position: inside; 
}
#registration-form ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
#registration-form ul ul, #registration-form ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
#registration-form ol ol, #registration-form ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}
#registration-form ul li label>span {
    margin-left: 10px;
}
#registration-form label.row {
    display: inline-block;
}
#reg-step-1 label {
/*    margin-right: 18px;*/
}
#reg-step-3 .lng-en, #RegSubmit {
    display: none;
}
#reg-step-2, #reg-step-3, #reg-step-4 {
    display: none;
}
#registration-form .help {
    color: #8FABCE;
    font-size: 14px;
    margin-left: 5px;
    cursor: help;
}
.formulare.wide {
    padding: 20px 150px;
}
.formulare #registration-form span {
    width: 150px;
    display: inline-block;
}
.formulare #registration-form select {
    /*float: left;*/
}
.formulare #registration-form input[name=DB_Y] {
    float: none;
    height: 16px;
}

#RegStatniPrislusnost input, #RegJazyk input {
    height: auto;
    float: none;
}
.formulare #RegStatniPrislusnost span, .formulare #RegJazyk span {
    float: none;
    width: auto;
    display: inline;
}
.formulare #registration-form tr {
    border: none;
}
.formulare #registration-form td {
    text-align: center;
}
.formulare #registration-form input[type=radio] {
    height: auto;
}
.formulare #registration-form #reg-step-4 span { 
    width: auto;
    line-height: 20px;
}
.formulare ul.error-list {
    border: 1px dotted red;
    padding: 10px;
    color: red;
    font-weight: bold;
}
.formulare ul.error-list li {
    list-style: none;
}
.formulare #registration-form #RegJazyk table td, .formulare #registration-form #RegStatniPrislusnost table td {
    width: 30%;
    text-align: left;
}

.pickem {
        float: left;
        width: 650px;
        padding: 20px;
        background-color: #ffffff;
}
.pickem.tipovani {
    padding: 0;
    width: 690px;
	background-color: transparent;
}
.pickem.tipovani .zapas {
	background-color: #ffffff;
}
#content .item.pickem-uvod  {
    background-color: transparent;
}
#content .item.pickem-uvod .pickem p {
    margin-bottom: 0px;
}
.item.pickem-uvod .header {
    margin-bottom: 0px;
}
#content .item.pickem-uvod {
    margin-bottom: 0px;
}
.pickem.zebricek {
    /*padding: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 686px;*/
}
.pickem.past .zapas {
}
.header .uzaverka {
    float: right;
	font-size: 11px;
}
.pickem .zapas {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    height: 150px;
}
.pickem .zapas .tip-info {
    width: 40px;
    height: 100%;
}
.pickem .zapas .tip-info.selected {
    background-color: #8FABCE;
}
.pickem .zapas .tip-info.tip-1 {
    float: left;
    /*border-right: 1px solid #eeeeee;*/
}
.pickem .zapas .tip-info.tip-2 {
    float: right;
    /*border-left: 1px solid #eeeeee;*/
}
.pickem .zapas .pickem .zapas.last {
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 5px;
}
.pickem .zapas .tip-info div.moje-body {
    width: 100%;
    height: 30px;
    padding-top: 2px;
    text-align: center;
}
.pickem .zapas .tip-info div.moje-body span {
    font-size: 18px;
    font-weight: bold;
	display: block;
}
.pickem .zapas .tip-info div.muj-tip {
    float:left;
    position: relative;
    width: 120px;
    top: 30px;
    right: 38px;
    border-style: none;
    font-weight: bold;
    font-size: 20px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.pickem .zapas .tip-info.spravny-tip {
    background-color: green;
}
.pickem .zapas .tip-info.spatny-tip {
    background-color: red;
}
.pickem .zapas h3 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 3px;
}
.pickem .zapas .tip-container a:hover div {
    background-color: #fafafa;
    border: 0px dotted #cccccc;
}
.pickem .zapas .tip-container .tip1 {
    float: left;
    width: 200px;
    height: 120px;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    margin-right: 40px;
}
.pickem .zapas .tip-container .tip2 {
    float: right;
    width: 200px;
    height: 120px;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    margin-left: 40px;
}
.pickem .zapas .tip-result {
    width: 60px;
    margin-top: 10px;
    height: 100px;
    font-size: 18px;
    position: absolute;
}
.pickem .zapas .tip-result.tip-result-1 {
    right: 420px;
    color: #8FABCE;
    z-index: 10;
}
.pickem .zapas .tip-result.tip-result-2 {
    right: 240px;
    color: #c7d7ee;
    z-index: 10;
}

.pickem .zapas .tip1 img, .pickem .zapas .tip2 img {
  margin: 2px;
  padding: 2px;
}
.pickem .progress {
  width: 100%;
  border: 1px solid #eeeeee;
  height: 5px;
  color: white;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pickem .progress .tip-1 {
  background-color: #8FABCE;
  float: left;
  text-align: center;
}
.pickem .progress .tip-2 {
  background-color: #c7d7ee;
  float: left;
  text-align: center;
}
.pickem .zapas .tip-progress {
  float: left;
  position: relative;
  width: 130px;
  height: 120px;
  text-align: center;
  top: -10px;
}
.pickem .zapas .tip-progress .result-chart {
    width: 100%;
    height: 100%;
}
.pickem .zapas .tip-progress .overlay {
    width: 120px;
    height: 110px;
    position: absolute;
    top: 10px;  /* chartArea top  */
    left: 0px; /* chartArea left */
    font-size: 190%;
}
.pickem .zapas .tip-progress .overlay i {
    color: #780001;
}
.pickem .pickem-help {
  color: #aaaaaa;
  cursor: help;
}
.pickem table.zebricek .poradi {
    /*width: 50px;*/
}
.pickem table.zebricek td.poradi {
    text-align: center;
}
.pickem table.zebricek th.jmeno {
    text-align: left;
}
.pickem table.zebricek td {
    text-align: center;
}
.pickem table.zebricek td.jmeno {
    text-align: left;
    text-wrap: none;
}
.pickem table.zebricek th {
    text-align: center;
}
.pickem table.zebricek tr.highlight {
    border: 2px solid red !important;
    background-color: #8FABCE;
}
.pickem table.zebricek tr.highlight td {
    background-color: #8FABCE;
}
.pickem table.zebricek tr th.poradi-hidden, .pickem table.zebricek tr td.poradi-hidden {
    display: none;
}
.item .header i.etapa-toggle, .item .header i.kolo-toggle {
    cursor: pointer;
}
#content .ui-accordion-header-icon {
  position: absolute;
  left: auto;
  right: 1em;
}
.defaultIcon
{
    background-image: url('../img/icon-plus.png') !important;
    width: 20px;
    height: 20px;
}
.selectedIcon
{
    background-image: url('../img/icon-minus.png') !important;
    width: 20px;
    height: 20px;
}

.item table.statistics.home th {
    text-align: center;
    padding: 0px 0px 0px 7px;
}
.item table.statistics.home th.name {
    text-align: left;
}
.item table.statistics.home td {
    text-align: center;
}
.item table.statistics.home td.name {
    text-align: left;
}

table.condensed.super {
    width: auto;
}
table.condensed.super tr td {
    padding: 7px 0px 0px 0px;
    line-height: 13px;
    vertical-align: top;
}
#content .main_col .item .column .klub_item .klub_text table.condensed.super tr td span {
    padding-left: 10px; 
    display: inline;
    color: #000000;
}
#content .main_col .item .column .klub_item .klub_text table.condensed.super tr td.col1 {
    width: 80px;
}
#content .main_col .item .column .klub_item .klub_text table.condensed.super tr td span.noactive {
    color: #dddddd;
}
.kluby {
    float: left;
    width: 650px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
}
#content .item.partneri {
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.item.partneri span {
    margin-left: 12px;
    margin-right: 12px;
}
.item.partneri span img {
    vertical-align: middle;
    max-height: 100px;
    max-width: 170px;
}
#accordion {
  margin-bottom: 10px;
}
.vysledek-ot {
	font-weight: normal;
	font-size: 70%;
}