@charset "utf-8";
body {
    font-family:sans-serif;
    background-color:#424242;
    margin:0;
}
img {
    border:0;
}
#wrap {
    width:1024px;
    margin: 0 auto 10px auto;
    background-color:white;
    padding: 0 0px;
}

#wrap #header {
    width:100%;
    height:20px;
    background-color:black;
    color:white;
}
.background_download {
    max-width:1024px;
}

#content {
    padding: 5px;
}

#footer {
    width:1024px;
    height:30px;
    background-color:#F0F0F0;
    border-top:1px solid #CCC;
    text-align:center;
    margin-top:30px;
    font-size: .8em;
}
a, .menu a {
    text-decoration: none;
    color: blue;
}
a:hover, .menu a:hover {
    text-decoration: underline;
    color: blue;
}
a:visited, .menu a:visited {
    text-decoration: none;
    color:blue;
}
a.done, a.done:visited {
    text-decoration: none;
    color: green;
}
a.done:hover {
    text-decoration: underline;
    color: green;
}
.menu ul, .noDecoration {
    display:inline;
    margin:10px;
    list-style:none;
}

.menu ul li {
    float:left;
    padding: 10px;
}

.quebra, .paginador{
    clear:both;
    float:none;
}


.defaultList, .defaultInlineList {
    padding:0;
    margin:0;
}

.defaultList li{
    list-style:none;
}

.defaultInlineList li {
    list-style:none;
    display:inline;
}

.categoryList {
    float:left;
    width:250px;
}
.categoryList li {
    border-bottom: 1px solid #ddd;
    padding:5px 0 5px 0;
}
.categoryList a:link, .categoryList a:visited {
    font-size: .9em;
    font-weight:bold;
    padding-left:15px;
    color:#1BA3E9;
    text-transform:capitalize;
}
.categoryList a:hover {
    font-size: .9em;
    font-weight:bold;
    color:black;
    text-decoration:none;
    padding-left:15px;
    text-transform:capitalize;
}
#leftBox {
    float:left;
    width:750px;
}
#webmastersLeftBox {
    float:left;
    width:920px;
    padding-left:40px;
}
#videos {
}
#video_tags {
    font-size:.8em;
}

.floatVideo {
    background-color:#eee;
    width:180px;
    height:180px;
    padding:2px;
    float:left;
    font-size:.7em;
    text-align:center;
    border-bottom: 2px solid #ccc;
}
.floatVideo .imageContainer {
    width: 180px;
    height: 135px;
    border: 1px solid black;
}
.floatVideo a, .floatVideo a:hover, .floatVideo a:visited {
    color: black;
    text-decoration: underline;
}

.floatVideoWebmaster {
    height: 200px;
}
.floatVideoWebmaster .embed {
    background-color:#fff;
    border:1px solid #CCC;
    color:#333;
    font-size:11px;
    margin:3px 0 0;
    padding:1px;
    width:123px;
}
.floatVideoWebmaster .titleContainer {
    height:15px;
    overflow: hidden;
}
.error {
    color:red;
}
hr {
    border:2px solid #ccc;
}

.categoryList h1, #videos h1, #pornoRightBox h1 {
    background-color: #F4F4F4;
    background-image: url(http://t.videos96.com:81/images/h1bg.jpg);
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font-size: 16px;
    margin: 0 0px 3px 0px;
    padding: 4px 0px 4px 6px;
}
.paginador{
	text-align:center;
	}
#links{clear:both; }
.tdlinks{ float:left; padding-left:14px; margin-right:14px; width:143px; line-height:23px; font-size:13px; }
.tdlinks a{ text-decoration:none; display:block; font-size:13px;}
.tdlinks a:hover{ text-decoration:underline}
.tdlinks a:visited{ color:#2200CC;}
.tdlinks .last{ border-right:#FFF 1px solid;}


#pornoLeftBox {
    float:left;
    width:620px;
    /*float:left;*/
}

#pornoRightBox {
    float: right;
    width:380px;
    height: 200px;
}
#pornoBottomBox{
}
#bottomBoxIn {
clear:both;float:none;
}
#bottomVideos {
  padding-left:45px;
  float:none;
  clear:both;
}
#divembed {
  width:610px;
  float:none;
  clear:both;
}
#embedBox {
  width:600px;
  background: blue;
}
#linkToUs {
  text-align:center;width:120px;float:left;clear:both;
}
/* votes
 * ******/
#videoVote {
border:1px solid black;padding:2px;width:480px;float:left;font-size:.9em;
}
#subscribe1 {
text-align:center;padding-top:30px;margin-top:10px; float:none; clear:both;
}
#votesCounterGood{
height:20px;background-color:green;
}
#votesCounterBad{
height:20px;background-color:red;
}

/* menuCategorias **/
#subHeader{
    float:left;
    height:30px;
    width:1052px;
    }
#menuCategorias {
    float:left;
    padding:4px 0 0 0;
    margin:0;
}
/* tabs
*************************/

ul.tabs
{
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    background-color:#fff;
}

ul.tabs li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
    float: left;
    position: relative;
}

ul.tabs a
{
    position: relative;
    display: block;
    text-decoration:none;
    /*color:#CF1D00;*/
    font-family:sans-serif;
    font-size:14px;
    font-weight:bold;
    background-color:#fff;
    margin: 0 2px 0 0;
    padding:2px 6px 4px 0px;
}
ul.tabs a:hover
{

    /*color:#CF1D00;*/
    background-color:#fff;
}
.last{
    margin:0 0 10px 0;
}
/* dropdowns
*************************/

ul.dropdown
{
    margin: 0;
    padding:3px;
    display: block;
    position: absolute;
    z-index: 999;
    top: 100%;
    width: 450px;
    display: none;
    left: 0;
    background: #FFF;
    border:#535353 solid 1px;
}

ul.dropdown ul.dropdown
{
    top: 0;
    left: 95%;
}

ul.dropdown li
{
    margin: 0;
    padding:0;
    float: left;
    position: relative;
    list-style: none;
    display: inline;
    width:140px;
    text-align:left;
}
ul.dropdown li ul
{
    margin: 0;
    float:left;
}

ul.dropdown li a
{
    display:inline;
    color:#535353;
    font: 11px sans-serif;
    font-weight:normal;
    background:none;
    text-align:left;
    margin: 0;
    padding: 0;
    text-transform:capitalize;
}

