/**
 * Video stylesheet para http://www.marcelovigliar.com.br
 * 
 * @section		screen
 * @author 		Anderson Felix
 * @version		1.01
 * @copyright 	andersonfelix.com.br
 * @media		screen
 *
 */

/**
 * MV - CSS padrão do site.
 */
@import url(mv.css);

/**
 * Video
 */
div.video,div.cont_video{
	float:left!important;
	width:100%
}
/**
 * Conteudo
 */
div.cont_video{
	padding:10px 0 20px 0
}
div.cont_video,div.cont_video div{
	float:left!important
}
div.cont_video div.texto{
	padding-left:5px;
	width:195px
}
div.cont_video div.texto p{
	font-size:0.95em
}
/**
 * Player
 */
div#player{
	background:#fff;
	border:1px solid #C0C0C0;
	height:241px;
	padding:5px;
	width:300px
}
div#player div{
	background:#000;
	height:241px;
	width:300px
}
/**
 * Outros
 */
dl,dl dt{
	display:block;
	margin-bottom:8px
}
dl dt{
	background:url(../imagens/layout/bg_darkgray_dotted.gif) repeat-x bottom;
	font-size:1.3em;
	font-weight:normal;
	padding-bottom:4px;
	text-transform:uppercase
}
dl dd{
	display:inline;
	margin-right:10px
}
dl dd img{
	margin-bottom:10px
}