html, body {
	background-image: url('/heiss.tv/images/body_bg.gif');
	background-position: top left;
}

body {
	margin:0;
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

.padding {
	padding:20px;
}

.border {
	padding-bottom:4px;
	border-bottom:2px solid #f47904;
}

#container {
	width:820px;
	margin:auto;
}

#header {
	width:100%;
	height:126px;
	background-color: #000;
	background-image: url('/heiss.tv/images/header_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#mainmenu {
	display: block;
	background: transparent url('/heiss.tv/images/mainmenu_bg.gif') no-repeat scroll top right;
	width:820px;
	height: 60px;
}


h4 {
	font-size: 14px;
}

#mainmenu a {
	background: transparent url('/heiss.tv/images/mainmenu_a_bg.gif') repeat-x scroll top right;
	text-decoration: none;
	display: block;
	float: left;
	font: bold 18px Verdana, sans-serif;
	height: 60px;
	padding-right: 22px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
	outline: none;
	text-shadow: #ebebeb 0px 1px 0px;
	color:#000;
}

#mainmenu a span {
/*	background: transparent url('/heiss.tv/images/button_bg_l.gif') no-repeat;*/
	background:none;
	display: block;
	line-height: 20px;
	padding: 20px 0 20px 22px;
}

#mainmenu a:hover {
		background-position: right -60px;
}

#mainmenu div.divider {
	display:block;
	float:left;
	width:2px;
	height: 60px;
	background-image: url('/heiss.tv/images/mainmenu_divider.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	margin:0 12px 0 12px;
	background-color:#f4801b;
	background-image: url('/heiss.tv/images/content_bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#video {
	display:block;
	background-image: url('/heiss.tv/images/video_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#video span {
	display:block;
	background-image: url('/heiss.tv/images/video_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align:center;
	padding:16px 58px 16px 58px;
}

#footer {
	width:100%;
	height:50px;
	background-image: url('/heiss.tv/images/footer_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#footer {
	text-align:right;
}

#footer a {
	color:#660007;
	line-height:40px;
	text-decoration:none;
	font-weight:bold;
	text-shadow: #ebebeb 0px 1px 0px;
	margin:0 20px 0 0;
}

a {
	color:#fff700;
	text-decoration:none;
}

a:hover {
	color:#fff700;
	text-decoration:underline;
}

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

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

a.button:hover {
	color:#a10000;
}

h1, div.title {
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-shadow: #000 0px 1px 2px;
}

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

div.form {
	background-image: url('/heiss.tv/images/box_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 9px 0 0 0;
	margin-bottom: 18px;
}

div.form dl, div.form p {
/*	background-color:#ccc;*/
	margin-left: 0;
	margin-right: 0;
	padding: 0 20px 9px 20px;
	background-image: url('/heiss.tv/images/box_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#buy_form input {
	margin-left: -20px;
}

#payments dl {
	padding-bottom: 30px;
}

div.form p {
	padding-bottom: 39px;
}

div.form dl dt {
	display:block;
	float:left;
	margin:0;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:150px;
}

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

div.form dl p {
	margin:0 0 16px 160px;
}

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

input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid black;
	background-color: #FFD671!important;
}

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

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

div.greybox {
	margin-bottom:20px;
	background-image: url('/heiss.tv/images/box_bg_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div.greybox div.inner {
	padding:18px;
	background-image: url('/heiss.tv/images/box_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.greybox div.inner h3 {
	margin-top: 0;
}

#tv {
	display:block;
	width:291px;
	height:195px;
	background-image: url('/heiss.tv/images/tv_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#tv_inner {
	position:absolute;
	margin:20px 0 0 21px;
	width:250px;
	height:136px;
	overflow:hidden;
}

#tv_slider {
	width:3000px;
}

#tv_slide_1, #tv_slide_2, #tv_slide_3, #tv_slide_4 {
	display:block;
	float:left;
	width:250px;
	height:136px;
}

div.tabs {
	margin:0;
	padding-left:14px;
	border-top:1px solid transparent;
}

div.tabs a {
	background: transparent url('/heiss.tv/images/tab_bg_r.gif') no-repeat scroll top right;
	display: block;
	float: left;
	height: 27px;
	margin-right:2px;
	padding-right: 25px; /* sliding doors padding */
	text-decoration: none;
	cursor: hand;
	color: #000;
	outline: none;
	text-align: center;
	font-weight:bold;
	text-shadow: #f6b5a8 0px 1px 0px;
}

div.tabs a span {
	background: transparent url('/heiss.tv/images/tab_bg_l.gif') no-repeat;
	display: block;
	line-height: 15px;
	padding: 8px 0 4px 25px;
}

div.tabs a.selected, div.tabs a.selected:hover {
	color:#000;
	background-position:right -27px;
}

div.tabs a.selected span {
	background-position:left -27px;
}

div.tabs a:hover {
	color:#6d0000;
}

#slider_container {
	position:relative;
	overflow:hidden;
	width:720px;
	height:700px;
}

#slider_container div.items {
	width:20000em;
	position:absolute;
}

#slider_container .items .channel { 
	float:left; 
}

#slider_container #slider #channel1,
#slider_container #slider #channel2,
#slider_container #slider #channel3,
#slider_container #slider #channel4 {
	width:720px;
	float:left;
}

div.channel div.thumb_l {
	width:100px;
	float:left;
}

div.channel div.thumb_s {
	width:380px;
	margin-left:300px;
}

div.channel div.movie_button {
	float:right;
}

div.channel div.text div.movie_title {
	font-weight:bold;
	font-size:16px;
}

div.channel div.text div.movie_length {
	margin-top:4px;
}

div.channel div.text div.movie_button {
	margin-top:4px;
}

div.channel table {
	width:100%;
}

div.channel table th {
	padding:7px;
	text-align:left;
	background-color: #f47904;
	border-bottom:2px solid #ffaf04;
	border-right:2px solid #ffaf04;
	color:#fff;
	width:25%;
}

div.channel table td {
	padding:7px;
	background-color:#ffc10e;
	border-right:2px solid #ffaf04;
}

div.channel div.next div.next_title {
	font-weight:bold;
}

