#showDetailWrapper {
	float: left;
	width: 295px;
	padding: 10px;
	margin-left: 15px;
	background-color: #EAEAEA;
}

#showDetail {
	float: left;
	width: 295px;
	height: 715px;
	overflow: auto;
	color: #003366;	
}

#showDetail a {
	color: #003366;	
}

#showDetail ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#showDetail li {
	color: #999999;
	font-size: 11px;
}

#showDetail p {
	color: #000000;
}

#showDetail #showTitle h2 {
	font-size: 16px;
}

.showsGenreButton {
	margin-right:7px;
	float:left;
}

#showsGenreNav {
	/*background-color: #CCCCCC;*/
	width: 635px;
	margin-bottom: 4px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#showsGenreNav #showViewGenres {
	float: left;
	color: #003366;
	padding-right: 15px;
}

#showsGenreNav .genre {
	float: left;
	padding-right: 12px;
}

#showsGenreNav .genre a {
	color: #666666;
}

#showsGenreNav .genre a.selected {
	text-decoration: underline;
	color: #003366;
}

#showsLeftColumm {
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 15px;	
	width: 645px;
}

#showsList {
	float: left;
	height: 715px;
	width: 295px;
	overflow: auto;
}

#showsList .showThumbnail {
	float: left;
	width: 73px;
	height: 88px;
	background-image: url(../images/cell_bkgd3.png);
	background-repeat: no-repeat;	
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-bottom:8px;
}

#showsList .showInfo {
	float: left;
	height: 88px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../images/cell_bkgd3.png);
	background-repeat: no-repeat;
}

#showsList .showInfo p {
	margin-bottom: 3px;
}

#showsList .showInfoScroll {
	width: 179px;
}

#showsList .showInfoWide {
	/*width: 217px;*/
	width: 199px;
}

#showsList .showInfo a {
	color: #003366;
	font-size: 11px;
}

#showsList div.showInfo p {
	margin-top: 0px;
	color: #000000;
	font-size: 11px;
}

#showsListWrapper {
	float: left;
	width: 295px;
	padding: 10px;
	background-color: #EAEAEA;
}

#showsRightColumn {
	float: left;
	width: 300px;
	padding-left:11px;
}

#shows_mostpopular {
	background-color:#f0f0f0;
	width:300px;
	height:auto;
	overflow:hidden;
}

#shows_mostpopular_horizontal {
	background-color:#f0f0f0;
	width:960px;
	height:220px;
	overflow:hidden;
	margin:0 auto 20px auto;
}

.mostpopular_textbox {
	width:120px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

.mostpopular_box_horizontal {
	width:170px;
	float:left;
	text-align:center;
	padding:10px;
}

.mostpopular_img {
	float:left; 
	margin-right:15px; 
	padding-left:18px; 
	margin-top:10px; 
	padding-bottom:17px;
}

.mostpopular_img_horizontal {
	padding-bottom:10px;
}

.popularity {
	background-color: #999999;
}

.popularityTitle {
	float: left;
}

.popularityWrapper {
	border: 1px solid #777777;
	background-color: #EEEEEE;
	width: 110px;
	margin-top: 6px;
	margin-left: 3px;
	float: left;
}
