body {
	font-family: Arial, Tahoma, Verdana;
	background-color: #ff6600;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}

body.blank {
	background-image: url('../images/bg2.jpg');
	background-color: white;
}

.params {
	display: none;
}

#headwrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 145px;
	background-image: url('../images/header-logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.login-button {
	position: absolute;
	bottom: -4px;
	right: 0;
	width: 65px;
	height: 21px;
	padding: 7px 2px;
	text-align: center;
	background-image: url('../images/login-button-bg.png');
}

.login-button a {
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
}

#mainwrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 495px;
}

#mainwrapper #mainbg {
	height: 495px;
	background-image: url('../images/main-bg.png');
	background-position: 0 13px;
	background-repeat: no-repeat;
}

#description {
	position: absolute;
	top: 0;	
	left: 0;
	width: 190px;
	height: 230px;
	padding: 10px 0;
	font-size: 13px;
	color: #787878;
	line-height: 17px;
}

#description h2 {
	font-size: 14px;
	padding: 12px 0;
	color: #ff6600;
}

#description .contact {
	font-size: 11px;
	width: 215px;
}

#description p {
	margin-bottom: 8px;
}

#description p strong {
	color: black;
}

#description a {
	font-weight: bold;
	color: #ff6600;
}

#tvplayer {
	position: absolute;
	top: 81px;
	left: 270px;
	width: 479px;
	height: 295px;
}

#tvcontrol {
	z-index: 90;
	position: absolute;
	top: 388px;
	left: 290px;
	width: 110px;
	height: 47px;
}

#tvcontrol .relative-div {
	position: relative;
}

#tvcontrol a {
	text-indent: -9999px;
}

#tvcontrol .lo {
	display: block;
	background-image: url('../images/button-low.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	width: 37px;
	height: 41px;
	top: 0px;
	left: 83px;
}

#tvcontrol .active .lo {
	background-position: 0 -41px;
}

#tvcontrol .hi {
	display: block;
	background-image: url('../images/button-high.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	width: 37px;
	height: 41px;
	top: 0px;
	left: 47px;
}

#tvcontrol .active .hi {
	background-position: 0 -41px;
}

#menu {
	position: absolute;
	top: 270px;
	left: 0px;
	color: white;
}

#menu h3 {
	color: black;
}

#menu h3 a {
	color: #ff6600;
}

#menu h3 span {
	color: #777777;
}

#menu ul {
	width: 196px;
	height: 125px;
	margin-left: 34px;
	margin-top: 48px;
}

#menu ul li {
	background-image: url('../images/menu-item.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	line-height: 20px;
}

#menu ul li a {
	color: white;
	font-weight: bold;
	font-size: 14px;
}

#search {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	height: 230px;
	padding: 10px 0;
	color: #787878;
	line-height: 17px;
}

#search ul {
	padding: 0;
	margin: 0;
}

#search ul li {
	padding-bottom: 2px;
}

#search label {
	font-size: 12px;
	color: #777777;
}

#search input, #search textarea {
	overflow: hidden;
	width: 178px;
	height: 15px;
	background-color: #ebebeb;
	border: none;
	padding: 5px;
	color: #505050;
	font-size: 12px;
}

#search h3 {
	padding: 6px 0 10px 0;
	color: black;
	font-size: 16px;
}

#search h3.smallh3 {
	padding-bottom: 4px; padding-top: 6px;
}

#news {
	position: absolute;
	top: 270px;
	right: 0px;
	width: 190px;
	height: 210px;
}

#news h3 {
	padding: 0 0 18px 0;
}

#news ul {
	display: block;
	height: 185px;
	overflow-y: auto;
}

#news ul li {
	font-size: 12px;
	color: #818181;
	line-height: 18px;
}

#news ul li a {
	font-weight: bold;
	color: #ff6600;
}

#news ul li p {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

#video-sharing-button {
	position: absolute;
	z-index: 100;
	top: 419px;
	left: 620px;
	width: 141px;
	height: 52px;
	background-image: url('../images/video-sharing-button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#video-sharing-button a.sharing {
	display: block;
	padding-top: 28px;
	padding-left: 13px;
	height: 24px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.sharing-dialog {
	padding: 10px;
	color: white;
	position: relative;
	left: -350px;
	width: 460px;
	height: auto;
	font-size: 11px;
	background-color: #ff6600;
	background-image: url('../images/sharing-dialog-bottom.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.sharing-dialog-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 10px;
	background-image: url('../images/sharing-dialog-top.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sharing-dialog input {
	width: 120px;
}

.sharing-dialog a.video-send-button {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 3px 0px;
}

.sharing-dialog .video-send-button-wrapper {
	display: block;
	height: 13px;
	width: 55px;
	background-image: url('../images/send-button.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	padding: 3px 3px;
}

.sharing-dialog h3 {
	font-size: 14px;
	padding-bottom: 5px;
}

.sharing-dialog input {
	font-size: 11px;
}

#newswrapper {
	margin: 0 auto;
	width: 1000px;
	height: 205px;
	_height: 0px;
}

#newswrapper h3 {
	padding: 12px 0 0 0;
	margin: 0;
}

#emptynews {
	float: left;
	height: 200px;
}

.video-previews {
	position: relative;
	padding: 25px 0;
}

.video-previews .right-arrow {
	position: absolute;
	background-image: url('../images/right-arrow.png');
	background-repeat: no-repeat;
	background-position: 4px 6px;
	background-color: #ebebeb;
	width: 22px;
	_width: 23px;
	height: 120px;
	z-index: 50;
	top: 0;
	right: 0;
	_right: -1px;
	cursor: pointer;
}

.video-previews .right-arrow-disabled {
	cursor: default;
	background-image: url('../images/right-arrow-disbled.png');
}

.video-previews .left-arrow-disabled {
	cursor: default;
	background-image: url('../images/left-arrow-disbled.png');
}

.video-previews .left-arrow {
	position: absolute;
	background-image: url('../images/left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-color: #ebebeb;
	width: 17px;
	height: 120px;
	z-index: 50;
	top: 0;
	left: 0;
	cursor: pointer;
}

.video-previews .video-frame {
	background-image: url('../images/video-frame.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 160px;
	height: 130px;
	float: left;
	color: white;
	position: relative;
}

.video-thumbs-wrapper {
	padding-left: 5px;
}

.video-thumbs {
	position: relative;
	overflow: hidden;
	height: 130px;
	width: 995px;
}

.video-frames {
	position: absolute;
	top: 0;
	left: 0;
}

.video-previews .video-frames {
	padding: 0 16px 0 17px;
}

.video-previews .video-frame {
}

.video-frame img {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 54px;
	width: 99px;
}

.video-previews .video-frame h4 {
	text-align: center;
	padding-top: 85px;
	padding-right: 4px;
	font-size: 12px;
}

.video-previews .video-frame h4 a {
	color: #ff6600;
}

.video-pager {
	display: none;
	font-size: 13px;
	position: absolute;
	text-align: center;
	top: 3px;
	line-height: 13px;
	width: 1000px;
	font-weight: bold;
	color: gray;
}

.video-pager strong {
	color: #fd6700;
}

#footwrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 250px;
	color: #63625f;
	clear: both;
}

.blank .footer {
	top: 65px;
}

.blank #footwrapper {
	height: 40px;
}

#footwrapper p a {
	text-decoration: none;
}

#footwrapper p a:hover {
	color: white;
	text-decoration: underline;
}

#footwrapper p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 15px;
}

#footwrapper .horiz-rule {
	padding: 5px 0;
}

.footer {
	padding: 10px 0;
	position: absolute;
	top: 195px;
	width: 1000px;
	left: 0;
	display: block;
	background-image: url('../images/grey-logo.png');
	background-repeat: no-repeat;
	background-position: 100% -2px;
}

.footer p {
	display: block;
}

#footwrapper strong {
	color: white;
	font-weight: bold;
}

.rss-icon {
	background-image: url('../images/rss-icon.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 8px 0;
	padding-left: 40px;
}

.horiz-rule .line {
	padding: 0;
	margin: 0;
}

.horiz-rule {
	padding: 0;
	margin: 0;
	background-image: url('../images/hr-bg2.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 2px;
}

.footicons {
	height: 49px;
	padding: 16px 0 12px 0;
	_padding-bottom: 0;
}

.footicons .icon-box {
	float: left;
	height: 49px;
	padding-right: 5px;
}

.footicons .small-icon {
	text-align: center;
	width: 107px;
	height: 21px;
	background-image: url('../images/tntbutton-bg.png');
	background-repeat: no-repeat;
}

.footicons .small-icon a {
	display: block;
	color: white;
	padding-top: 4px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

.footicons .small-icon a:hover {
	color: white;
	text-decoration: none;
}

.footicons .small-sep {
	height: 6px;
	width: 107px;
	overflow: hidden;
}

.footicons .icon {
	
}

.clear { clear: both; }

.change-video-page {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.change-archive-video-page {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.hidden {
	display: none;
}

#flowcontrols {
	z-index: 100;
	display: block;
	position: absolute;
	height: 48px;
	width: 48px;
	top: 388px;
	left: 289px;
}

#flowcontrols div, #flowcontrols a {
	display: none;
}

#flowcontrols a.play, #flowcontrols a.pause {
	background-image: url('../images/button-play-pause.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 48px;
	width: 48px;
	text-indent: -9999em;
	cursor: pointer;
}

#flowcontrols a.pause {
	background-position: 0px -48px;
}

#easyTooltip {
	z-index: 100;
	padding: 2px;
	font-size: 12px;
	border: 1px solid black;
	background: #f1f1f1;
}

#tvplayer .text-content {
	padding: 11px;
	width: 458px;
	height: 274px;
	background-color: white;
	color: #777777;
}

#tvplayer .text-content h3 {
	color: #ff6600;
	padding: 3px 0 13px 0;
	background-image: url('../images/tv-header-hr-bg.png');
	background-repeat: repeat-x;
	background-position: 0 80%;
}

#tvplayer .text-content p {
	padding: 0 0 16px 0;
}

#tvplayer .text-content a {
	color: #ff6600;
	font-weight: bold;
}

#tvfoot {
	position: absolute;
	top: 460px;
	left: 280px;
	width: 470px;
	height: 23px;
	color: #777777;
	font-size: 13px;
}

.bears-banner {
	position: relative;
	top: -4px;
	left: -10px;
	height: 280px;
	width: 280px;
}

.bears-banner-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 280px;
	width: 280px;
}

.bears-banner-close {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 85px;
	height: 32px;
}

.bears-banner-close a.bears-banner-button-close {
	display: block;
	width: 100%;
	padding: 25px 0;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.message {
	overflow: auto;
	padding: 10px;
	border: solid 1px #ebebeb;
	height: 254px;
}

.message p {
	text-align: justify;
	padding-top: 5px;
	font-size: 14px;
	line-height: 19px;
}

.message p strong {
	color: black;
}

.message .date {
	padding: 6px 0;
	text-align: center;
	font-size: 12px;
	float: right;
	width: 95px;
	color: #808080;
	background-color: #ebebeb;
	background-image: url('../images/tv-news-date-bg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.message h3 {
	width: 75%;
}

.contact_form {
	overflow: auto;
	font-size: 14px;
}

.contact_form h3 {
	color: #ff6600;
	padding: 3px 0 10px 0;
	background-image: url('../images/tv-header-hr-bg.png');
	background-repeat: repeat-x;
	background-position: 0 80%;
}

.contact_form {
	padding: 10px;
	border: solid 1px #ebebeb;
	background-image: url('../images/tv-contact-form-bg.png');
	background-repeat: no-repeat;
	background-position: 100% 35px;
	height: 254px;
}

.contact_form ul {
	padding-top: 12px;
}

.contact_form ul li {
	padding: 2px 0;
}

.contact_form ul li input, .contact_form ul li textarea {
	text-align: left;
	line-height: 16px;
	font-size: 14px;
	padding: 3px;
	border: none;
	background-color: #ebebeb;
	width: 40%;
}

.contact_form ul li label {
	font-size: 12px;
	text-align: right;
	float: left;
	width: 26%;
	padding: 3px;
	color: #777777;
}

.contact_form .errorlist {
	padding: 0;
	text-align: left;
	font-size: 10px;
	color: #ff0000;
	float: right;
}

.contact_form .submit {
	border: 0;
	color: white;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -23px;
	left: -10px;
	float: right;
	width: 107px;
	height: 21px;
	background-image: url('../images/tntbutton-bg-wh.png');
	background-repeat: no-repeat;
}

.ebrozurka {
	margin: 0 auto;
	width: 900px;
}

.ebrozurka h3 {
	font-size: 20px;
	color: #63625f;
	padding: 18px 0;
}

.brozura {
	position: relative;
	width: 188px;
	height: 69px;
	background-color: #ebebeb;
	background-image: url('../images/brozura-stin.png');
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.brozura a {
	color: #ff6600;
	font-weight: bold;
	font-size: 13px;
}

.brozura .obrazek {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 80px;
}

.brozura .obrazek img {
	border: solid 3px #fe6800;
	padding: 1px;
	margin-top: 2px;
	margin-left: 2px;
}

.brozura .text {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 15px;
	width: 102px;
	text-align: center;
}

.minipoll {
	font-size: 11px;
	background-image: url('../images/poll-question-mark.png');
	background-repeat: no-repeat;
	background-position: 100% 55%;
	height: 210px;
	_height: 1px;
}

.minipoll .poll-choice {
	clear: both;
}

.minipoll .poll-status {
	clear: both;
}

.minipoll .poll-text {
	font-weight: bold;
}

.minipoll .poll-voting-link {
	font-weight: bold;
	text-decoration: underlined;
	color: #ff6600;
}

.minipoll .poll-bar {
	position: relative;
	height: 20px;
}

.minipoll .poll-progress {
	position: absolute;
	top: 5px;
	left: 0;
}

.minipoll .poll-bg {
	background-color: #eaeceb;
	width: 115px;
}

.minipoll .poll-bar span {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 70px;
}

.minipoll .poll-current {
	line-height: 6px;
	height: 6px;
	overflow: hidden;
	width: 0px; /* Bude nastaveno pres inline CSS styl */
	border: solid 1px #ff6600;
	background-image: url('../images/poll-progress-current.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	_background-position: 1px 1px;
	background-color: #ff951d;
}

.blank .footer {
	_top: 10px;
}