body {
	margin: 0;
	background-color: #fff;
	color: #000;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	-moz-user-select: none!important;
	-khtml-user-select: none!important;
}

video {
	background-color:#444444;
}

/* ========== */
/* = Layout = */
/* ========== */

#main {
	margin-top: 150px;
}

div.columns {
	width: 100%;
	background-image: url(../images/vertical_divider.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

div.columns div.left {
	width: 44%;
	float: left;
}

div.columns div.right {
	width: 44%;
	float: right;
}

div.fieldWithErrors {
	display: inline;
}

/* ================= */
/* = Text elements = */
/* ================= */

.purple {
	color: #A40054;
}

.grey {
	color: #888;
}

.black {
	color: #000;
}

.bgwhite {
	background-color: #fff;
}

.small {
	font-size: 11px;
}

h1, h2, h3, h4, p, ul, dl, legend, table, div.divider, div.box, div.movie_box, div.teaser, div.list_control, div.greybox, div.darkbox, div.fadebox {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5 {
	color: #888;
}

h1 {
	color: #8C0053;
	font-size: 22px;
/*
	background-image: url(../images/h1_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 25px;
*/
	line-height:24px;
}

h2 {
	font-size: 18px
}

h3 {
	font-size:15px;
}

p {
	line-height: 16px;
}

a {
	color: #8C0053;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#logo {
	position: absolute;
	top: 7px;
	width: 173px;
	height: 126px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

div.divider {
	background-image: url(../images/divider_background.gif);
	background-repeat: repeat-x;
	height: 13px;
}

div.box div.divider, div.greybox div.divider {
	background-image: url(../images/divider_box_background.png);
	background-repeat: repeat-x;
	height: 2px;
}


dl dt {
	float: left;
	width: 150px;
	padding-right: 10px;
	font-weight: bold;
	color: #333;
	text-align: right;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin-bottom: 4px;
	padding: 0;
	no-break;
	white-space:nowrap;
	overflow:hidden;
}

ul.clean li {
	list-style-type: none;
	no-break;
	white-space:nowrap;
}

div.circle {
	background-image: url(../images/toplist_bullet.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fff;
	line-height: 17px;
	width: 16px;
	height: 16px;
	text-align: center;
	float: left;
	margin-right: 7px;
	no-break;
	white-space:nowrap;
}

/* ============ */
/* = Mainmenu = */
/* ============ */

#mainmenu {
	position: absolute;
	top: 25px;
	width: 770px;
/*	height:200px; */
	margin-left:155px;
}

#mainmenu #top {
	width: 455px;
	height: 35px;
	margin-left: 50px;
	background-image: url(../images/mainmenu_bg_top.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 15px;
}

#mainmenu #top a, #mainmenu #credits a {
	color: #fff;
	font-size: 12px;
	background-image: url(../images/bullet_small.png);
	background-repeat: no-repeat;
	height: 14px;
	padding: 0px 2px 2px 20px;
	margin-right: 16px;
}

#mainmenu #credits {
	float: right;
	text-align: right;
	width: 255px;
	height: 35px;
	background-image: url(../images/mainmenu_bg_top.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 15px;
}

#mainmenu #bottom {
	height: 53px;
	text-align: right;
/*	border: 1px solid #999; */
	background-image:url(../images/mainmenu_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#mainmenu #bottom a {
	background: transparent url('../images/mainmenu_bottomlink_right.png') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 36px;
	margin-left: 3px;
	padding-right: 35px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	color: #8C0053;
	outline: none;
}

#mainmenu #bottom a span {
	background: transparent url('../images/mainmenu_bottomlink_left.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 12px 0 8px 35px;
}

#mainmenu #bottom a:hover {
	background-position: right -36px;
	color: #000;
}

#mainmenu #bottom a:hover span {
	background-position: left -36px;
}

#mainmenu #bottom a.selected {
	color: #fff;
	background-image: url(../images/mainmenu_bottomlink_selected_right.png);
}

#mainmenu #bottom a.selected span {
	background-image: url(../images/mainmenu_bottomlink_selected_left.png);
}

#mainmenu #bottom a.selected:hover {
	background-position: right 0;
}

#mainmenu #bottom a.selected:hover span {
	background-position: left 0;
}

div.credits_display {
	background: transparent url('../images/credits_display_right.png') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 16px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	outline: none;
}

div.credits_display span {
	background: transparent url('../images/credits_display_left.png') no-repeat;
	display: block;
	line-height: 12px;
	padding: 2px 0 2px 10px;
}

div.credits_display span span.units {
	padding: 0;
	background-image: none;
	display: inline;
	font-weight: normal;
}


/* ======= */
/* = Box = */
/* ======= */

div.box {
	width: 250px;
	background-image: url(../images/box_top.gif);
	background-repeat: no-repeat;
}

div.box div.inner {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 12px;
}

div.box div.title {
	font-weight: bold;
	color: #8C0053;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 16px;
	min-height: 25px;
}

div.greybox div.title {
	font-weight: bold;
	color: #8C0053;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 16px;
	min-height: 25px;
}

div.box h1.title {
	font-weight: bold;
	color: #8C0053;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 16px;
	min-height: 25px;
}

div.greybox h1.title {
	font-weight: bold;
	color: #8C0053;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 16px;
	min-height: 25px;
}


/* ========= */
/* = Icons = */
/* ========= */

.icon_movie {
	background-image: url(../images/icon_movie.png);
	background-repeat: no-repeat;
	line-height: 29px;
	padding: 8px 0 8px 55px;
}

.icon_download {
	background-image: url(../images/icon_download.png);
	background-repeat: no-repeat;
	line-height: 25px;
	padding: 8px 0 12px 55px;
}

.icon_bullet {
	background-image: url(../images/icon_bullet.png);
	background-repeat: no-repeat;
	line-height: 25px;
	padding: 8px 0 17px 55px;
	margin-top: 2px;
}

.icon_achtung {
	background-image: url(../images/icon_achtung.png);
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 29px;
	padding: 8px 0 8px 55px;
}


/* ================ */
/* = Menu listing = */
/* ================ */

ul.cat {
	margin: 0;
	padding: 0;
}

ul.cat li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/cat_li_background.png);
	background-repeat: no-repeat;
	background-position: 0px -72px;
}

ul.cat li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	text-decoration: none;
	outline: none;
	text-align: left;
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important;
	width: 185px;
}

ul.cat li:hover {
	background-position: 0px -24px;
}

ul.cat li:active {
	background-position: 0px -48px;
}

ul.cat li:hover a, ul.cat li:active a {
	color: #fff;
	text-decoration: none;
}

ul.cat li a.selected {
	background-position: 0px -48px;
	color: #fff;
}


/* ============= */
/* = movie box = */
/* ============= */

div.movie_box {
	float: left;
	width: 180px;
	background-image: url(../images/movie_box_background.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
/*	border: 1px solid #999; */
}

div.movie_box div.img {
	display: block;
	margin: 0 0 0 2px;
	text-align: center;
}

div.movie_box div.length {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 26px;
}

div.movie_box div.title {
	text-align: center;
	margin: 22px 10px 0 10px;
	line-height: 15px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
}

div.movie_box h3.title {
	text-align: center;
	margin: 22px 10px 0 10px;
	line-height: 15px;
	height: 30px;
	overflow: hidden;
	font-size: 12px;
}

div.movie_box a.play {
	display: block;
	margin-top: 106px;
	margin-left: 77px;
	width: 28px;
	height: 28px;
	position: absolute;
	background-image: url(../images/play_background.gif);
	background-repeat: no-repeat;
}

div.movie_box a.play:hover {
	background-position: 0 -27px;
}

/* ========= */
/* = Forms = */
/* ========= */

input {
	font-size: 14px;
}

form .fake {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
	border: 1px solid #d39ebd;
	outline: none!important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px 2px 5px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #8C0053;
	background-color: #f8e2eb!important;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, textarea:hover {
	background-color: #fbedf2;
}

div.form input[type="text"], div.form input[type="email"], div.form input[type="password"] {
	width: 210px;
	margin-top: -4px;
}

div.box dl.box dt {
	font-size: 11px;
	font-weight: bold;
}

div.box dl.box dd {
	margin: 0 0 12px 0;
}


/* ============== */
/* = Teaser Box = */
/* ============== */

div.teaser {
	width: 580px;
	height: 120px;
	background-image: url(../images/teaser_background.jpg);
	background-repeat: no-repeat;
}

div.teaser div.title {
	padding-left: 180px;
	padding-top: 7px;
	width: 410px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
}

div.teaser div.link {
	padding-top: 5px;
	padding-left: 205px;
}

div.teaser div.link a {
	color: #CACC00;
	font-size: 14px;
	text-decoration: underline;
}

div.teaser div.link a:hover {
	text-decoration: none;
}


/* ========= */
/* = Forms = */
/* ========= */

div.form {
	background-image: url(../images/form_background_top.gif);
	background-repeat: no-repeat;
	background-color: #eaeaea;
}

div.form dl, div.form ul, div.form p {
	background-image: url(../images/error_background_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 20px 12px 12px 12px;
}

div.form ul, div.form p {
	padding-bottom: 30px!important;
}

div.form dl dt {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 12px;
}

div.form dl dd {
	margin: 0 0 12px 12px;
}

dl.form dt {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

dl.form dd {
	margin: 0;
}

/* ============= */
/* = Error Box = */
/* ============= */

div.errors {
	background-image: url(../images/error_background_top.gif);
	background-repeat: no-repeat;
}

div.errors ul {
	background-image: url(../images/error_background_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 32px 42px 30px 32px;
}

div.errors ul li {
	font-weight: bold;
	color: #333302;
/*	color:#fff; */
}


/* ================ */
/* = List control = */
/* ================ */

div.list_control {
	width: 640px;
	height: 24px;
	background-image: url(../images/list_control_background.png);
	background-repeat: no-repeat;
	line-height: 24px;
	font-size: 10px;
}

div.list_control_left {
	padding-left: 14px;
	width: 370px;
	float: left;
	line-height: 24px;
}

div.list_control_right {
	width: 180px;
	text-align: right;
	float: right;
	line-height: 24px;
}

div.description {
	float: left;
}

a.sort_link, a.sort_link_selected, div.list_control a.sort_link, div.list_control a.sort_link_selected {
	font-size: 10px;
	background: transparent url('../images/sort_link_right.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 24px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	border: none;
	outline: none;
	font-weight: bold;
}

a.sort_link:hover, div.list_control a.sort_link:hover {
	color: #000;
}

a.sort_link span, a.sort_link_selected span, div.list_control a.sort_link span, div.list_control a.sort_link_selected span {
	background: transparent url('../images/sort_link_left.png') no-repeat;
	display: block;
	line-height: 20px;
	padding: 2px 0 2px 10px;
}

a.sort_link_selected, div.list_control a.sort_link_selected {
	background-position: right -24px;
	color: #fff;
}

a.sort_link_selected span, div.list_control a.sort_link_selected span {
	background-position: 0px -24px;
}

div.list_control a.page_link_left {
	float: right;
	display: block;
	width: 34px;
	height: 24px;
	background-image: url(../images/page_link_left.png);
	background-repeat: no-repeat;
	margin-left: 7px;
	outline: none;
}

div.list_control a.page_link_right {
	float: right;
	display: block;
	width: 34px;
	height: 24px;
	background-image: url(../images/page_link_right.png);
	background-repeat: no-repeat;
	outline: none;
}

div.list_control a.page_link_left:hover, div.list_control a.page_link_right:hover {
	background-position: 0px -24px;
}

div.list_control a.page_link_left:active, div.list_control a.page_link_right:active {
	background-position: 0px -48px;
}

/* =========== */
/* = greybox = */
/* =========== */

div.greybox {
	width: 640px;
	background-image: url(../images/greybox_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #e5e5e5;
}

div.greybox div.inner {
	background-image: url(../images/greybox_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px;
}

/* =========== */
/* = fadebox = */
/* =========== */

div.fadebox {
	width: 640px;
	background-image: url(../images/fadebox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.fadebox div.inner {
	background-image: url(../images/fadebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 12px;
	min-height: 70px;
}


/* ========== */
/* = button = */
/* ========== */

a.button, button {
	background: transparent url('../images/button_bg_right.png') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 29px;
	margin-right: 6px;
	padding:0;
	padding-right: 20px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	cursor: hand;
	color: #000;
	outline: none;
	border: none;
}

a.button span, button span {
	background: transparent url('../images/button_bg_left.png') no-repeat;
	display: block;
	line-height: 17px;
	padding: 6px 0 6px 20px;
	margin:0;
}

a.button:hover {
	text-decoration: none;
}

/* ============= */
/* = bigbutton = */
/* ============= */

a.bigbutton {
	background: transparent url('../images/bigbutton_bg_right.png') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 36px;
	margin-right: 6px;
	padding-right: 33px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	cursor: hand;
	color: #fff;
	outline: none;
	text-shadow: #000 0px 1px 2px;
	font-family: Verdana;
	text-align: center
}

a.bigbutton span {
	background: transparent url('../images/bigbutton_bg_left.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 8px 0 12px 33px;
}

a.bigbutton:hover {
	text-decoration: none;
}

a.bigbutton-green {
	background: transparent url('../images/bigbutton_bg_right_green.png') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 36px;
	margin-right: 6px;
	padding-right: 33px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	cursor: hand;
	color: #fff;
	outline: none;
	text-shadow: #000 0px 1px 2px;
	font-family: Verdana;
	text-align: center
}

a.bigbutton-green span {
	background: transparent url('../images/bigbutton_bg_left_green.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 8px 0 12px 33px;
}

a.bigbutton-green:hover {
	text-decoration: none;
}


/* ============ */
/* = scroller = */
/* ============ */

#scroller .items { 
	position: absolute; 
	height: 20000em;
	width: 230px;
} 


#scroller {
	position:relative;
	width: 230px;
	height: 540px;
	overflow: hidden;
	background-color: #DEDEDE;
}

#scroller #over {
	position: absolute;
	width: 230px;
	height: 300px;
	background-image: url(../images/scroller_overlay.png);
}

#scroller a.timecode {
	display: block;
	height: 60px;
	background-image: url(../images/bullet_medium.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}

#scroller a.timeactive {
	background-color: #d39ebd;
	text-decoration: none;
}

#scroller a.timecode:hover {
	background-color: #ccc;
	text-decoration: none;
}

#scroller a.timecode img {
	float: left;
	margin-left: 7px;
	margin-top: 7px;
}

#scroller a.timecode span.text {
	float: left;
	margin-top: 12px;
	margin-left: 12px;
}

#scroller a.timecode span.text span.title {
	font-size: 12px;
	margin: 0 0 0 0;
	display: block;
}

#scroller a.timecode span.text span.time {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	display: block;
}

a#scroll_down {
	cursor: pointer;
	display: block;
	width: 230px;
	height: 16px;
	background-image: url(../images/scroll_down.png);
	background-repeat: no-repeat;
	outline: none;
}

a#scroll_up {
	cursor: pointer;
	display: block;
	width: 230px;
	height: 16px;
	background-image: url(../images/scroll_up.png);
	background-repeat: no-repeat;
	outline: none;
}

a#scroll_down:hover, a#scroll_up:hover {
	background-position: 0 -16px;
}

a#scroll_down:active, a#scroll_up:active {
	background-position: 0 -32px;
}


/* ============== */
/* = thumbnails = */
/* ============== */

a.thumbnail {
	background-image: url(../images/film.gif);
	display: block;
	float: left;
	margin: 0 0 14px 0;
}

a.thumbnail span.play {
	position: absolute;
	display: block;
	width: 148px;
	height: 113px;
	background-image: url(../images/thumbnail_play.png);
	background-repeat: no-repeat;
}

a.thumbnail:hover span.play {
	background-position: 0px -105px;
	display: block;
}

a.thumbnail img {
	margin: 14px 6px 14px 6px;
}

/* ============== */
/* = backbutton = */
/* ============== */

.backbutton {
	margin-top: 5px;
}

a.backbutton {
	display: block;
	width: 36px;
	height: 36px;
	background-image: url(../images/backbutton.png);
	background-repeat: no-repeat;
}

a.backbutton:hover {
	background-position: 0 -36px;
}

/* =========== */
/* = trailer = */
/* =========== */

div.trailer {
	background-image: url(../images/trailer_background.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 400px;
	border: 1px solid transparent;
}

div.trailer div.movie {
	margin-left: 34px;
	margin-top: 157px;
	width: 274px;
	height: 151px;
}

div.trailer a.testlink {
	display: block;
	width: 296px;
	height: 36px;
	margin-top: 50px;
	margin-left: 25px;
	background-image: url(../images/testlink.png);
	background-repeat: no-repeat;
}

/* ============================= */
/* = Videoheader + Videofooter = */
/* ============================= */
div.videoheader {
	width: 640px;
	background-image: url(../images/videoheader.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:63px;
	margin:0;
	text-align:center;
}

div.videoheader table {
	margin-top:7px;
	width: 630px;
	table-layout: fixed;
}

div.videoheader table td {
	font-size: 11px;
	vertical-align: top;
}

div.videoheader div.title {
	font-weight: bold;
	color: #8C0053;
	font-size: 14px;
	line-height: 16px;
}



div.videoheader td.video-bullet {
	background-image: url(/images/icon_bullet.png);
	background-repeat: no-repeat;
	background-position: 2px left;
	width: 45px;
}

div.videoheader td.video-title {
	font-weight: bold;
	color: #8C0053;
	font-size: 14px;
	line-height: 45px;
	text-align: left;
	padding-left: 5px;
	text-overflow:ellipsis!important;
	overflow:hidden!important;
	white-space:nowrap!important;
}

div.videoheader td.video-back {
	width: 45px;
}

.video-comment {
	clear: both;
}

.video-comments {
	margin-top: 5px;
}

.video-comments img {
	padding-top: 2px;
	padding-right: 2px;
	float: left;
	border: 0;
}

.video-comments a {
	float: left;
}

.video-comments p {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%!important;
	display: none;
	float: left;
}

.video-comments .comment-rating span {
	width: 20px;
	height: 14px;
	line-height: 14px;
	background-image: url(/images/star.png);
	background-position: left 21px;
	display: block;
	float: right;
}

#stv-comment {
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

#stv-comment-content {
	width: 600px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	resize: vertical!important;
	overflow: auto;
}

#stv-comment-error {
	margin-top: 2px;
	color: red;
	float: left;
	width: 400px;
	height: 25px;
	line-height: 25px;
}

.stv-category {
	width: 100%;
}

.stv-category td {
	width: 205px;
	height: 22px;
}

.stv-category td select {
	width: 100%;
}

.stv-category-save {
	text-align: center;
}

.stv-category-done {
	background-color: #8c0053;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#stv-rating strong {
	float: left;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
}

#stv-rating span {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-image: url(/images/star.png);
	display: block;
	float: left;
	cursor: pointer;
}

.stv-rating-image {
	width: 25px;
	height: 25px;
	background-image: url(/images/star.png);
	background-position: left 50px;
	float: left;
	display: block;
}

.stv-rating-image-done {
	width: 25px;
	height: 25px;
	background-image: url(/images/star.png);
	background-position: left 25px;
	float: left;
	display: block;
}

.stv-rating-over {
	width: 25px;
	height: 25px;
	background-position: left 25px;
	display: block;
}

.stv-rating-done {
	width: 25px;
	height: 25px;
	background-position: left 50px;
	display: block;
}

div.videofooter {
	width: 640px;
	height: 30px;
	text-align:right;
	background-image: url(../images/videofooter.png);
	background-repeat: no-repeat;
}

/* ================= */
/* = Table listing = */
/* ================= */

table.list {
	width: 615px;
}

table.list td {
	text-align: left;
	vertical-align: top;
	padding: 9px;
}

table.list tr.white td {
	background-color: #fff;
}

/* ================== */
/* = Schedule Table = */
/* ================== */

table.schedule {
	width: 100%;
	border-left: 1px solid #ccc;
	table-layout: fixed;
}

table.schedule tr th, table.schedule tr td {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	height: 45px;
}

table.schedule tr th {
	color: #444;
	text-shadow: #fff 0px 1px 0px;
}

table.schedule tr.top th {
	background-image: url(../images/schedule_header.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-top: 1px solid #ccc;
	height: 40px;
}

table.schedule tr.dark td, table.schedule tr.dark th {
	background-color: #eaeaea;
}

table.schedule tr td.date {
	color: #fff;
	background-color: #8c0053;
	background-image: url(../images/schedule_date.png);
	background-repeat: repeat-x;
	border-right: 1px solid #700042;
	border-bottom: 1px solid #8c0053;
}

table.schedule tr td.date a {
	color: #fff;
	font-weight: bold;
}

/* =============== */
/* = zoom button = */
/* =============== */

/* ============= */
/* = bigbutton = */
/* ============= */

a.zoombutton {
	background: transparent url('../images/zoombutton_bg_right.gif') no-repeat scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 31px;
	margin-right: 6px;
	padding-right: 11px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	outline: none;
	color:#a40054;
	font-family: Verdana;
	text-align: center
}

a.zoombutton span {
	background: transparent url('../images/zoombutton_bg_left.gif') no-repeat;
	display: block;
	line-height: 16px;
	padding: 8px 0 9px 35px;
}

a.zoombutton:hover {
	color:#333;
}

.etv-language {
	display: none;
}

div.etv-hotnews {
	background-image: url(/images/hotnews_top.png);
	background-repeat: no-repeat;
	height: 500px;
	margin-top: -16px;
	width: 653px!important;
	position: absolute;
	display: none;
	z-index: 100000;
}

div.etv-hotnews div.etv-hotnews-content {
	color: white;
	width: 610px!important;
	padding: 25px 15px 15px 15px;
}

div.etv-hotnews div.etv-hotnews-content h2 {
	background-image: url(../images/bullet_small.png);
	background-repeat: no-repeat;
	background-position: 3px left;
	color: white;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
}

div.etv-hotnews .etv-hotnews-close {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
}

