#contentArea #lineupHeader{
	margin:10px;
	margin-right:0;
}
#contentArea #lineupSearch{
	width:324px;
	height:234px;
	background:transparent url(../images/usdish/chanlineup/lineup-bg.png) no-repeat;
	float:left;
}
#contentArea #whichHeader{
	width:324px;
	height:234px;
	background:transparent url(../images/usdish/chanlineup/which-bg.png) no-repeat;
	float:left;
}
#lineupHeader h1{
	text-transform:none;
	font-size:18px;
	line-height:18px;
	color:#333;
	margin:7px 10px 5px;
}
#lineupSearch h2{
	font-size:12px;
	line-height:13px;
	color:#666;
	text-transform:none;
	margin:5px 10px 2px;
	letter-spacing:-.15px;
	word-spacing:-1px;
	font-weight:normal;
}
#lineupSearch fieldset{
	width:305px;
	margin:4px 0 7px 5px;
	padding:5px 5px 0;

}
fieldset input.search{
	width:229px;
	height:22px;
	border:none;
	padding-left:5px;
	background: transparent url(../images/usdish/chanlineup/search-box.png) no-repeat;
}
#lineupSearch #searchButton{
	vertical-align:middle;
	*vertical-align:10%;
	padding-bottom:2px;
	width: 62px;
	height: 22px;
	cursor: pointer;
	background: transparent url(../images/usdish/chanlineup/search-button.png) no-repeat;
	border:none;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:22px;
}
#lineupSearch ul{
	margin:0 5px;
}
#lineupSearch #categorySelection li{
	font-size:10px;
	color:#666;
	margin:0;
	list-style-type:none;
	float:left;
	width:100px;
}
#lineupSearch li label{
	font-weight:bold;
}
#lineupSearch #radio1label{
	color:#000;
}
#whichHeader h2{
	font-size:14px;
	line-height:18px;
	color:#333;
	margin:10px;
	text-shadow:2px 1px 1px #DBDBDB
}
#whichHeader ul{
	margin:10px;
	margin-right:0;
}
#whichHeader li{
	margin:0;
	margin-bottom:5px;
	margin-right:10px;
	list-style-type:none;
	float:left;
	width:145px;
}
#contentArea table#channelLineup tr.odd td{ background-color:#f2f2f2;}
#contentArea table#channelLineup tr.odd.highlight td{ background-color:#f8f372; }
#contentArea table#channelLineup tr.even.highlight td{ background-color:#f8f372; }
#contentArea table#channelLineup tr .bronze {
	background:transparent url(../images/usdish/chanlineup/bronze-check.png) no-repeat center;
}
#contentArea table#channelLineup tr .silver {
	background:transparent url(../images/usdish/chanlineup/silver-check.png) no-repeat center;
}
#contentArea table#channelLineup tr .gold {
	background:transparent url(../images/usdish/chanlineup/gold-check.png) no-repeat center;
}
#contentArea table#channelLineup tr .everything {
	background:transparent url(../images/usdish/chanlineup/everything-check.png) no-repeat center;
}
table#channelLineup td.first a{
	display:block;
	margin-left:60px;
}
table#channelLineup th{
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 3px #333;
	font-size:14px;
	text-transform:none;
	border:none;
	text-align:left;
	height:52px;
	line-height:16px;
	vertical-align:bottom;
	padding-left:5px;
	background:transparent url(../images/usdish/chanlineup/th-bg.png) repeat-x;
}
table#channelLineup th .classic{
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
}
table#channelLineup #channelsTH{
	background-color: #242424;
}
table#channelLineup #bronzeTH{
	background-color:#806953;
}
table#channelLineup #silverTH{
	background-color:#969598;
}
table#channelLineup #goldTH{
	background-color:#b08801
}
table#channelLineup #everythingTH{
	background-color:#27859c
}
table#channelLineup td.first img{
	width:50px;
	float:left;
}
table#channelLineup td.first{
	font-size:10px;
	text-transform:none;
}
#extFooter .nav li a {
	font-weight:normal;
}

#tt {position:absolute; display:block; background:url(../images/usdish/chanlineup/tooltips/tt_left.gif) bottom right no-repeat}
#tttop {display:block; height:5px; margin-right:5px; background:url(../images/usdish/chanlineup/tooltips/tt_top.gif) top left no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-right:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-right:5px; background:url(../images/usdish/chanlineup/tooltips/tt_bottom.gif) top left no-repeat; overflow:hidden}


div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0;
	padding:0;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	clear:both;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}

#viewAllImage{
	cursor:pointer;
}
