/**
 * Hlavicka
 *
 * @package Hlavicka
 * @version 1.6
 */

#headerCzechTV {
	position: relative; z-index: 1000; width: 100%; min-width: 980px;
	background: #333 url("backgrow.png") 0 100% repeat-x;
	font-family: sans-serif; font-size: 10px; font-weight: normal; color: #FFF; text-align: center;
}
#headerCzechTV a {
	border: none;
	background-color: transparent;
	font-size: 1em; font-weight: normal; color: #FFF; text-decoration: none;
}
#headerCzechTV a:hover {
	border: none;
	background-color: transparent;
	font-size: 1em; font-weight: normal; color: #FFF; text-decoration: underline;
}
#headerCzechTV form {
	position: relative; z-index: 1002; width: 980px; margin: 0 auto;
	text-align: left;
}
#headerCzechTV ul {
	margin: 0; padding: 0;
	list-style-type: none; list-style-image: none;
	font-size: 1em; line-height: normal;
}
#headerCzechTV li {
	margin: 0; padding: 0;
	list-style-type: none; list-style-image: none;
	font-family: Verdana, "Geneva CE", lucida, sans-serif; font-weight: normal;
	text-align: left; line-height: normal;
}

#headerCzechTV .logo {
	float: left; margin-right: 25px; padding-top: 6px;
	font-size: 1.2em; text-align: center;
}
#headerCzechTV .logo a {
	position: relative;
	display: block; width: 166px; height: 26px;
}
#headerCzechTV .logo a span {
	position: absolute; left: 0; top: 0;
	display: block; width: 100%; height: 100%;
	background: transparent url("logo0002.png") 0 0 no-repeat;
}
#headerCzechTV .logo img {
	border: 0;
}

#headerCzechTV .item {
	float: left; margin-right: 9px; padding: 12px 11px 13px 0;
	background: transparent url("divider2.png") 100% 50% no-repeat;
	font-size: 1.2em;
}

#headerCzechTV .dropDownSwitch {
	position: relative; float: left; padding-right: 0;
	background: none;
}
#headerCzechTV .dropDownSwitch .arrow {
	display: block; padding: 0 23px 1px 0;
	background: transparent url("arrow002.png") 100% 50% no-repeat;
}
#headerCzechTV .dropDownList {
	position: absolute; left: 0; top: 100%; z-index: 1004;
	display: none; width: 160px; margin-top: -3px;
	border-top: 1px solid #444; border-bottom: 1px solid #222;
	background-color: #333;
}
#headerCzechTV .dropDownList ul {
	margin: 0; padding: 5px 7px 6px 7px;
}
#headerCzechTV .dropDownList li {
	margin-bottom: 5px;
	font-size: 0.9em; line-height: 1.4em;
}
#headerCzechTV .dropDownList li.lastItem {
	margin-bottom: 0;
}

#headerCzechTV .search {
	float: right; padding: 10px 0 10px 0;
}
#headerCzechTV .search input {
	vertical-align: middle;
}
#headerCzechTV .search .textBox {
	width: 110px; margin: 0; padding: 2px;
	border: 1px solid #777;
	background-color: #CCC;
	font-family: Verdana, "Geneva CE", lucida, sans-serif; font-size: 1.1em;
}
#headerCzechTV .search .submitButton {
	float: none; width: auto; margin: 0;
	color: #FFF; text-align: left;
}

#headerCzechTV .shadow {
	position: absolute; left: 0; bottom: -5px; z-index: 1001; width: 100%; height: 5px;
	background: transparent url("shadow05.png") 0 0 repeat-x;
	font-size: 0;
}

#headerCzechTV .leaderboard {
	width: 750px; margin: 0 auto;
	font-size: 0;
}
#headerCzechTV .leaderboard object,
#headerCzechTV .leaderboard img,
#headerCzechTV .leaderboard table,
#headerCzechTV .leaderboard a {
	display: block; overflow: hidden; margin-bottom: 2px;
}
#headerCzechTV .leaderboard a {
	margin-bottom: 0;
}

#headerCzechTV .skyscraper {
	position: relative;
	width: 980px; margin: 0 auto;
}
#headerCzechTV .skyscraper .position {
	position: absolute; right: -130px; bottom: -610px;
}

/**
 * Clearfix
 *
 * @version 0.2
 */
.clearfix:after {
	content: ".";
	clear: both; display: block; height: 0; visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
