body {
	background: white;
	font: normal normal 8pt/150% 'Lucida Grande', Verdana, sans-serif;
	color: #6b707b;
	margin: 0;
	padding: 0;
	min-width: 950px;
}

a img {
	border: none;
}

p a, p ol a, p ul a {
	text-decoration: none;
	color: #07BBF2;
	border-bottom: 1px solid #d4d4d4;
}

p a:hover, p ol a:hover, p ul a:hover {
	border-bottom: 1px solid #acacac;
	color: #39abce;
}

.truncate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-tvguide {
	background: white url('../images/pages/minitvguide_2.gif') no-repeat;
	width: 340px;
	height: 302px;
	float: left;
	position: relative;
	overflow: hidden;
}

.home-tvguide p a, .home-mostpopular p a, .home-tvpicks p a {
	color: black;
	border-bottom: none;
}

.home-tvguide p a:hover, .home-mostpopular p a:hover, .home-tvpicks p a:hover {
	color: black;
	border-bottom: none;
}

.home-more {
	position: absolute;
	width: 34px;
	height: 29px;
	left: 334px;
	overflow: hidden;
}

.home-more a {
	padding-left: 100px;
	font-size: 3em;
	white-space: nowrap;
	opacity: 0;
}

.home-region {
	position: absolute;
	top: 10px;
	left: 205px;
	overflow: hidden;
}

.home-region-sel {
	width: 120px;
	font-size: 1.2em;
}

.home-search {
	position: absolute;
	left: 9px;
	top: 9px;
	width: 115px;
}

.home-view-tvguide {
	background: white;
	position: absolute;
	left: 0px;
	top: 39px;
	width: 340px;
	height: 234px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

.home-view-tvguide p {
	font-size: 1em;
	margin: 0;
	padding: 2px 8px;
}

.home-tvguidetime {
	background: #377CB5;
	font-size: 1em;
	padding: 2px;
	margin: 0;
	text-align: center;
	color: white;
}

.home-fulltvguide {
	position: absolute;
	top: 275px;
	left: 5px;
	width: 98px;
	height: 23px;
	overflow: hidden;
}

.home-icetv {
	position: absolute;
	top: 275px;
	left: 235px;
	width: 103px;
	height: 23px;
	overflow: hidden;
}

.home-fulltvguide a, .home-icetv a {
	padding: 0 150px;
	line-height: 20px;
	opacity: 0;
}

input {
	background: none;
	border: none;
	outline: none;
}

.form-input {
	font: normal normal 1em/160% 'Lucida Grande',Verdana;
	color: #596271;
	width: 50%;
	border: none;
	background: none;
	margin: 3px 0;
	padding: 4px;
}

.form-input:focus {
	border: black 1px solid;
}

.form-homesearch {
	background: none;
	font-size: 1em;
	margin: 0;
	padding: 6px 2px 2px 20px;
	width: 110px;
	color: #a0a4ac;
}

.form-homesearch:focus {
	color: #596271;
}

