/*
* CSS v2.2
*
*/
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

/* BASIC */

body {
    font-size: 10px;
    line-height: 14px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

/*** nu addons :: start ***/
.padded5.column { float: left; width: 120px; padding: 15px 5px; text-align: center;
border-right: 0px solid #FFF; border-top: 0px solid #FFF; border-left: 0px solid
#C6C6C6; border-bottom: 1px solid #C6C6C6; }
.padded5.column { color: #666666; }
.title , .label { font-weight: bold; }

.padded5.column .title { padding: 4px 0px; }

.videoContainer { overflow: hidden; padding: 15px 5px; border-top: 0px solid #FFF;
border-bottom: 1px solid #C6C6C6; }
.videoContainer .thumbVideo { float: left; }
.videoContainer .detVideo { float: left; margin-left: 10px; width: 400px; }
.videoContainer .detVideo .title { font-size: 12px; }
.videoContainer .detVideo .description { padding: 5px 0px; width: 380px;
margin-right: 0 !important; }
.videoContainer .detVideo p { width: 380px; margin-right: 0 !important; }

.votes { overflow: hidden; padding: 5px 0px; }
.voteContainer { float: left; margin-right: 15px; }

.clear { height: 0px; margin: 0px; padding: 0px; line-height: 0px; clear: both; }

a:link { color: #660000; }
a:visited { color: #660000; }
a:hover { color: #660000; }
a:active { color: #660000; }
.pagination { padding: 14px 0px; }

.flash_message { position: absolute; z-index: 10; left: 25%; width: 50%; top: 20%;
min-width: 400px; max-width: 800px; border: 2px solid #660000; background: #EEE;
color: #000; font-size: 12px; padding: 15px 15px 15px 15px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-box-shadow: 0px 0px 10px #333333;
-moz-box-shadow: 0px 0px 10px #333333; }
.flash_message .close { float: right; }

table.mailboxList { margin: 15px 0 15px 0px; }
table.mailboxList tbody tr th { background: #660000; padding: 2px 5px; color: #FFF;
border: 1px solid #FFF; font-size: 11px; }
table.mailboxList tbody tr td { padding: 2px 5px; color: #000; border: 1px solid
#FFF; font-size: 11px; }
table.mailboxList tbody tr.read td { background: #EEE; }
table.mailboxList tbody tr.unread td { background: #CCC; font-weight: bold; }

input[type="submit"] , input[type="button"] , .button , .submit { display: block;
float: left; border: none; margin: 5px; padding: 5px 15px; background: #660000;
color: #FFFFFF; font-weight: bold; -moz-border-radius: 4px; -webkit-border-radius:
4px; }
input[type="radio"] { margin: 2px 10px 2px 2px; }

.form { font-size: 11px; }
.form .formLine { overflow: hidden; padding: 5px 0 5px 0px; }
.form .formLine label { display: block; float: left; width: 140px !important;
margin-right: 10px; text-align: left; font-weight: bold; color: #660000; }

.form .textarea, .form input[type="text"], .form input[type="password"] { border:
1px solid #666666; font-size: 11px; font-family: inherit; padding: 3px; width:
380px; }

.floatRight { float: right; }
.commentRatingImg { width: 40px; }
.commentRating { margin-right: 5px; }
.commentOptions { margin-right: 5px; }
.highlight { font-size: 11px; }
.highlight a { font-size: 13px; }
.text { padding: 10px 0px; font-size: 11px; }

/*
#videoCommentsHandler textarea.textarea { width: 480px !important; }
*/

.nav a.back { background:#e6e5e5 url(../images/arrow_left.gif) center center
no-repeat; }
.nav a.forward { background:#e6e5e5 url(../images/arrow_right.gif) center center
no-repeat; }


#videoResponsesHandler .centerHandler .center .column { float: left; width: 110px;
margin: 5px; }
#videoResponsesHandler .centerHandler .nav { float: right; width: 40px; }
        #videoResponsesHandler .centerHandler .nav a.back { width: 29px; height: 29px;
background-color: #FFF; }
        #videoResponsesHandler .centerHandler .nav a.forward { width: 29px; height: 29px;
background-color: #FFF; }


.videoResponses .comment .column { float: left; width: 110px; margin: 5px; }
.videoResponses .nav { float: right; width: 40px; }
        .videoResponses .nav a.back { width: 29px; height: 29px; }
        .videoResponses .nav a.forward { width: 29px; height: 29px; }

#videoCommentsBody .comment { overflow: hidden; padding-top: 5px; padding-bottom:
5px; }

.slideTopContainer { overflow: hidden; }
.slideTopContainer .slideContent { outline: 1px solid green; }


/*** nu addons :: end ***/

a{
    text-decoration: none;
}

strong{
    font-weight: bold;
}

.bannerHeader, #banner { position: relative; width: 100%; padding: 10px 0px; text-align: center; background: #660000; margin-right: 0; }
#wrapper { position: relative; width: 100%; }

body #wrapper a:hover{
    text-decoration: underline;
}

hr {
    display: none;
}

/* GRID */

#header,
#main,
#footer{
    width: 990px;
    margin: 0 auto;
    display: block;
}

#main-bg {
    background: url(../images/main_bg.jpg) bottom repeat-x;
}

#header{
    position: relative;
    height: 95px;
}

#destaque,
#amigos-encontre{
    margin-right: 10px;
}


#videos-filtro{
    clear: both;
    display: block;
}

#sidebar-a{
    margin-top: 42px;
    float: right;
    width: 230px;
}

#sidebar-b{
    float: left;
    width:200px;
    margin-right: 10px;
}

#sidebar-c{
    margin-top: 60px;
    float: right;
    width: 110px;
}

/* content-menu */

#main #content-menu {
    clear: both;
    margin-bottom: 10px;
}

#main #content-menu a{
    font-weight: bold;
    color: #535353;
}

/* HEADER */

#header h1 a{
    display: block;
    background: url(../images/1minuto.gif) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    width: 202px;
    height: 54px;
    position: absolute;
    left: 25px;
    top: 20px;
}

#header .box{
    background-color: #660000;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    width: 733px;
    height: 44px;
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
}

/* menu */

#header .menu {
    margin: 4px 0 0 15px;
}

#header .menu li{
    float: left;
    padding: 10px 0;
}

#header .menu a{
    font-size: 11px;
    text-transform: uppercase;

    color: #ffffff;
    letter-spacing: 0px;
    text-shadow: #000000 -1px 1px 1px;
    display: block;
    padding:0 6px;
    border-right: solid 1px #ffffff;

}

#header .menu a:hover{
    text-decoration: underline;
    position: relative;
}

#header .menu .last a {
    border: none;
}

#header .search .sub, #header .menu .sub{
    display: none;
    position: absolute;
    z-index: 10;
    top: 38px;
    background: #660000;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    width: 150px;
    padding: 0px 10px 15px;
    margin-left: -5px;
    -webkit-box-shadow: 0px 3px 5px #333333;
    -moz-box-shadow: 0px 3px 5px #333333;
}
#header .search ul.sub { top: 26px; left: 4px; width: 172px; color: #FFF; padding:
5px 0px 15px 0px; }
#header .search  ul.sub a:link {
    font-size: 11px;
    text-transform: uppercase;

    color: #ffffff;
    letter-spacing: 0px;
    text-shadow: #000000 -1px 1px 1px;
    display: block;
    padding: 1px 12px;
}
#header .search  ul.sub a.selected {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;

    color: #ffffff;
    letter-spacing: 0px;
    text-shadow: #000000 -1px 1px 1px;
    display: block;
    padding: 1px 12px;

}

#header .search  ul.sub a {
    font-size: 11px;
    text-transform: uppercase;

    color: #ffffff;
    letter-spacing: 0px;
    text-shadow: #000000 -1px 1px 1px;
    display: block;
    padding: 1px 12px;

}

#header .search  ul.sub a.selected:before { content: ' » '; }

#header .menu .sub li{
    float: none;
    margin-top: 2px;
    padding: 0px;
}

#header .menu .sub li a{
    border: none;
}

/* search */

#header .search {
    position: absolute;
    top:8px;
    right: 75px;
}

#header .search .q{
/*    background: #FFF url(../images/search_bg.gif) no-repeat; */
	background: transparent url(../images/search_bg.png) no-repeat;
    width: 153px;
    height: 20px;
    border: none;
    font-size: 10px;
    color: #666666;
    padding: 6px 25px 0 12px;
}

#header .search .submit{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 26px;
    border: none;
    font-size: 0px;
    background: none;
}

/* flags */

#header .flags {
    position: absolute;
    top:15px;
    right: 20px;
}

#header .flags .active {
    padding-right: 15px;
/*    background: url(../images/flags_arrow.gif) right center no-repeat; */	
	background: url(../images/flags_arrow.png) right center no-repeat;
}

#header .flags .sub {
    display: none;
    position: absolute;
    padding: 10px;
    margin: 0 0 0 0;
    z-index: 10;
    background: #660000;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-box-shadow: 0px 3px 5px #333333;
    -moz-box-shadow: 0px 3px 5px #333333;
    text-align: center;
}

#header .flags .sub li {
    margin: 0 auto;
}

/* usuario */

#header .usuario{
    position: absolute;
    right: 15px;
    top: 65px;

    font-size: 10px;
    color: #534f47;
}

#header span.nome,
#header span.mensagens,
#header span.ajuda,
#header span.sair,
#header .login form {
        float: left;
    display: block;
    margin-right: 10px;
}

#header .login form {
    margin-top: -5px;
        width: 270px;
}
#header .login form input[type="text"] , #header .login form input[type="password"]
{ border: 1px solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding:
2px 1px; }

#header .login .ajuda {
    border-right: solid 1px #534f47;
    padding-right: 10px;
}

#header .login form p{
    display: inline;
}

#header .login form p label{
    display: none;
}

#header .usuario a{
    color: #534f47;
}

#header .usuario a:hover{
    text-decoration: underline;
}

#header .usuario .mensagens {
    padding-right: 10px;
    border-right: solid 1px #534f47;
}

#header .usuario .mensagens a{
    display: block;
    padding-right: 13px;
    background: url(../images/ico_msg.gif) no-repeat right;
}

#header .usuario .nome{
    text-transform: uppercase;
    margin-right: 10px;
}

#header .usuario .login input {
    width: 135px;
    margin-right: 5px;
}

#header .login input[type="submit"].submit{
    border: none;
    float: right;
    padding:0;
    margin:0;
    background: url(../images/bt_ok.gif);
    /*   display: block; */
    width: 23px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    margin-right: 5px;
}


/* HOME */

.page-home #sidebar-a {
    margin-top: 0px;
}

.page-home #content{
    width: 750px;
}

.page-home #destaque,
.page-home #videos-recomendados,
.page-home #amigos-encontre,
.page-home #amigos-atividades{
    float: left;
}


/* videos-filtro */

#videos-filtro {
    margin-bottom: 20px;
}

#videos-filtro .hd {
    margin-bottom: 10px;
}

#videos-filtro ul {
    display: block;
    width: 819px;
    margin: 0 auto;
    background: url(../images/gray_line.gif) bottom repeat-x;
}

#videos-filtro .more{
    padding-right: 10px;
}

/* tabs */

.tabs li{
    float: left;
    margin-right: 3px;
    padding-top: 3px;
}

.tabs li a{
    display: block;
    width: 97px;
    text-transform: uppercase;
    color: #6a6a6a;
    background: url(../images/videos_filtro_menu.gif) no-repeat;
    height: 19px;
    text-align: center;
    padding-top: 7px;
}

.tabs li.tab-2 a{
    width: 169px;
}

.tabs li a:hover{
    color: #2f2e2e;
    text-decoration: underline;
}

.tabs li.active{
    padding-top: 0px;
}

.tabs li.active a{
    width: 119px;
    height: 22px;
    padding-top: 7px;
    background: url(../images/videos_filtro_menu_active.gif) no-repeat;
    font-size: 11px;
    color: #2f2e2e;
}

.tabs li.last{
    margin-right: 0px;
}

/* more */

.more {
    clear: both;
    display: block;
    text-align: right;
}

.more a {
    color: #2f2e2e;
    margin-left: 10px;
}

.more a:before {
    content: "> ";
}

#videos-filtro .itens {
    width: 969px;
    clear: both;
    display: block;
    margin: 0 auto 10px;
}

#videos-filtro .item {
    width: 125px;
    display: inline;
    float: left;
    background: url(../images/videos_filtro_bar.gif) 109px center no-repeat;
}

#videos-filtro .itens .last {
    width: 94px;
}


#videos-filtro .item * {
    display:block;
}

#videos-filtro .item .foto {
    overflow:hidden;
    height:74px;
    width:94px;
}

#videos-filtro .item .foto:hover {
    border:8px solid #efefef;
    height:58px;
    width:78px;
}

#videos-filtro .item .foto:hover img {
    margin:-8px 0 0 -8px;
}
/* amigos-atividades */

#amigos-atividades {
    background: url(../images/atividade_amigos_bg.gif) bottom;
    width: 340px;
}

#amigos-atividades .bd{
    margin: 5px 10px;
}

#amigos-atividades .item {
    clear: both;
    display: block;
    border-bottom: solid 1px #c2bfbf;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

#amigos-atividades .item .usuario{
    width: 62px;
    float: left;
}

#amigos-atividades .item .usuario span{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #534f47;

}

#amigos-atividades .item .info{
    text-align: center;
    padding-top: 5px;
}

#amigos-atividades .item .info span{
    display: block;
}

#amigos-atividades .item .info .votou{
    text-transform: uppercase;
    font-size: 11px;
    color: #534f47;
}

#amigos-atividades .item .info .video-nome,
#amigos-atividades .item .info .exibicoes {
    font-size: 10px;
    color: #534f47;
}

#amigos-atividades .item .video{
    width: 94px;
    float: right;
}

#amigos-atividades .more {
    text-align: right;
    padding: 5px 0;
}

#amigos-atividades .more a{
    font-size: 10px;
    color: #d00214;
}

#amigos-atividades .more a:before{
    content: "> ";
}

/* box-a */

.box-a .hd{
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    background: #660000;
    color: #ffffff;
    padding: 10px 0;
}

/* box-b */

.box-b{
    width: 750px;
    background: url(../images/box_b_bg.gif) repeat-y;
    margin-bottom: 10px;
}

.box-b-hd{
    padding: 10px;
    background: url(../images/box_b_hd.gif) no-repeat;
}

.box-b-ft{
    height: 10px;
    background: url(../images/box_b_ft.gif) no-repeat;
}

.box-b-hd h3{
    font-size: 22px;
    color: #534f47;
    font-weight: bold;
}

.box-b-bd{
    padding: 10px;
}

/* box - generic */
.generic_box { overflow: hidden; margin: 5px; }
.generic_box .header { color: #660000; font-size: 12px; padding: 10px 10px; font-weight: bold; text-align: center; }
.generic_box .header.negative { color: #FFF; text-shadow: #000000 -1px 1px 1px; background: #660000; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; }
.generic_box .body { overflow: hidden; padding: 10px 0px 10px 0px; }
.generic_box .body.borded { padding: 10px 9px 9px 9px; background: #EFEFEF; border: 1px solid #AAAAAA; }

.generic_box .title-master { font-weight: bold; font-size: 18px; text-align: left; color: #660000; padding: 10px 0px; }
.generic_box .title-one { font-weight: bold; font-size: 14px; color: #660000; padding: 10px 0px; }
.generic_box .column { float: left; margin: 0 5px; }
.generic_box .column.w120 { width: 120px; }
.generic_box .column.w160 { width: 160px; }
.generic_box .column.w190 { width: 190px; }
.generic_box .column.w240 { width: 240px; }
.generic_box .column.w380 { width: 380px; }
.generic_box .column.w480 { width: 480px; }
.generic_box .column.w720 { width: 720px; }

.generic_box.w120 { width: 120px; }
.generic_box.w190 { width: 190px; }
.generic_box.w230 { width: 230px; }
.generic_box.w240 { width: 240px; }
.generic_box.w320 { width: 320px; }
.generic_box.w340 { width: 340px; }
.generic_box.w370 { width: 370px; }
.generic_box.w380 { width: 380px; }
.generic_box.w480 { width: 480px; }
.generic_box.w720 { width: 720px; }
.generic_box.w800 { width: 800px; }
.generic_box.w940 { width: 940px; }
.generic_box.videos_recommendations { width: 340px; }
    .generic_box.videos_recommendations .body { height: 295px; }

.generic_box.friends_find { width: 380px; height: 500px; }
.generic_box.friends_activities { width: 340px; height: 500px; }

.generic_box .filtro{
    margin-bottom: 10px;
}

.generic_box .filtro a{
    color: #2f2e2e;
    margin-right: 5px;
}

.generic_box .filtro a:before{
    content: "> ";
}

.generic_box .filtro a.active{
    font-weight: bold;
}

/*ul li img { width: 94px; height: 74px; }*/

.generic_box .pagination { width: 90%; float: left; padding: 10px 30px; text-align: right; }
.column-narrow-right { width: 100%; overflow: hidden; display: block; float: left; }
        .column-narrow-right textarea , .column-narrow-right input[type="text"] { border:
1px solid #AAAAAA; width: 520px !important; padding: 3px; }
        .column-narrow-right span.label { padding: 2px; margin-top: 10px; }

.column-wide-left { width: 100%; overflow: hidden; display: block; float: left;
padding-top: 20px; }
        .column-wide-left h1 { color: #660000; font-size: 14px; font-weight: bold;
padding-bottom: 10px; }
        .column-wide-left .whiteBox, .column-wide-left .whiteBox .whiteBoxBody { width:
100%; overflow: hidden; display: block; float: left; }
         .column-wide-left .whiteBox .whiteBoxBody .dashBorder { overflow: hidden; width:
100%; padding: 2px 0px; }
         .column-wide-left .whiteBox .whiteBoxBody .centerText { overflow: hidden; width:
100%; padding: 10px 0px; }
/* box-120 */

.box-120 {
    background: url(../images/box_120_bg.gif) repeat-y;
    margin-bottom: 10px;
}

.box-120 .bd {
    padding: 10px 10px 0;
}

.box-120 .ft {
    background: url(../images/box_120_ft.gif) no-repeat;
    padding: 10px 10px 0;
}

/* box-120 */

.box-120 {
    background: url(../images/box_120_bg.gif) repeat-y;
    margin-bottom: 10px;
}

.box-120 .bd {
    padding: 10px 10px 0;
}

.box-120 .ft {
    background: url(../images/box_120_ft.gif) no-repeat;
    padding: 10px 10px 0;
}

/* box-380 */

.box-380 {
    background: url(../images/box_380_bg.gif) repeat-y;
    margin-bottom: 10px;
}

.box-380 .bd {
    padding: 10px 10px 0;
}

.box-380 .ft {
    background: url(../images/box_380_ft.gif) no-repeat;
    padding: 10px 10px 0;
}

/* box-480 */

.box-480{
    background: url(../images/box_480_bg.gif) repeat-y;
    margin-bottom: 10px;
}

.box-480 .box-480-hd h3 {
    color:#660000;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}


.box-480 .box-480-hd {
    background: url(../images/box_480_hd.gif) no-repeat;
    overflow: hidden;
        padding: 10px 10px 0;
}

.box-480 .box-480-bd {
    padding: 10px 10px 0;
        overflow: hidden;
}

.box-480 .box-480-ft {
    background: url(../images/box_480_ft.gif) bottom;
    height: 10px;
}


/* box-540 */

.box-540{
    background: url(../images/box_540_bg.gif) repeat-y;
    margin-bottom: 10px;
}

.box-540 .box-540-hd h3 {
    color:#660000;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

.box-540 .box-540-hd {
    background: url(../images/box_540_hd.gif) no-repeat;
    padding: 10px 10px 0;
}

.box-540 .box-540-bd {
    padding: 10px 10px 0;
}

.box-540 .box-540-ft {
    background: url(../images/box_540_ft.gif) bottom;
    height: 10px;
}


.box-540 .tabs {
    display: block;
    width: 100%;
    overflow: hidden;
    background: url(../images/videos_filtro_bar_b.gif) center bottom repeat-x;
}

.box-540 .tabs li a{
    background: url(../images/videos_filtro_menu_b.gif) no-repeat bottom;
}

.box-540 .tabs li.active a{
    background: url(../images/videos_filtro_menu_b_active.gif) no-repeat bottom;
}

.box-540 .tabs .tab-2 a{
    background: url(../images/videos_filtro_menu_b2.gif) no-repeat bottom;
}

.box-540 .tabs .tab-2.active a{
    background: url(../images/videos_filtro_menu_b2_active.gif) no-repeat bottom;
    width: 191px;
}

.box-540 .filtro{
    margin: 10px 0;
}

.box-540 .filtro a{
    color: #2f2e2e;
    margin-right: 20px;
}

.box-540 .filtro a:before{
    content: "> ";
}

.box-540 .filtro a.active{
    font-weight: bold;
}


/* pagination */
.box-540-hd .pagination { width: 520px; }

.pagination {
    width: 90%;
    overflow: hidden;
}

.pagination .bd{
    float: right;
}

.pagination .bd a,
.pagination .bd span{
    display: block;
    float: left;
    padding: 0 6px;
    line-height: 13px;
    font-size: 11px;
    color: #534f47;
    border-right: solid 1px #534f47;
}

.pagination .bd .last{
    border: none;
}

/* videos-recomendados */

#videos-recomendados .hd{
    background: url(../images/videos-recomendados_hd_bg.gif) no-repeat;
}

#temas-e-premios { margin-top: 6px; }
#temas-e-premios .hd{
    background: url(../images/temas_premios_hd_bg.gif) no-repeat;
}

#amigos-encontre .hd{
    background: url(../images/amigos_encontre_hd_bg.gif) no-repeat;
}

#amigos-atividades .hd{
    background: url(../images/amigos_atividades_hd_bg.gif) no-repeat;
}

/* SIDEBAR A */

#sidebar-a .bd{
    padding: 10px 0;
}

#sidebar-a .item{
    float: left;
    margin-bottom: 10px;
}

#sidebar-a .odd{
    margin-right: 10px;
}

/* SIDEBAR C */

#sidebar-c .item {
    margin-bottom: 10px;
}

/* siga */

#siga .hd h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #271f1f;
    letter-spacing: 0px;
}

#siga .bd {
    display: block;
}

#siga .bd a{
    float: left;
    margin-right: 5px;
}

/* MENU */

.sidebar-menu{
    background: url(../images/box_200_bg.gif) repeat-y;
    margin-bottom: 10px;
}

.sidebar-menu .hd{
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    background: #660000;
    color: #ffffff;
    padding: 10px 0;
    background: url(../images/concursos_menu_hd_bg.gif) no-repeat;
}

.sidebar-menu .bd{
    padding: 5px 10px 10px;
    background: url(../images/box_200_ft.gif) no-repeat bottom;
}

.sidebar-menu .filtro{
    margin-bottom: 10px;
}

.sidebar-menu .filtro a{
    color: #2f2e2e;
    margin-right: 5px;
}

.sidebar-menu .filtro a:before{
    content: "> ";
}

.sidebar-menu .filtro a.active{
    font-weight: bold;
}

.sidebar-menu ul{
    font-size: 12px;
    margin-bottom: 10px;
}

.sidebar-menu ul a{
    color: #534f47;
    display: block;
}

.sidebar-menu ul .active a {
    color: #660000;
    font-weight: bold;
    background: url(../images/concursos_menu_active.gif) 0 center no-repeat;
    padding-left: 12px;
}

.sidebar-menu .nav {
    margin: 0px;
    width: 100%;
    overflow: hidden;
}

.sidebar-menu .nav a {
    display: block;
    width: 29px;
    height: 29px;
    background: #e6e5e5;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    margin-right: 1px;
}

.sidebar-menu .nav a.prev {
    background:#e6e5e5 url(../images/arrow_up.gif) center center no-repeat;
}

.sidebar-menu .nav a.next {
    background:#e6e5e5 url(../images/arrow_down.gif) center center no-repeat;

}

/* TAG CLOUD */
/*
#sidebar-b .tag-cloud{
    background: url(../images/box_200_bg.gif) top;
}

#sidebar-b .tag-cloud .hd{
    background: url(../images/box_200_hd.gif) top no-repeat;
    height: 10px;
}

#sidebar-b .tag-cloud .bd{
    padding: 0 10px;
}

#sidebar-b .tag-cloud .ft{
    background: url(../images/box_200_ft.gif) bottom no-repeat;
    height: 10px;
}

*/
#sidebar-b .tag-cloud h3{
    display: none;
}
#sidebar-b .tag-cloud a {
    color: #534f47;
}


#sidebar-b .tag-cloud .r1 { font-size: 11px; }
#sidebar-b .tag-cloud .r2 { font-size: 13px; }
#sidebar-b .tag-cloud .r3 { font-size: 15px; }
#sidebar-b .tag-cloud .r4 { font-size: 17px; }
#sidebar-b .tag-cloud .r5 { font-size: 19px; }

/* CONTENT */

#content {
    float: left;
    width: 540px;
}

/*
#content .content-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #660000;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
*/
h2.content-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    color: #660000;
    letter-spacing: -1px;
    padding: 10px 0px;
    margin-bottom: 10px;
}

h4 {
    font-weight: bold;
    font-size: 18px;
    color: #660000;
    letter-spacing: -1px;
    padding: 5px 0px;
    margin-bottom: 5px;
}

#content .line{
    clear: both;
    display: block;
    margin-bottom: 10px;
}

/* CONCURSO */

.concurso-detalhes {
    background: url(../images/concurso_detalhes_bg.gif);
    margin-bottom: 10px;
    position: relative;
}

.concurso-detalhes .box-540-bd {
    height: auto!important;
    min-height: 190px;
    height: 190px;
}

html>body .concurso-detalhes .bd {
    height: auto;
}

.concurso-detalhes .sobre {
    width: 370px;
}

.concurso-detalhes .preview {
    float: left;
    width: 174px;
    margin-bottom: 10px;
}

.concurso-detalhes .premio-inscricoes p {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #670009;
    font-size: 16px;
}

.concurso-detalhes .sobre .descricao {
    clear: both;
}

.concurso-detalhes .sobre .descricao p {
    margin-bottom: 10px;
}

.concurso-detalhes .sobre img {
    border: solid 8px #ffffff;
}

.concurso-detalhes .sidebar{
    width: 160px;
    position: absolute;
    right: 0px;
    top:10px;
}

.concurso-detalhes .sidebar .item{
    border-bottom: solid 1px #dcdcdc;
}

.concurso-detalhes .sidebar .last{
    border-bottom: none;
}

/* concurso-videos */

.concurso-videos .filtro{
    margin-bottom: 10px;
}

.concurso-videos .filtro a{
    color: #2f2e2e;
    margin-right: 5px;
}

.concurso-videos .filtro a:before

.concurso-videos .filtro a.active{
    font-weight: bold;
}

.concurso-videos .item {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #c2bfbf;
}

.concurso-videos .itens .last {
    border-bottom: none;
}

.concurso-videos .preview {
    float: left;
}

.concurso-videos .item .detalhes {
    margin-left: 105px;
}

.concurso-videos .item .detalhes p {
    color: #534f47;
    margin-bottom: 10px;
}

.concurso-videos .item .estatisticas p {
    width: 102px;
    float: left;
    text-align: center;
}

.concurso-videos .item .estatisticas p span {
    display: block;
}

/*
.concurso-videos .item h4 {
    margin-bottom: 10px;
}
*/
/*
.concurso-videos .item h4 a {
    color:#660000;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
*/

/* usuarios */

#usuarios .usuario {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c2bfbf;
    height: auto!important;
    min-height: 130px;
    height: 130px;
}

#usuarios .usuario.last{
    border-bottom: none;
    margin-bottom: 0px;
}

#usuarios .usuario .perfil{
    width: 80px;
    position: absolute;
}

#usuarios .usuario .perfil h3 {
    margin-bottom: 3px;
}

#usuarios .usuario .perfil h3 a{
    color:#534f47;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -1px;
}

#usuarios .usuario .perfil p{
    font-size: 10px;
    color: #534f47;
}
#usuarios .usuario .perfil img{
    margin-top: 4px;
}

#usuarios .usuario .eu-sou {
    margin-left: 85px;
}

#usuarios .usuario .eu-sou .eu-sou-item {
    width: 60px;
    height: 60px;
    float: left;
}

#usuarios .usuario .eu-sou .eu-sou-item.first {
    width: 22px;
}

#usuarios .usuario .eu-sou .eu-sou-item strong {
    font-size: 22px;
    font-weight: bold;
    color: #660000;
    text-align: center;
    display: block;
    margin-top: 13px;
}


#usuarios .usuario .stats {
    height: 50px;
    margin: 0 0 20px 85px;
}


/* stats */

.stats {
    overflow: hidden;
}

.stats .stat{
    width: 50px;
    height: 40px;
    float: left;
    margin-right: 5px;
    text-align: center;
    background: url(../images/usuario_stat.gif) no-repeat;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 18px;
    color: #660000;
}

.stats .stat.active{
    background: #660000;
    color: #ffffff;
}

.stats .stat strong{
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.stats .stat.last{
    margin: 0px;
}


/* resumido */

#usuarios.resumido {
    width: 100%;
    overflow: hidden;
}

#usuarios.resumido .usuario{
    width: 125px;
    padding-right: 5px;
    float: left;
}

#usuarios.resumido .usuario.last{
    border-bottom: solid 1px #c2bfbf;
}

#usuarios.resumido .usuario img{
    position: absolute;
    top: 0px;
    left: 0px;
}

#usuarios.resumido .usuario .perfil{
    padding-top: 67px;
    position: relative;
}


#usuarios.resumido .usuario .stats{
    display: none;
}

#usuarios.resumido .usuario .eu-sou{
    display: none;
}

/* CANAIS */

#canais .canal {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: solid 1px #c2bfbf;
}

#canais .canal .descricao-a{
    float: left;
    width: 92px;
    margin-right: 10px;
}

#canais .canal .descricao-b{
    float: left;
    width: 411px;
}

#canais .canal .descricao-a h3 {
    margin-bottom: 5px;
}

#canais .canal .descricao-a h3 a {
    font-size: 12px;
    text-transform: uppercase;
    color: #534f47;
}

#canais .canal .descricao-a p {
    font-size: 10px;
	display: none;
}

#canais.resumido .canal .descricao-a p {
    display: block;
}

#canais.resumido {
    width: 100%;
    overflow: hidden;
}

#canais.resumido .canal {
    width: 102px;
    float: left;
}

#canais.resumido .canal .descricao-b {
    display: none;
}


/* SEND VIDEO STEPS */

form .aviso{
    padding-left:250px;
    font-weight: bold;
    color: #660000;
}

.steps-links {
    margin-bottom: 20px;
}

.steps-links a{
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
    color: #534f47;
}

.steps-links a:before {
    content:'> ';
}

.steps-links a.active{
    color: #660000;
}

/* SEND VIDEO STEP 3 */

#send-video-step-3 {
    color: #534f47;
}

#send-video-step-3 .steps-txt1{
    padding-left: 70px;
}

#send-video-step-3 .steps-txt2{
    padding-left: 170px;
    color: #660000;
}

#send-video-step-3 .steps-txt2 a{
    color: #660000;
    font-weight: bold;
}

#send-video-step-3 .steps-txt3{
    font-weight: bold;
    padding-left: 100px;
}

/*
#send-video-step-3 h4 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 250px;
    margin-bottom: 20px;
}
*/

#send-video-step-3 p.nolabel {
    padding-left: 250px;
}

#send-video-step-3 p.actions {
    margin-bottom: 0px;
}

#send-video-step-3 p , #send-video-step-3 div.like_p {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

#send-video-step-3 p label , #send-video-step-3 div.like_p label {
    width: 240px;
    margin-right: 10px;
    float: left;
    text-align: right;
    color: #534f47;
    font-size: 11px;
    font-weight: bold;
}

#send-video-step-3 p label small , #send-video-step-3 div.like_p label small {
    display: block;
    padding-left: 100px;
    font-weight: normal;
}

#send-video-step-3 p span , #send-video-step-3 div.like_p div.like_span {
    float: left;
    width: 420px;
}

#send-video-step-3 p span label , #send-video-step-3 div.like_p div.like_span label {
    font-weight: normal;
    margin: auto;
    width: auto;
    text-align: left;
    margin-bottom: 10px;
}

#send-video-step-3 input.textfield {
    width: 310px;
}

#send-video-step-3 .options{
    background: url(../images/send_video_options.gif) no-repeat;
    width: 379px;
    height: 69px;
    padding: 8px 38px 8px 8px;
    position: relative;
}

#send-video-step-3 .options label{
    width: 110px;
    float: left;
    height: 15px;
    margin-bottom: 3px;
}

#send-video-step-3 .options label img{
    vertical-align: middle;
}

/* PLAYER */

#player {
    /*width: 870px;*/
    float: left;
}

#player .col-a {
    float: left;
    width: 480px;
    margin-right: 10px;
}

#player .col-b {
    float: left;
    width: 380px;
}

#player .player-usuario {
    height: 62px;
    margin-bottom: 10px;
    clear: both;
}

#player .player-usuario {
    position: relative;
}

#player .player-usuario .perfil {
    float: left;
}

#player .player-usuario .nome-titulo {
    position: absolute;
    bottom: 0px;
    left: 72px;
}

#player .player-usuario .nome-titulo h2 a {
    font-size: 12px;
    text-transform: uppercase;
    color: #6a6660;
    letter-spacing: -1px;
}

#player .player-usuario .nome-titulo h1 {
    font-size: 18px;
    font-weight: bold;
    color: #660000;
    display: inline;
    line-height: 100%;
}

#player .player-usuario .nome-titulo span{
    margin-left: 5px;
    color: #534f47;
}

#player .player-usuario .titulo {
    width: 550px;
}

#player .player-usuario .stats {
    margin-right: -120px;
    float: right;
}

#player .player-usuario a strong{
    font-size: 10px;
    letter-spacing: 0px;
}
/* player-videos-relacionados */

#player .player-videos-relacionados {
    width: 120px;
    float: left;
    margin:0 10px 10px 0;
}

#player .player-videos-relacionados.last {
    margin-right: 0px;
}

#player .player-videos-relacionados ul {
    width: 94px;
    height: 570px;
    margin: 0 auto;

    overflow: hidden;
}

#player .player-videos-relacionados ul li {
    border-bottom: solid 1px #c2bfbf;
    padding-bottom: 9px;
    margin-bottom: 10px;
}

/* player-usuario-conecte */

#player .player-usuario-conecte{
    clear: both;
}

#player .acoes-informacoes .tabs li{
    float: left;
    margin-right: 3px;
}

#player .acoes-informacoes .tabs li a{
    width: 64px;
    text-transform: lowercase;
}

/* player-usuario-eu-sou */

#player .player-usuario-eu-sou .eu-sou {
    overflow: hidden;
}

#player .player-usuario-eu-sou .eu-sou .eu-sou-item{
    float: left;
}

/* player-usuario-seguidores */

#player .player-usuario-seguidores ul {
    overflow: hidden;
    width: 480px;
}

#player .player-usuario-seguidores li {
    float: left;
    width: 62px;
    margin-bottom: 10px;
    margin-right: 17px;
}


/* carousel-panes */

.carousel-panes {
    width: 100%;
    height: 72px;
    display: block;
    overflow: hidden;
}

.carousel-panes .wrapper {
    display: block;
    position: absolute;
    overflow: hidden;
}

.carousel-panes .slider {
    width: 9999px;
    height: 72px;
}

.carousel-panes .pane{
    float: left;
}

.carousel-panes .wrapper,
.carousel-panes .pane {
    width: 405px;
    height: 72px;
}

.carousel-panes li{
    display: block;
    width: 135px;
    height: 15px;
    margin-bottom: 3px;
    float: left;
}

.carouselPanes li img{
    margin-bottom: 5px;
}


#send-video-step-3 .options .arrow {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 8px;
}

.carousel-panes .back {
    background: #ffffff url(../images/arrow_left.gif) no-repeat center center;
    top: 10px;
}

.carousel-panes .forward {
    background: #ffffff url(../images/arrow_right.gif) no-repeat center center;
    top: 45px;
}

/* FOOTER */

#footer {
    position: relative;
    color: #ffffff;
    padding:20px 0 100px;
}

#footer a{
    color: #ffffff;
    text-decoration: none;
}

#footer-bg{
    border-top: solid 1px #ffffff;
    background: #660000;
}

#footer h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#footer h2 span {
    display: block;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
}

#footer .by a{
    color: #000000;
}


/* links */

#footer .links {
    float: left;
    margin: 0 50px 0 0;
}


#footer .links li {
    margin-bottom: 3px;
}

#footer .links li a:before {
    content:'> ';
}

#footer .links li a:hover{
    text-decoration: underline;
}

#footer .menu {
    float: right;
}

#footer .by {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* CRIAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½O DA EQUIPE DO MINUTO */

/* static pages */

.news .staticpages {
    width: 700px;
    float: left;
}

.news .staticpages p{
    color:#636057;
    font-weight: normal;
    margin-top:10px;
    display:block;
}


/* copia do cliphouse */
.screenshot {
    margin: 2px;
    padding: 1px;
    display: block;

}
.screenshot img {
    height: 74px;
    width: 94px;
}

.avatarLarge {
    margin: 2px;
    float: left;
    zoom: 1;
}
.avatarLarge .avatar {
    overflow: hidden;
    width: 84px;
    height: 84px;
    display: block;
    text-align: center;
}
.avatarLarge .avatar div {
    width: 400px;
    margin-left: -158px;
}
.avatarLarge .avatar img{
    height: 84px;
}

.avatarSmall {
    margin: 2px;
    float: left;
    zoom: 1;
}
.avatarSmall .avatar {
    overflow: hidden;
    width: 54px;
    height: 54px;
    display: block;
    text-align: center;
}
.avatarSmall .avatar div {
    width: 400px;
    margin-left: -173px;
}
.avatarSmall .avatar img{
    height: 54px;
}


/* STYLE 2 */
.clear {
    clear: both;
}

.space {
    margin-bottom: 15px;
}

.bt {
    background-color:#660000;
    color:#FFFFFF;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:10px;
    padding:13px 0 17px;
    text-align:center;
    width:150px;
}
.bt2 {
    background-color:#534f47;
    color:#FFFFFF;
    display:block;
    font-size:12px;
    font-weight:bold;
    height:10px;
    padding:13px 0 17px;
    text-align:center;
    width:150px;
}
.btOk {
    background-color: #660000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 8px;
    padding:6px 0 10px;
    text-align: center;
    width: 30px;
}
.left {
    float: left;
}

/*  */

.sigaCadastro {
    float:right;
    width: 200px;
}

#sidebar-a {
    float:right;
    margin-top:0px;
    width:230px;
}

#main #content-menu a {
    color:#535353;
    font-size:11px;
    font-weight:bold;
}

#paginador {
    float: right;
}
#paginador, #paginador a, #paginador a:visited {
    color:#535353;
    font-size:11px;
}
#paginador a.pgAtual {
    color:#535353;
    font-size:11px;
    font-weight:bold;
}
/*  */

/* content 2 */
#content2 {
    float: left;
    width: 750px;
}

#content2 .line{
    clear: both;
    display: block;
    margin-bottom: 10px;
}


/* content3 */
#content3 {
    float: left;
    width: 985px;
}


/* box-750 */

.box-750{
    background: url(../images/box_750_bg.gif) repeat-y;
    margin-bottom: 10px;
}
.box-750 .box-750-hd {
    background: url(../images/box_750_hd.gif) no-repeat;
    padding: 10px 10px 0;
}
.box-750 .box-750-bd {
    padding: 0 10px 0;
    display: inline-block;
    width: 728px;
    min-height: 400px;
}
.box-750 .box-750-ft {
    background: url(../images/box_750_ft.gif) bottom;
    height: 10px;
}
.box-750-hd h3 {
    font-weight: bold;
    font-size: 20px;
    color: #534f47;
    margin-bottom: 10px;
    display: block;
    float: left;
}



/* resultado de busca */
/*
.resultado h4 {
    color:#534F47;
    font-size:20px;
    font-weight:bold;
    margin-bottom:16px;
}
*/
.buscaResultados .opVer {
    float:right;
    padding-top: 5px;
}
.buscaResultados .opVer a{
    color:#534F47;
    margin-bottom:10px;
    padding-left: 20px;
}
.buscaResultados .opVer a.selecionado{
    color:#534F47;
    font-weight:bold;
    margin-bottom:10px;
}

.resultado ul li {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #C2BFBF;
    border-bottom: expression(this.nextSibling == null ? 'none' : '1px solid #C2BFBF');
}
.resultado ul li:last-child  {
    padding: 20px 0 10px 0;
    border-bottom: none;
}

.resultado ul li .thumbVideo {
    float: left;
    width: 104px;
    height: 95px;
}
/*
.resultado .detVideo h4 a {
    color:#660000;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
    display: block;
}
*/
.resultado .detVideo p {
    color:#534F47;
    margin-bottom:10px;
        max-width: 350px;
}
.resultado .detVideo .estatisticas p{
    float:left;
    text-align:center;
    width:102px;
}
.resultado .detVideo .estatisticas p span{
    display: block;
}

/*  news  */
.news p {
    clear: both;
    color:#660000;
    font-size: 12px;
    font-weight: bold;
}
.news .newsDest {
    width: 500px;
    float: left;
}
.news .newsDest  p{
    color:#636057;
    font-weight: normal;
    margin-top:10px;
    display:block;
}

.news .boxInt {
    float: right;
    width: 210px;
    margin-left: 12px;
    margin-top: -5px;
}
/*
.news .boxInt #vejaMais h4, .news .boxInt #arquivo h4{
    font-weight: bold;
    font-size: 20px;
    color: #534f47;
    margin-bottom: 10px;
}
.news .boxInt #arquivo h4 {
    margin-top: 30px;
}

*/
.news .boxInt #vejaMais ul li a, .news .boxInt #arquivo ul li a{
    color: #312d2c;
    font-size: 11px;
}
.news .boxInt #vejaMais ul li, .news .boxInt #arquivo ul li {
    padding: 5px 0;
    border-bottom: 1px solid #C2BFBF;
}


/* my channel  */
.myChannel ul#myChannelMenu, .myChannel .group ul.myGroupsMenu{
    margin-bottom: 10px;
}

.myChannel ul#myChannelMenu  li, .myChannel .group ul.myGroupsMenu li{
    float: left;
    font-size: 8px;
    color: #656259;
    font-weight: bold;
    margin-right: 8px;
    border-bottom: none;
}
.myChannel ul#myChannelMenu  li  a, .myChannel ul.myGroupsMenu li a{
    color: #656259;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.myChannel #submenu ul.myGroupsMenu li  {
    border-bottom: none;
    padding: 0px;
}
.myChannel ul#myChannelMenu  li  a.selecionado, .myChannel #submenu ul.myGroupsMenu
li a.selecionado{
    text-decoration: none;
}

.myChannel .boxMenu  {
    float: left;
    margin-right: 10px;
}
.myChannel .boxMenu #myChannelBoxMenu, .myChannel .boxMenu #myChannelBoxBt {
    background: url(../images/boxmenu_bg.gif);
    width: 175px;
    margin-top: 42px;
}
.myChannel .boxMenu #myChannelBoxMenu-hd, .myChannel .boxMenu #myChannelBoxBt-hd {
    background: url(../images/boxmenu_hd.gif) no-repeat top;
    height: 3px;
}
.myChannel .boxMenu #myChannelBoxMenu-ft, .myChannel .boxMenu #myChannelBoxBt-ft {
    background: url(../images/boxmenu_ft.gif) no-repeat bottom;
    height: 3px;
}

.myChannel .boxMenu #myChannelBoxMenu ul, .myChannel .boxMenu #myChannelBoxBt ul,
.myChannel #myChannelBoxMenuGroup ul {
    padding: 10px;
}
.myChannel .boxMenu #myChannelBoxMenu ul  li, .myChannel .boxMenu #myChannelBoxBt ul
li, .myChannel #myChannelBoxMenuGroup ul li {
    font-size: 8px;
    color: #656259;
    font-weight: bold;
    margin-right: 8px;
    padding: 2px 0;
}
.myChannel .boxMenu #myChannelBoxMenu ul  li  a, .myChannel .boxMenu #myChannelBoxBt
ul li a, .myChannel #myChannelBoxMenuGroup ul li a{
    color: #656259;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.myChannel .boxMenu #myChannelBoxMenu ul li  a.selecionado, .myChannel .boxMenu
#myChannelBoxBt ul li a.selecionado, .myChannel #myChannelBoxMenuGroup ul li
a.selecionado{
    text-decoration: none;
}
.myChannel .myChannelInf {
    float:right;
    width: 540px;
}
.myChannel .myChannelInf  p{
    margin-bottom: 10px;
    color:#534F47;
    font-weight:bold;
    /*margin:0 auto;
                text-align:center;
                width:94px;        */
}
.myChannel .myChannelInf  p a.url {
    color: #660000;
    font-weight: normal;
}
/*
.myChannel .myChannelInf  h4{
    font-weight: bold;
    font-size: 20px;
    color: #534f47;
    margin-bottom: 16px;
}
*/
/*
.myChannel .myChannelInf  label{
    width: 130px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 5px;
    color: #656259;
    font-size: 12px;
    font-weight: bold;
}
*/
/*
.myChannel .myChannelInf  textarea{
    width: 345px;
}
*/
.myChannel .myChannelInf  label.altura{
    height: 25px;
}

a.btUpdate , a.btUpdateVideo, a.btCreateNew, a.btUnIgnore, a.enviar{
    width: 150px;
    height: 10px;
    background-color: #660000;
    display: block;
    text-align: center;
    padding: 13px 0 17px 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.myChannel a.btUpdate {
    margin-left: 136px;
}

/* channel favorites */
.myChannel  h5 {
    font-weight: bold;
    font-size: 12px;
    color: #534f47;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    background:url("../images/bg_linha.gif") repeat-x scroll center bottom transparent;
}

.myChannelInf #FavUpdate        {
    margin-bottom: 30px;
}
.myChannelInf ul.column{
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
.myChannelInf ul.column li {
    float: left;
    width: 94px;
    padding: 10px;;
    /*margin: 5px 0;*/
    display: inline;
    border-right: 1px solid #fff;
    border-left: 1px solid #c2bfbf;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c2bfbf;
}
.myChannelInf ul.column li.topNone {
    border-top: none;
}
.myChannelInf ul.column li.leftNone {
    border-left: none;
}
.myChannelInf ul.column li.rightNone {
    border-right: none;
}
.myChannelInf ul.column li.bottomNone {
    border-bottom: none;
}

.myChannelInf .block {
    height: 100px;
    /*margin-right: 10px;
                padding: 3px;*/
    /*background: #e3e1d5;*/
}
.myChannelInf .block p{
    font-weight: bold;
    color: #534f47;
    width: 94px;
    margin: 0 auto;
    text-align: center;
}
.myChannelInf .block img {
    /*width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
    /*padding: 5%;*/
    background:#fff;
    margin: 0 auto;
    display: block;
    -ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

/* my favorites */
a.btUpdateVideo {
    margin: 10px 0 10px 13px;
}



/* my groups */
.myGroupsInf {
    float: right;
    width: 540px;
}
a.btCreateNew{
    margin: 10px 0 10px 13px;
}



.myGroupsInf ul.videosGroups li {
    /* padding: 20px 0 10px 0;*/
    border-bottom: 1px solid #C2BFBF;
    border-bottom: expression(this.nextSibling == null ? 'none' : '1px solid #C2BFBF');
}
.myGroupsInf ul.videosGroups li:last-child  {
    /* padding: 20px 0 10px 0;*/
    border-bottom: none;
}

.myGroupsInf ul.videosGroups li .groupImg {
    padding-top:10px;
    min-height: 80px;
}


.myGroupsInf ul.videosGroups li .thumbVideo {
    float: left;
    width: 104px;
    height: 95px;
}
/*
.myChannel .myGroupsInf  h4{
    font-weight: bold;
    font-size: 20px;
    color: #534f47;
    margin-bottom: 16px;
}
*/
.myChannel #myChannelBoxMenuGroup {
    background: url(../images/boxmenu_bg.gif);
    width: 175px;
    margin-top: 10px;
}
.myGroupsInf .detVideo h6 a {
    color:#660000;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
    display: block;
}
.myGroupsInf .detVideo p {
    color:#534F47;
    margin-bottom:10px;
}
.myGroupsInf .detVideo .estatisticas p{
    float:left;
    text-align:center;
    width:102px;
}
.myGroupsInf .detVideo .estatisticas p span{
    display: block;
}


/* my ignores */
.myChannelIgn {
    width: 726px;
}
/*
.myChannel .myChannelIgn  h4{
    font-weight: bold;
    font-size: 20px;
    color: #534f47;
    margin-bottom: 16px;
}
*/
.myChannelIgn ul.column{
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
.myChannelIgn ul.column li {
    float: left;
    width: 156px;
    padding: 10px;;
    /*margin: 5px 0;*/
    display: inline;
    border-right: 1px solid #fff;
    border-left: 1px solid #c2bfbf;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c2bfbf;
}
.myChannelIgn ul.column li.topNone {
    border-top: none;
}
.myChannelIgn ul.column li.leftNone {
    border-left: none;
}
.myChannelIgn ul.column li.rightNone {
    border-right: none;
}
.myChannelIgn ul.column li.bottomNone {
    border-bottom: none;
}
.myChannelIgn .block {
    height: 120px;
}
.myChannelIgn .block p{
    font-weight: bold;
    color: #534f47;
    width: 94px;
    margin: 0 auto;
    text-align: center;
}
.myChannelIgn .block p input{
    margin-top: 5px;
}
.myChannelIgn .block img {
    background:#fff;
    margin: 0 auto;
    display: block;
    -ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}


.btUnIgnore {
    margin-top: 10px;
    float: right;
}



/* my subscriptions  */
/*
.myChannel .myChannelSubs  h4{
    font-weight: bold;
    font-size: 20px;
    color: #534f47;
    margin-bottom: 16px;
}
*/
.myChannelSubs ul.column{
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
.myChannelSubs ul.column li {
    float: left;
    width: 66px;
    padding: 15px;;
    /*margin: 5px 0;*/
    display: inline;
    background: url('../images/linha-vert.gif') no-repeat 0 20px;
    /*border-right: 1px solid #fff;
                border-left: 1px solid #c2bfbf;*/
}
.myChannelSubs ul.column li.none {
    background: none;
}
.myChannelSubs .block {
    height: 80px;
}
.myChannelSubs .block p{
    font-weight: bold;
    color: #534f47;
    width: 94px;
    margin: 0 auto;
    text-align: center;
}
.myChannelSubs .block p input{
    margin-top: 5px;
}
.myChannelSubs .block img {
    background:#fff;
    margin: 0 auto;
    display: block;
    -ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

/* amigos */
.friends {
    width: 726px;
}
/*
.friends h4 {
    color:#534F47;
    font-size:20px;
    font-weight:bold;
    margin-bottom:16px;
}
*/
.friends p {
    font-size: 12px;
    color: #534f47;
    margin-bottom: 10px;
}
.friends p label {
    width: 140px;
    display: block;
    float: left;
    text-align: right;
    margin-right:5px;
}
.friends p textarea {
    width: 350px;
}
.friends div{
    margin: 40px auto;
    width: 505px;
}
.friends div p {
    font-size: 11px;
    color: #534f47;
    margin-bottom: 10px;
}
.friends div a.enviar {
    float: right;
    margin-right: 5px;
}

/*  my friends  */
/*
.myFriends h4 {
    color:#534F47;
    font-size:20px;
    font-weight:bold;
    margin-bottom:16px;
}
*/
.FavChannels td { text-align: center; }
.myFriends ul.column{
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
.myFriends ul.column li {
    float: left;
    width: 66px;
    padding: 15px;;
    /*margin: 5px 0;*/
    display: inline;
    background: url('../images/linha-vert.gif') no-repeat 0 20px;
    /*border-right: 1px solid #fff;
                        border-left: 1px solid #c2bfbf;*/
}
.myFriends ul.column li.none {
    background: none;
}
.myFriends .block {
    height: 90px;
}
.myFriends .block p{
    font-weight: bold;
    color: #534f47;
    width: 94px;
    margin: 0 auto;
    text-align: center;
}
.myFriends .block p input{
    margin-top: 5px;
}
.myFriends .block img {
    background:#fff;
    margin: 0 auto;
    display: block;
    -ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.myFriends #FavChannels {
    background: url('../images/bg_linha_friends.gif');
        overflow: hidden; width: 450px; float: left;
}

/* siga o minuto  */

#siga2 {
    clear: both;
    float: right;
    width:230px;
}

#siga2 .hd h2 {
    color:#271F1F;
    font-size:12px;
    font-weight:bold;
    letter-spacing:0;
    text-transform:uppercase;
}
#siga2 .bd {
    display:block;
    padding:10px 0;
}
#siga2 .bd a {
    float:left;
    margin-right:5px;
}



/* player */
.player-video .estatisticas {
    margin: 10px 0;
}

.player-video .estatisticas p{
    width: 92px;
    float: left;
    text-align: center;
    color:#534F47;
}
.player-video .estatisticas p span {
    display: block;
}
.player-video .estatisticas p span a{
    color:#534F47;
}

#player .player-usuario .titulo a{
    display: inline-block;
    margin-left: 10px;
    padding: 4px;
    background-color: #f2f2f2;
    border: 1px solid #d3d3d3;
    color: #534F47;

}


/* box notas */
a.fechar {
    background: url('../images/close.gif') no-repeat;
    width: 9px;
    height: 9px;
    text-indent: -5000px;
    display:block;
    float: right;
}
.notas h3{
    display: block;
    float: left;
    width:440px;
}
.notas p {
    clear: both;
    color: #666261;
    font-size: 11px;
}
.moreNotas {
    clear:both;
    display:block;
    color: #660000;
    margin-top: 20px;
}
.moreNotas a {
    font-weight: bold;
    color: #660000;
    font-size: 11px;
}


.permiteNotas {
    clear:both;
    display:block;
    color: #660000;
    margin-top: 20px;
}
.permiteNotas input {
    margin-right: 10px;
}

.notas .box-480-bd ul.notasUl li, .notas .box-480-bd ul.notasUlIndiv li{
    margin: 10px 0;
}

.notas .box-480-bd ul.notasUl li em, .notas .box-480-bd ul.notasUlIndiv li em{
    color: #660000;
    font-weight: bold;
    font-size: 11px;
    width: 130px;
    text-align: right;
    display: inline-block;
}
.notas .box-480-bd ul.notasUl li a.plus {
    background: url(../images/plus-min.gif) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    text-indent: -5000px;
    margin: 0 2px;
}
.notas .box-480-bd ul.notasUl li q, .notas .box-480-bd ul.notasUlIndiv li q {
    color: #534f47;
    font-weight: bold;
    font-size: 11px;
    margin: 0 3px;
    cursor: default;
}
.notas .box-480-bd ul.notasUl li a{
    color: #534f47;
    font-weight: bold;
    font-size: 11px;
    margin: 0 3px;
}

/* notas individuais */

.notas .notasIndiv {
    height: 160px;
    width: 450px;
    overflow: auto;
}


.btVerVotos {
    float: left;
    margin-left: 50px;
}
.btVotar {
    float: left;
    margin-left: 20px;
}

.votarBT {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}
.votarBT label {
    color: #660000;
    font-weight: bold;
    margin-right: 5px;
}
.votarBT input {
    width: 250px;
    margin-right: 5px;
}


/* player resposta */
.player-usuario-resposta ul li {
    display: inline-block;
    padding: 0 10px 0 8px;
    border-right: 1px solid #C2BFBF;
    border-right: expression(this.nextSibling == null ? 'none' : '1px solid #C2BFBF');
}
.player-usuario-resposta ul li:last-child  {
    border-right: none;
}

/* player comentarios */

.player-usuario-comentarios dl {
    font-size: 11px;
}
.player-usuario-comentarios dl dd {
    color: #534e47;
}
.player-usuario-comentarios dl dd a {
    margin-right: 5px;
    color: #660000;
    font-weight: bold;
}
.player-usuario-comentarios dl dt {
    color: #534e47;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C2BFBF;
    border-bottom: expression(this.nextSibling == null ? 'none' : '1px solid #C2BFBF');
}
.player-usuario-comentarios dl dt:last-child  {
    border-bottom: none;
}

/* tabs */
#abas{
    margin-top: 5px;
    padding: 0;
    width: 100%;
}

#abas li{
    display: inline;
}
#abas li a{
    display: block;
    float: left;
    background: url('../images/abas.gif') no-repeat;
    text-indent:-5000px;
    height: 36px;
    outline: 0 none;
}
#abas li a#detalhes{width: 66px; background-position: 0px -39px;}
#abas li a#detalhes.selected{width: 66px; background-position: 0px 0px;}
#abas li a#comente{width: 58px; background-position: -66px -39px;}
#abas li a#comente.selected{width: 58px; background-position: -66px 0px;}
#abas li a#email{width: 57px; background-position: -124px -39px;}
#abas li a#email.selected{width: 57px; background-position: -124px 0px;}
#abas li a#compartilhe{width: 70px; background-position: -181px -39px;}
#abas li a#compartilhe.selected{width: 70px; background-position: -181px 0px;}
#abas li a#embed{width: 50px; background-position: -251px -39px;}
#abas li a#embed.selected{width: 50px; background-position: -251px 0px;}
#abas li a#favoritos{width: 60px; background-position: -301px -39px;}
#abas li a#favoritos.selected{width: 60px; background-position: -301px 0px;}
#abas li a#playlist{width: 62px; background-position: -361px -39px;}
#abas li a#playlist.selected{width: 62px; background-position: -361px 0px;}
#abas li a#denuncie{width: 57px; background-position: -423px -39px;}
#abas li a#denuncie.selected{width: 57px; background-position: -423px 0px;}

.contAba{
    clear: both;
    padding: 10px;
    font-size: 11px;
    margin: 10px 0;
        border-left: 1px solid #e6e5e5;
        border-right: 1px solid #e6e5e5;
        border-bottom: 1px solid #e6e5e5;
        overflow: hidden;
}
.contAba  h6{
    font-weight: bold;
    color: #660000;
    margin-bottom: 8px;
    display: block;
}
.contAba strong {
    color: #534f47;
}
.contAba a {
    color: #660000;
}



/* setas navegacao */
.col-b .nav{
    margin: 0px;
    overflow: hidden;
}

.col-b .nav a{
    display: block;
    width: 29px;
    height: 29px;
    background: #e6e5e5;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    margin-right: 4px;
}
.col-b .nav a.back {
    background:#e6e5e5 url(../images/arrow_down.gif) center center no-repeat;
}
.col-b .nav a.forward {
    background:#e6e5e5 url(../images/arrow_up.gif) center center no-repeat;
}
.col-b .nav a.expand {
    background:#e6e5e5 url(../images/plus.gif) center center no-repeat;
}

#player .player-usuario-eu-sou .eu-sou {
    width: 420px;
    display: inline-block;
}

#player .player-usuario-eu-sou .nav {
    float: right;
}

#player .player-usuario-eu-sou .nav a {
    display: block;
    width: 29px;
    height: 29px;
    background: #e6e5e5;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 1px;
}

/* box */
.col-b .player-videos-relacionados .hd {
    background:url('../images/box_120_hd_bg.gif') no-repeat;
}

.col-b .player-usuario-conecte .hd {
    background:url('../images/box_380_hd_bg.gif') no-repeat;
}

/* conecte-se */
.col-b .player-usuario-conecte .bd a {
    font-size: 12px;
    color: #534f47;
    font-weight: bold;
}
.col-b .player-usuario-conecte .bd a.active {
    background: url('../images/arrow_double_red.gif') no-repeat 0 6px;
    font-size: 14px;
    color: #660000;
    font-weight: bold;
    padding-left: 12px;
}

/* envie um comentario */
.envieComentario {
    padding: 10px;
}
.envieComentario  label {
    font-size: 11px;
}
.envieComentario  textarea {
    width: 350px;
    margin: 10px 0;
}


/* tags */
.tags {
    width: 450px;
    margin-bottom: 20px;
    position: relative;
}
.tags a {
    color: #534f47;
    margin: 0 5px;
    display: inline-block;
}
.tags a.tag1 {font-size: 38px;}
.tags a.tag2 {font-size: 22px;}
.tags a.tag3 {font-size: 14px;}
.tags a.tag4 {font-size: 10px;}

.tags .mensagem {
    font-size: 30px;
    font-weight: bold;
    color: #534f47;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #660000;
    display: block;
    position:absolute;
    top:27px;
    left: 135px;

}




/* cadastro  */

/* quiz */

.box-quiz{
    background: url(../images/box_quiz_bg.gif) repeat-y;
    margin-bottom: 10px;
    float: right;
    margin-top:-22px;
    width: 479px;
}
.box-quiz-bd div.imgQuiz{
    width: 459px;
    background:url("../images/linha-vert.gif") repeat-y scroll center center;
}
/*
.box-quiz-bd h4 {
    text-align: center;
    font-size: 30px;
    background:url("../images/bg_linha.gif") repeat-x 0 39px;
    padding-bottom:5px;
    margin:0;
}
*/
.box-quiz .box-quiz-hd {
    background: url(../images/box_quiz_hd.gif) no-repeat;
    padding: 10px 10px 0;
}

.box-quiz .box-quiz-bd {
    min-height:595px;
    padding:0 10px;
    display:inline-block;
    padding:0 10px;
}
.box-quiz .box-quiz-bd .botoes {
    vertical-align: baseline;
}
.box-quiz .box-quiz-bd #btAnterior {
    float: left;
}
.box-quiz .box-quiz-bd #btAnterior {
    float: right;
}
.box-quiz .box-quiz-bd table{
    width: 100%;
}
.box-quiz .box-quiz-bd table tr td {
    text-align: center;
    width: 50%;
    padding:10px;
    background: url("../images/bg_linha.gif") repeat-x bottom;
}

.box-quiz .box-quiz-bd table tr td img {
    border: 0;
}
.box-quiz .box-quiz-bd table tr td p {
    color:#660000;
    font-weight: bold;
    font-size: 14px;
    border: 0;
}


.box-quiz .box-quiz-ft {
    background: url(../images/box_quiz_ft.gif) bottom;
    height: 10px;
}


/* box-985 */
.box-985{
    background: url(../images/box_985_bg.gif) repeat-y;
    margin-bottom: 10px;
}
.box-985 .box-985-hd {
    background: url(../images/box_985_hd.gif) no-repeat;
    padding: 10px 10px 0;
}
.box-985 .box-985-bd {
    padding: 0 10px 0;
    display: inline-block;
    width: 975px;
    min-height: 595px;
}
.box-985 .box-985-ft {
    background: url(../images/box_985_ft.gif) bottom left;
    height: 10px;
}
.box-985-hd h3 {
    font-weight: bold;
    font-size: 20px;
    color: #534f47;
    margin-bottom: 10px;
    display: block;
    float: left;
}

/* formulario */
.formulario {
    font-size:12px;
    width: 480px;
    float: left;
}
/*
.formulario h4 {
    font-weight:bold;
    margin:0 0 10px 200px;
    font-size: 30px;
}
*/
.formulario em {
    color:#660000;
    font-weight:bold;
    margin:0 0 10px 200px;
    display: block;
}
.formulario p {
    color:#534F47;
    margin-bottom:5px;
}
.formulario label {
    color:#656259;
    font-weight:bold;
    display:block;
    float:left;
    margin-right:5px;
    text-align:right;
    width:200px;
}
.formulario input{
    width: 235px;
}
.formulario select {
    width: 77px;
}
.formulario input.genero {
    width: 15px;
}
.formulario fieldset {
    margin: 30px 0;
}
.formulario fieldset p.texto {
    text-align: right;
    margin-right: 36px;
    *margin-right: 16px;
    font-weight: bold;
}
.formulario fieldset input#seguranca {
    width: 188px;
}
.formulario fieldset label.lbSeguranca {
    width: 250px;
}
.formulario fieldset img.seg {
    margin: 0 0 10px 317px;
}

.formulario p.cadCheck label{
    width: 425px;
}
.formulario p.cadCheck input{
    width: 15px;
}
.formulario .bt {
    float: right;
    margin-right: 36px;
    *margin-right: 16px;
}

#videos_highlights_box {background:#666;padding:0;padding-left:10px;padding-top:10px;overflow:hidden;position:relative}
#videos_highlights_box {width:390px;}

#videos_highlights_box ul {list-style:none;}
#videos_highlights_box .highlights {width:360px;height:340px;}
#videos_highlights_box a {text-decoration:none;}
#videos_highlights_box .highlights , #videos .index {float:left;}
#videos_highlights_box .highlights {position:relative;}

#videos_highlights_box .highlights .img {overflow:hidden;float:left;position:absolute;left:0;}
#videos_highlights_box .highlights .titles {background:url('../images/bg_videos_titles.png') repeat;padding:10px 15px;padding-right:0;height:40px;position:absolute;bottom:10px;left:-10px;right:0;overflow:hidden;}
#videos_highlights_box .highlights .titles div {margin-top:-50px;}
#videos_highlights_box .highlights .titles h2 ,
#videos_highlights_box .highlights .entry .titles h3 {color:#fff;font-weight:normal;}
#videos_highlights_box .highlights .titles h2 {font-size:18px;}
#videos_highlights_box .highlights .titles h3 {font-size:12px;}

#videos_highlights_box .index {width:30px;background:#fff;position:absolute;right:0;top:10px;bottom:0;}
#videos_highlights_box .index ul li {background:#700;font-size:10px;padding: 10px 0;border:1px solid #fff;border-bottom:0;text-align:center;color:#fff;cursor:pointer;height:8px;}
#videos_highlights_box .index ul li.pause_repeat {background:#666 url('../images/pause_repeat.png') no-repeat center center;height:8px;}
#videos_highlights_box .index ul li.pause {background-position:left;}
#videos_highlights_box .index ul li.repeat {background-position:right;}

#subscribeHandler {
    width: 600px;
    margin-top: 80px;
}
