/*!
 * UK Data Service Stylesheet v1.0.0
 *
 * Copyright 2012 UK Data Archive
 * 
 * Created by Ashley Fox (afoxa@essex.ac.uk) 30/11/12
 * 
 */

/* ==========================================================================
   AF 03/12/12 : Import Custom fonts START
   ========================================================================== */

@font-face {
    font-family: 'Museo-500';
    src: url('fonts/UKDataService/Museo/24F29D_0_0.eot');
    src: url('webfonts/24F29D_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/UKDataService/Museo/24F29D_0_0.woff') format('woff'), url('fonts/UKDataService/Museo/24F29D_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'MuseoSans-500';
    src: url('fonts/UKDataService/Museo/24F29D_1_0.eot');
    src: url('fonts/UKDataService/Museo/24F29D_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/UKDataService/Museo/24F29D_1_0.woff') format('woff'), url('fonts/UKDataService/Museo/24F29D_1_0.ttf') format('truetype');
}

/* ==========================================================================
   AF 03/12/12 : Import Custom fonts END
   ========================================================================== */

/* ==========================================================================
   AF 30/11/12 : Header Widget START
   ========================================================================== */

#no-javascript {
    border-bottom: 1px solid #BC0000;
    border-top: 1px solid #BC0000;
    color: #BC0000;
    margin-top: 2px;
    text-align: center;
}

#logo div {
    border: 1px solid #231f20;
    border-left: 0;
    border-right: 0;
    color: #5a666f;
    font-weight: bold;
    height: 33px;
    padding-top: 5px;
}

#logo div a { color: #5a666f; }

#logo img { margin: 7px 0 7px 0; }

/*#ukds-text {
    background-position: 0 -160px;
    height: 12px;
    margin: 0;
    width: 107px;
}*/

#ukds-logo {
    background-position: -170px -40px;
    height: 51px;
    width: 47px;
}

/* ==========================================================================
   AF 30/11/12 : Top Navigation Widget START
   ========================================================================== */

.container {
    font-family: 'Arial';
    font-size: .9em;
}

.nav {
    border-bottom: 1px solid #231f20;
    border-top: 1px solid #231f20;
    display: block;
    float: left;
    font-size: .95em;
    left: 0;
    list-style: none;
    margin: 0 10px 0 0;
    position: relative;
    width: 100%;
}

.nav .pull-right {
    float: right;
    margin-right: 0;
}

.nav li { float: left; }

.nav a {
    border-top: 6px #fff solid;
    color: #000;
    display: block;
    float: none;
    font-weight: bold;
    line-height: 10px;
    margin: 0 20px;
    padding: 11px 0;
    text-decoration: none;
}

.nav a:hover {
    border-color: #333333;
    text-decoration: none;
}

.nav a.current { border-color: #333333; }

.nav a:hover.purple, .nav a.active.purple { border-color: #702082 !important; }

.nav a:hover.light-blue, .nav a.active.light-blue { border-color: #0085ca !important; }

.nav a:hover.green, .nav a.active.green { border-color: #00965e !important; }

.nav a:hover.dark-blue, .nav a.active.dark-blue { border-color: #385e9d !important; }

.nav a:hover.grey, .nav a.active.grey { border-color: #5b6770 !important; }

.nav a:hover.pink, .nav a.active.pink { border-color: #ce0058 !important; }

.nav-small {
    list-style: none;
    margin: 0;
}

.nav-small li { float: left; }

.nav-small a {
    display: block;
    float: none;
    font-size: .9em;
    margin-left: 10px;
    padding: 9px 0;
    text-decoration: none;
}

.nav-small a:hover { text-decoration: underline; }

/* ==========================================================================
   AF 30/11/12 : Top Navigation Widget END
   ========================================================================== */
   
/* ==========================================================================
   AF 30/11/12 : Header Widget END
   ========================================================================== */

/* ==========================================================================
   AF 03/12/12 : Footer Widget START
   ========================================================================== */

.footer-bar {
    background: #000;
    color: #dddddd;
    display: table;
    font-size: .8em;
    margin: 0;
    padding: 2px 0 3px 0;
}

.footer-bar span {
    float: left;
    padding-left: 10px;
}

.footer-bar .nav-small {
    margin: 0;
    padding-right: 10px;
}

.footer-bar .nav-small a {
    color: #dddddd;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */
    
    .footer-bar .nav-small a { margin: 0 6px 0 6px !important; }
    
    /* Tablet View END */
}

@media (max-width: 767px) {
    /* Mobile View START */
    
    .footer-bar { margin-top: 10px; }
    
    /* Mobile View END */
}

/* ==========================================================================
   AF 03/12/12 : Footer Widget END
   ========================================================================== */
   
/* ==========================================================================
   AF 04/12/12 : Breadcrumbs Widget START
   ========================================================================== */

#breadcrumbs, #breadcrumbs a {
    color: #444;
    font-size: .9em;
    margin-top: -6px;
    position: relative;
}

@media (max-width: 767px) {
    /* Mobile View START */
    
    #breadcrumbs { margin-top: 10px; }
    
    /* Mobile View END */
}

/* ==========================================================================
   AF 04/12/12 : Breadcrumbs Widget END
   ========================================================================== */

/* ==========================================================================
   AF 03/12/12 : Quick Access To Widget START
   ========================================================================== */

.quick-links { margin-top: 15px; }

.quick-links i {
    background-position: -210px -100px;
    height: 22px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}

.quick-links a {
    background: #ced2d5;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-top: 3px;
    padding-left: 16px;
    position: relative;
}

.quick-links a:hover {
    background: #0b1f2b;
    color: #fff;
    text-decoration: none;
}

/* ==========================================================================
   AF 03/12/12 : Quick Access To Widget END
   ========================================================================== */

/* ==========================================================================
   AF 04/12/12 : Latest Tweets Widget START
   ========================================================================== */

.no-js .tweets { display: none; }

.tweets { position: relative; }

.twtr-widget, .twtr-widget-profile, .twtr-tweet-wrap, .twtr-timeline, .twtr-doc, .twtr-bd {
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.twtr-hd, .twtr-ft, .twtr-tweet-text em { display: none !important; }

.twtr-tweet-wrap {
    background: url('../images/UKDataService/tweet-icon.jpg') no-repeat top left !important;
    padding: 0 0 10px 30px !important;
}

.twtr-tweet {
    border-bottom: 1px dotted #000 !important;
    margin: 10px 0 0 0 !important;
}

#tweet-id-1 { border-bottom: 0px !important; }

.fade-bottom {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

#tweet-stop {
    float: right;
    font-weight: normal;
}

@media (min-width: 768px) and (max-width: 979px) {
    /* Tablet View START */
    
    .twtr-doc { width: 120px !important; }
    
    /* Tablet View END */
}

/* ==========================================================================
   AF 04/12/12 : Latest Tweets Widget END
   ========================================================================== */

/* ==========================================================================
   AF 03/12/12 : Carousel Widget START
   ========================================================================== */

#carousel {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    margin: 7px 0 0 0;
    position: relative;
}

.carousel h1, .carousel h2, .carousel p, .carousel a { color: #000 !important; }

.carousel .white h1, .carousel .white h2, .carousel .white p, .carousel .white a { color: #fff !important; }

.carousel-pagination {
    left: 12px;
    position: absolute;
    top: 18px;
    z-index: 99999;
}

.carousel-pagination a {
    background-image: url("../images/UKDataService/sprite-map.png");
    background-position: -20px -180px;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    outline: none;
    position: relative;
    width: 15px;
}

.no-js .carousel-pagination a { display: none !important; }

.carousel-pagination a:hover, .carousel-pagination a.active {
    background-position: 0 -180px;
    display: inline-block;
}

.carousel .item {
    height: 327px;
    width: 510px;
}

.carousel img {
    float: right;
    position: relative;
    z-index: 1;
}

.carousel-caption {
    background: none;
    float: left;
    margin-left: 5px;
    margin-right: -100%;
    position: relative;
    top: 10%;
    width: 40%;
    z-index: 2;
}

.carousel-caption h1, .carousel-caption h2 { font-family: 'Museo-500'; }

.carousel-caption h1 {
    border-bottom: 7px solid #666666;
    border-top: 0;
    font-size: 2.8em;
    height: auto;
    padding-bottom: 10px;
    /*text-align: right;*/
}

.carousel-caption h2 {
    font-size: 1.2em;
    line-height: 13pt;
}

.carousel-caption a { color: #fff; }

.carousel-stop {
    bottom: 10px;
    display: block;
    position: absolute;
    right: 5px;
}

.no-js .carousel-stop { display: none; }

/* ==========================================================================
   AF 03/12/12 : Carousel Widget END
   ========================================================================== */
   
/* ==========================================================================
   AF 04/12/12 : List Page Template START
   ========================================================================== */

.list {
    list-style: none;
    margin: 0;
}

.list li {
    border-bottom: 1px dotted #000;
    overflow: hidden;
    padding: 15px 0 5px 0;
}

.list img {
    float: left;
    height: 60px;
    margin: 0 12px 10px 0;
    width: 90px;
}

.list h1 {
    border-bottom: 0;
    color: #252525;
    font-family: 'Arial';
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0 0 5px 0;
}

.list div.with-image p { padding-left: 102px; }

/* ==========================================================================
   AF 04/12/12 : List Page Template END
   ========================================================================== */
   
/* ==========================================================================
   AF 05/12/12 : Form Styling START
   ========================================================================== */

.search-box {
    background: #fff;
    height: 25px;
    margin-bottom: 10px;
    position: relative;
}

.search-box.large { width: 80%; }

.search-text {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 1.2em !important;
    height: 21px !important;
    left: 0;
    outline: none !important;
    padding: 2px 2px 2px 22px !important;
    position: absolute;
    top: 0;
    width: 70%;
}

.search-box i {
    height: 100%;
    margin: 0;
    position: absolute;
}

.search-box-start {
    background-position: -210px -160px;
    left: 0;
    width: 20px;
}

.search-box-end {
    background-position: -230px -160px;
    right: 0;
    width: 10px;
}

.search-options { overflow: hidden; }

.search-options div, .search-options label { float: left; }

.go-button {
    background-color: transparent;
    background-image: url("../images/ukdataservice/sprite-map.png");
    background-position: -110px -160px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: .9em;
    font-weight: bold;
    height: 21px;
    outline: none;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 41px !important;
}

.go-button:hover {
    background-position: -160px -160px;
    color: #000;
}

.styledRadio, .styledCheckbox {
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-top;
}

/* ==========================================================================
   AF 05/12/12 : Form Styling END
   ========================================================================== */

.box {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border-top: 7px solid #fff;
    margin-top: 7px;
    padding: 0 12px 1px 12px;
    position: relative;
}

.box.large {
    background: #0b1f2b url('../images/UKDataService/discovery.gif') no-repeat bottom left !important;
    height: 264px;
    margin-top: -7px;
}

.box.large h1 {
    bottom: 10px;
    font-size: 2.2em;
    line-height: 28px;
    position: absolute;
    right: 10px;
    width: 200px;
}

.box.dark {
    background: #0b1f2b;
    color: #fff;
}

.box.light { background: #e9e9e9; }

.box.pink { border-top: 7px solid #e10098; }

.box.blue { border-top: 7px solid #0085ca; }

.box.green { border-top: 7px solid #009966; }

.box h3, .box a {
    border-top: 0;
    color: #fff;
    padding-top: 0;
}

.box span {
    display: inline-block;
    margin: 0 20px 0 20px;
}

.box p { font-size: .8em; }

.box p a { font-weight: bold; }

.box p.large {
    font-size: 1em;
    margin-bottom: 15px;
    margin-top: 20px;
}

.box p.large a { font-weight: normal; }

.box .discover {
    background-position: -210px 0;
    height: 12px;
    width: 14px;
}

h1 {
    border-bottom: 2px solid #231f20;
    font-family: 'MuseoSans-500';
    font-size: 2em;
    font-weight: normal;
    margin-top: 15px;
    padding-bottom: 1px;
}

h3 {
    border-top: 2px solid #231f20;
    font-size: 1em;
    font-weight: bold;
    line-height: 12px;
    margin-top: 11px !important;
    padding-top: 13px;
    text-transform: uppercase;
}

h3 img { margin-right: 10px; }

h4 {
    font-size: .95em;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 5px !important;
    padding-bottom: 5px;
}

.link-list {
    list-style: none;
    margin: 10px 0 0 0;
}

.link-list li { border-top: 1px dotted #000; }

.link-list li:first-child { border: 0; }

.link-list a {

    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
}

.article-image-clear {
    border-bottom: 2px solid #231f20;
    clear: both;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.article-image img {
    float: right;
    position: relative;
    z-index: 1;
}

.article-image-text {
    float: left;
    font-family: 'MuseoSans-500';
    font-size: 2em;
    line-height: 1.2em;
    margin-left: 5px;
    margin-right: -100%;
    position: relative;
    width: 50%;
    z-index: 2;
}

.article-image-text.white { color: #ffffff; }

/* ==========================================================================
   JD 03/12/12 : nav extender START
   ========================================================================== */

#nav-extender {
    position: relative;
    z-index: 999999;
}

#nav-extender .wrapper {
    background: url("../images/UKDataService/nav-extender-background.gif") repeat #fff;
    left: 0;
    padding: 2%;
    position: absolute;
    top: 0;
    width: 96.1%;
}

#nav-extender .wrapper div {
    display: none;
    float: left;
    padding: 0 3% 0 0;
    width: 30%;
}

#nav-extender img {
    display: block;
    float: left;
    margin-right: 13px;
}

#nav-extender ul {
    list-style: none;
    margin: 0;
}

#nav-extender i {
    background-color: #bebdbe;
    background-position: 0px -80px;
    margin-right: 9px;
}

#nav-extender a:hover { text-decoration: none; }

i {
    background-image: url("../images/UKDataService/sprite-map.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 9px;
    margin: 5px 5px 0 0;
    width: 8px;
}

a i { cursor: pointer; }
   
/* ==========================================================================
   JD 03/12/12 : nav extender END
   ========================================================================== */  
   
/* ==========================================================================
   JD 03/12/12 : social START
   ========================================================================== */

.social ul { overflow: hidden; }

.social li {
    float: left;
    width: 24.9%;
}

.social a {
        
    background-image: url("../images/ukdataservice/sprite-map.png");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin: auto;
    text-align: -9999px;
}

.social .e-mail {
    background-position: 0 0;
    width: 30px;
}

.social .e-mail:hover { background-position: 0 -40px; }

.social .twitter {
    background-position: -30px 0;
    width: 40px;
}

.social .twitter:hover { background-position: -30px -40px; }

.social .facebook {
    background-position: -70px 0;
    width: 50px;
}

.social .facebook:hover { background-position: -70px -40px; }

.social .rss {
    background-position: -120px 0;
    width: 40px;
}

.social .rss:hover { background-position: -120px -40px; }      

/* ==========================================================================
   JD 03/12/12 : social END
   ========================================================================== */        
   
   
/* ==========================================================================
   JD 03/12/12 : side nav START
   ========================================================================== */

.side-nav {
    border-top: 2px #000 solid;
    display: block;
    font-weight: bold;
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0;
    padding-top: 10px;
}

.side-nav i { visibility: hidden; }

.side-nav a:hover i, .side-nav a.active i { visibility: visible; }

.side-nav .seperator {
    border: dotted #5a5758 1px;
    border-left: 0;
    border-right: 0;
    margin-top: -8px;
    padding-top: 7px;
}

.side-nav li {
    display: block;
    line-height: 1.2em;
    margin: 0 3px 14px 0;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.no-js .side-nav li:hover .side-sub-nav { display: block; }

.side-nav i {
    background-position: 0 -80px;
    margin: 2px 8px 0 0;
    width: 9px;
}

.side-nav a {
    outline: none;
    text-decoration: none;
}

.side-nav a:hover i { background-color: #333; }

.side-sub-nav {
    display: block;
    font-weight: normal;
    list-style: none;
    margin: 0 0 -3px -15px;
    padding: 0;
}

.side-sub-nav li {
    margin-left: 16px;
    margin-top: 14px;
}

.side-sub-nav i {
    background-position: -20px -80px;
    margin-top: -2px;
}

.side-sub-nav a { color: #444; }

.side-sub-nav a:hover { color: #000; }
   
/* ==========================================================================
   JD 03/12/12 : side nav END
   ========================================================================== */          
   
   
/* ==========================================================================
   JD 07/12/12 : expander START
   ========================================================================== */

.expander {
    border: 2px #000 solid;
    border-left: 0;
    border-right: 0;
    margin-top: 9px;
    position: relative;
}

.expander-header {
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 17px 4px;
    text-transform: uppercase;
    width: 90%;
}

.expander-content {
    display: none;
    padding: 0 5px;
}

.expander p {
    border-top: 1px #000 dotted;
    margin: 0;
    padding: 13px 0;
}

.expander p:first-child { border: 0; }

.no-js .expander-content { display: block; }

.expander i {
    background-position: -30px -90px;
    height: 25px;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 22px;
}

.expander-header:hover i {
    background-color: #ccc;
    background-position: 0 -90px;
}

.expander-header.active i { background-position: -90px -90px; }

.expander-header:hover.active i { background-position: -60px -90px; }

.no-js .expander-header { cursor: default; }

.no-js .expander i { display: none; }
   
/* ==========================================================================
   JD 07/12/12 : expander END
   ========================================================================== */       
   
/* ==========================================================================
   JD 07/12/12 : tabs START
   ========================================================================== */

.tab-wrapper {
    margin: 7px 0;
    position: relative;
}

.no-js .tab-wrapper { overflow: visible; }

.no-js .tab { margin-bottom: 20px; }

.tab .tab-header {
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
}

.no-js .tab-header {
    cursor: default;
    margin-bottom: 10px;
    padding: 0;
    position: static;
    text-align: left;
}

/*.tab-content {
    border-top: 3px solid #0b1f2b;
    display: none;
    left: 0;
    overflow: visible !important;
    padding: 0 2%;
    position: absolute;
    width: 96%;
}*/

.tab .share {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 10px;
    width: 110px;
}

.no-js .tab .share { top: auto; }

.tab .share .share-title { text-align: center; }

.tab .share .share-title i {
    background-position: -120px -90px;
    height: 15px;
    margin-left: 5px;
    width: 15px;
}

.tab .social {
    background: #000;
    display: none;
    margin-top: 12px;
    padding: 8px;
    position: relative;
}

.no-js .tab .share:hover .social { display: block; }

.tab .social-title {
    color: #fff;
    font-size: .8em;
}

.tab .social a {
    background: none;
    display: block;
    height: 49px;
    position: relative;
    width: 90px;
}

.tab .social .triangle {
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    position: absolute;
    right: 24px;
    top: -10px; /* same as borders */
    width: 0;
}

.tab .social a:hover { background: #fff; }

.tab .social .facebook {
    border-top: 1px dotted #fff;
    margin-top: 3px;
}

.tab .social .facebook i {
    background-position: -40px -120px;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 5px;
    width: 52px;
}

.tab .social a:hover.facebook i { background-position: -140px -120px; }

.tab .social .twitter {
    border-top: 1px solid #fff;
    margin-top: 2px;
}

.tab .social .twitter i {
    background-position: 0 -120px;
    height: 32px;
    left: 24px;
    position: absolute;
    top: 5px;
    width: 38px;
}

.tab .social a:hover.twitter i { background-position: -100px -120px; }

.no-js .tab .tab-content {
    border: 0;
    display: block;
    position: static;
}

.js .tab .tab-header:hover {
    background: #666;
    color: #fff;
}

.no-js .tab-header { font-size: 1.4em; }

.tab .tab-header.active {
    background: #0b1f2b;
    color: #fff;
} 
   
/* ==========================================================================
   JD 07/12/12 : tabs END
   ========================================================================== */

footer ul {
    list-style: none;
    overflow: hidden;
    padding-left: 6px;
}

footer i {
    height: 20px;
    margin: 0 11px 0 0;
    position: relative;
    top: 5px;
    width: 20px;
}

footer .new { background-position: -170px -20px; }

footer .pop { background-position: -190px -20px; }

footer .connect { background-position: -210px -20px; }       
   
.link-arrow { display: block; }

.link-arrow i, .promo-box i {
    background-position: -190px -100px;
    height: 15px;
    width: 15px;
}

.link-arrow:hover i {
    background-position: -170px -100px;
    height: 15px;
    width: 15px;
}   
   
.login i {
    background-position: -170px 0;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}

.register i {
    background-position: -190px 0;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}

label {
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    margin-left: 5px;
}
  
/* ==========================================================================
   JD 17/12/12 : promo START
   ========================================================================== */

.promo-box {
    display: block;
    font-size: .9em;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.promo-text {
    display: block;
    float: left;
    margin: 0 !important;
    padding: 0;
    position: relative;
}

.promo-text.show-small-icon { padding-left: 37px !important; }

.promo-box:hover { background: #fff; }

.promo-image {
    display: block !important;
    height: 140px;
    margin: 6px 0 !important;
    overflow: hidden;
    width: 100%;
}

.promo-image.show-icon { background: #096 center center url("../images/UKDataService/economics_rgb.png") no-repeat; }

.promo-box:hover i {
    background-color: #096;
    background-position: -210px -130px;
}

.promo-icon { display: none; }

.promo-text.show-small-icon .promo-icon {
    background: url("../images/UKDataService/icon-sprite-map.gif");
    background-position: 0 -34px !important;
    display: block !important;
    height: 34px !important;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 27px !important;
}

.promo-box:hover .promo-icon { background-position: 0 0 !important; }

/*new stuff*/
.terms{
    background-color: #D3D3D3;
    border-top: 8px solid #f26726;
    }
.paragrs{padding: 10px;}
.hr{
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    border-bottom: 1px dotted #000;
    }
    
.hr2{
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    border-bottom: 2px solid #231f20;
    }
.red{
    color: #ff1901;
}
.news-box{
    overflow: auto;
    height: 330px;
}

.default_i{
    background-image: none !important;
    background-repeat: no-repeat;
    height: auto;
    margin: auto;
    width: auto;
}

#loader{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
}

.where-select{
    width: 180px;
}

#ukds-text {
    background-image: url("../images/UKDataService/UKDS_Logo.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    margin: 0;
    width: 107px;
}

.img_logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    border: 0px;
}

.footer-link{
    color: #ffffff;
}

.footer-link:hover{
    color: #ffffff;
    text-decoration: underline;
}

.sp_conditions {
    display: none;
}

/* ==========================================================================
   JD 17/12/12 : promo END
   ========================================================================== */
