﻿@charset "UTF-8";
/* CSS Document */

/* attributes */

/*======
OTV Systems Design Team
Copyright 2013
Written for - www.drg.tv


swatch colors
-------------

Font =
#EAEAEA - light grey
#515455 - dark grey
#54595B- dark grey
#333333 - black

genre colours =
comedy -#005197
drama -#50C0DD
factual -#79328E
factual ent -#005197
music & ent -#007E92
Format Ent -#E8328D
Format: factual ent-#539B36
format: scripted -#BA1887

======== */



/* to remove the defualt borders bnrowers add */

/* remove border around all input elements */
input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

/* remove border around all elements */
:focus {
    outline: none;
}

body {
    background-position: top center;
    background-repeat: no-repeat;
}

body, td, th {
    font-family: "Gotham";
    font-size: 0.906em; /*14.5px*/
    color: #54595B;
    margin: 0;
    padding: 0;
}

form {
    display: none;
}

h1 {
    font-size: 1.875em; /*30px*/
}


h2 {
    font-size: 1em; /*16px*/
    font-weight: lighter;
    color: #54595B;
}


ul, li {
    list-style: none;
}


.cl {
    clear: both;
}


a {
    color: #333;
    text-decoration: none;
}

    a:visited {
        color: #333333;
    }

    a:hover {
        color: #333333;
    }

    a:active {
        color: #5F5F5F;
    }

form {
    display: block;
}

label {
    cursor: default;
}


.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

/*-------------- header starts -----------------*/

#wrap {
    height: auto;
    width: 100%;
}

header, section, aside, article, footer {
    margin: auto;
    width: auto;
    height: auto;
}


#top-grey-bar {
    width: 100%;
    height: 42px;
   
}

#top-nav-wrap {
    width: 903px;
    height: auto;
    margin: auto;
    margin-top: -42px;
    padding: 0 30px;
}

#drg-logo {
    width: 116px;
    height: 116px;
}

    #drg-logo img {
        margin-top: 5px;
    }


#column-wrap {
    width: 650px;
    height: 30px;
    margin: -103px 0 0 250px;
    position: relative;
    z-index: 1003;
    float: left;
}


#top-menu {
    width: 500px;
    text-align: center;
    margin-top: -15px;
}

    #top-menu ul li {
        display: block;
        float: left;
        margin: 0 13px;
        color: #515455;
        text-decoration: none;
    }

        #top-menu ul li a {
            text-decoration: none;
        }

    #top-menu li {
        float: left;
    }

li.active-nav {
    font-weight: bold;
    color: #333333;
}

#top-social {
    width: 190px;
    height: auto;
    margin: -30px 380px;
}

    #top-social ul li {
        display: block;
        float: right;
        margin: 0 8px;
    }

    #top-social li {
        float: right;
        text-decoration: none;
    }

.your-drg {
    width: 85px;
    height: 87px;
    float: right;
    margin: -1px -220px 0 0;
    background-image: url(../img/sign-in-sprite.png);
    background-position: 0px 0px;
}

.your-drg:hover {
    background-image: url(../img/sign-in-sprite.png);
    background-position: 0px -97px;
}

.your-drg-account {
    width: 85px;
    height: 87px;
    float: right;
    margin: -1px -220px 0 0;
    background-image: url(../img/your-drg-account-sprite.png);
    background-position: 0px 0px;
}

.your-drg-account:hover {
    background-image: url(../img/your-drg-account-sprite.png);
    background-position: 0px -97px;
}

.your-drg-close {
    width: 85px;
    height: 87px;
    float: right;
    margin: -1px -220px 0 0;
    background-image: url(../img/close-sprite.png);
    background-position: 0px 0px;
}

.your-drg-close:hover {
    background-image: url(../img/close-sprite.png);
    background-position: 0px -97px;
}

.your-drg a {
    text-decoration: none;
}


.your-drg h1 {
    color: #FFFFFF;
    font-size: 0.906em;
    margin: 36px 0 0 0;
    text-align: center;
}





.search-form {
    width: 371px;
    height: 32px;
    margin: -50px 0 20px 250px;
    position: relative;
}


    .search-form #searchString {
        width: 371px;
        height: 22px;
        background: #ffffff;
        border: 1px solid #AAAAAA;
        /*letter-spacing: 0.1em;*/
        /*text-transform: uppercase;*/
        position: absolute;
        padding: 4px 48px 3px 5px;
        color: #54595B;
        font-size: 0.906em; /*14.5px*/
        transition: all 0.3s ease-out 0s;
    }




.search-bt {
    width: 18px;
    height: 18px;
    background-image: url(../img/magnifying.png);
    position: relative;
    z-index: 1020;
    cursor: pointer;
    border: none;
    margin: 6px 0 0 400px;
}

.validation-summary-errors {
    font-size: 9px;
    color: red;
}

/*input[ type="search"]{
	width:370px;
	height:28px;
}

input[ type="submit"]{
	width:18px;
	height:18px;
	background-image:url(../img/magnifying.png);
	display:none;
}*/


/*------------------------------------------------ bottom nav ------------------------------*/




nav {
    width: 959px;
    height: 35px;
    float: right;
    margin: -10px -20px 0 0;
}


    nav p {
        margin-top: 1px;
    }


    nav ul li {
        display: inline-block;
    }

        nav ul li a {
            text-decoration: none;
        }

    nav li {
        float: left;
    }


li.all-gn, li.arts-gn, li.comedy-gn,li.crime-gn, li.drama-gn, li.ent-gn, li.factual-gn, li.fact-ent-gn, li.history-gn, li.lifestyle-gn, li.nature-wildlife-gn, li.travel-gn, li.formats-gn {
    float: left;
    margin-left: 6px;
    background-color: #ffffff;
    font-size: 15px;
}

    li.all-gn:hover, li.arts-gn:hover, li.comedy-gn:hover, li.crime-gn:hover, li.drama-gn:hover, li.ent-gn:hover, li.factual-gn:hover, li.fact-ent-gn:hover, li.history-gn:hover, li.lifestyle-gn:hover, li.nature-wildlife-gn:hover, li.travel-gn:hover, li.formats-gn:hover {
        background-color: #626B6E;
        border-bottom: none;
        height: 22px;
    }

        li.all-gn:hover a, li.arts-gn:hover a, li.comedy-gn:hover a, li.crime-gn:hover a, li.drama-gn:hover a, li.ent-gn:hover a, li.factual-gn:hover a, li.fact-ent-gn:hover a, li.history-gn:hover a, li.lifestyle-gn:hover a, li.nature-wildlife-gn:hover a, li.travel-gn:hover a, li.formats-gn:hover a {
            color: #ffffff;
        }

li.all-gn {
    width: 35px;
    height: 20px;
    border-bottom: 3px solid #5F6769;
    text-align: center;
}

li.arts-gn {
    width: 45px;
    height: 20px;
    border-bottom: 3px solid #6C3085;
    text-align: center;
}

li.crime-gn {
    width: 50px;
    height: 20px;
    border-bottom: 3px solid #999999;
    text-align: center;
}

li.comedy-gn {
    width: 70px;
    height: 20px;
    border-bottom: 3px solid #FDC818;
    text-align: center;
}

li.drama-gn {
    width: 55px;
    height: 20px;
    border-bottom: 3px solid #D70911;
    text-align: center;
}

li.ent-gn {
    width: 43px;
    height: 20px;
    border-bottom: 3px solid #E8328B;
    text-align: center;
}

li.factual-gn {
    width: 60px;
    height: 20px;
    border-bottom: 3px solid #1A417D;
    text-align: center;
}

li.fact-ent-gn {
    width: 93px;
    height: 20px;
    border-bottom: 3px solid #2980B9;
    text-align: center;
}

li.history-gn {
    width: 60px;
    height: 20px;
    border-bottom: 3px solid #BC7537;
    text-align: center;
}

li.lifestyle-gn {
    width: 70px;
    height: 20px;
    border-bottom: 3px solid #DA6017;
    text-align: center;
}

li.nature-wildlife-gn {
    width: 135px;
    height: 20px;
    border-bottom: 3px solid #279C5A;
    text-align: center;
}

li.travel-gn {
    width: 54px;
    height: 20px;
    border-bottom: 3px solid #00A3AA;
    text-align: center;
}

li.formats-gn {
    width: 70px;
    height: 20px;
    border-bottom: 3px solid #503F4C;
    text-align: center;
}

/*-------------- header ends -----------------*/

.main-body-wrap {
    width: 959px;
    height: auto;
    margin: auto;
    border-top: 2px solid #fff;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */
}

/*-------------- section starts -----------------*/

#hero {
    width: 959px;
    height: 316px;
    margin: auto;
    margin: -5px 0 0 -10px;
    position: relative;
}

#hero-img {
    width: 959px;
    height: 316px;
    position: relative;
    clear: both;
}

#carousel {
    width: 959px;
    height: 316px;
    overflow: hidden;
    position: relative;
}

    #carousel li {
        width: 959px;
        height: 316px;
        overflow: hidden;
        position: relative;
    }

    #carousel img {
        display: block;
        float: left;
    }



#pager, #prg-pager {
    /*text-align: left;*/
    /*padding: -60px 45px 0 0;*/
    position: absolute;
    margin: -60px 0 0 50px;
    z-index: 100;
}

    #pager a, #prg-pager a {
        background-color: #5C6264;
        opacity: 0.8;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-left: 6px;
        border-radius: 10px;
        /*box-shadow: 0 1px 1px #cef;*/
    }

        #pager a.selected, #prg-pager a.selected {
            background-color: #fff;
            width: 14px;
            height: 14px;
        }

        #pager a span, #prg-pager a span {
            display: none;
        }

#thumbs {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.5);
    width: 150px;
    height: 53px;
    padding: 10px;
    position: absolute;
    top: 240px;
    left: 40px;
}


    #thumbs img {
        display: block;
        float: left;
    }

.hero-box .title-overlay {
    background-image: url('../Images/Bg1px.png');
    height: 79px;
    width: 903px;
    position: absolute;
    bottom: 6px;
    color: white;
    text-align: center;
}

.hero-box .title-overlay-title {
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin-top: 7px;
}

.hero-box .title-overlay-desc {
    color: white;
    font-size: 16px;
}

.hero-box .title-overlay-genre-color {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 903px;
    height: 6px;
}

.hero-box .title-overlay-genre-color.arts-gn {
    background-color: #6C3085;
}

.hero-box .title-overlay-genre-color.crime-gn {
    background-color: #999999;
}

.hero-box .title-overlay-genre-color.comedy-gn {
    background-color: #FDC818;
}

.hero-box .title-overlay-genre-color.drama-gn {
    background-color: #D70911;
}

.hero-box .title-overlay-genre-color.entertainment-gn {
    background-color: #E8328B;
}

.hero-box .title-overlay-genre-color.factual-gn {
    background-color: #1A417D;
}

.hero-box .title-overlay-genre-color.factual-entertainment-gn {
    background-color: #2980B9;
}

.hero-box .title-overlay-genre-color.history-gn {
    background-color: #BC7537;
}

.hero-box .title-overlay-genre-color.lifestyle-gn {
    background-color: #DA6017;
}

.hero-box .title-overlay-genre-color.nature-and-wildlife-gn {
    background-color: #279C5A;
}

.hero-box .title-overlay-genre-color.travel-gn {
    background-color: #00A3AA;
}

.hero-box .title-overlay-genre-color.formats-gn {
    background-color: #503F4C;
}

.hero-outer {
    width: auto;
    text-decoration: none;
    height: 50px;
    position: relative;
    float: right;
}

.hero-box {
    /*position: relative;
    right: 65px;
    bottom: 20px;*/
}

.hero-title {
    min-width: 175px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    height: 37px;
    font-size: 28px;
    color: #333333;
    background-image: url(../img/1px-title-box.fw.png);
    padding: 6px 14px 4px 14px;
    margin: 0 0 0 0;
    text-decoration: none;
    overflow: hidden;
}


    .hero-title h2 {
        height: 37px;
        font-size: 1.875em;
        color: #333333;
        background-image: url(../img/1px-title-box.fw.png);
        padding: 8px 20px 0 20px;
        margin: 0;
        text-decoration: none;
        overflow: hidden;
    }

.season-more {
    width: 100%;
    position: relative;
}

.season-title {
    font-size: 1.575em;
    color: #333333;
    background-image: url(../img/1px-title-box.fw.png);
    padding: 2px 12px;
    margin: 0;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    margin-right: 0;
    float: left;
    clear: right;
}

.hero-more {
    width: 78px;
    height: 32px;
    background-image: url(../img/more-info-btn-sprite.png);
    background-position: 0px 0px;
    text-decoration: none;
    position: relative;
    float: right;
    right: 0;
    clear: right;
}

    .hero-more:hover {
        background-image: url(../img/more-info-btn-sprite.png);
        background-position: 0px -48px;
    }

.scroll-box {
    width: 451px;
    overflow: hidden;
    position: relative;
}

.scroll-text {
    /*position: absolute;*/
    white-space: nowrap;
}

#latest-progs {
    width: 959px;
    height: 265px;
}

ul.thb-cont, li.thumbnails {
    display: block;
    float: left;
    margin: 2px 0 0 -14px;
}

li.thumbnails {
    width: 221px;
    height: 129px;
    float: left;
    display: block;
    margin: 3px;
}

    li.thumbnails a {
        text-decoration: none;
    }

    li.thumbnails img {
        width: 221px;
        height: 129px;
    }


        li.thumbnails img:hover {
            transition: 0.5s;
            opacity: 0.7;
        }

    li.thumbnails div.scroller {
        width: 202px;
        height: 20px;
        margin: -34px 0 0 5px;
        padding: 6px 4px 2px 6px;
        
background-image: url('../Images/Bg1px.png');
        color: white;
        z-index: 1040;
        position: relative;
        font-weight: 500;
        opacity: 0.9;
    }

.scroller {
    display: block;
    overflow: hidden;
}

    .scroller .scrolling-text {
        position: absolute;
        white-space: nowrap;
    }

        .scroller .scrolling-text.scrollfix {
            left: 4px !important;
        }

.thumb-title {
    width: 100%;
    height: auto;
    background-image: url(../img/1px-thb-box.fw.png);
    background-repeat: repeat-x;
    /*background-color:#D1D1DC;*/
}

.series-text {
    float: right;
    /*margin:-22px 8px 0 0;*/
    z-index: 1220;
    position: relative;
    /*font-weight:bold;*/
    white-space: nowrap;
    display: inline-block;
}




.catalogues {
    width: 903px;
    height: 190px;
    margin-top: 20px;
}


#catalogues {
    width: 202px;
    height: 25px;
    margin-top: -28px;
    margin-left: 10px;
    color: #fff;
}

.catalogues-img {
  
    width: 901px;
    height: 37px;
    background-color: #192027; 
}

/*-------------- genre dl carousel -----------------*/
.next {
    float: right;
    margin-top: -75px;
    margin-right: 30px;
    z-index: 10;
    position: relative;
    cursor: pointer;
}

.prev {
    float: left;
    margin-top: -75px;
    margin-left: 30px;
    z-index: 1000000;
    cursor: pointer;
}

.genre-downloads {
    margin-left: 15px;
    margin-top: 15px;
    width: 800px;
    overflow: hidden;
}



.carousel-download {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin: auto;
    margin-top: 5px;
    width: 2000px;
    padding-left: 10px;
}


.genre-carousel-holder {
    /*height: 60px;*/
    text-align: center;
    float: left;
    width: auto;
    overflow: hidden;
    padding: 0 10px 5px 10px;
}

.genre-carousel-holder-non-genre {
    margin-top: 36px;
}

span.genre-dls {
    margin: 0 13px 0 13px;
    overflow: hidden;
    width: 100px;
    height: 32px;
    text-align: center;
}

    span.genre-dls a {
        margin-left: auto;
        text-align: center;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: solid 3px;
        border-color: #005197;
        font-size: 15pt;
    }

.genre-dls-dl a p {
    width: 100px;
    margin: auto;
    margin-top: 15px;
}

.genre-first {
    margin-left: 50px;
}

.disabled {
    visibility: hidden;
}



span.genre-dls-dl {
    margin: auto;
    overflow: hidden;
    text-align: center;
}


    span.genre-dls-dl a p {
        font-size: 13px;
        font-style: italic;
        line-height: 120%;
        text-decoration: underline;
        color: rgb(204,204,204);
        margin-left: auto;
    }

/*-------downloads-----------*/


ul li.genre-dls-format-ent-dl, li.genre-dls-music-ent-dl, li.genre-dls-comedy-dl, li.genre-dls-format-scrip-dl, li.genre-dls-format-fact-dl, li.genre-dls-fact-ent-dl {
    float: left;
    margin: 24px 0 0 -110px;
    overflow: hidden;
}

ul li.genre-dls-comedy-dl {
    float: left;
    margin: 14px 0 0 -114px;
    overflow: hidden;
}

ul li.genre-dls-drama-dl {
    float: left;
    margin: 24px 0 0 -98px;
    overflow: hidden;
}

ul li.genre-dls-fact-dl {
    float: left;
    margin: 24px 0 0 -106px;
    overflow: hidden;
}




ul li.genre-dls-comedy-dl p, li.genre-dls-format-ent-dl p, li.genre-dls-drama-dl p, li.genre-dls-fact-dl p, li.genre-dls-music-ent-dl p, li.genre-dls-comedy-dl p, li.genre-dls-format-scrip-dl p, li.genre-dls-format-fact-dl p, li.genre-dls-fact-ent-dl p {
    font-size: 13px;
    font-style: italic;
    line-height: 120%;
    text-decoration: underline;
    color: rgb(204,204,204);
    text-align: left;
}

ul li.genre-dls-comedy-dl:hover, li.genre-dls-format-ent-dl:hover, li.genre-dls-drama-dl:hover, li.genre-dls-fact-dl:hover, li.genre-dls-music-ent-dl:hover, li.genre-dls-format-scrip-dl:hover, li.genre-dls-format-fact-dl:hover, li.genre-dls-fact-ent-dl:hover {
    color: rgb(119,119,119);
}


.arrow-left {
    width: 7px;
    height: 12px;
    float: left;
    background-image: url(../img/left-arrow.fw.png) /*no-repeat scroll left 60px rgba(0, 0, 0, 0)*/;
    margin: 20px 0 0 0px;
}

.arrow-right {
    width: 7px;
    height: 12px;
    background-image: url(../img/right-arrow.fw.png) /*no-repeat scroll left 60px rgba(0, 0, 0, 0)*/;
    float: right;
    margin: -10px -5px 0 0;
    display: block;
}


/*-----------------------------------latest news----------------------------------------------*/


#latest-news {
    width: 675px;
    height: 360px;
    float: left;
    background-color: #FFF;
    margin: 15px 0 0 25px;
}


    #latest-news a {
        text-decoration: none;
    }

#latest-news-header {
    width: 675px;
    height: 36px;
}

.latest-news-img {
    
    width: 676px;
    height: 37px;
  
    background-color: #192027;
   
}


#latest-news-btn {
    width: 100px;
    height: 20px;
    float: right;
    position: relative;
    z-index: 1010;
    margin: -30px 5px 0 0;
    color: #ffffff;
}



    #latest-news-btn p {
        font-size: 12px;
        color: #FFFFFF;
        margin-top: 5px;
        margin-left: 8px;
    }


#latest-news-header h2 {
    margin-top: -28px;
    margin-left: 10px;
    color: #fff;
}


.article-1, .article-2, .article-3 {
    width: 213px;
    height: 300px;
    float: left;
    margin-left: 10px;
}

    .article-1 img, .article-2 img, .article-3 img {
        width: 210px;
        height: 113px;
        margin: 10px 0 20px 0;
    }

    .article-1 time, .article-2 time, .article-3 time {
        font-size: 0.813em;
        color: #AAAAAA;
    }

.article-title {
    color: #111111;
    margin-top: 10px;
    font-size: 14.5px;
}

.article-1 p, .article-2 p, .article-3 p {
    font-size: 0.813em;
    color: #595F5F;
    line-height: 1.5;
}

.bold {
    font-weight: bold;
    color: #333333;
}

#message {
    float: left;
    margin: 20px 0 0 10px;
    width: 100%;
}

#twitter {
    width: 226px;
    height: 360px;
    float: right;
    margin: 15px 25px 0 0;
}

.twitter-img {
    width: 225px;
    height: 38px;
    background-color: #192027;
}

#twitter h2 {
    margin-top: -28px;
    margin-left: 10px;
    color: #fff;
}

#twitter-body {
    width: 210px;
    height: 304px;
    background-color: #F4F4F4;
    border: 8px solid #FFFFFF;
}


.twitter-feed-1, .twitter-feed-2, .twitter-feed-0 {
    width: 190px;
    height: 110px;
    border-bottom: 1px solid #DDDDDD;
    margin-left: 8px;
    overflow: hidden;
}

    .twitter-feed-1 img, .twitter-feed-2 img, .twitter-feed-0 img {
        width: 48px;
        height: 48px;
        margin: 10px 0 0 5px;
    }

    .twitter-feed-1 p, .twitter-feed-2 p, .twitter-feed-0 p {
        font-size: 0.8125em;
        margin: -55px 0 0 70px;
    }

#tweet-0, #tweet-1, #tweet-2 {
    font-size: 0.8125em;
    height: 55px;
}

.tweet {
    color: #999999;
}

.tweetContent {
    width: 110px;
    height: 70px;
    overflow: hidden;
}

    .tweetContent a {
        text-decoration: underline;
    }

#go-to-twitter {
    width: 147px;
    height: 21px;
}

    #go-to-twitter p {
        margin: 26px 0 0 30px;
    }

    #go-to-twitter img {
        width: 24px;
        height: 19px;
        float: right;
        margin: 0 -20px 0 0;
    }

/*--------------------------------------------------footer------------------------------------------*/

.drg-footer {
    width: 959px;
    height: 291px;
    background-color: #FFFFFF;
}


    .drg-footer img {
        width: 90px;
        height: 90px;
        float: left;
        margin: 26px 0 0 40px;
    }


#nav-1 {
    width: 425px;
    height: 30px;
    margin: auto;
}

    #nav-1 a {
        text-decoration: none;
    }

    #nav-1 ul li {
        display: block;
        float: left;
        margin: 80px 12px 12px 12px;
    }

.frapa-logo {
    width: 129px;
    height: 107px;
    float: right;
    margin: -20px 20px 0 0;
}



#nav-2 {
    width: 959px;
    height: 35px;
    /*float:right;
	margin:-10px -17px 0 0;*/
}


    #nav-2 p {
        margin-top: 1px;
    }


    #nav-2 ul li {
        display: inline-block;
    }

        #nav-2 ul li a {
            text-decoration: none;
        }

    #nav-2 li {
        float: left;
    }


#address {
    width: 485px;
    height: 30px;
    float: left;
    margin: 30px 0 0 40px;
}

    #address img {
        width: 14px;
        height: 19px;
        float: left;
        margin: 12px 0 0 0px;
    }

    #address p, #email p, #phone p {
        float: right;
        font-weight: bold;
    }

#email {
    width: 120px;
    height: 30px;
    float: left;
    margin: 30px 0 0 50px;
}

    #email img {
        width: 22px;
        height: 16px;
        float: left;
        margin: 16px 0 0 0px;
    }



#phone {
    width: 190px;
    height: 30px;
    float: right;
    margin: 30px 20px 0 0;
}

    #phone img {
        width: 15px;
        height: 21px;
        float: left;
        margin: 10px 0 0 0px;
    }


#small-nav {
    width: 959px;
    height: 50px;
    margin-top: 40px;
    font-size: 0.75em;
}


    #small-nav a {
        text-decoration: none;
    }

    #small-nav.ul li {
        display: block;
        float: left;
        margin: 2px;
    }


    #small-nav li {
        display: block;
        float: left;
        margin: 6px;
    }


.social-bot {
    width: 200px;
    height: 30px;
    float: left;
    margin-left: -5px;
}

    .social-bot ul li img {
        width: 15px;
        height: 15px;
        float: left;
        margin: -15px 10px 0 0;
    }

.move-right {
    width: 208px;
    height: 30px;
    float: right;
    margin: 10px -5px 0 0;
}

#spinner {
    width: 128px;
    height: 15px;
    display: none;
    position: fixed;
    top: 229px;
    left: 49%;
    margin-top: -50px;
    margin-left: 20px;
    z-index: 5;
}

    #spinner.loading {
        background: url('../img/search-loader.gif') no-repeat center center;
        z-index: 50;
    }

.underline-all-programmes {
    border-bottom: 3px solid #5F6769;
    display: inline;
}

.underline-comedy {
    border-bottom: 3px solid #FDC818;
    display: inline;
}

.underline-drama {
    border-bottom: 3px solid #D70911;
    display: inline;
}

.underline-entertainment {
    border-bottom: 3px solid #E8328B;
    display: inline;
}

.underline-factual {
    border-bottom: 3px solid #1A417D;
    display: inline;
}

.underline-factual-entertainment {
    border-bottom: 3px solid #2980B9;
    display: inline;
}

.underline-history {
    border-bottom: 3px solid #BC7537;
    display: inline;
}

.underline-lifestyle {
    border-bottom: 3px solid #DA6017;
    display: inline;
}

.underline-nature-and-wildlife {
    border-bottom: 3px solid #279C5A;
    display: inline;
}

.underline-travel {
    border-bottom: 3px solid #00A3AA;
    display: inline;
}

.underline-formats {
    border-bottom: 3px solid #503F4C;
    display: inline;
}

/*.underline-music-and-entertainment {
    border-bottom: 3px solid #007E92;
    display: inline;
}
.underline-format-entertainment {
    border-bottom: 3px solid #E8328D;
    display: inline;
}
.underline-format-factual-entertainment {
    border-bottom: 3px solid #539B36;
    display: inline;
}
.underline-format-scripted {
    border-bottom: 3px solid #BA1887;
    display: inline;
}*/

#ui-id-1 {
    opacity: 0.9;
    z-index: 2001;
    width: 22%;
}

.ui-menu-item a:hover {
    background: #646D71;
    color: white;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0 !important;
}

.close-right-ol {
    color: #000000;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    margin: -30px 12px 0 0;
    right: 15px;
    text-decoration: underline;
    top: -20px;
    cursor: pointer;
}

.search-loader {
    position: absolute;
    margin-left: 265px;
    margin-top: 8px;
}
.secret-page-header {
    padding: 40px;
}
.login {
    text-decoration: underline;
    cursor: pointer;
}