/*
 * autor: Ciro Feitosa - http://cirofeitosa.com
 * jul/2009
 */


/*
 * conteudo
 */
#vid_details
{
	width: 520px;
	min-height: 950px;
	float: left;
}

#vid_details h1
{
	font-size: 24px;
	font-weight: bold;
	color: #940223;
	letter-spacing: -1px;
	background: none;
	padding: 20px;
	border: solid #e4e4e4 1px;
	border-top: none;
	border-bottom: none;
}

#vid_show
{
	border: solid #e4e4e4 1px;
	background: #ececec;
	padding: 20px;
}

#video_info p span
{
	color: #444;
	margin-right: 35px;
}

#video_info p span.ult
{
	margin-right: 0;
}

#video_info p
{
	margin-bottom: 15px;
}

#vid_botoes
{
	clear: both;
}

#vid_botoes li
{
	display: inline;
}

#vid_botoes li a
{
	float: left;
	display: block;
	background: transparent url(../_img/vid-botoes.gif) 25px 10px no-repeat;
	width: 100px;
	height: 20px;
	text-indent: -9999em;
	overflow: hidden;
	border: solid #e4e4e4 1px;
	border-right: none;
	padding: 10px 20px;
}

#vid_botoes li a.atual
{
	background-color: #e4e4e4;
}

#vid_botoes li#vid_botao2 a
{
	width: 105px;
	background-position: -105px 10px;
}

#vid_botoes li#vid_botao3 a
{
	width: 75px;
	background-position: -255px 10px;
}

#vid_botoes li#vid_botao4 a
{
	border-right: solid #e4e4e4 1px;
	width: 75px;
	background-position: -386px 10px;
}

.videos_body
{
	clear: both;
	font-size: 12px;
	margin: 10px 0;
	padding: 20px;
	border: solid #e4e4e4 1px;
	border-top: none;
	background: white;
}

#vid_compartilha
{
	clear: both;
	height: 30px;
	margin-bottom: 20px;
}

#vid_compartilha li
{
	display: inline;
}

#vid_compartilha li a
{
	float: left;
	display: block;
	background: transparent url(../_img/vid-compartilha.gif) 0 10px no-repeat;
	width: 75px;
	height: 30px;
	margin-right: 55px;
	text-indent: -9999em;
	overflow: hidden;
}

#vid_compartilha li#vid_compartilha2 a
{
	width: 65px;
	background-position: -130px 10px;
}

#vid_compartilha li#vid_compartilha3 a
{
	width: 80px;
	background-position: -255px 10px;
}

#vid_compartilha li#vid_compartilha4 a
{
	margin-right: 0;
	width: 80px;
	background-position: -390px 10px;
}

.videos_body fieldset legend
{
	font-weight: bold;
	color: #444;
	padding: 10px 0;
}

.videos_body fieldset label
{
	display: block;
}

.videos_body fieldset input, .videos_body fieldset textarea
{
	padding: 5px;
}


/*
 * lateral
 */
.vid_list
{
	float: right;
	width: 420px;
}

.vid_box
{
	border: solid #d3d3d3 1px; 
	padding: 10px;
	margin-bottom: 10px;
}

.vid_links
{
	margin-top: 10px;
}

#text_internal .vid_links li
{
	list-style: none;
	clear: both;
}

.vid_links li a
{
	height: 70px;
	display: block;
	text-decoration: none;
	border-bottom: solid #e8e8e8 1px;
	padding: 10px 0;
}

.vid_links li a.atual
{
	background: #e8e8e8;
	border-bottom: solid #ccc 1px;
}

#content .vid_links li a:hover
{
	text-decoration: none;
	background: #f6f6f6;
}

.vid_links li a img.vid_foto
{
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 70px;
}

.vid_links li a strong
{
	list-style: none;
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
}

.vid_links li a div
{
	font-size: 12px;
	color: #444;
}

.vid_links li a span
{
	margin-right: 28px;
	color: #444;
}

.vid_links li a span.ult
{
	margin-right: 0;
}
