/**
* Hlavicka CT
*
* @version progress
*
* @author Radek Zemanek
* @copyright Ceska televize
*/

/********************************************************************************************************************/
/** Debug tools **/
#CSSRELOADPOSITION {
	position: absolute;
	position: fixed;
	/* position: fixed; */
	right: 5px;
	top: 0px;
	font-size: 9px;
	font-weight: bold;
	opacity: .6;
	zoom: 1;
}

#CSSRELOADPOSITION a {
	padding: 5px 10px;
	background: white;
	display: block;
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 1px 1px 1px #000;
	box-shadow: 3px 3px 2px #888;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	color: black;
	zoom: 1;
	width: 100px;
}

/********************************************************************************************************************/
/** Hlavni stylovani pro hlavicku **/
#headerCzechTV {
	position: relative;
	z-index: 9998;
	width: 100%;
	min-width: 980px;
	background: #a6a6a6 url("../gfx/background.png?version=2.0") repeat-x bottom center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 3px 0 0 0;
}

#headerCzechTV p,
#headerCzechTV ul,
#headerCzechTV li,
#headerCzechTV form,
#headerCzechTV input {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 14px;
}

#headerCzechTV .alignRight {
	text-align: right;
}

#headerCzechTV img {
	border: none;
}

#headerCzechTV a, #headerCzechTV span {
	font-weight: normal;
	border: none;
}

#headerCzechTV a:hover {
	text-decoration: underline;
}

#headerCzechTV #headerCzechTVLoader {
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -22px;
	z-index:2500;
}

#headerCzechTV #headerCzechTVLoader p {
	display: block;
	width: 44px;
	height: 44px;
	background: transparent url("../gfx/loader.gif") no-repeat center center;;
}

#headerCzechTV #headerCzechTVLoader p span {
	display: none;
}

/********************************************************************************************************************/
/** Personal block **/
#headerCzechTV #headerCzechTVTS {
	text-align: right;
	width: 965px;
	margin: 0px auto;
	padding: 7px 15px 7px 0;
	color: black;
	position: relative;
	z-index: 2000;
	font-size: 11px;
}

#headerCzechTV #headerCzechTVTS a {
	color: #000;
	text-decoration: none;
}

#headerCzechTV #headerCzechTVTS a:hover {
	color: #000;
	text-decoration: underline;
}

#headerCzechTV #headerCzechTVTS span {
	float: right;
	display: block;
}

#headerCzechTV #headerCzechTVTS span.delimeter {
	text-align: center;
	width: 30px;
}

/********************************************************************************************************************/
/** Login form **/
#headerCzechTV #headerCzechTVLoginForm {
	display: none;
	position: absolute;
	width: 352px;
	height: 205px;
	overflow: hidden;
	z-index: 2000;
	background: #e8e8e8 url("../gfx/backgroundLoginForm.png") no-repeat 0 -27px !important;
	right: 132px;
	top: 31px;
	padding: 12px 12px 12px 12px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -1px;
	border-bottom: 1px solid white;
}

#headerCzechTV #headerCzechTVLoginForm a.arrow {
	background: transparent url("../gfx/items.png") no-repeat right -149px;
	padding: 0 10px 0 0;
}

#headerCzechTV #headerCzechTVLoginForm a:hover {
	text-decoration: underline;
}

#headerCzechTV #headerCzechTVLoginForm .columnLeft {
	float: left;
	width: 168px;
	margin: 0 0 5px 0;
}

#headerCzechTV #headerCzechTVLoginForm .columnLeft .title {
	font-size: 18px !important;
	padding: 5px 0 15px 0 !important;
}

#headerCzechTV #headerCzechTVLoginForm .columnLeft label {
	margin: 0 0 5px 0;
	display: block;
}

#headerCzechTV #headerCzechTVLoginForm .columnLeft input {
	margin: 0 0 8px 0;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	border: 1px solid #b0b0b0;
	background: #eeeeee;
	width: 155px;
	vertical-align: middle;
}

#headerCzechTV #headerCzechTVLoginForm .columnLeft input.submitButton {
	background: transparent url("../gfx/buttons.png") no-repeat 0 0;
	width: 63px;
	height: 26px;
	display: block;
	border: none;
	color: white;
	margin: 0 0 2px 0;
	cursor: pointer;
}

#headerCzechTV #headerCzechTVLoginForm .columnRight {
	float: right;
	width: 170px;
}

#headerCzechTV #headerCzechTVLoginForm .columnRight a.fb_button {
	letter-spacing: normal;
	margin: 20px 0px 0 40px;
}

#headerCzechTV #headerCzechTVLoginForm .columnRight .title {
	font-size: 14px;
	padding: 4px 0 15px 0;
}

/********************************************************************************************************************/
/** Registration form **/
#headerCzechTV #headerCzechTVRegistrationForm {
	display: none;
	position: absolute;
	width: 526px;
	z-index: 2000;
	background: #e8e8e8 url("../gfx/backgroundRegistrationForm.png") no-repeat right -24px;
	left: 430px;
	top: 31px;
	padding: 12px 12px 12px 12px;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -1px;
	border-bottom: 1px solid white;
}

#headerCzechTV #headerCzechTVRegistrationForm a.arrow,
#headerCzechTV #headerCzechTVRegistrationForm span.checkName {
	background: transparent url("../gfx/items.png") no-repeat right -149px;
	padding: 0 10px 0 0;
	color: #253b82;
}

#headerCzechTVRegistrationForm .errors {
	background: red;
	padding: 10px;
	color: white;
	display: none;
	margin: 10px 0 0 0;
}

#headerCzechTV #headerCzechTVRegistrationForm .columnLeft {
	float: left;
	width: 330px;
	margin: 0 0 5px 0;
}

#headerCzechTV #headerCzechTVRegistrationForm .columnLeft .title {
	font-size: 18px;
	padding: 2px 0 15px 0;
}

#headerCzechTV #headerCzechTVRegistrationForm .columnLeft .checkName {
	display: block;
	margin: 5px 5px 0 0;
	cursor: pointer;
}

#headerCzechTV #headerCzechTVRegistrationForm .columnLeft label {
	margin: 0px 5px 5px 0;
}

#headerCzechTV #headerCzechTVRegistrationForm input {
	margin: 11px 0 0px 0;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	border: 1px solid #b0b0b0;
	background: #eeeeee;
	width: 155px;
}

#headerCzechTV #headerCzechTVRegistrationForm input.submitButton {
	background: transparent url("../gfx/buttons.png") repeat-x 0 0;
	width: 93px;
	height: 26px;
	display: block;
	border: none;
	color: white;
	padding: 0px;
	float: left;
	margin-left: 175px;
	vertical-align: middle;
}

#headerCzechTV #headerCzechTVRegistrationForm .info {
	padding: 20px 0 0;
}

#headerCzechTV #headerCzechTVRegistrationForm .columnRight {
	float: right;
	width: 170px;
}

#headerCzechTV #headerCzechTVRegistrationForm .columnRight .title {
	font-size: 14px;
	padding: 4px 0 15px 0;
}

#headerCzechTV #headerCzechTVRegistrationForm .columnRight a.fb_button {
	letter-spacing: normal;
	margin: 20px 0px 0 40px;
}

/********************************************************************************************************************/
/** Search form **/
#headerCzechTV #headerCzechTVForm {
	position: relative;
}

#headerCzechTV #headerCzechTVSearchHref {
	display: block;
	float: left;
	width: 16px;
	height: 19px;
	background: transparent url("../gfx/hrefButtons.png") no-repeat -150px -50px;
	cursor: pointer;
}

#headerCzechTV #headerCzechTVSearchHref:hover {
	background: transparent url("../gfx/hrefButtons.png") no-repeat -150px -119px;
}


#headerCzechTV #headerCzechTVSearchHref span {
	display: none;
}

#headerCzechTV #headerCzechTVSearchType {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url("../gfx/backgroundSearchForm.png?v=1") no-repeat 0 0;
	width: 88px;
	height: 190px;
	color: black;
	padding: 12px 12px 10px 12px;
	font-size: 11px;
	letter-spacing: -1px;
	border-bottom: 1px solid white;
}

#headerCzechTV #headerCzechTVSearchType p.title {
	font-size: 14px;
	padding: 0 0 10px 0;
	font-weight: bold;

}

#headerCzechTV #headerCzechTVMenu #headerCzechTVSearchType li,
#headerCzechTV #headerCzechTVMenu #headerCzechTVSearchType li input {
	float: none;
	line-height:19px;
}

#headerCzechTV #headerCzechTVMenu #headerCzechTVSearchType label {
	padding: 0 0 0 0px;
	line-height: 18px;
}

/********************************************************************************************************************/
/** Menu block **/
#headerCzechTV #headerCzechTVMenu {
	position: relative;
	z-index: 1002;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fdfdfd url("../gfx/backgroundIn.png") repeat-x bottom left;
	xheight: 51px;
}

#headerCzechTV #headerCzechTVMenu .cornerLeft {
	background: transparent url("../gfx/corners.png") no-repeat top left;
	position: absolute;
	width: 10px;
	height: 51px;
	bottom: 0px;
	left: -10px;
	font-size: 1px;
}

#headerCzechTV #headerCzechTVMenu .cornerRight {
	background: transparent url("../gfx/corners.png") no-repeat top right;
	position: absolute;
	width: 10px;
	height: 51px;
	bottom: 0px;
	right: -10px;
	font-size: 1px;
}

#headerCzechTV #headerCzechTVMenu ul {
	margin: 0px;
	padding: 0px;
}

#headerCzechTV #headerCzechTVMenu li {
	float: left;
	list-style-type: none;
}

#headerCzechTV #headerCzechTVMenu .logo {
	padding: 0px 7px 0 2px;
}

#headerCzechTV #headerCzechTVMenu .logo a {
	display: block;
	float: left;
	width: 34px;
	height: 32px;
	margin: 9px 2px 0 2px;
	color: black !important;
}

#headerCzechTV #headerCzechTVMenu li.logo span.active {
	background: transparent none repeat 0 0;
	display: block;
	float: left;
}

#headerCzechTV #headerCzechTVMenu li.logo span.hover {
	background: transparent none repeat 0 0;
	display: block;
	float: left;
}

#headerCzechTV #headerCzechTVMenu .logo a span {
	display: none;
}

#headerCzechTV #headerCzechTVMenu .logo a {
	background: transparent url("/loga/sprite_32.png") no-repeat 0 0;
}
#headerCzechTV #headerCzechTVMenu .logo a.ct {
	background-position: 2px 0px;
	width: 40px;
}
#headerCzechTV #headerCzechTVMenu .logo a.ct1 {
	background-position: -34px -0px;
	width: 36px;
}
#headerCzechTV #headerCzechTVMenu .logo a.ct2 {
	background-position: -64px -0px;
	width: 32px;
}
#headerCzechTV #headerCzechTVMenu .logo a.ct24 {
	background-position: -95px 0;
	width: 44px;
}
#headerCzechTV #headerCzechTVMenu .logo a.ct4 {
	background-position: -140px 0;
	width: 74px;
}
#headerCzechTV #headerCzechTVMenu .logo .active a.ct,
#headerCzechTV #headerCzechTVMenu .logo a.ct:hover {
	background-position: 2px -32px;
}
#headerCzechTV #headerCzechTVMenu .logo .active a.ct1,
#headerCzechTV #headerCzechTVMenu .logo a.ct1:hover {
	background-position: -34px -32px;
}
#headerCzechTV #headerCzechTVMenu .logo .active a.ct2,
#headerCzechTV #headerCzechTVMenu .logo a.ct2:hover {
	background-position: -64px -32px;
}
#headerCzechTV #headerCzechTVMenu .logo .active a.ct24,
#headerCzechTV #headerCzechTVMenu .logo a.ct24:hover {
	background-position: -95px -32px;
}
#headerCzechTV #headerCzechTVMenu .logo .active a.ct4,
#headerCzechTV #headerCzechTVMenu .logo a.ct4:hover {
	background-position: -140px -32px;
}

#headerCzechTV #headerCzechTVMenu li.item {
	float: left;
	list-style-type: none;
	margin: 0px !important;
	padding: 0 5px 0 4px;
	background: transparent url("../gfx/items.png") no-repeat 0 0;
	line-height: 51px;
	display: block;
	position: relative;
}
#headerCzechTV #headerCzechTVMenu li.item.dropDownSwitch {
	background: transparent none;
	padding: 0 10px 0 0;
}

#headerCzechTV #headerCzechTVMenu li.item a {
	display: block;
	float: left;
	line-height: 21px;
	padding: 15px 4px 15px 9px;
	color: black !important;
	margin: 0 0 0 0;
	text-decoration: none;
}

#headerCzechTV #headerCzechTVMenu li.item a:hover {
	text-decoration: underline;
}

#headerCzechTV #headerCzechTVMenu li.item .other {
	display: block;
	width: 47px;
	background: transparent url("../gfx/hrefButtons.png") no-repeat 7px 13px ;
	padding-left: 15px !important;
	padding-right: 4px !important;
}

#headerCzechTV #headerCzechTVMenu li.item .other:hover {
	background: transparent url("../gfx/hrefButtons.png") no-repeat 7px -56px ;
}

#headerCzechTV #headerCzechTVMenu li.item a.arrow {
	background: transparent url("../gfx/items.png") no-repeat -85px -46px;
	width: 21px;
	height: 51px;
	display: block;
	xfloat: right;
	padding: 0px;
}

#headerCzechTV #headerCzechTVMenu li.item a.arrow:hover {
	background: transparent url("../gfx/items.png") no-repeat -9px -164px;
	width: 21px;
	height: 51px;
	display: block;
	xfloat: right;
	padding: 0px;
}

#headerCzechTV #headerCzechTVMenu li.item a.arrowLoading, #headerCzechTV #headerCzechTVMenu li.item a.arrowLoading:hover {
	background: transparent url("../gfx/loading.gif") no-repeat center center !important;
}


#headerCzechTV #headerCzechTVMenu .menuBase li.item a {
	padding: 15px 14px 15px 14px;
}



#headerCzechTV #headerCzechTVMenu li.item ul {
	xdisplay: none;
}

#headerCzechTV #headerCzechTVMenu .dropDownList ul {
	margin: 0;
	padding: 7px 8px 7px 8px;
}

#headerCzechTV #headerCzechTVMenu .dropDownList li {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	float: none;
	line-height: 16px;
}

#headerCzechTV #headerCzechTVMenu .dropDownList li a,
#headerCzechTV #headerCzechTVMenu .menuBase .dropDownList li a {
	padding: 0px;
	margin: 0px;
	float: none;
	line-height: 16px;
}

#headerCzechTV #headerCzechTVMenu .dropDownList li.lastItem {
	margin-bottom: 0;
}

#headerCzechTV #headerCzechTVMenu li.dropDownSwitchExpand a.other,
#headerCzechTV #headerCzechTVMenu li.dropDownSwitchExpand a.other:hover {
	background: transparent url("../gfx/otherExpand.png") no-repeat 7px 14px ;
}

/********************************************************************************************************************/
/** Dynamicke boxy obecne **/

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttonClose {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	font-size: 1px;
	background: transparent url("../gfx/controls.gif") no-repeat 0 0;
	cursor: pointer;
	z-index: 101;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttonClose span {
	display: none;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox {
	position: absolute;
	top: 100%;
	left: -10px;
	background: #f8f8f8 url("../gfx/backgroundDynamicBox.png") repeat-x bottom left;
	color: black;
	width: 980px;
	z-index: 10000
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox a {
	color: #253b82;
	text-decoration: none;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .border {
	border: 2px solid white;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons {
	border-top: 1px solid white;
	padding: 8px 0 8px 5px;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons li {
	float: right;
	display: block;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons li.left {
	float: left;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .button,
#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background: transparent url("../gfx/buttonsBox.png") repeat-x 0 -25px !important;
	position: relative;
	padding: 0 10px 0 5px;
	margin: 0 23px 0 7px;
	white-space: nowrap;
	width: auto;
	font-weight: normal;
	border: none;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow {
	margin: 0 15px 0 7px;
	padding: 0px 0 0px 5px;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .button:hover,
#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow:hover {
	background: transparent url("../gfx/buttonsBox.png") repeat-x 0 -75px !important;
}
#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .button .submitButton,
#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow .submitButton {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	color: #253b82;
	cursor: pointer;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow .inputBox {
	border: 1px solid #737373;
	color: #253b82;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons span.cornerLeft {
	position:absolute;
	padding:0px;
	margin:0px;
	width: 5px;
	height: 25px;
	left: -5px;
	top: 0px;
	background: transparent url("../gfx/buttonsBox.png") no-repeat 0 0;
	display: block;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .button:hover span.cornerLeft,
#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow:hover span.cornerLeft {
	background: transparent url("../gfx/buttonsBox.png") repeat-x 0 -50px !important;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons span.cornerRight {
	position:absolute;
	padding:0px;
	margin:0px;
	width: 15px;
	height: 25px;
	right: -15px;
	top: 0px;
	background: transparent url("../gfx/buttonsBox.png") no-repeat right 0;
	display: block;
}

#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .button:hover span.cornerRight,
#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow:hover span.cornerRight {
	background: transparent url("../gfx/buttonsBox.png") repeat-x right -50px !important;
}


#headerCzechTV #headerCzechTVMenu .headerCzechTVDynamicBox .buttons .buttonNoArrow span.cornerRight {
	position:absolute;
	padding:0px;
	margin:0px;
	width: 8px;
	height: 25px;
	right: -8px;
	top: 0px;
	background: transparent url("../gfx/buttonsBox.png") no-repeat right 0;
	display: block;
}

/********************************************************************************************************************/
/** Dynamicky box iVysilani **/
#headerCzechTV #headerCzechTViCastBox .content {
	padding: 20px 0 20px 20px;
	line-height: 120%;
	position: relative;
}

#headerCzechTV #headerCzechTViCastBox .content .arrowSelected {
	position: absolute;
	background: transparent url("../gfx/items.png") no-repeat 0 -173px;
	width: 9px;
	height: 7px;
	top: -7px;
	left: 304px;
	z-index: 1101;
}

#headerCzechTV #headerCzechTViCastBox .content img {
	display: block;
}

#headerCzechTV #headerCzechTViCastBox .content a {
	position: relative;
	display:block;
}

#headerCzechTV #headerCzechTViCastBox .content h2 {
	padding: 0 0 12px 0;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}

#headerCzechTV #headerCzechTViCastBox .content h3 {
	padding:8px 0 0px 0;
	margin: 0px;
	font-size: 12px;
	font-weight:normal;
}

#headerCzechTV #headerCzechTViCastBox .columnLeft {
	float: left;
	width: 465px;
}

#headerCzechTV #headerCzechTViCastBox .columnLeft a span.play {
	display:block;
	height:40px;
	left:85px;
	line-height:40px;
	padding:0 0px 0 0px;
	position:absolute;
	top:41px;
	width: 40px;
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll 0 0px transparent;
}

#headerCzechTV #headerCzechTViCastBox .columnLeft h3 {
	font-weight: bold;
	background: none !important;
}

#headerCzechTV #headerCzechTViCastBox .columnLeft .item {
	float: left;
	width: 210px;
	margin: 0 20px 0 0;
}

#headerCzechTV #headerCzechTViCastBox .columnRight {
	float: right;
	width: 480px;
}

#headerCzechTV #headerCzechTViCastBox .columnRight h3 {
	padding: 2px 0px;
	margin: 0px;
	background: none !important;
}

#headerCzechTV #headerCzechTViCastBox  a span.play {
	display:block;
	height:40px;
	left:50px;
	line-height:40px;
	padding:0 0px 0 0px;
	position:absolute;
	top:18px;
	width: 40px;
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll 0px 0px transparent;
}

#headerCzechTV #headerCzechTViCastBox  a:hover span.play {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll 0px 0px transparent;
}

#headerCzechTV #headerCzechTViCastBox .columnRight .item {
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
}

#headerCzechTV #headerCzechTViCastBox a span.play-ct1 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -40px 0px transparent;
}

#headerCzechTV #headerCzechTViCastBox a:hover span.play-ct1 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -40px -40px transparent;
}

#headerCzechTV #headerCzechTViCastBox a span.play-ct2 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -80px 0px transparent;
}

#headerCzechTV #headerCzechTViCastBox a:hover span.play-ct2 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -80px -40px transparent;
}

#headerCzechTV #headerCzechTViCastBox a span.play-ct24 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -120px 0px transparent;
}

#headerCzechTV #headerCzechTViCastBox a:hover span.play-ct24 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -120px -40px transparent;
}

#headerCzechTV #headerCzechTViCastBox a span.play-ct4 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -160px 0px transparent;
}

#headerCzechTV #headerCzechTViCastBox a:hover span.play-ct4 {
	background:url("../gfx/buttonsPlay40.png") no-repeat scroll -160px -40px transparent;
}

/********************************************************************************************************************/
/** Dynamicky box Schedule **/
#headerCzechTV #headerCzechTVScheduleBox .content {
	padding: 15px 0 0 20px;
	line-height: 120%;
	position: relative;
	font-size: 11px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .arrowSelected {
	position: absolute;
	background: transparent url("../gfx/items.png") no-repeat 0 -173px;
	width: 9px;
	height: 7px;
	top: -7px;
	left: 416px;
	z-index: 1101;
}

#headerCzechTV #headerCzechTVScheduleBox .content .item {
	float: left;
	width: 210px;
	margin: 0 0px 0 30px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .itemFirst {
	margin: 0px;
}

#headerCzechTV #headerCzechTVScheduleBox .content li {
	float: none;
}

#headerCzechTV #headerCzechTVScheduleBox .content ul {
	padding: 0 0 13px 0;
}

#headerCzechTV #headerCzechTVScheduleBox .content .logo {
	display: block;
	width: 25px;
	height: 25px;
	padding: 0px;
	margin: 0px 0px 10px 0;
}

#headerCzechTV #headerCzechTVScheduleBox .content .logo span {
	display:none;
}

#headerCzechTV #headerCzechTVScheduleBox .content .logo-ct1 {
	background: transparent url("../gfx/logos25.png") no-repeat 0 0;
}

#headerCzechTV #headerCzechTVScheduleBox .content .logo-ct2 {
	background: transparent url("../gfx/logos25.png") no-repeat -25px 0;
}

#headerCzechTV #headerCzechTVScheduleBox .content .logo-ct24 {
	background: transparent url("../gfx/logos25.png") no-repeat 0 -25px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .logo-ct4 {
	background: transparent url("../gfx/logos25.png") no-repeat -25px -25px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .title {
	font-size: 14px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .progressTimeLine {
	background:none repeat scroll 0 0 #EAEAEA;
	display:block;
	font-size:1px;
	height:4px;
	margin:5px 0 5px 0;
	width:100%;
}

#headerCzechTV #headerCzechTVScheduleBox .content .progressBar {
	background:none repeat scroll 0 0 #000000;
	display:block;
	font-size:1px;
	height:4px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .play,
#headerCzechTV #headerCzechTVScheduleBox .content .noPlay {
	display: block;
	height: 32px;
	width: 121px;
	line-height: 32px;
	font-size: 12px;
	color: white;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0 0 10px 0;
}

#headerCzechTV #headerCzechTVScheduleBox .content .noPlay {
	background: transparent url("../gfx/live.png") no-repeat 0 -128px;
	color: #a0a0a0;
}

#headerCzechTV #headerCzechTVScheduleBox .content .play-ct1 {
	background: transparent url("../gfx/live.png") no-repeat 0 0;
}

#headerCzechTV #headerCzechTVScheduleBox .content .play-ct2 {
	background: transparent url("../gfx/live.png") no-repeat 0 -32px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .play-ct24 {
	background: transparent url("../gfx/live.png") no-repeat 0 -64px;
}

#headerCzechTV #headerCzechTVScheduleBox .content .play-ct4 {
	background: transparent url("../gfx/live.png") no-repeat 0 -96px;
}

/********************************************************************************************************************/
/** Dynamicky box porady a-z **/
#headerCzechTV #headerCzechTVprogrammesAZ .content {
	padding: 20px 10px 16px 20px;
	position: relative;
}

#headerCzechTV #headerCzechTVprogrammesAZ .content .arrowSelected {
	position: absolute;
	background: transparent url("../gfx/items.png") no-repeat 0 -173px;
	width: 9px;
	height: 7px;
	top: -7px;
	left: 592px;
	z-index: 1101;
}

#headerCzechTV #headerCzechTVprogrammesAZ .columnLeft {
	float: left;
	width: 645px;
}

#headerCzechTV #headerCzechTVprogrammesAZ .columnLeft .item {
	float: left;
	width: 140px;
	margin-right: 20px;
}

#headerCzechTV #headerCzechTVprogrammesAZ .columnRight {
	float: right;
	width: 280px;
}

#headerCzechTV #headerCzechTVprogrammesAZ .content h2 {
	padding: 0 0 12px 0;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}

#headerCzechTV #headerCzechTVprogrammesAZ .content h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0px;
	background: none !important;
}

#headerCzechTV #headerCzechTVprogrammesAZ .content p {
	font-size: 11px;
}

#headerCzechTV #headerCzechTVprogrammesAZ .columnRight ul li {
	padding: 0 10px 10px 0;
}

#headerCzechTV #headerCzechTVprogrammesAZ .columnRight ul li a {
	display: block;
	background: #acacac;
	color: white;
	font-size: 14px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}

/********************************************************************************************************************/
/** Search block **/
#headerCzechTV .search {
	float: right;
	padding: 17px 7px 10px 0;
}
#headerCzechTV .search input {
	vertical-align: middle;
	float: left;
}

#headerCzechTV .search .textBox {
	width: 110px;
	margin: 0;
	padding: 1px 2px 2px 2px;
	border: 1px solid #FFF !important;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	background: white url("http://www.google.com/cse/intl/cs/images/google_custom_search_watermark.gif") no-repeat left center;
	height: auto !important;
	font-size: 12px !important;
}
#headerCzechTV .search .submitButton {
	width: 19px;
	height: 19px;
	padding: 0px;
}

#headerCzechTV .dropDownList {
	position: absolute;
	left: 7px;
	top: 37px;
	z-index: 1004;
	display: none;
	width: 127px;
	border-bottom: 1px solid white;
	background: #e8e8e8 url("../gfx/otherExpand.png") no-repeat 0 -23px;
}

/********************************************************************************************************************/
/** reklama **/
#headerCzechTV .commercialBox {
	width: 980px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}

#headerCzechTV .leaderboard {
	width: 750px; margin: 0 0;
	font-size: 0;
	float: left;
}

#headerCzechTV .leaderboardMini {
	float: right;
	width: 210px;
	height: 100px;
	margin:0;
	font-size: 0;
}

#headerCzechTV .leaderboard object,
#headerCzechTV .leaderboard img,
#headerCzechTV .leaderboard table,
#headerCzechTV .leaderboardMini object,
#headerCzechTV .leaderboardMini img,
#headerCzechTV .leaderboardMini table,
#headerCzechTV .leaderboardMini a {
	display: block; overflow: hidden; margin-bottom: 2px;
}

#headerCzechTV .leaderboardMini a,
#headerCzechTV .leaderboard a {
	margin-bottom: 0;
}

#headerCzechTV .skyscraper {
	position: relative;
	width: 980px; margin: 0 auto;
}
#headerCzechTV .skyscraper .position {
/* puvodni hodnota byla bottom: -600px; */
	position: absolute; right: -130px; top: 0px;
}

#headerCzechTV .skyscraper .position #lupa {
	width: 120px;
	height: 87px;
	margin-bottom: 5px;
}

/********************************************************************************************************************/
/**
* 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%;
}

/********/
#headerCzechTV #headerCzechTVMenu #logoTyyo {
	width: 55px;
	height: 51px;
	background: transparent url('../gfx/logo-tyyo.png') no-repeat center center;
}
#headerCzechTV #headerCzechTVMenu #logoTyyo a {
	display: block;
	width: 55px;
	height: 51px;
	padding: 0;
}
#logoTyyo span {
	display: none;
}
