body {
	margin: 0px; padding: 0px;
	background: #141414;
}

* {
	outline: none;
}

#main-wrapper {
	width: 1100px;
	margin: 0 auto;
}

#header-wrapper {
	background: url(../images/bg_topo.jpg) no-repeat;
}

#header-wrapper .top {
	height: 145px;
}

#header-wrapper .top .logo {
	float: left;
	margin: 10px 0px 0px 20px;
}

#header-wrapper .top .search {
	float: left;
	margin: 70px 0px 0px 43px;
	*margin: 73px 0px 0px 22px;
}

#header-wrapper .top .search input.txt {
	width: 208px;
	*width: 205px;
	color: #FFF;
	border: none;
	background: none;
	vertical-align: middle;
	margin-top: -19px;
	margin-top: -17px;
}

#header-wrapper .top .search .frmbtn {
	margin: 8px 0px 0px 5px;
	*margin-top: 6px;
}

/* Nav Principal */
#nav-main {
	height: 59px;
	margin-top: 10px;
	background: url(../images/bg_nav.jpg) repeat-x;
}

#nav-main a {
	float: left;
}

#nav-main a img {
	display: block;
}

/* Nav Categorias */
#nav-cat {
	height: 41px;
	margin-top: 10px;
	border-top: #000 1px solid;
	background: url(../images/bg_nav_2.jpg) repeat-x;
}

#nav-cat ul {
	margin: 6px 0px 0px -10px;
	*margin-left: 28px;
	display: block;
	list-style: none;
}

#nav-cat ul li {
	float: left;
	background: url(../images/det_nav_cat.jpg) no-repeat 0% 50%;
}

#nav-cat ul li a {
	display: block;
	color: #FFF;
	height: 27px;
	line-height: 23px;
	font-size: 14px;
	font-family: "Arial Narrow", arial, freesans;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}

/* Publicidade Horizontal */

#ad-wrapper {
	margin: 15px 0px 15px 30px;
	position: relative;
	display: inline-block;
	display: block;
	overflow: hidden;
}

#ad-wrapper-dir {
	position: relative;
	display: inline-block;
	display: block;
	overflow: hidden;
	width: 335px;
}

/* Content Wrapper */
#content-wrapper {
	margin-left: 30px;
	position: relative;
	display: inline-block;
	display: block;
	overflow: hidden;
}

#content-wrapper #left {
	float: left;
	width: 715px;
}

#content-wrapper #right-ad {
	float: left;
	width: 335px;
	margin-left: 10px;
}

/* Trade */
#trade {
	width: 300px;
	height: 320px;
	background: #1b1b1b url(../images/top_parceiros.jpg) no-repeat 50% 3%;
	border-left: #3f3f3f 1px solid;
	border-top: #3f3f3f 1px solid;
}

#trade .content {
	display: block;
	margin: 50px auto;
	width: 276px;
}

#trade .content ul {
	list-style: none;
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	width: 137px;
}

#trade .content ul li {
	margin-top: 1px;
}

#trade .content ul a {
	color: #FFF;
	display: block;
	background: #282828;
	font-size: 11px;
	font-family: tahoma, arial, freesans;
	height: 18px;
	line-height: 16px;
	padding-left: 5px;
	text-decoration: none;
}

#trade .content ul a:hover {
	background: #373737;
}

#trade .content ul.left {
	float: left;
}

#trade .content ul.right {
	float: left;
	margin-left: 1px;
}

#trade .btn_trade {
	display: block;
	margin: 10px auto;
	*margin-top: -50px;
	width: 276px;
}

#trade .btn_trade .left {
	float: left;
	width: 100px;
	margin: 10px 0 0 36px;
}

#trade .btn_trade .right {
	float: left;
	margin: 10px 0 0 2px;
	width: 100px;
}

#trade .btn_trade a {
	color: #FFF;
	display: block;
	width: 100px;
	height: 20px;
	background: #69080a;
	color: #FFF;
	text-align: center;
	font-family: "arial narrow", arial, freesans;
	font-weight: bolder;
	text-decoration: none;
	line-height: 18px;
	font-size: 13px;
}

/* Content Box */
.content_top {
	width: 708px;
	height: 54px;
	background: url(../images/bg_content_top.jpg) no-repeat;
}

.content_mid {
	width: 708px;
	background: url(../images/bg_content_mid.jpg) repeat-y;
}

.content_bot {
	width: 708px;
	height: 9px;
	background: url(../images/bg_content_bot.jpg) no-repeat;
}

.content_top.busca {
	background: url(../images/bg_content_top_busca.jpg) no-repeat;
}

.content_top.melhores {
	background: url(../images/bg_content_top_melhoresvideos.jpg) no-repeat;
}

.content_top.maisvistos {
	background: url(../images/bg_content_top_vistos.jpg) no-repeat;
}

.content_top.video {
	background: url(../images/bg_content_video.jpg) no-repeat;
}

.content_top.cat {
	background: url(../images/bg_content_top_categoria.jpg) no-repeat;
}

.content_top.contato {
	background: url(../images/bg_content_top_contato.jpg) no-repeat;
}

/* Video Container */
.video_holder {
	width: 685px;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	display: block;
	overflow: hidden;
}

.video_holder .left {
	float: left;
	width: 340px;
}

.video_holder .right {
	float: left;
	width: 340px;
	margin-left: 2px;
}

#video_container {
	min-height: 110px;
	background: #3e3e3e;
	margin-bottom: 2px;
}

#video_container #row {
	position: relative;
	display: inline-block;
	display: block;
	overflow: auto;
	margin-bottom: 5px;
}

#video_container #row h1 {
	color: #FFF;
	font-size: 17px;
	font-family: tahoma, arial, freesans;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}

#video_container #row h1 a {
	color: #FFF;
	text-decoration: none;
}

#video_container #row h1 a:hover {
	text-decoration: underline;
}

#video_container #row span.date {
	color: #BCBCBC;
	float: right;
	font-size: 9px;
	font-family: tahoma, arial, freesans;
	margin: 5px 3px 0 0;
}

#video_container #row span.view {
	color: #BCBCBC;
	font-size: 9px;
	font-family: tahoma, arial, freesans;
}

#video_container #row img {
	vertical-align: middle;
}

#video_container p {
	margin: 15px 3px 0 0;
	padding: 0 0 5px 5px;
	color: #FFF;
	font-size: 11px;
	font-family: tahoma, arial, freesans;
}

#video_container .thumb {
	float: left;
	margin: 3px 5px 5px 2px;
}

/* Footer Wrapper */

#footer-wrapper {
	height: 95px;
	display: block;
	border-top: #000 1px solid;
	text-align: right;
	background: url(../images/bg_footer.jpg) repeat-x;
}

/* Footer Nav */

#footer-wrapper ul {
	margin: 0px;
	list-style: none;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

#footer-wrapper ul li {
	float: left;
	border-right: #A8A8A8 1px solid;
}

#footer-wrapper ul li.last {
	border: none;
}

#footer-wrapper ul li a {
	display: block;
	color: #A8A8A8;
	font-size: 11px;
	padding: 0 8px 0 8px;
	font-family: tahoma, arial, freesans;
	text-decoration: none;
}

/* Table Video */
.tblVideo {
	color: #FFF;
	font-size: 11px;
	font-family: tahoma, arial, freesans;
}

.tblVideo .title h2 {
	color: #FFF;
	font-size: 22px;
	font-family: tahoma, arial, freesans;
	padding: 0px;
	margin: 0px;
}

.tblVideo .descricao {
	color: #FFF;
	font-size: 11px;
	font-family: tahoma, arial, freesans;
	padding: 0px;
	margin: 0px;
}

.tblVideo .tdview {
	height: 30px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

.tblVideo .tdview img {
	vertical-align: middle;
}

.tblVideo span.view {
	color: #BCBCBC;
	font-size: 9px;
	font-family: tahoma, arial, freesans;
}

/* Tbl Form */
.tblfrm {
}

.tblfrm td.lbl {
	color: #FFF;
	font-size: 12px;
	font-family: tahoma, arial, freesans;
	text-align: right;
}

.tblfrm input.txt, .tblfrm textarea {
	color: #FFF;
	background: #2e2e2e;
	border: #1e1e1e 1px solid;
}

h1.hTitle {
	color: #FFF;
	font-size: 17px;
	font-family: tahoma, arial, freesans;
	margin: 10px 10px 15px 0;
	padding: 0px;
}

h1.frmTitle {
	color: #FFF;
	font-size: 17px;
	font-family: tahoma, arial, freesans;
	margin: 0px;
	padding: 0px;
}

p.msg {
	color: #FFF;
	font-size: 11px;
	font-family: tahoma, arial, freesans;
	text-align: center;
}

/* Paginação */
.pagination {
	clear: both;
	padding: 10px 0 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: tahoma, arial, freesans;
}

.pagination a {
	color: #FFF;
	font-size: 14px;
	font-family: tahoma, arial, freesans;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}
