@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("redtube.com") {

/*fix body*/
body {
margin: 5px !important;
padding: 5px !important;
}

/*block ads and logo */
.topAds, .towerAds, .bottomAds, .relPremiumVideos, .ntvAds, .belowVideoAd, .header {
display: none !important;
visibility: hidden !important;
}

/*wider content*/
.content {
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
}

/*wider content*/
.contentHolder {
height: auto !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}

/*wider player*/
.videoPlayer, .watch {
width: 100% !important;
height: 515px !important;
}

/*wider player*/
#redtubeplayer {
width: 100% !important;
height: 550px !important;
}

/*fix list of videos - main page*/
.relVideos {
padding: 50px 0 0 0 !important;
}

/*fix list of videos - other*/
.relVideos ul li.videoLast {
margin-bottom:24px !important;
padding-right:39px !important;
}

li[style="margin: 0px;"] {
margin: 0 36px 29px 0 !important;
}

ul.videoThumbs li[style="margin: 0px;"] {
margin: 0 36px 20px 0 !important;
}

ul.videoThumbs li {
margin: 0 36px 20px 0 !important;
}

iframe {
display: none !important;
}

}