/* Top text */
#top_text{
	width:920px;
	margin:0;
	padding:0 0 10px 0;
}
/* Main page */

td#left_channels {
	background: url('img/background.png') right top;
	vertical-align: middle;
	text-align: left;
}

td#tv {
	background: url('img/tv.png') no-repeat;
	width: 576px;
}

td#right_channels {
	background: url('img/background.png') left top;
	text-align: right;
	vertical-align: middle;
}

td#right_channels div {
	position: relative;
}

tr.tv_card_filled {
	background: url('img/tv_card_filled.png') no-repeat;
	font-size: 12px;
	height: 145px;
}

table.cards_left td.card_link {
	background: url('img/tv_card_filled.png') top right no-repeat;
}

table.cards_right td.card_image {
	background: url('img/tv_card_filled.png') top right no-repeat;
}

td.card_image {
	width: 125px;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

td.card_link {
	width: 138px;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

td.between_cards {
	height: 5px;
	font-size: 0px;
}

td#left_channels table {
	width: 283px;
	left: 20px;
	float: left;
	position: relative;
}

td#right_channels table {
	width: 283px;
	float: right;
	right: 20px;
	position: relative;
}

tr.tv_card_filled a {
	color: #777777;
	text-decoration: none;
}

tr.tv_card_filled a:hover {
	color: black;
}

/* TV set */

td#tv {
	vertical-align: bottom;
}

td#tvset {
	width: 360px;
	height: 288px;
	color: lightgray;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

/* TV controls */

td#tvcontrol {
	height: 85px;
	text-align: center;
	vertical-align: bottom;
	font-size: 0px;
}

div#pc_div {
	position: relative;
	bottom: -29px;
	background: url('img/player_controls/pc_anim.gif') bottom center no-repeat;
	height: 71px;
	font-size: 0px;
	text-align: left;
}

div#pc_div div {
	display: none;
	visibility: hidden;
}

div#pc_div.selected {
	background: url('img/player_controls/pc_pressed.gif') bottom center no-repeat;
}

div#pc_div.selected div {
	display: block;
	visibility: visible;
}

div#pc_div div#pc_power {
	width: 35px;
	height: 35px;
	position: relative;
	top: 22px;
	left: 160px;
	background: url('img/transparent.gif');
	display: block;
	visibility: visible;
}

div#pc_power:hover {
	cursor: pointer;
}

/* Sound Slider */

div#pc_sound_slider {
	position: absolute;
	top: 34px;
	left: 86px;
	width: 51px;
	height: 14px;
	font-size: 0px;
}

div#pc_sound_slider img {
	margin-left: 4px;
	margin-top: 5px;
}

div#pc_sound_slider img:hover {
	cursor: pointer;
}

/* Sound On/Off button */

div#pc_sound_button {
	position: absolute;
	top: 35px;
	left: 140px;
	width: 14px;
	height: 14px;
	background: url('img/transparent.gif');
}

div#pc_sound_button:hover {
	cursor: pointer;
	background: url('img/player_controls/sound.gif');
}

div#pc_sound_button.off {
	background: url('img/player_controls/sound_off.gif');
}

div#pc_sound_button.off:hover {
	cursor: pointer;
	background: url('img/player_controls/sound_off.gif');
}

/* Full Screen On button */

div#pc_fullscreen_button {
	position: absolute;
	top: 10px;
	left: 148px;
	width: 14px;
	height: 14px;
	background: url('img/transparent.gif');
}

div#pc_fullscreen_button:hover {
	cursor: pointer;
	background: url('img/player_controls/full.gif');
}

/* Stop/Play button */

div#pc_pause_button {
	position: absolute;
	top: 0px;
	left: 172px;
	width: 14px;
	height: 14px;
	background: url('img/transparent.gif');
}

div#pc_pause_button:hover {
	cursor: pointer;
	background: url('img/player_controls/pause.gif');
}

div#pc_pause_button.play {
	background: url('img/player_controls/play_off.gif');
}

div#pc_pause_button.play:hover {
	cursor: pointer;
	background: url('img/player_controls/play.gif');
}

/* Channels button */

div#pc_channels_button {
	position: absolute;
	top: 9px;
	left: 197px;
	width: 14px;
	height: 14px;
	background: url('img/transparent.gif');
}

div#pc_channels_button:hover {
	cursor: pointer;
	background: url('img/player_controls/channels.gif');
}

/* Quality button */

div#pc_quality_button {
	position: absolute;
	top: 35px;
	left: 206px;
	width: 14px;
	height: 14px;
	background: url('img/transparent.gif');
}

div#pc_quality_button:hover {
	background: url('img/player_controls/qual.gif');
}

/* Quality slider */

div#pc_quality_slider {
	position: absolute;
	top: 34px;
	left: 220px;
	width: 51px;
	height: 14px;
}

div#pc_quality_slider img {
	margin-left: 4px;
	margin-top: 5px;
}

div#pc_quality_slider img:hover {
	cursor: pointer;
}

/* Tips */

div.tip {
	color: #777777;
	font-size: 10px;
	display: none !important;
	visibility: hidden !important;
}

div.tip.on {
	display: block !important;
	visibility: visible !important;
}

div#tip1 {
	position: absolute;
	top: 50px;
	left: 86px;
}

div#tip2 {
	position: absolute;
	top: 7px;
	left: 63px;
}

div#tip3 {
	position: absolute;
	top: -15px;
	left: 171px;
}

div#tip4 {
	position: absolute;
	top: 6px;
	left: 217px;
}

div#tip5 {
	position: absolute;
	top: 50px;
	left: 225px;
}

/* Online consultants */
#ether_consultants {
	cursor:pointer;
	color:#8B0000;
	font-size:16px;
	font-variant:small-caps;
}

/* Ether logo */

img#ether_logo {
	position: absolute;
	bottom: -427px;
	right: 20px;
}

/* END Main page */

/* ========================================================================= */