body 
{
    background-image: url(../imagens/back_episodios.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

#Footer {

}

#Conteudo {
	height: auto;
	border: 0px solid red;
}

.DivPlayerEpisodio {
	border: 0px solid red;
	float: right;
	width: 800px;
	height: auto;
	margin: 0;
}

.DivMenuEpisodio {
	float: left;
	border: 0px solid blue;
	width: 180px;
	text-align: left;
}

.DivMenuEpisodio img {
	margin-bottom: 15px;
}

.DivMenuEpisodio a {
	display: block;
	width: 100px;
	text-align: center;
	border: 1px solid #1049fe;
	background-color: #041a4f;
	text-align: center;
	color: #4f90c7;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-decoration: none;
}

.DivMenuEpisodio a:link {COLOR: #4f90c7;}
.DivMenuEpisodio a:visited {COLOR: #4f90c7; TEXT-DECORATION: none;}
.DivMenuEpisodio a:hover {COLOR: #4f90c7; TEXT-DECORATION: none; background-color:#122689;}

.DivMenuEpisodioClicado {COLOR: #4f90c7; TEXT-DECORATION: none; background-color:#122689;}



/*CSS Player*/

#abas {
	float: left;
	border: 0px solid blue;
	width: 30px;
	height: auto;
	display: none;
}

#player {
float:left;
width: 640px;
height: 360px;
background-image: url(../imagens/logo_kilmerson.jpg);
}
/* player style */


/* playlist style */
#playlist {
width:250px;
height:400px;
overflow-y:auto;
overflow-x:hidden;
border: 0px solid red;
padding:4px 10px 12px 10px;
/*background-color:#000;*/
float:right;
}

/* playlist entry */
#playlist a {
display:block;
width:220px;
height:90px;
padding:5px;
background-color: #000;
border: 1px solid #000;
font-size: 12px;
text-decoration:none;
margin-top:7px;
color:#999;
}

/* different states of a playlist entry */
#playlist a:hover {
background-color:#101011;
border:1px solid #666;
}

#playlist a.progress {
background-color:#efefef;
}

#playlist a.playing {
border:1px solid #666;
background-color:#001936;	
}

#playlist a.paused {
border:1px solid #666;
background-color:#ffc;
}

/* elements inside playlist entry */
#playlist a img {
border:0;	
float:left;
margin-right:5px;
}

#playlist a strong {
color: #4883b7;	
margin: 0;
padding-bottom:0px;
float: left;
text-align: left;
}

#playlist a span {
color: #999;
margin: 0;
padding-bottom:0px;
float: left;
clear: left;
text-align: left;
font-size: 11px;
}

#playlist a em {
border:0;
float:left;
margin-right:10px;
padding-left:20px;
color:#333;
font-style:normal;
margin-top:10px;
}


/* Adds dos Videos */
.floatL{float:left}
.floatR{float:right}
.clear{clear:both}
.clearL{clear:left}
.clearR{clear:right}

.InputURLPLayer {
	border: 1px solid #333;
	background-color: #000;
	font-size: 11px;
	color: #CCC;
	width: 542px;
}

.DivComents {
	width: 640px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #151516;
	background-color: #0b0c0c;
	padding: 5px;
}