/**
* Header
*
* @version 1.8
*/
#headerCzechTV  {
	padding: 0px;
}

#headerCzechTV #headerCzechTVMenu {
	width: 100%;
}

#headerCzechTV #headerCzechTVMenu ul {
	width: 960px;
	margin: 0 auto;
}

#headerCzechTV #headerCzechTVMenu .cornerLeft,
#headerCzechTV #headerCzechTVMenu .cornerRight {
	display: none;
}

#headerCzechTV #headerCzechTVTS {
	color: #FFF !important;
	background-color: #FFF;
	margin: 0px;
	width: 100%;
	display: none;
}
#headerCzechTVShadowBox {
	height: auto !important;
}

/*
#headerCzechTV {
	position: relative; z-index: 1000; width: 100%; min-width: 980px;
	background: #333 url("../gfx/background.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("../gfx/logo.png") 0 0 no-repeat;
}
#headerCzechTV .logo img {
	border: 0;
}

#headerCzechTV .item {
	float: left; margin-right: 11px; padding: 12px 13px 13px 0;
	background: transparent url("../gfx/divider.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("../gfx/arrow.png") 100% 50% no-repeat;
}
#headerCzechTV .dropDownList {
	position: absolute; left: 0; top: 90%; z-index: 1004;
	display: none; width: 160px;
	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: 140px; 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("../gfx/shadow.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%;
}