/* Table of Contents:
  PAGE STRUCTURE
  TYPOGRAPHY
  CONTENT

  colors:
    Sky blue (Vids duration text):#219ce3;
  Mid grey (Vids title):#757575;
  Light Orange (Vids date posted):#ffae00;
  Light Grey (Vids views):#959595;
  DARK GREY:(Vids min):#434343;
*/
/* -----------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -----------------------------------*/
#colA {
  overflow: hidden;
  /*background: #999*/;
  width: 165px;
  margin-right:5px;
  _margin-right:3px;
}
#colB {
  overflow: hidden;
  padding: 0 5px;
  width: 763px
}


/* -----------------------------------*/
/* ---------->>> CONTENT <<<-----------*/
/* -----------------------------------*/
.pub_zone_membre_2_lignes {
  position:absolute;
  margin-left: 25px;

}
#last_viewed { padding-top:10px; }

#last_viewed ul, #last_added ul, .special_mod_tube ul {
    overflow:hidden;
    list-style: none;
    list-style-image: none;
}

#last_viewed ul{
  margin:0px;
  padding:0 0 0 7px;
  }

#last_added ul, .special_mod_tube ul {
  margin:0 auto;
}


#videos_scroller{
padding:5px;
}
#videos_list ul, .videos_list ul { margin-left: 0px; }




#last_viewed ul li h3, #last_added ul li h3, .special_mod_tube ul h3 {
  height: 1.5em;
  overflow: hidden;
}


/* .bt_categories-small,
.bt_categories-medium,
.bt_categories-large,
.bt_categories-Xlarge { float: right; margin-right: 8px; margin-top: 3px; text-align: center; height: 13px; }

.bt_categories-small { background: transparent url("/images/bt_categories_small.gif") no-repeat center center; width: 60px; }
.bt_categories-medium { background: transparent url("/images/bt_categories_medium.gif") no-repeat center center; width: 89px; }
.bt_categories-large { background: transparent url("/images/bt_categories_large.gif") no-repeat center center; width: 122px; }
.bt_categories-Xlarge { background: transparent url("/images/bt_categories_Xlarge.gif") no-repeat center center; width: 162px; } */

#categories .cat_principal a {
text-decoration:underline;
}


#pagination{background: #eee; height:2em; line-height:2em; font-size:12px}
#pagination div  { padding-right: 10px; }
#pagination div *{ color: black;}
#pagination div span { margin: 0 8px; }
#pagination div a:hover { text-decoration: underline; }

#imgpreview {
    position:absolute;
    border:3px solid black;
    background:#EDEDED;
    display:none;
    margin:0;
    padding:0;
}
