* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #b2b59f url(http://www.tudoabc.com.br/imagens/webtv/bg_header.gif) repeat-x top;
}
img {
	border: none;
}
ins {
	text-decoration: underline;
}

/* Geral
--------------------------------------------------------------------------------*/
#geral {
	background: url(http://www.tudoabc.com.br/imagens/webtv/bg_header.jpg) no-repeat right top;
}

/* Header
--------------------------------------------------------------------------------*/
#header {
	height: 230px;
	display: block;
	clear: both;
}
#header .colA {
	float: left;
}
#header .colB {
	float: right;
}
#header h1.logo {
	background: url(http://www.tudoabc.com.br/imagens/webtv/logo_tudoabctv.png) no-repeat;
	text-indent: -9999em;
	width: 159px;
	margin: 45px 30px 0 0;
	float: left;
	overflow: hidden;
}
#header h1.logo a {
	height: 169px;
	display: block;
}





/* Menu
--------------------------------------------------------------------------------*/
#menu ul {
	list-style: none;
	height: 45px;
	margin-bottom: 8px;
	display: block;
	clear: both;
}
#menu ul li {
	font-size: 10px;
	border-left: solid 1px #636746;
	border-right: solid 1px #7b7e52;
	display: block;
	float: left;
}
#menu ul li:first-child {
	border-left: none;
}
#menu ul li:last-child {
	padding: 0 1px;
	border: none;
}
#menu ul li a {
	color: #eae0a6;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 11px;
	display: block;
}
#menu ul li a:hover {
	color: #efcb65;
	background: url(http://www.tudoabc.com.br/imagens/webtv/bg_menuHover.gif) repeat-x -1px;
}




/* Inner
--------------------------------------------------------------------------------*/
#inner, #footer {
	width: 960px;
	margin: 0 auto
}


/* Container
--------------------------------------------------------------------------------*/
#container {
	background: #d3d6bf;
	padding: 20px;
}






/* Busca
--------------------------------------------------------------------------------*/
#form_busca input[type="text"] {
	font-size: 11px;
	width: 372px;
	margin-right: 5px;
	padding: 3px;
	border: none;
}
#form_busca input[type="button"] {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #f6812d;
	padding: 3px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
}
#form_busca input[type="button"]:hover {
	background: #ed9759;
}

/* Bar Top
--------------------------------------------------------------------------------*/
#barTop {
	background: url(http://www.tudoabc.com.br/imagens/webtv/bg_contentBar.gif) repeat-x bottom;
	padding: 5px 20px;
	border-top: solid 20px #3d3d2b;
	height: 27px;
	display: block;
}
#barTop .colA {
	float: left;
}
#barTop .colA h2 {
	padding-top: 3px;
}
#barTop .colB {
	float: right;
}

#barTit {
	background: url(http://www.tudoabc.com.br/imagens/webtv/bg_contentBar.gif) repeat-x bottom;
	padding: 8px 10px 12px 10px;
	margin-top: 20px;
	display: block;
}
#barTop h2, #barTit h2 {
	color: #fff;
	font-size: 0.9em;
	background: url(http://www.tudoabc.com.br/imagens/webtv/icon_point.png) no-repeat left center;
	padding-left: 25px;
	display: block;
}


/* Vídeos por Categoria
--------------------------------------------------------------------------------*/
#vidCat {
	background: #e7e7d8;
	padding: 11px 10px 0 10px;
	display: block;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
#vidCat a {
	width: 96px;
	height: 110px;
	margin-bottom: 11px;
	padding: 8px;
	float: left;
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#vidCat a:hover {
	background: #fffff8;
}
#vidCat .semEsp {
	margin-right: 0;
}
#vidCat h4 {
	color: #3d3d2b;
	font-size: 0.8em;
	clear: both;
}
#vidCat span {
	font-size: 0.7em;
	color: #767676;
}
#vidCat a img {
	margin: 3px 0;
	width: 95px;
	heigth: 65px;
	border: none;
}
object {
	border: solid 1px #3d3d2b;
	clear: both;
	display: block;
}









/* Coluna A
--------------------------------------------------------------------------------*/
#colA, #colB {
	float: left;
	display: block;
}
#colA {
	width: 470px;
	margin-right: 20px;
}
#colB {
	width: 430px;
	height: 740px;
}


















/* Footer
--------------------------------------------------------------------------------*/
#footer {
	display: block;
}
#footer p, #footer ul li, #footer ul li a {
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	padding: 0 20px;
}
#footer p {
	clear: both;
	padding: 20px;
	padding-bottom: 0;
}
#footer .social {
	float: right;
}
a.rss, a.twitter, a.orkut, a.sitemap {
	background: url(http://www.tudoabc.com.br/imagens/webtv/icones_social.gif) no-repeat;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	float: left;
}
a.orkut {
	background-position: 0;
}
a.twitter {
	background-position: -14px 0;
}
a.rss {
	background-position: -28px 0;
}
a.sitemap {
	background-position: -42px 0;
}

#footer .colA {
	width: 600px;
	float: left;	
}
#footer .colB {
	width: 120px;
	float: right;
}
#footer .colA, #footer .colB {
	display: block;
}

#footerInner {
	background: #5d5b4c;
	border-top: solid 10px #838747;
	padding: 40px 20px;
	display: block;
}









/* Vídeos
--------------------------------------------------------------------------------*/
#vidMais h2, #vidAcer h2, #vidComent h2, #vidBanne h2, #vidDescVid h2, #vidCom h2, #vidDesc h2 {
	color: #3d3d2b;
	font-size: 0.9em;
	margin-bottom: 20px;
}

#vidAcer h2, #vidBanne h2, #vidMais h2, #vidDescVid h2 {
	margin-bottom: 5px;
}

#vidAcer, #vidCom {
	padding: 20px;
}
#vidBanne, #vidMais, #vidComent, #vidDesc, #vidDescVid {
	padding: 20px 20px 10px 20px;
}
#vidBus {
	padding: 10px 20px;
}


#vidDesc, #vidDescVid {
	height: 123px;
}


#vidBus, #vidMais, #vidAcer, #vidComent, #vidBanne, #vidCom, #vidDesc, #vidDescVid {
	background: #e7e7d8;
	text-align: justify;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#vidMais, #vidAcer, #vidComent, #vidBanne, #vidDesc {
	margin-top: 20px;
}



/* Banners */
#vidBanne a {
	margin: 0 6px;
}
#vidBanne img {
	width: 114px;
	height: 88px;
	margin: 0;
	border: none;
}
#vidMais a, #vidBanne a {
	padding: 8px;
	float: left;
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#vidMais a:hover, #vidBanne a:hover {
	background: #fffff8;
}





/* Mais Vistos */
#vidMais a {
	text-align: center;
	width: 96px;
	height: 100px;
	margin: 0 9px;
}
#vidMais a img {
	margin: 3px 0;
	width: 95px;
	heigth: 65px;
	border: none;
}
#vidMais a span {
	font-size: 0.7em;
	color: #767676;
}




/* Acervo do Programa */
#vidAcer {
	height: 104px;
}
#vidAcer ul {
	color: #767676;
	list-style: inside;
}
#vidAcer ul li {
	font-size: 11px;
	border-bottom: dashed 1px #9fa27a;
	padding: 5px;
}
#vidAcer ul li a {
	color: #767676;
}
#vidAcer ul li small {
	margin-right: 10px;
}
#vidAcer ul li a:hover {
	color: #838747;
	text-decoration: underline;
}
















#vidComent p, #vidCom p, #vidDescVid p, #vidDesc p {
	color: #767676;
	font-size: 12px;
	margin-bottom: 10px;
}





/* Compartilhe */
#vidCom {
	font-size: 11px;
	border-top: dashed 1px #9fa27a;
}
#vidCom input[type="text"] {
	font-size: 11px;
	width: 320px;
	padding: 1px;
	margin: 0 5px;
}
#vidCom input[type="button"] {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #6b6f36;
	padding: 3px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
}
#vidCom input[type="button"]:hover {
	background: #9fa27a;
}












/* Tagbar */
#tagbar {
	margin-bottom: 20px;
}

span.data, span.por, span.exibicao {
	color: #767676;
	font-size: 10px;
	background: url(http://www.tudoabc.com.br/imagens/webtv/icones_per.gif) no-repeat;
	height: 15px;
	padding-left: 20px;
	padding-top: 1px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}
span.data {
	background-position: 0 0;
}
span.por {
	background-position: 0 -16px;
}
span.exibicao {
	background-position: 0 -31px;
}
















/* Vídeos
--------------------------------------------------------------------------------*/
#buscaVideo {
	padding: 15px 10px 10px 10px;
	border-bottom: dashed 1px #9fa27a;
	display: block;
}
#buscaVideo img {
	margin-right: 10px;
	display: block;
	float: left;
}
#buscaVideo p {
	color: #767676;
	font-size: 12px;
	margin-bottom: 9px;
}
#buscaVideo:last-child {
	border: none;
}
#buscaVideo h3 {
	color: #3d3d2b;
	font-size: 0.8em;	
	margin-bottom: 5px;
}

#buscaVideo a {
	color: #3d3d2b;
}
#buscaVideo a:hover {
	text-decoration: underline;
}
#buscaVideo small {
	color: #767676;
	font-size: 0.7em;
}
