*{outline:none;}
html {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width:980px;
	margin:0 auto;
	padding:0;
	/*border:1px solid #dfdfdf;*/
	font-family:arial, sans-sarif, verdana;
	font-size:12px;
	min-height: 100%;
	height: 100%;
}
#wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	min-height: 92%;
	height: auto !important;
	height: 92%;
	text-align:left;
}
#header {
	width:100%;
	float:left;
	margin:10px 0 0;
}
#footer {
	width:100%;
	float:left;
	margin:0 auto;
	height:40px;
	position:relative;
}
#push {
	height: 40px;
    padding-top:0px;
}
#logo {
	width:185px;
	float:left;
	margin:0;
	padding:0;
}
#user-custom {
	width:250px;
	float:right;
}
#user-custom ul {
	list-style:none;
	float:right;
	margin:0px;
	padding:0px;
}
#user-custom ul  li{
	margin-right:10px;
	float:left;
	color:#777;
}
#user-custom ul  li a {
	font-weight:bold;
	color:#777;
}
#user-custom ul  li a:hover {
	text-decoration:underline;
}
.footer-links {
	float:left;
	margin:0 auto;
	position:relative;
}
.footer-links ul {
	list-style:none;
	margin:0 0 0 80px;
	padding:0;
	position:relative;
	text-align:center;
}
.footer-links ul li {
	float:left;
	margin-right:10px;
	font-size:11px;
}
.footer-links ul li a {
	color:#444;
}
.footer-links ul li a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	float:left;
	margin:10px 0;
}
.copyright p {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#444;
	padding:0;
	margin:0;
}
#search {
	margin:10px auto;
	padding:0;
	width:100%;
	text-align:center;
}
.searchTerm {
	float:left;
	margin:20px 0 0 20px;
	width:375px;
	padding:4px 0 5px 6px;
	font-size:17px;
	font-family:arial, sans-sarif;
}
.submit {
	float:left;
	margin:19px 0 0 5px;
	padding:4px 6px 5px 6px;
	font-weight:bold;
	color:#444;
	width:80px;
	font-size:15px;
}
.clearfix {
	float:none;
	clear:both;
}
.search {
	float:left;
	margin:0px 0 50px 0;
}
#searchedResult {
	float:left;
	margin:0;
	padding:0;
	width:840px;
}
#player {
	float:right;
	margin:0;
	padding:0;
	width:100%;
}
#searchedResult p {
	margin:0px 0 5px;
	padding:0;
	float:left;
	color:#777;
	width:100%;
}
#player p {
	margin:0 0 10px;
	padding:0;
	float:left;
	color:#777;
	font-size:17px;
	line-height:22px;
}
#results {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#episodes-info {
	width:150px;
	margin:0;
	float:left;
}
.lower-info {
	color:#fff;
	font-size:11px;
	position:relative;
	width:100%;
	height:15px;
	margin:-18px 0 0 1px;
}
.lower-bg {
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	height:15px;
	z-index:1;
}
.episode-duration {
	font-size:11px;
	color:#fff;
	margin:-15px 8px 0 3px;
	z-index:2;
	float:right;
	position:relative;
}
#episode-information {
	width:145px;
	float:left;
	margin:0 0 0 1px;
	padding:0;
}
.episodes-title {
	float:left;
	width:100%;
	overflow:hidden;
	margin:1px 0 0px 0;
	height:18px;
}
.episodes-title a {
	font-size:12px;
	font-weight:bold;
}
.episode-desc {
	font-size:11px;
	color:#666;
	height:30px;
	overflow:hidden;
}
.episode-desc a {
	font-size:13px;
	font-weight:bold;
}
#tabOptions
{
	float:left;
	overflow:auto;
	margin:0px 0 0;
}
#headOptions
{
	clear:both;
	margin-bottom:10px;
	overflow:auto;
}
#headOptions ul {
	list-style:none;
	margin:0;
	padding:0;
}
a {
	color:#0281ca;
	text-decoration:none;
	font-size:12px;
}
.Tab {
	float:left;
	padding:5px 30px;
	border-bottom:solid 1px #515151;
}
.Tab h3 {
	color:#0281ca;
	font-size:15px;
	margin:0;
	padding:0;
	color:#0281ca;
}
.Tab-selected {
	float:left;
	padding:5px 30px;
	border-left:solid 1px #515151;
	border-right:solid 1px #515151;
	border-top:solid 1px #515151;
}
.Tab-selected  h3 {
	font-size:15px;
	color:#666;
	margin:0;
	padding:0;
}
