﻿/*****************************************
  Lauri Borodkin | Fraktal.ee
*****************************************/
html, body, ul, li
{
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	font: 13px/16px Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #696969;
}
a
{
	text-decoration: none;
	color: #333333;
}
a:hover
{
	text-decoration: underline;
}
p a
{
	color: #b91414;
	text-decoration: underline;
}
.clearer
{
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}
.clearfix
{
	zoom: 1;
}
img
{
	border: none;
}
form
{
	margin: 0;
	padding: 0;
}
h1, h2, h3
{
	margin: 0;
	padding: 10px 0 10px;
	font: bold 26px/28px Arial,Verdana,sans-serif;
}
h1 .comment, h1 .comment a
{
	color: #b91414;
	font-size:13px;	
}
h2
{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
h2 .comment
{
	font-weight: normal;
}
h3
{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
p
{
	padding: 5px 0;
	margin: 0;
}
ul
{
	list-style-type: none;
}
input, textarea, select
{
	font: 13px/16px Tahoma, Arial, Verdana, sans-serif;
	color: #333;
}

.round, .jb-select-content, .container-wide, .container-right
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.round-top
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.round-bot
{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.shadow, .container-wide, .container-right, #footer
{
	-moz-box-shadow: 1px 1px 8px #222;
	-webkit-box-shadow: 1px 1px 8px #222;
	box-shadow: 1px 1px 8px #222;
}

.pad-0
{
	padding: 0;
}
.pad-5-10
{
	padding: 5px 10px;
}
.pad-5-0
{
	padding: 5px 0;
}
.pad-5-10-0
{
	padding: 5px 10px 0;
}
.pad-0-10-5
{
	padding: 0px 10px 5px;
}
.pad-0-0-5
{
	padding: 0 0 5px;
}
.pad-10-0
{
	padding: 10px 0;
}
.pad-15-0
{
	padding: 10px 0;
}
.pad-15-20
{
	padding: 15px 20px;
}
.pad-0-0-10
{
	padding: 0 0 10px;
}
.pad-5-0-0-10
{
	padding: 5px 0 10px 0;
}
.pad-0-0-15
{
	padding: 0 0 15px;
}
.pad-10-0-0
{
	padding: 10px 0 0;
}
.pad-5-0-5-20
{
	padding: 5px 0 5px 20px;
}
.pad-10
{
	padding: 10px;
}
.pad-20
{
	padding: 20px;
}


.has-border-top
{
	border-top: 1px solid #d1d1d1;
}
.has-border-bottom
{
	border-bottom: 1px solid #d1d1d1;
}
.left-holder, .float-left
{
	float: left;
}
.right-holder, .float-right
{
	float: right;
}

.dashed
{
	border-top: 1px dashed #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
}
.small-text
{
	font-size: 12px;
}
.comment, .red
{
	color: #b91414;
}

.bg-white
{
	background: white;
}

/* btn */
.btn
{
	display: block;
	float: left;
	border: 1px solid #c5c5c5;
	height: 23px;
	background: #cfcfcf url('/images/btn.gif') repeat-x top left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn span
{
	display: block;
	float: left;
	font-size: 12px;
	height: 19px;
	padding: 4px 7px 0;
}
.btn-ico span
{
	padding-left: 25px;
	background-position: 5px 4px;
	background-repeat: no-repeat;
}
.btn-calendar
{
	background-image: url('/images/ico_calendar.gif');
}

/* topbar */
#topbar
{
	padding-top: 2px;
	text-align: center;
	height: 25px;
	background: url('/images/topbar_gray.gif') repeat-x top left;
}
#topbar li
{
	display: inline;
	font-size: 11px;
	line-height: 13px;
	padding: 0 7px;
}

#fullview
{
	height: 100%;
	overflow: hidden;
}
/* wrap */
#wrap
{
	width: 995px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
#fullview #wrap
{
	width: auto;
	padding: 0 10px 10px;
}

/* header */
#header
{
	height: 85px;
	margin-top: 10px;
}
/*#fullview #header { display: none;}*/
/* header-top: */
#header-top
{
	height: 38px;
	background: #b91117;
	overflow: hidden;
	position: relative;
}
#header-top .search
{
	float: right;
	height: 31px;
	width: 143px;
	overflow: hidden;
	padding: 7px 6px 0 0;
}
#header-top .search div
{
	float: left;
}
#header-top .search .textbox
{
	float: left;
	width: 105px;
	padding: 0 4px;
	height: 23px;
	line-height: 23px;
	margin: 0 3px 0 0;
	border: 1px solid #d3a5a6;
	background: white;
}
#header-top .search .button
{
	vertical-align: baseline;
	float: left;
	height: 25px;
	width: 25px;
	padding: 0;
	margin: 0;
	text-indent: -5000px;
	border: 1px solid #ababab;
	background: url('/images/submit.gif') repeat-x center center;
}

#main-link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 38px;
	text-indent: -5000px;
	outline: 0;
	z-index: 10;
}
#main-menu
{
	margin: 1px 0 0 1px;
	padding: 6px 0 0 65px; /*width: 700px;*/
	height: 31px;
	overflow: hidden;
	background: url('/images/logo.gif') no-repeat top left;
}
#main-menu li
{
	float: left;
	padding: 5px 8px 0;
	height: 26px;
}
#main-menu li.active
{
	background: #333;
}
#main-menu a
{
	color: white;
}
/* header-bottom */
#header-bottom
{
	height: 47px;
	background: #333;
	overflow: hidden;
}
#second-logo
{
	height: 47px;
	float: left;
	width: 153px;
	outline: 0;
	display: block;
	text-indent: -5000px;
	background: url('/images/logo_tv.gif') no-repeat center center;
}
#second-menu
{
	height: 37px; /*width: 802px;*/
	padding: 10px 20px 0;
	float: left;
	background: url('/images/second_menu.gif') repeat-y left top;
}
* html #second-menu
{
	margin-right: -3px;
}
#second-menu li
{
	float: left;
	color: white;
	padding: 4px 8px 0;
	height: 23px;
}
#second-menu li.active
{
	background: #b91117;
}
#second-menu a
{
	color: white;
}

/* container */
.container
{
	margin-top: 15px;
	position: relative;
}
.container-wide
{
	background: white;
}
/* container-left */
.container-left
{
	float: left;
	width: 580px;
	margin-right: 15px;
}
/* container-right */
.container-right
{
	float: left;
	width: 400px;
	background: white;
}
* html .container-right
{
	margin-right: -3px;
}
.container-right .three-columns .pic-box
{
	width: 120px;
	height: 80px;
}

/* columns */
.column-1, .column-2, .column-3
{
	float: left;
}

/* three-columns */
.container-right .three-columns
{
	padding: 5px 0;
}
.container-right .three-columns .column-1, .container-right .three-columns .column-2, .container-right .three-columns .column-3
{
	width: 120px;
	position: relative;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}
.container-right .three-columns .column-1, .container-right .three-columns .column-2
{
	margin-right: 10px;
}
.container-right .forced-height .three-columns .title
{
	height: 25px;
	overflow: hidden;
}
.three-columns .column-3
{
	margin-right: 0;
}
* html .three-columns .column-3
{
	margin-right: -3px;
}
/* two-columns */
.container-right .two-columns .column-1, .container-right .two-columns .column-2
{
	width: 185px;
	position: relative;
	font-size: 11px;
	line-height: 12px;
}
.container-right .two-columns .column-1
{
	margin-right: 10px;
}
.two-columns .column-2
{
	margin-right: 0;
}
* html .two-columns .column-2
{
	margin-right: -3px;
}
/* banner */
.banner
{
	padding: 5px 0;
}
.container-right .banner a, .container-right .banner img
{
	display: block;
}
.container-right .pad-0-10-5 .banner
{
	padding-top: 0;
}

/* pic-box */
.pic-box
{
	padding-bottom: 5px;
	position: relative;
}
.pic-box img
{
	display: block;
}
.pic-box .time
{
	position: absolute;
	top: 55px;
	left: -5px;
	z-index: 10;
	height: 21px;
	background: url('/images/picbox_corner.gif') no-repeat left bottom;
}
.pic-box .time div
{
	float: left;
	height: 14px;
	background: #b91117;
	color: white;
	font-weight: normal;
	padding: 2px 5px 0;
}

/* toplist-box */
.toplist-box
{
	height: 55px;
	overflow: hidden;
	position: relative;
}
.toplist-nr
{
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	color: #ebebeb;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
}
.toplist-image
{
	float: left;
	width: 70px;
	height: 55px;
	overflow: hidden;
	padding-right: 10px;
}
.toplist-text
{
	float: left;
	width: 105px;
	height: 55px;
	position: relative;
	z-index: 5;
}
* html .toplist-text
{
	margin-right: -3px;
}
.toplist-box a
{
	font-weight: bold;
	display: block;
}
/* change-box */
.changebox
{
	height: 240px;
	padding: 10px 0;
	cursor: pointer;
}
.changebox-obj-big
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 360px;
	height: 240px;
	z-index: 0;
	display: none;
	overflow: hidden;
}
.changebox-obj
{
	height: 48px;
	position: relative;
	z-index: 10;
}
.changebox-obj-active
{
	background: url('/images/changebox.png') repeat-x 0 -96px;
}
* html .changebox-obj-active
{
	background: url('/images/changebox.png') repeat-x 0 -48px;
}
.changebox table
{
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.changebox td
{
	height: 38px;
	padding: 0;
	vertical-align: middle;
}
.changebox-more
{
	display: none;
	position: absolute;
	width: 360px;
	height: 48px;
	overflow: hidden;
	top: 0;
	left: 10px;
	color: white;
}
.changebox-obj-active .changebox-more
{
	display: block;
}
.changebox-more div
{
	height: 38px;
	padding: 5px 40px 5px 20px;
	background: url('/images/changebox_arrow.png') no-repeat right top;
}
* html .changebox-more div
{
	background: none;
}
.changebox-more a
{
	color: #ffde00;
}
.changebox-info
{
	cursor: pointer;
	position: absolute;
	width: 210px;
	height: 48px;
	top: 0;
	left: 370px;
	overflow: hidden;
	position: relative;
}
.changebox-info .main-link
{
	display: none;
}

.changebox-obj-active .changebox-info
{
	background: url('/images/changebox.png') repeat-x 0 -48px;
	color: white;
}
.changebox-inner
{
	position: absolute;
	width: 110px;
	padding: 5px 10px 5px;
	height: 38px;
	font-size: 11px;
	line-height: 13px;
	background: url('/images/changebox.png') repeat-x top left;
}
.changebox-obj-active .changebox-inner
{
	background: none;
}
.changebox-inner div
{
	height: 38px;
	width: 110px;
	overflow: hidden;
}
.changebox-img
{
	width: 68px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 10px;
	overflow: hidden;
}

/* titlebox */
.title-box
{
	padding: 0px 10px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	background: #b91117;
	color: #fff;
}
.title-box-yellow
{
	background: #fae80b;
	color: #333;
}

/* animate */
* html .animate-box .forced-height
{
	height: 1%;
}
.animate-nav
{
	float: right;
	padding-top: 5px;
}
.animate-nav-prev
{
	float: left;
	height: 20px;
	width: 20px;
	background: url('/images/animate_nav.gif') no-repeat top left;
	cursor: pointer;
}
.animate-nav-next
{
	float: left;
	height: 20px;
	width: 20px;
	background: url('/images/animate_nav.gif') no-repeat 0 -20px;
	cursor: pointer;
}
.animate-nav-mark
{
	float: left;
	height: 20px;
	width: 13px;
	background: url('/images/animate_nav.gif') no-repeat center -40px;
	cursor: pointer;
}
.animate-nav-active
{
	background-position: center -60px;
}

.container-right .animate-objs-outer
{
	height: 120px;
	width: 380px;
	overflow: hidden;
	position: relative;
}
.container-right .animate-objs
{
	height: 120px;
	width: 10000px;
	position: absolute;
	top: 0;
	left: 0;
}
.container-right .animate-object
{
	width: 380px;
	float: left;
	margin-right: 10px;
}

/* blog */
.blog-author
{
	padding-bottom: 5px;
	font-size: 11px;
}
.blog-list li
{
	padding: 3px 0;
	font-size: 11px;
}
.blog-list a
{
	font-size: 13px;
}
/* channels-names-box */
.channels-names-box
{
	float: left;
	width: 125px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 0 10px;
}
.channels-names-box h3
{
	padding-bottom: 5px;
}
.channels-names-box input
{
	vertical-align: 0px;
	margin: 0;
}
/* comments */
#comment-form .textbox
{
	border: 1px solid #c5c5c5;
	padding-left: 5px;
	padding-right: 5px;
	background: url('/images/textbox.gif') repeat-x top left;
}
#comment-form .textbox-big
{
	font-weight: bold;
	width: 528px;
}
#comment-form div
{
	padding-bottom: 5px;
}
#comment-form textarea
{
	width: 528px;
	height: 130px;
}
#comment-form input
{
	vertical-align: -2px;
}
/* widepic */
.widepic img
{
	display: block;
	width: 540px;
}

/* gallery */
#gallery img
{
	display: block;
	margin: 0 auto;
}
.gallery-small
{
	float: right;
	width: 228px;
	padding: 0 0 20px 20px;
	cursor: pointer;
}
.gallery-big
{
	padding-bottom: 10px;
	cursor: pointer;
}

#gallery-big
{
	display: none;
	background: #343434;
	border: 1px solid #1a1a1a;
	border-bottom: none;
	text-align: center;
}
.gallery-big #gallery-big
{
	display: block;
}
.gallery-big #gallery-small
{
	display: none;
}
.gallery-desc
{
	background: #292929;
	border: 1px solid #1a1a1a;
	font-size: 10px;
	line-height: 14px;
	color: white;
}
.widepic .gallery-desc
{
	padding: 5px 10px;
}
.gallery-desc span
{
	font-size: 9px;
}
.gallery-desc-inner
{
	padding: 5px 10px;
}

.gallery-big .gallery-desc, .widepic .gallery-desc
{
	font-size: 12px;
	line-height: 14px;
}
.gallery-big .gallery-desc span, .widepic .gallery-desc span
{
	font-size: 10px;
}
.gallery-buttons
{
	float: right;
}
.gallery-buttons-left
{
	cursor: pointer;
	float: left;
	width: 23px;
	height: 23px;
	background: url('/images/small_left.gif') no-repeat center center;
	border-right: 1px solid #3C3E40;
}
.gallery-buttons-right
{
	cursor: pointer;
	float: left;
	width: 23px;
	height: 23px;
	background: url('/images/small_right.gif') no-repeat center center;
}

/* tv-listing */
#tv-listing
{
}
#tv-listing-header
{
	height: 25px;
}
#tv-day-select
{
	float: left;
	height: 25px;
}
#tv-day-select select
{
	margin-top: 3px;
}
#tv-day-selection
{
	float: left;
	padding: 0 5px;
}
#tv-day-selection li
{
	display: inline;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	padding: 0 6px;
}
#tv-listing .search
{
	float: right;
	height: 25px;
}
#tv-listing .search div
{
	float: left;
	border: 1px solid #c5c5c5;
	height: 21px;
	padding: 2px 2px 0;
	background: url('/images/textbox.gif') repeat-x top left;
}
#tv-listing .search .textbox
{
	float: left;
	height: 19px;
	line-height: 19px;
	padding: 0 2px 0 0;
	margin: 0;
	outline: 0;
	border: none;
	line-height: 19px;
	width: 123px;
}
#tv-listing .search .submit
{
	float: left;
	margin: 0;
	padding: 0;
	height: 19px;
	width: 19px;
	border: none;
	background: url('/images/submit1.gif') no-repeat;
}
#tv-listing .action-buttons
{
	float: right;
	margin-right: 10px;
}
#tv-listing .action-buttons a
{
	text-indent: -5000px;
	display: block;
	outline: 0;
	height: 25px;
	width: 25px;
	margin-right: 3px;
	float: left;
	background: url('/images/tv_action.gif') no-repeat top left;
}

#tv-listing .action-buttons .tv-vertical-view
{
	background-position: 0 -25px;
}
#tv-listing .action-buttons .tv-horizontal-view
{
	background-position: 0 -125px;
}
#tv-listing .action-buttons .tv-vertical-view-active
{
	background-position: 0 -100px;
}
#tv-listing .action-buttons .tv-horizontal-view-active
{
	background-position: 0 0px;
}


#tv-listing .action-buttons .tv-settings
{
	background-position: 0 -50px;
}
#tv-listing .action-buttons .tv-fullscreen
{
	background-position: 0 -75px;
}

#tv-listing-container
{
	padding-top: 5px;
	position: relative;
}
.tv-listing-inner
{
	float: left;
	width: 740px;
	width: 900px;
}

#tv-timeline
{
	overflow: hidden;
	height: 24px;
	font-size: 12px;
	margin-left: 90px;
	white-space: nowrap;
	width: 810px;
}
#tv-vertical #tv-timeline
{
	width: 75px;
	height: 320px;
	float: left;
	white-space: normal;
	margin-left: 0px;
}
#tv-timeline ul
{
	white-space: nowrap;
	height: 24px;
}
#tv-vertical #tv-timeline ul
{
	white-space: normal;
	width: 75px;
	height: auto;
}
#tv-timeline li
{
	float: left;
	width: 112px;
	height: 20px;
	padding: 5px 4px 0;
}
#tv-vertical #tv-timeline li
{
	float: none;
	width: 65px;
	height: 89px;
	padding: 10px 0 0 10px;
	border-top: 1px solid #e2e2e2;
	background: #d9d9d9 url('/images/channel.gif') repeat-x 0 -79px;
}

#tv-channels-list
{
	width: 90px;
	height: 320px;
	overflow: hidden;
	border-top: 1px solid #e2e2e2;
	float: left;
}
#tv-vertical #tv-channels-list
{
	width: 825px;
	border-top: none;
	height: 40px;
	white-space: nowrap;
	margin-left: 75px;
	float: none;
}
#tv-channels-list ul
{
	width: 90px;
}
#tv-vertical #tv-channels-list ul
{
	white-space: nowrap;
	height: 40px;
	width: 25000px;
}
#tv-channels-list li
{
	text-align: center;
	height: 40px;
	overflow: hidden;
	background: url('/images/channel.gif') repeat-x top left;
}
#tv-vertical #tv-channels-list li
{
	float: left;
	width: 120px;
	height: 40px;
	background: none;
}

#tv-content-holder
{
	float: left;
	position: relative;
	overflow: hidden;
	width: 810px;
}
#tv-vertical #tv-content-holder
{
	width: 825px;
}
#tv-infobox
{
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	font-size: 12px;
	border: 1px solid #bebebe;
	background: white url('/images/ajax-loader.gif') no-repeat center center;
	-moz-box-shadow: 1px 1px 40px #000;
	-webkit-box-shadow: 1px 1px 40px #000;
	box-shadow: 1px 1px 40px #000;
}
#tv-infobox h2
{
	padding-bottom: 0;
}
#tv-infobox h3
{
	padding-bottom: 0px;
}
#tv-infobox .close
{
	height: 34px;
	width: 34px;
	background: url('/images/infobox_close.png') no-repeat;
	cursor: pointer;
	position: absolute;
	right: -15px;
	top: -20px;
	z-index: 10;
}
* html #tv-infobox .close
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/infobox_close.png', sizingMethod='crop');
}
#tv-infobox-inner
{
	padding: 20px;
	width: 560px;
	background: white;
}
.tv-infobox-description
{
	overflow: auto;
	height: 190px;
	padding-right: 5px;
}
.tv-infobox-bottom
{
	padding-top: 10px;
}
.tv-infobox-left
{
	float: left;
	width: 330px;
}
.tv-infobox-right
{
	float: right;
	width: 220px;
	text-align: right;
}
.tv-infobox-bottom .tv-infobox-right
{
	padding-top: 5px;
}
.tv-infobox-bottom .tv-infobox-right img
{
	cursor: pointer;
	vertical-align: -1px;
}


#tv-time-marker
{
	width: 5px;
	height: 320px;
	position: absolute;
	top: 1px;
	left: -5px;
	background: url('/images/time_marker.png');
	z-index: 0;
}
* html #tv-time-marker
{
	background: #eecccd;
}
#tv-vertical #tv-time-marker
{
	font-size: 1px;
	line-height: 1px;
	height: 5px;
	width: 885px;
	left: 0;
	top: -5px;
}

#tv-content
{
	float: left;
	width: 810px;
	height: 320px;
	border-top: 1px solid #e2e2e2;
	background: #696969;
	overflow: scroll;
	position: relative;
}
#tv-vertical #tv-content
{
	width: 825px;
	height: 320px;
}
#tv-content-inner, #tv-timeline ul
{
	width: 7325px; /*56x120 + 5(IEprob)*/
}
#tv-vertical #tv-content-inner
{
	width: auto;
	height: 5600px;
}
.tv-content-row
{
	height: 40px;
	position: relative;
}
.tv-content-column
{
	width: 120px;
	position: relative;
	float: left;
	height: 5600px;
}
.tv-show
{
	position: absolute;
	height: 39px;
	padding: 0 10px;
	top: -1px;
	font-size: 11px;
	cursor: pointer;
	border-left: 1px solid #b2b2b2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: url('/images/channel.gif') left -40px;
}
#tv-vertical .tv-show
{
	width: 99px;
	border: 1px solid #b2b2b2;
	height: auto;
	background: #fff url('/images/channel2.gif') repeat-x left bottom;
}
.tv-show-inner
{
	float: left;
	height: 34px;
	padding: 5px 0px 0;
	line-height: 15px;
	overflow: hidden;
}
#tv-vertical .tv-show-inner
{
	float: none;
	height: auto;
	width: 99px;
	padding: 5px 0 4px;
}
.tv-show-title
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
}
#tv-vertical
{
	white-space: normal;
}
.tv-time-select
{
	float: left;
	width: 55px;
	height: 340px;
	padding: 5px 0 0 10px;
	overflow: hidden;
	margin-left: 10px;
	background: #f2f2f2;
}
* html .tv-time-select
{
	margin-right: -3px;
}
.tv-time-select li
{
	font-size: 11px;
	line-height: 13px;
}

.tv-search-results
{
	float: right;
	width: 0px;
	height: 345px;
	overflow: hidden;
}
.tv-search-results-title
{
	padding: 5px 0 0px 20px;
	font-weight: bold;
	height: 25px;
}
.tv-search-results-inner
{
	margin-left: 10px;
	background: #f2f2f2;
	padding: 10px;
	height: 300px;
	width: 130px;
	overflow: auto;
}
.tv-search-results-inner li
{
	padding: 0 0 5px;
	font-size: 11px;
	line-height: 14px;
}
.tv-search-results-inner a
{
	font-weight: bold;
	display: block;
	color: #b91414;
}
#tv-listing-footer
{
	padding-top: 10px;
	font-size: 12px;
}
#tv-listing-footer-left
{
	float: left;
	width: 80px;
	padding: 6px 10px 0 0;
	font-weight: bold;
	text-align: right;
}
#tv-listing-footer-right
{
	float: left;
	width: 885px;
}
* html #tv-listing-footer-right
{
	margin-right: -3px;
}
#tv-listing-footer-right a
{
	display: block;
	float: left;
	outline: 0;
	margin-right: 10px;
	border: 1px solid #c5c5c5;
	padding: 5px 10px;
	cursor: pointer;
}

a.tv-show-type-1-active, a.tv-show-type-2-active, a.tv-show-type-3-active, a.tv-show-type-4-active, a.tv-show-type-5-active, a.tv-show-type-6-active, a.tv-show-type-7-active, a.tv-show-type-8-active
{
	background-image: url('/images/btn_shadow.png');
	background-repeat: repeat-x;
	background-position: top left;
}

div.tv-show-type-1-active, div.tv-show-type-2-active, div.tv-show-type-3-active, div.tv-show-type-4-active, div.tv-show-type-5-active, div.tv-show-type-6-active, div.tv-show-type-7-active, div.tv-show-type-8-active
{
	background-image: none;
}

#tv-vertical div.tv-show-type-1-active, #tv-vertical div.tv-show-type-2-active, #tv-vertical div.tv-show-type-3-active, #tv-vertical div.tv-show-type-4-active, #tv-vertical div.tv-show-type-5-active, #tv-vertical div.tv-show-type-6-active, #tv-vertical div.tv-show-type-7-active, #tv-vertical div.tv-show-type-8-active
{
	background-image: none;
}

.tv-show-type-1-active, #tv-vertical .tv-show-type-1-active
{
	background-color: #ddffd7;
}
.tv-show-type-2-active, #tv-vertical .tv-show-type-2-active
{
	background-color: #ffd7fb;
}
.tv-show-type-3-active, #tv-vertical .tv-show-type-3-active
{
	background-color: #d7dbff;
}
.tv-show-type-4-active, #tv-vertical .tv-show-type-4-active
{
	background-color: #d7edff;
}
.tv-show-type-5-active, #tv-vertical .tv-show-type-5-active
{
	background-color: #ffcbbd;
}
.tv-show-type-6-active, #tv-vertical .tv-show-type-6-active
{
	background-color: #e8e5cf;
}
.tv-show-type-7-active, #tv-vertical .tv-show-type-7-active
{
	background-color: #e8f0a2;
}
.tv-show-type-8-active, #tv-vertical .tv-show-type-8-active
{
	background-color: #ffffff;
}


/* footer */
#footer
{
	height: 30px;
	margin-top: 15px;
	font-size: 12px;
	background: url('/images/footer.gif') repeat-x 0 -60px;
}
#footer a
{
	color: #b91414;
}
.footer-left
{
	float: left;
	padding: 7px 10px 0;
	height: 23px;
	background: url('/images/footer.gif') no-repeat right -30px;
	font-weight: bold;
}
.footer-inner
{
	float: left;
	padding: 7px 10px 0;
	height: 23px;
}
.footer-inner img
{
	vertical-align: -3px;
}
.footer-right
{
	float: right;
	padding: 5px 10px 0;
	height: 25px;
	background: url('/images/footer.gif') no-repeat left top;
}
#fraktal
{
	display: block;
	width: 30px;
	height: 20px;
	background: url('/images/fraktal.gif') no-repeat center center;
	text-indent: -5000px;
}

/* jbselect */
.jb-select
{
	position: relative;
	font-size: 18px;
	color: #fff;
	float: left;
	height: 25px;
	padding: 0;
	cursor: pointer;
}
.jb-select-content
{
	height: 22px;
	padding: 3px 10px 0;
	float: left;
	position: relative;
	z-index: 5;
	white-space: nowrap;
	font-weight: normal;
	background: url('/images/select.gif') repeat-x top left;
}
.jb-select select
{
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	opacity: .0;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
}
* html .jb-select
{
	border: none;
	background: none;
	cursor: default;
}
* html .jb-select select
{
	filter: alpha(opacity=100);
	position: static;
	bottom: auto;
	left: auto;
}
* html .jb-select-content
{
	display: none;
}
/* pagination */
.pagination
{
	height: 35px;
	position: relative;
	color: white;
}
.pagination-inner
{
	left: 50%;
	position: relative;
	float: left;
}
.pagination ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	position: relative;
	right: 50%;
}
.pagination li
{
	float: left;
	line-height: 30px;
}
.pagination a
{
	color: black;
	display: block;
	float: left;
	border: 1px solid #1a1a1a;
	background-color: #d8d8d8;
	width: 32px;
	height: 25px;
	padding: 7px 0 0 0;
	margin: 0 2px;
	text-align: center;
	line-height: 16px;
}
.pagination a:hover
{
	background: #696969;
	text-decoration: none;
}
.pagination-active a
{
	font-weight: bold;
	color: #cf181f;
}

.pagination-nav a span
{
	color: #cf181f;
}
.pagination-nav a
{
	width: 85px;
}
