/*#tv,#tvchannels,#tvinfo,#tvmenu
{
	font-family: arial;
	font-size: 0.7em;
}*/

#tv
{
	position: relative;
	width: auto !important;
	overflow: auto;
	height: 150px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 13px;
	white-space: nowrap;
	cursor: e-resize;
	padding-top: 11px;
	/*margin-left: 73px;*/
}
#tv ul
{
	position: relative;
	list-style-type: none;
	margin: 6px;
	width: auto;
	height: auto;
}
#tv .tvtime li
{
	display: inline;
}
#tv li
{
	padding: 1px;
	height: 17px;
	position: absolute;
	overflow: hidden;
	border: 1px solid #000;
	text-align: center;
	background: #fff;
	cursor: pointer;
	margin: 0px;
}
#tv li:hover
{

	z-index: 10;
	background: #eee;
}
#tv .channelinfo
{
	position: fixed !important;
	position: absolute;
	background: #ddd;
	padding: 1px;
	height: 17px;
	width: 50px;
	overflow: hidden;
	border: 1px solid #000;
	z-index: 40;

}

#tv .tvtime li
{
	margin: 0px;
	border: 0px;
	text-align: left;
	padding: 0px;
	color: #888;
	border-left: 1px solid #888;
	font-size: 0.8em;
	height: auto;
}
#tv .tvtime li:hover
{
	background: #ffffff;
}
#tv .favourite
{
	background: #ddeeff !important;
}
#tv img
{
vertical-align: middle;
}

#tvinfo
{
	position: relative;
	top: 10px;
	width: 100%;
	overflow: auto;
	height: 48%;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}
#tvinfo .title span
{
	font-size: 0.6em;
	text-decoration: underline;
}
#tvinfo .content
{
	padding: 5px;
}

#tvinfo .content .genre
{
	float: right;
	width: 200px;
	background: #eee;
	border: 1px solid #000;
	padding: 3px;
}
#tvinfo .content .title
{
	font-size: 1.7em;
	margin-bottom: 10px;
}
#tvinfo .content .showtime
{
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ddd;
	border: 1px solid #000;
	padding: 3px;
}

#tvinfo .content .changetime
{
	cursor: pointer;
	text-decoration: underline;
	color: #555;
}
#tvinfo img
{
	vertical-align: middle;
}

#tvchannels {
	margin: 0px;
}
#tvchannels ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: relative;
	float: left;
	top: 32px;
	border-top: 1px solid #000000 !important;
	border: 0px;
}
#tvchannels li
{
	padding: 1px;
	height: 17px;
	overflow: hidden;
	border-top: 0px !important;
	border-right: 0px !important;
	border: 1px solid #000000;
	text-align: center;
	width: 70px;
	background: #eeeeee;
	z-index: 11;
	margin: 0px !important;
	margin-bottom: 3px;
}


input.tvmenutext 
{
	width: 8em;
}
#tvmenu
{
	text-align: right;
}
#tvmenu .tvmenuitem {
	margin-bottom: 2px;
}

/*#tvmenu
{
	float: right;
	width: 150px;
	border: 1px solid #000;
	background-color: #fff;
	z-index: 200;
	margin: auto;
	text-align: center;
	-moz-opacity: 0.9;
}

#tvmenucontent
{
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	display: none;
}

#tvmenucontent input,#menucontent select
{
	font-size: 1em;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}
*/