@import url("reset-min.css");
@import url("fonts-min.css");

/**/

html,
body { height:100% }
html { background:none; }
body {
	border-top:5px solid #4dd9e6;
	background:url(../img/bg_body.jpg) center top no-repeat #000;
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
}
hr,
table,
.sIFR-alternate { display:none; }
input, select, textarea {
	padding:2px;
	border:none;
	background:#fff;
}
select { padding:1px; }
strong,
.strong { font-weight:bold; }
em,
.em { font-style:italic; }

/**/

#Admin {
	padding:0 0 5px;
	background:#4dd9e6;
}
	#Admin p {
		font-family:tahoma, verdana, arial, helvetica, sans-serif;
		font-size:93%;
		text-align:center;
	}
		#Admin a {
			text-decoration:none;
			color:#000;
		}
		#Admin a:hover,
		#Admin a:active { text-decoration:underline; }
#Site {
	position:relative;
	z-index:1;
	width:900px;
	margin:0 auto;
	padding:15px 0 100px;
}
	#Esquerda {
		float:left;
		width:157px;
		/*overflow:hidden;*/
	}
		#Cabecalho {
			padding:24px 0 39px;
			_position:relative;
			_padding-top:62px;
		}
			#Cabecalho h1 {
				/*width:157px;
				height:62px;
				background:url(../img/marca.png);*/
				position:relative;
				top:-25px;
				left:-31px;
				width:188px;
				height:87px;
				margin-bottom:-25px;
				background:url(../img/marca_mascote.png);
				_position:absolute;
				_top:1px;
			}
				#Cabecalho h1 a {
					display:block;
					width:188px;
					height:87px;
					text-indent:-9999px;
				}
	#Menu {
		float:right;
		clear:both;
		padding:0 0 10px;
	}
			#Menu li {
				float:right;
				clear:right;
				padding:0 0 .5em;
			}
			#Menu li.sIFR-replaced {
				padding:0;
			}
				#Menu a {
					font-size:182%;
					font-weight:bold;
					text-decoration:none;
					text-transform:uppercase;
					font-family:arial, helvetica, sans-serif;
				}
					#Menu a:link,
					#Menu a:visited { color:#4dd9e6; }
					#Menu a:hover,
					#Menu a:active { color:#fff; }
		#Busca,
		#Login {
			clear:both;
			min-height:57px;
			_height:57px;
			padding:33px 10px 5px;
			margin:0 0 15px;
		}
		#Busca { background:url(../img/bg_busca.gif) no-repeat; }
		#Login {
			padding-bottom:0;
			background:url(../img/bg_acesso.gif) no-repeat;
		}
		#Convite {
			margin:0 0 20px;
			padding:10px;
			background:url(../img/bg_acesso.gif) left bottom no-repeat
		}
			#Convite strong {
				display:block;
				font-size:93%;
				letter-spacing:.2em;
				text-align:center;
				text-transform:uppercase;
				background:#000
			}
				#Convite a {
					display:block;
					padding:6px 4px 4px;
					text-decoration:none;
					color:#fff
				}
				#Convite a:hover {
					background:#ffcf1f;
					color:#000
				}
					#Busca legend,
					#Login legend,
						#Busca label,
						#Login label,
						#submitted { display:none; }
					#Busca p,
					#Login p { display:inline; }
						#Busca input,
						#Login input,
						#Busca select {
							color:#fff;
							padding:1px;
							border:2px solid #000;
							background:#000;
						}
						#Busca input,
						#Login input {
							width:131px;
							margin-bottom:8px;
						}
						#Busca select,
						input#password_login { width:100px; }
						#Busca button,
						#Login button {
							width:27px;
							height:18px;
							border:0;
							background:url(../img/bt_ok.gif) no-repeat;
							text-indent:-999999px;
							*text-indent:0;
							*line-height:999999px;
							cursor:pointer;
						}
						@media all and (min-width: 0px) {
							#Busca button,
							#Login button {
								font-size:1px;
								padding-left:190px;
							}
						}
						#Login button {
							position:relative;
							top:-.5em;
						}
		#Tags {
			width:157px;
			text-align:right;
		}
			#Tags h3 {
				color:#e65c0b;
				font-size:182%;
				font-weight:bold;
				font-family:Arial, Helvetica, sans-serif;
				text-transform:uppercase;
			}
			#Tags h4 { display:none; }
			#Tags a {
				text-decoration:none;
				font-weight:bold;
			}
				#Tags a:link,
				#Tags a:visited { color:#e65c0b; }
				#Tags a:hover,
				#Tags a:active { color:#fff; }
	#Direita {
		float:right;
		width:728px;
	}
		#Pub-SuperBanner {
			width:728px;
			height:90px
		}
		#Conteudo { padding-top:15px; }
			#Video {
				float:left;
				padding:10px;
				background:#ffe659;
			}
				#Video h3,
				#Selecionados h3 { display:none; }
				#Selecionados.search h3 {
					display:block;
					color:#e65c0b;
					font-size:182%;
					font-weight:bold;
					font-family:Arial, Helvetica, sans-serif;
					text-transform:uppercase;
				}
			#Banners {
				float:right;
				width:358px;
				border-left:10px solid #000;
				border-right:10px solid #000;
				border-bottom:9px solid #000;
			}
					#Banners li {
						float:left;
						border-top:10px solid #000;
					}
							#Banners img { display:block; }
			#Selecionados { clear:both; }
				.nav {
					padding:15px 0 3px 25px;
					background:url(../img/seta.gif) left bottom no-repeat;
					color:#fff;
				}
					.nav a:link,
					.nav a:visited { color:#fff; }
					.nav a:hover,
					.nav a:active { color:#ffe659; }
				.secao.categorias .nav, .secao.grupos .nav {
					position:relative;
					top:-34px;
					margin-bottom:-34px;
				}
				.secao.categorias.categoria .nav, .secao.grupos.grupo .nav {
					position:relative;
					top:-18px;
					margin-bottom:-34px;
				}
				#indexajax {
					float:left;
					width:708px;
					padding:10px 10px 0;
					background:#ffe659;
				}
				#People #indexajax {
					width:492px;
					padding:0;
					background:none;
				}
					.IndexVideoDetails {
						position:relative;
						float:left;
						clear:left;
						width:708px;
						border-bottom:10px solid #ffe659;
						background:#ffcf1f;
					}
					#People .IndexVideoDetails {
						overflow:hidden;
						clear:none;
						width:158px;
						min-height:60px;
						_height:60px;
						margin:0 10px 10px 0;
						padding-left:58px;
						border:10px solid #ffe659;
					}
					.IndexVideoDetails:hover { background:#fff; }
						#People .IndexVideoDetails .thumb, #People .IndexVideoDetails .thumb img {
							width:60px;
							height:60px;
						}
						#People .IndexVideoDetails .thumb {
							position:absolute;
							top:0;
							left:0;
						}
						.IndexVideoDetails h2,
						.IndexVideoDetails .descricao {
							overflow:hidden;
							float:left;
							width:386px;
						}
							.IndexVideoDetails h2 a,
							.IndexVideoDetails .descricao a {
								display:block;
								overflow:hidden;
								width:370px;
								padding:0 15px;
								font-weight:normal;
							}
								.IndexVideoDetails h2 a:link,
								.IndexVideoDetails h2 a:visited,
								.IndexVideoDetails .descricao a:link, 
								.IndexVideoDetails .descricao a:visited {
									color:#000;
									text-decoration:none;
								}
								.IndexVideoDetails h2 a:hover,
								.IndexVideoDetails h2 a:active,
								.IndexVideoDetails .descricao a:hover, 
								.IndexVideoDetails .descricao a:active {
									color:#000;
									text-decoration:underline;
								}
						.IndexVideoDetails h2 {
							font-size:138.5%;
							padding-top:14px;
							min-height:26px;
							_height:26px;
						}
						#People .IndexVideoDetails h2 {
							position:relative;
							left:-6px;
							padding-top:2px;
							margin-bottom:-4px;
							font-family:tahoma, verdana, arial, helvetica, sans-serif;
							font-size:131%;
						}
							#People .IndexVideoDetails h2 a { font-weight:normal; }
						.IndexVideoDetails .descricao { font-size:108%; }
							.IndexVideoDetails .descricao .classificacao {
								display:block;
								padding-top:5px;
							}
						.IndexVideoDetails .info {
							_zoom:1;
							position:absolute;
							top:10px;
							left:526px;
							width:160px;
							min-height:74px;
							_height:74px;
							padding:0 10px;
							border-left:2px solid #000;
							font-size:85%;
						}
						#People .IndexVideoDetails .info {
							position:static !important;
							min-height:1px;
							_height:1px;
							margin:-2px 0 0;
							border:none;
							font-family:tahoma, verdana, arial, helvetica, sans-serif;
						}
								.IndexVideoDetails li {
									float:left;
									clear:left;
									padding:1px 0;
									*width:100%;
								}
								.IndexVideoDetails .views,
								.IndexVideoDetails .duracao { padding-left:18px }
								.IndexVideoDetails .views { background:url(../img/icone_claquete-preto.gif) left center no-repeat }
								.IndexVideoDetails .duracao { background:url(../img/icone_tela.gif) left center no-repeat }
								#People .IndexVideoDetails .since, #People .IndexVideoDetails .favs { display:none; }
									#People .IndexVideoDetails .strong { font-weight:normal !important; }
									.IndexVideoDetails li a {
										background:#fff;
										text-decoration:none;
									}
										.IndexVideoDetails li a:link,
										.IndexVideoDetails li a:visited { color:#000; }
										.IndexVideoDetails li a:hover,
										.IndexVideoDetails li a:active { background:#ffcf1f; }
								.thumb img {
									float:left;
									border:2px solid #e65c0b;
								}
								#People .thumb img { border:none; }
								.secao.categorias .thumb img, .secao.grupos .thumb img { float:none; }
			#Nav {
				clear:both;
				padding:5px 0;
				text-align:right;
			}
			#People #Nav { width:482px; }
					#Nav li { display:inline; }
						#Nav a { 
							padding:0 5px;
							font-size:138.5%;
							text-decoration:none;
						}
							#Nav a:link,
							#Nav a:visited { color:#ffe659; }
							#Nav a:hover,
							#Nav a:active {
								color:#000;
								background:#ffe659;
							}
		#Recentes {
			clear:both;
			padding:15px 0 0;
		}
			#Recentes h3 {
				display:block;
				padding:0 0 5px;
				color:#4dd9e6;
				font-size:138.5%;
				font-weight:bold;
				text-transform:uppercase;
			}
	#Rodape {
		position:relative;
		clear:both;
		padding:60px 0 0;
		_padding:10px 14px 0;
		text-align:right
	}
		#Rodape a {
			display:block;
			position:absolute;
			_position:relative;
			right:14px;
			_right:0;
			bottom:0;
			width:23px;
			height:49px;
			text-indent:-9999px;
			_text-indent:0;
			background:url(../img/tropus.gif)
		}
			#Rodape a strong { display:none }

/**/

#WelcomeMain { width:738px; }
		#WelcomeMain li {
			float:left;
			padding:0 10px 10px 0;
		}
				#WelcomeMain a img { display:block; }

/* Geral */

.secao { font-family:tahoma, verdana, arial, helvetica, sans-serif; }
	.header-title { padding:0 0 4px; }
	.header-title.inner_search,
	.header-title.inner_see_more {
		/*margin:0 0 -14px;*/
		padding:0;
	}
		.header-title h2 {
			padding:0 0 2px;
			font-family:arial, helvetica, sans-serif;
			font-size:182%;
			font-weight:bold;
			text-align:right;
			text-transform:uppercase;
			color:#fff;
		}
		.upload.principal .header-title h2 { display:none; }
	.esquerda {
		float:left;
		width:482px;
	}
	.secao.upload.principal .esquerda { width:277px; }
	.direita {
		float:right;
		width:236px;
	}
	.secao.upload.principal .direita { width:441px; }
		.direita .menu {
			border:solid 10px #4dd9e6;
			background:#4dd9e6;
		}
			.direita .menu li {
				*float:left;
				margin:0 0 1px;
				font-family:tahoma, verdana, arial, helvetica, sans-serif;
				font-size:108%;
				letter-spacing:2px;
				text-align:right;
			}
				.direita .menu a, .direita .menu em {
					display:block;
					padding:4px 12px;
					font-style:normal;
					text-decoration:none;    
					background:#266c73;
					color:#fff;
				}
				.direita .menu a:hover, .direita .menu a:active {
					background:#fff;
					color:#266c73;
				}

/* Categorias */

.secao.categorias .esquerda div div, .secao.grupos .esquerda div div, .inner.see.even.more .esquerda div div {
	float:left;
	position:relative;
	width:317px;
	min-height:42px;
	_height:42px;
	margin:0 0 10px;
	padding:26px 0 26px 145px;
	border:solid 10px #ffe659;
	background:#ffcf1f;
}
.secao.categorias.categoria .esquerda div div {
	width:307px;
	min-height:78px;
	_height:78px;
	padding:8px 10px 8px 145px;
}
.secao.grupos .esquerda div div {
	min-height:58px;
	_height:58px;
	padding:18px 0 18px 145px;
}
.secao.grupos .esquerda div div h2 { font-size:146.5%; }
.secao.grupos .esquerda div div a:hover { text-decoration:underline; }
.inner.see.even.more .esquerda div div {
	min-height:82px;
	_height:82px;
	padding:6px 0 6px 145px;
}
.inner.see.even.more .esquerda div div:hover { background:#fff; }
	.secao.categorias .esquerda .thumb, .secao.grupos .esquerda .thumb, .inner.see.even.more .esquerda .thumb {
		position:absolute;
		top:0;
		left:0;
	}
	.inner.see.even.more .esquerda .thumb { float:none; }
	.secao.categorias .esquerda .descricao { display:none; }
	.secao.categorias .esquerda h3, .secao.categorias .esquerda h2, .secao.grupos .esquerda h2 { font-weight:bold; }
	.secao.categorias.categoria .esquerda h3, .secao.categorias.categoria .esquerda h2, .secao.grupos.grupo .esquerda h2 { font-weight:normal; }
	.secao.categorias.categoria.inner_genre_home .esquerda h2 {
		padding:0 0 2px;
		font-weight:bold;
	}
	.secao.categorias.categoria.inner_genre_home .classificacao { padding:2px 0; }
	.secao.categorias .esquerda h3 { font-size:161.6%; }
	.secao.categorias .esquerda h2, .secao.grupos .esquerda h2 { font-size:108%; }
		.secao.categorias .esquerda div a, .secao.grupos .esquerda div a {
			text-decoration:none;
			color:#000;
		}
.secao.categorias.categoria .direita, .secao.grupos.grupo .direita {
	position:relative;
	top:1.25em;
}

/* Members Profile */

.inner_members_profile { font-family:tahoma, verdana, arial, helvetica, sans-serif; }
.inner_members_profile .esquerda h2, .inner_members_profile h3 {
	font-size:138.5%;
	font-weight:bold;
}
.membro.dados, .membro.audiosevideos, .membro.midias {
	margin:0 0 10px;
	border:solid 10px #ffe659;
	background:#ffcf1f;
}
.membro.dados { padding:12px 10px; }
.membro.dados h3 { padding:0 0 2px; }
.membro.dados p { padding:0 0 20px; }
.membro.audiosevideos {
	float:left;
	border-left:none;
}
.membro.audiosevideos div {
	float:left;
	/*width:198px;*/
	width:434px;
	min-height:80px;
	padding:16px 14px;
	border-left:solid 10px #ffe659;
}
.membro.audiosevideos ul { padding:4px 0 0; }
.membro.audiosevideos li {
	padding:4px 0;
	font-size:93%;
}
.membro.audiosevideos .audios { background:url(../img/bg_audios.gif) left center no-repeat #ffcf1f; }
.membro.audiosevideos .videos { background:url(../img/bg_videos.gif) 350px center no-repeat #ffcf1f; }
.membro.audiosevideos a, .membro.midias h2 a {
    text-decoration:none;
    color:#000;
}
.membro.midias {
	clear:both;
	border-bottom:none;
}
.membro.midias div div {
    position:relative;
    min-height:74px;
    padding:20px 0 0 144px;
    border-bottom:solid 10px #ffe659;
}
.membro.midias div div:hover { background:#fff; }
.membro.midias .thumb img {
    float:none;
    position:absolute;
    top:0;
    left:0;
}
.membro.midias p { font-size:93%; }
.infobasicas {
	position:relative;
	min-height:60px;
	_height:60px;
	padding-right:70px;
	border:solid 10px #4dd9e6;
	border-bottom:none;
	text-align:right;
	background:#4dd9e6;
}
.infobasicas .thumb {
	position:absolute;
	right:0;
}
.infobasicas .thumb img { border:none; }
.infobasicas h2 {
	font-size:131%;
	font-weight:bold;
}

/* Perfil */

.MyaccountUpdateProfile, .GroupsCreate {
	padding:10px 12px;
	border:solid 10px #ffe659;
	background:#ffcf1f;
}
.MyaccountUpdateProfile.imagem {
	position:relative;
	padding:10px 12px 0 70px !important;
	border-bottom:none;
}
.MyaccountUpdateProfile.imagem p { padding:0 !important; }
.MyaccountUpdateProfile.imagem .nota { padding:0 0 12px !important; }
.UpdateProfileForm fieldset { padding:0 0 12px; }
.adm-imagem .thumb {
	position:absolute;
	top:0;
	left:0;
}
.adm-imagem .thumb img {
	float:none;
	border:none;
}
.UpdateProfileForm legend, #UploadVideo legend, .GroupsCreate legend {
	padding:0 0 16px;
	font-family:tahoma, verdana, arial, helvetica, sans-serif;	
	font-size:138.5%;
	font-weight:bold;
}
.UpdateProfileForm .adm-imagem legend, .UpdateProfileForm .adm-password legend { display:none; }
.UpdateProfileForm fieldset p, .GroupsCreate fieldset p { clear:both; }
.adm-close p { width:412px; }
.adm-email-settings p { padding:12px 0 0; }
.adm-password p { padding:0 0 12px; }
.UpdateProfileForm li, #UploadVideo li, .GroupsCreate li {
	clear:both;
	padding:0 0 10px;
}
#UploadVideo .info.secundarias li { padding:0 0 16px; }
.UpdateProfileForm label, #UploadVideo label, .GroupsCreate label {
	display:block;
	float:left;
	width:128px;
	padding-right:8px;
	text-align:right;
}
.UpdateProfileForm fieldset input, .UpdateProfileForm textarea,
#UploadVideo fieldset input, #UploadVideo textarea,
.GroupsCreate fieldset input, .GroupsCreate textarea { width:272px; }
.UpdateProfileForm .botao input, #UploadVideo .botao input, .GroupsCreate p input {
	padding:2px 4px;
	font-weight:bold;
	background:#000;
	color:#fff;
}
.MyaccountUpdateProfile.imagem .UpdateProfileForm .botao input {
	position:relative;
	top:-8px;
	left:-26px;
}
.UpdateProfileForm select, #UploadVideo select, .GroupsCreate select { width:276px; }
.UpdateProfileForm .botao, #UploadVideo .botao, .GroupsCreate form p {
	padding:0 26px 12px 0;
	text-align:right;
}

/* Pessoas */

	#peopleForm {
		width:216px;
		min-height:8.5em;
		padding:10px;
		font-family:tahoma, verdana, arial, helvetica, sans-serif;
		font-size:108%;
		background:#4dd9e6;
	}
			#peopleForm legend { display:none; }
				#peopleForm li { padding:0 0 4px; }
					#peopleForm label {
						display:block;
						float:left;
						width:78px;
						padding-right:4px;
					}
					#peopleForm input, #peopleForm select, #peopleForm button {
						border:solid 1px #000;
						*border:solid 1px #919191;
						background:#fff;
					}
					#peopleForm input {
						width:130px;
						padding:1px;
					}
					#peopleForm select, #peopleForm option {
						width:134px;
						padding:0;
					}
		#peopleForm p { text-align:right; }
			#peopleForm button {
				*width:84px;
				text-transform:lowercase;
			}

/* Upload */

.secao.upload { font-family:arial, helvetica, sans-serif; }
.box {
	padding:18px 22px;
	background:#4dd9e6;
}
.forgot {
	position:relative;
	top:10px;
}
.box h2 {
	padding:0 0 10px;
	font-size:182% !important;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
.box legend { display:none; }
.box li { padding:0 0 10px; }
.li_signup_text, .li_register_text { text-transform:lowercase; }
.li_register_capimage, .li_register_captext, .li_register_terms { padding-left:132px !important; }
.li_register_capimage {
	float:left;
	width:162px;
}
.li_register_text {
	padding-left:10px !important;
	font-size:93%;
}
.li_register_captext { clear:both; }
.esquerda .box input { width:170px; }
.direita .box input { width:258px; }
.li_register_terms input {
	width:auto !important;
	background:none;
}
.box fieldset p { text-align:left; }
.box p { text-align:right; }
.box p input {
	width:auto!important;
	font-size:189%;
	font-weight:bold;
	background:#4dd9e6;
}
.box label {
	display:block;
	float:left;
	padding-right:10px;
	font-size:116%;
	font-weight:bold;
	text-align:right;
}
.esquerda .box label { width:46px; }
.direita .box label { width:122px; }
.box .li_register_terms label {
	display:inline;
	float:none;
	width:auto !important;
	padding:0 0 0 8px;
	font-size:100%;
	font-weight:normal;
	text-align:left;
	text-transform:lowercase;
}
.li_register_terms a { color:#000; }

/**/

#UploadVideo, #Notification {
	float:left;
	width:442px;
	padding:12px 10px;
font-family:tahoma, verdana, arial, helvetica, sans-serif;
	border:solid 10px #ffe659;
	background:#ffcf1f;
}
.li_upvideo_text { padding:0 30px 10px 136px !important; }
.li_upvideo_text h4 {
	font-size:116%;
	font-weight:bold;
}
#UploadVideo h4 {
	font-size:108%;
	font-weight:bold;
}
.msg_success { padding:14px 0 4px; }
.link_another-video a {
	text-decoration:none;
	color:#000;
}
.link_another-video a:hover { text-decoration:underline; }
.msg_approval {
	padding:14px 0 6px;
	text-transform:uppercase;
}

/* inner_see_even_more */

.inner.see.even.more .esquerda { /*font-family:tahoma, verdana, arial, helvetica, sans-serif;*/ }
.inner.see.even.more .esquerda h2 {
	font-size:138.5%;
	font-weight:bold;
}
.inner.see.even.more .esquerda a {
	text-decoration:none;
	color:#000;
}
.inner.see.even.more .esquerda a:hover { text-decoration:underline; }
.inner.see.even.more .esquerda p { padding:0 0 2px; }

/* inner_see_even_more_audio */

#UploadVideo h3 {
	padding:0 0 16px;
	font-family:tahoma, verdana, arial, helvetica, sans-serif;	
	font-size:138.5%;
	font-weight:bold;
}
#UploadVideo table {
	display:block;
	width:50%;
	margin:0 auto;
	padding:16px 0 0;
}
#UploadVideo td { padding:0 0 2px; }
#UploadVideo .td_esquerda {
	padding-right:10px;
	text-align:right;
}
#UploadVideo legend { display:none; }
#UploadVideo .upload-media-form { padding:16px 0 0 !important; }
#UploadVideo .upload-media-form p {
	padding:20px 0 10px;
	text-align:center;
}
#UploadVideo .upload-media-form .botao {
	padding:4px 8px !important;
	font-weight:bold !important;
	background:#000 !important;
	color:#fff !important;
}
#UploadVideo .resetar { margin-right:10px; }

/* inner_play */






.video-box {
	float:left;
	border:solid 5px #ffcf1f;
	background:#ffe659;
}
.video-box .player {
	float:left;
	border:solid 5px #e65c0b;
}
.video-box .informacoes {
	float:right;
	width:208px;
	min-height:352px;
	_height:352px;
	padding:10px;
	/*background:url(../img/bg_box_video.gif) 0 60px no-repeat #ffe659;*/
}
.video-box, .video-box a {
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	color:#000;
}
.video-box .informacoes div { padding:0 0 8px; }
.video-box h2 {
	position:relative;
	top:-2px;
	left:-10px;
	padding-left:10px;
	font-size:138.5%;
	font-weight:bold;
	background:url(../img/bg_box_video.gif) 0 4px no-repeat;
}
.rated_text { color:#000 }
.percentClass, .votesClass { display:none; }
.video-box a { text-decoration:none; }
.video-box a:hover, .video-box a:active { text-decoration:underline; }
.video-box .inline-rating {
	display:block;
	margin:4px 0 0
}
/*.video-box .inline-rating li { float:left; }
.video-box .inline-rating ul { width:88px; }
.video-box .inline-rating li.current-rating {
	background:url(../img/estrelas_5.png);
}
.video-box .inline-rating li a {
	display:block;
	width:17px;
	height:17px;
	text-indent:-9999px;
	background:url(../img/estrelas_0.png);
}*/
.video-box .description {
	clear:both;
	margin:0 0 12px;
	padding:2px 0 0;
}
.video-box .tags { padding:0; }
.tags strong, .agregadores strong, .embed strong {
	position:relative;
	top:4px;
	font-family:arial, helvetica, sans-serif;
	font-size:116%;
	color:#e65c0b;
}
.agregadores { padding:0; }
.agregadores .link_imagem { padding:0 2px; }
.agregadores .link_texto { display:none; }
.embed {
	clear:both;
	padding:8px 0;
}
.embed input {
	width:204px;
	margin:4px 0 0;
}
.interacao { margin:0 0 -4px; }
.interacao .link_imagem { padding:0; }
.interacao .link_texto {
	padding:0 6px;
	font-size:85%;
	font-weight:bold;
}
.interacao .link_texto a {
	font-size:116%;
	color:#e65c0b;
}
.VideoDetails_MemberDetails_List {
	position:relative;
	min-height:50px;
	_height:50px;
	margin:12px 0 0;
	padding:10px 70px 10px 10px;
	border:solid 2px #e65c0b;
}
.VideoDetails_MemberDetails_List .thumb img {
	position:absolute;
	top:10px;
	right:10px;
	border:none;
}
.VideoDetails_MemberDetails_List .texto span {

	padding:0 0 2px;
	font-family:arial, helvetica, sans-serif;
	font-size:116%;
	font-weight:bold;
	color:#e65c0b;
}
.VideoDetails_MemberDetails_List .texto a { padding-right:8px; }
.VideoDetails_MemberDetails_List .texto strong span { display:inline; }
.galeria, .chatbox { padding:16px 0 0; }
.galeria h3, .chatbox h3, .comente label {
	padding:0 0 5px;
	font-size:138.5%;
	font-weight:bold;
	text-transform:uppercase;
}
.galeria.relacionados h3 { color:#ffcf1f; }
.galeria.outros-membros h3 { color:#e65c0b; }
.chatbox { color:#fff; }
.chatbox h3, .comente label { color:#4dd9e6; }
.comentarios .extraDiv { border-top:solid 2px #266c73; }
#None_ChatboxMain {
	position:relative;
	min-height:50px;
	_height:50px;
	padding:10px 10px 10px 70px;
	border-bottom:solid 2px #266c73;
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
}
#None_ChatboxMain a { text-decoration:none; }
#None_ChatboxMain a:hover, #None_ChatboxMain a:active { text-decoration:underline; }
#None_ChatboxMain .thumb img {
	position:absolute;
	left:10px;
	border:none;
}
#None_ChatboxMain .info strong a {
	padding-right:8px;
	font-size:116%;
	color:#ffe659;
}
.report-abuse {
	position:absolute;
	right:10px;
}
.report-abuse a { color:#e65c0b; }
.CommentsBox .comentario { padding:2px 0 0; }
#CommentBoxPostNew { padding:10px 0 0; }
.comente legend { display:none; }
.comente label {
	display:block;
	float:left;
	width:80px;
	padding-right:10px;
	text-align:right;
}
.comente textarea {
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	background:#ffcf1f;
}
#commentsform p {
	width:522px;
	padding:12px 0 0;
	text-align:right;
}
.comente input {
	overflow:hidden;
	width:58px;
	height:26px;
	*line-height:9999px;
	border:none;
	text-indent:-9999px;
	*text-indent:0;
	cursor:pointer;
	background:url(../img/bg_botao-enviar.gif);
}
.inner_play #commentsdiv p {
	margin:28px 0 0;
	padding:10px;
	font-size:138.5%;
	font-weight:bold;
	text-transform:uppercase;
	background:#fff;
}
.inner_play #commentsdiv font { color:#000; }

