/* General styles */
.section-about-us.page-about-booktrust #main_content a.external
{
    background: none;
    padding: 0;
}

 #timeline,
 #timeline li {
    list-style: none;
    padding: 0px;
    margin-left: 0px;
}

#timeline li h2
{
    margin: 15px 0 5px;
}

#timeline li .description
{
    padding-bottom: 10px;
}

.page-about-booktrust #content_module .main_image
{
    width: 250px;
}


/* Feature panels for shared pages
----------------------------------------------------------- */



/* -------------------------------------------------------
    Default feature panels
------------------------------------------------------- */

.bts-feature_panels .panel {
    float: left;
    width: 300px;
    margin: 0 38px 28px 0;
    -webkit-box-shadow: 0px 0px 6px 0px #e6e6e6;
    box-shadow: 0px 0px 6px 0px #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #f28f71;
    background: url(../images/panel_bg_generic.png) 0 0 repeat-y #fff;
}
.bts-feature_panels .panel.last {
    margin-right: 0;
}
    .bts-feature_panels .panel .icon {
        display: none;
    }
    .bts-feature_panels .panel .content {

    }
        .bts-feature_panels .panel .content:after {
            /*clear:both*/clear: both;content: ".";display: block;height: 0;visibility: hidden;
        }
        .bts-feature_panels .panel .line {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #eaeaea;
            margin: 0 0 12px;
            height: 0;
            overflow: hidden;
            clear: both;
        }
        .bts-feature_panels .panel .content_inner {
            margin: 0 0 12px;
            padding: 0 12px;
            font-size: 11.5px;
        }
            .bts-feature_panels .panel .content_heading {
                padding-top: 18px;
                min-height: 32px;
            }
                .bts-feature_panels .panel .content_heading h2 {
                    margin: 0;
                }
                .bts-feature_panels .panel .content_inner:after {
                    /*clear:both*/clear: both;content: ".";display: block;height: 0;visibility: hidden;
                }
                .bts-feature_panels .panel .content_inner:last-child {

                }
            .bts-feature_panels .panel .content_inner.content_full {
                padding: 0 0;
            }
            .bts-feature_panels .panel .content_footer {

            }

        .bts-feature_panels .panel h2,
        .bts-feature_panels .panel h3 {
            margin-top: 0;
            padding-top: 0;
            margin: 0 0 12px;
            font-size: 20px;
        }
        .bts-feature_panels .panel h2,
        .bts-feature_panels .panel h2 a {
            color: #40433F;
        }
        .bts-feature_panels .panel h3 {
            font-size: 15px;
        }

        .bts-feature_panels .panel .author {
            font-weight: bold;
        }

        .bts-feature_panels .panel .image {
            position: relative;
            margin: 0 0 12px;
        }
            .bts-feature_panels .panel .image img {
                display: block;
            }
            .bts-feature_panels .panel .image.fp_theme_regular {
                background: url(../images/panel_red.png) 0 bottom repeat;
                padding: 4px;
                margin: 0 0 14px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                height: auto;
            }
            .bts-feature_panels .panel .image.fp_theme_regular .image_mask {
                display: none;
                position: position;
            }
            .bts-feature_panels .panel .image.fp_theme_basic .image_mask {
                display: none;
            }

        .bts-feature_panels .panel .description {
            margin: 0 0 12px;
        }
            .bts-feature_panels .panel .description ul {
                padding-left: 0;
            }
            .bts-feature_panels .panel .description ul li {
                list-style: none;
                background: url(../images/arrow.png) no-repeat 0 5px;
                padding-left: 20px;
            }

        .bts-feature_panels .panel .button {
            width: 100%;
        }


/* -------------------------------------------------------
    Standard feature panels
------------------------------------------------------- */

.bts-feature_panels .panel.panel_standard {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
    background: none;
}
    .bts-feature_panels .panel.panel_standard .content {
        padding: 0;
    }


/* -------------------------------------------------------
    Standard wide feature panels
------------------------------------------------------- */

.bts-feature_panels .panel.panel_wide {
    float: none;
    width: auto;
    margin-right: 0;
}



/* -------------------------------------------------------
    Sidebar feature panels
------------------------------------------------------- */

#sidebar .bts-feature_panels .panel {
    margin-bottom: 30px;
}
#sidebar .bts-feature_panels .panel {
    width: 260px;
}
    .bts-feature_panels .panel.side {
        margin-right: 0;
    }


/* -------------------------------------------------------
    Feature panels with red wrap
------------------------------------------------------- */

.bts-feature_panels .panel.panel_red_wrap {
    margin: 0 28px 28px 0;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
    background: none;
}
.bts-feature_panels .panel.panel_red_wrap.last {
    margin-right: 0;
    float: left;
}
    .bts-feature_panels .panel.panel_red_wrap .content {
        padding: 0;
    }
    .bts-feature_panels .panel.panel_red_wrap .image {
        background: url(../images/panel_red.png) 0 bottom repeat;
        padding: 4px;
        margin: 0 0 14px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: auto;
    }
        .bts-feature_panels .panel.panel_red_wrap .image h2 {
            padding: 10px 10px 8px;
            color: #FFF;
            margin: 0;
            font-size: 18px;
        }
        .bts-feature_panels .panel.panel_red_wrap .image h2 a,
        .bts-feature_panels .panel.panel_red_wrap .image h2 a:visited {
            color: #FFF;
        }
    .bts-feature_panels .panel.panel_red_wrap .description {
        margin: 0 0 10px;
    }


 /* -------------------------------------------------------
    Multi feature panels
------------------------------------------------------- */

    .bts-feature_panels .panel.multi {
        position: relative;
        width: auto;
        margin-right: 0;
        float: none;
        clear: both;
    }


/* -------------------------------------------------------
    Wide feature panels
------------------------------------------------------- */

    .bts-feature_panels .panel.wide {
        position: relative;
        width: auto;
        margin-right: 0;
        float: none;
        clear: both;
    }
        .bts-feature_panels .panel.wide .panel_inner {
            padding: 12px;
        }
        .bts-feature_panels .panel.wide .panel_inner.panel_header h2 {
            margin: 0;
        }
        .bts-feature_panels .panel.wide .image {
            float: left;
            margin: 0;
            position: absolute;
            top: 12px;
            left: 12px;
        }
        .bts-feature_panels .panel.wide .content {
            margin-left: 335px;
            min-height: 210px;
            padding: 10px 0 0;
        }
        .bts-feature_panels .panel.wide .description ul {
            margin-left: 0;
        }
            .bts-feature_panels .panel.wide .content h2,
            .bts-feature_panels .panel.wide .content .description,
            .bts-feature_panels .panel.wide .content .link {
                float: left;
                clear: both;
                width: 100%;
            }
            .bts-feature_panels .panel.wide .content .link {
                padding-top: 5px;
            }
            .bts-feature_panels .panel.wide .content .description ul li {
                background: url(../images/arrow.png) no-repeat 0 4px;
                padding-left: 20px;
                list-style: none;
            }

        /* Wide panel with container (grey border) ------------------------------------- */
        /*
        .bts-feature_panels .panel.wide.grey_border {
            background: url(../images/panel_content.png) 0 0 no-repeat;
        }

        .bts-feature_panels .panel.wide.grey_border .bottom {
            background: url(../images/panel_content.png) bottom left no-repeat;
            height: 10px;
            float: left;
            width: 642px;
        }

        .bts-feature_panels .panel.wide.grey_border .panel_inner {
            width: 612px;
            background: url(../images/panel_content.png) right bottom no-repeat;
            float: left;
            padding: 15px;
            padding-bottom: 20px;
        }
        .bts-feature_panels .panel.wide.grey_border .content {
            width: 272px;
        }

        .categories.bts-feature_panels .panel.wide.grey_border .content {
            width: 642px;
            margin-left: 0;
        }
        */


        /* question-answer */

        .bts-feature_panels .panel.wide.question {

        }
            .bts-feature_panels .panel.wide.question h2 {
                width: 570px;
                font-size: 1.2em;
            }
            .bts-feature_panels .panel.wide.question .icon.q {
                width: 37px;
                height: 37px;
                float: left;
                background: none;
                margin-right: 10px;
            }

            .bts-feature_panels .panel.wide.question .content .content_inner.answers {
                margin: 0 10px 0 15px;
                padding: 0 0 0 37px;
                background: none;
                width: 580px;
            }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner {
                    border-left: 1px solid #DCE5E2;
                    margin-left: 10px;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option {
                    padding: 5px 10px;
                    height: 35px;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option .radio {
                    float: left;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option .q {
                    display: none;
                }

                .bts-feature_panels .panel.wide.question .content .content_inner.answers .answers_inner .option label {
                    font-size: 1.2em;
                    font-weight: bold;
                    padding-top: 7px;
                    float: left;
                }


    /* Panel list ------------------------------------------------------- */

    .bts-feature_panels .panel .panel_list {

    }
        .bts-feature_panels .panel .panel_list ul {
            list-style: none;
            padding: 0;
            margin: 0 0 12px;
            display: block;
        }
            .bts-feature_panels .panel .panel_list ul li {
                display: block;
                margin: 0 0 10px;
                position: relative;
                min-height: 32px;
                line-height: 18px;
            }
            .bts-feature_panels .panel .panel_list ul li:last-child {
                margin-bottom: 0;
            }
                .bts-feature_panels .panel .panel_list ul li .image {
                    float: right;
                    width: 30px;
                    height: 30px;
                    margin: 2px 0 0 10px;
                    display: block;
                    font-size: 20px;
                    line-height: 30px;
                    color: #ddd;
                    font-weight: bold;
                    text-align: center;

                    border: 1px solid #eee;

                    -webkit-border-radius: 3px;
                    border-radius: 3px;

                    -webkit-box-shadow: inset -1px -1px 0 0 #fff;
                    box-shadow: inset -1px -1px 0 0 #fff;
                }
                    .bts-feature_panels .panel .panel_list ul li .image img {
                        -webkit-border-radius: 2px;
                        border-radius: 2px;
                        margin: -1px 0 0 -1px;
                    }
                .bts-feature_panels .panel .panel_list ul li .content {
                    display: block;
                }
                    .bts-feature_panels .panel .panel_list ul li .content a,
                    .bts-feature_panels .panel .panel_list ul li .content a:visited {
                        font-weight: bold;
                        text-decoration: none;
                    }


    /* Fancy list ------------------------------------------------------- */

    .bts-feature_panels .panel .fancy_list {
        line-height: 17px;
        border: 1px solid #eee;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset -1px -1px 0 0 #fff;
        box-shadow: inset -1px -1px 0 0 #fff;
        background: #FFF;
    }
        .bts-feature_panels .panel .fancy_list ul {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .bts-feature_panels .panel .fancy_list ul li {
            display: block;
            padding: 5px 10px;
            border-bottom: 1px solid #eee;
        }
        .bts-feature_panels .panel .fancy_list ul li:last-child {
            border: 0;
        }
            .bts-feature_panels .panel .fancy_list ul li a,
            .bts-feature_panels .panel .fancy_list ul li a:visited {
                text-decoration: none;
            }



/*
--------------------------------------------------------
TIMELINE
--------------------------------------------------------
*/
/* Story of booktrust - Timeline - Dynamic panel
------------------------------------------------------------------------------*/

/*Main Wrapper*/

#story-timeline {
    background-image: url('../images/timeline/bg.jpg');
    background-repeat: no-repeat;
    width: 995px;
    height: 490px;
    position: absolute;
    top: 0px;
    z-index: 50;
}

/*Title tab - top left*/

#title {
    text-indent: -9999px;
    position: relative;
    top: 0px;
    left: 15px;
    width: 245px;
    height: 50px;
    background-image: url('../images/timeline/title.png');
    background-repeat: no-repeat;
}

/*ContentFlow area*/

#timeline_flow.ContentFlow {
    height: 347px;
    position: absolute; /*relative*/
    bottom: 0px;
    top: 49px; /*added*/
    z-index: 9999; /*added*/
}

.flow {bottom: 32px;}

/*Scroll bar - Hidden*/

#timeline_flow div.scrollbar {visibility: hidden;}


/*Arrows wrapper*/

#timeline_flow div.controls {
    width: 995px;
}

/*Arrows*/
#timeline_flow .controls .button {
    background: none;
}

#timeline_flow .controls .preButton{
    background-image: url('../images/timeline/controls.png') !important;
    background-repeat: no-repeat;
    background-position: -10px 0px;
    height: 72px;
    width: 33px;
    position: absolute;
    left: 0px;
    top: 120px;
    z-index: 9999;
    cursor: pointer;
}

#timeline_flow .controls .nextButton{
    background-image: url('../images/timeline/controls.png') !important;
    background-repeat: no-repeat;
    background-position: -42px 0px;
    height: 72px;
    width: 33px;
    position: absolute;
    right: 0px;
    top: 120px;
    z-index: 9999;
    cursor: pointer;
}



/*Caption on main image*/

.flow .item.active div.caption {
    display: block;
    bottom: 0px;
    width: 302px;
}

.flow .item div.caption span.cap_heading,
.flow .item div.caption.read_more_link{
    display: block;
    width: 300px;
    min-height: 20px;
}

.flow .item div.caption span.cap_heading {
    font-size: 15px;
}

.flow .item div.caption span.read_more_text {
    color: #8CBECC;
}

.ContentFlow .flow .item .caption {
    text-align: left !important;
    padding: 10px 20px 10px 20px;
}




/*Years wrapper*/

#the_years {
    position: absolute;
    bottom: 0px;
    height: 60px;
    width: 995px;
    z-index: 60;
}

/*Years UL*/

#the_years ul {
    padding-left: 0px;
    background-image: url('../images/timeline/years-ul.jpg');
    background-position: top;
    background-repeat: no-repeat;
    width: 995px;
    height: 62px;
    bottom: 0px;
    position: absolute
}

/*Year LI's'*/

#the_years ul li {
    border: 0px solid #fff;
    display: block;
    color:#fff;
    display:block;
    width:15px;
    height: 60px;
    font-family: GrapheinPro, 'Trebuchet MS', Helvetica, sans-serif;
    font-size:16px;
    font-weight:normal;
    float: left;
    text-indent: -9999px;
    background-image: url('../images/timeline/left.png');
    background-repeat: no-repeat;
    background-position: left 16px;
    bottom: 0px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

/*Hide acual text*/

#the_years ul li span span.year,
#the_years ul li span span.decade {
    text-indent: -9999px;
}


#the_years ul li.decade span.borders {
    min-width: 15px;
    display: block;
}

#the_years ul li span.borders {
    background-image: url('../images/timeline/right-border.png');
    background-repeat: no-repeat;
    background-position: right 16px;
    display: block;
    overflow: visible;
    position: relative;
    bottom: 16px;
    height: 60px;
    padding-top: 18px;
}
#the_years ul li.active span.borders {
    background-image: url('../images/timeline/hover.png');
    background-position: center 0px;
}

#the_years ul li.not-decade span.borders span,
#the_years ul li.decade span.borders span {
    text-align: center;
    padding: 0px auto;
    margin: auto;
}


/* Toms new stuff */

#the_years ul li .year,
#the_years ul li .decade {
    width: 15px;
    height: 60px;
    background-image: url('../images/timeline/all-years.png');
}
#the_years ul li .year {
    display: none;
}
#the_years ul li.decade .decade {
    display: block;
}
#the_years ul li:hover .year,
#the_years ul li.active .year {
    display: block;
}
#the_years ul li:hover .decade,
#the_years ul li.active .decade {
    display: none;
}

/*Hover mask effect with image*/

.mask {
    height:78px;
    left: 0px;
    bottom: 0px;
    z-index:999;
    position:absolute;
    background-image: url('../images/timeline/hover2.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    overflow: visible;
}




/*Background positions*/

.decade-1920 {
    background-position: -5px 1px;
}
.decade-1930 {
    background-position: -205px 1px;
}
.decade-1940 {
    background-position: -405px 1px;
}
.decade-1950{
    background-position: -605px 1px;
}
.decade-1960{
    background-position: -805px 1px;
}
.decade-1970{
    background-position: -1005px 1px;
}
.decade-1980{
    background-position: -1205px 1px;
}
.decade-1990{
    background-position: -1405px 1px;
}
.decade-2000{
    background-position: -1605px 1px;
}
.decade-2010{
    background-position: -1805px 1px;
}
.decade-2020{
    background-position: -2005px 1px;
}





/*NOT DECADE YEARS*/

/*background positions */

.year-1920 {
    background-position: -5px 1px;
}
.year-1921 {
    background-position: -25px 1px;
}
.year-1922{
    background-position: -45px 1px;
}
.year-1923{
    background-position: -65px 1px;
}
.year-1924{
    background-position: -85px 1px;
}
.year-1925{
    background-position: -105px 1px;
}
.year-1926{
    background-position: -125px 1px;
}
.year-1927{
    background-position: -145px 1px;
}
.year-1928{
    background-position: -165px 1px;
}
.year-1929{
    background-position: -165px 1px;
}
.year-1930{
    background-position: -205px 1px;
}
.year-1931{
    background-position: -225px 1px;
}
.year-1932{
    background-position: -245px 1px;
}
.year-1933{
    background-position: -265px 1px;
}
.year-1934{
    background-position: -285px 1px;
}
.year-1935{
    background-position: -305px 1px;
}
.year-1936{
    background-position: -325px 1px;
}
.year-1937{
    background-position: -345px 1px;
}
.year-1938{
    background-position: -365px 1px;
}
.year-1939{
    background-position: -385px 1px;
}
.year-1940{
    background-position: -405px 1px;
}
.year-1941{
    background-position: -425px 1px;
}
.year-1942{
    background-position: -445px 1px;
}
.year-1943{
    background-position: -465px 1px;
}
.year-1944{
    background-position: -485px 1px;
}
.year-1945{
    background-position: -505px 1px;
}
.year-1946{
    background-position: -525px 1px;
}
.year-1947{
    background-position: -545px 1px;
}
.year-1948{
    background-position: -565px 1px;
}
.year-1949{
    background-position: -585px 1px;
}
.year-1950{
    background-position: -605px 1px;
}
.year-1951{
    background-position: -625px 1px;
}
.year-1952{
    background-position: -645px 1px;
}
.year-1953{
    background-position: -665px 1px;
}
.year-1954{
    background-position: -685px 1px;
}
.year-1955{
    background-position: -705px 1px;
}
.year-1956{
    background-position: -725px 1px;
}
.year-1957{
    background-position: -745px 1px;
}
.year-1958{
    background-position: -765px 1px;
}
.year-1959{
    background-position: -785px 1px;
}
.year-1960{
    background-position: -805px 1px;
}
.year-1961{
    background-position: -825px 1px;
}
.year-1962{
    background-position: -845px 1px;
}
.year-1963{
    background-position: -865px 1px;
}
.year-1964{
    background-position: -885px 1px;
}
.year-1965{
    background-position: -905px 1px;
}
.year-1966{
    background-position: -925px 1px;
}
.year-1967{
    background-position: -945px 1px;
}
.year-1968{
    background-position: -965px 1px;
}
.year-1969{
    background-position: -985px 1px;
}
.year-1970{
    background-position: -1005px 1px;
}
.year-1971{
    background-position: -1025px 1px;
}
.year-1972{
    background-position: -1045px 1px;
}
.year-1973{
    background-position: -1065px 1px;
}
.year-1974{
    background-position: -1085px 1px;
}
.year-1975{
    background-position: -1105px 1px;
}
.year-1976{
    background-position: -1125px 1px;
}
.year-1977{
    background-position: -1145px 1px;
}
.year-1978{
    background-position: -1165px 1px;
}
.year-1979{
    background-position: -1185px 1px;
}
.year-1980{
    background-position: -1205px 1px;
}
.year-1981{
    background-position: -1225px 1px;
}
.year-1982{
    background-position: -1245px 1px;
}
.year-1983{
    background-position: -1265px 1px;
}
.year-1984{
    background-position: -1285px 1px;
}
.year-1985{
    background-position: -1305px 1px;
}
.year-1986{
    background-position: -1325px 1px;
}
.year-1987{
    background-position: -1345px 1px;
}
.year-1988{
    background-position: -1365px 1px;
}
.year-1989{
    background-position: -1385px 1px;
}
.year-1990{
    background-position: -1405px 1px;
}
.year-1991{
    background-position: -1425px 1px;
}
.year-1992{
    background-position: -1445px 1px;
}
.year-1993{
    background-position: -1465px 1px;
}
.year-1994{
    background-position: -1485px 1px;
}
.year-1995{
    background-position: -1505px 1px;
}
.year-1996{
    background-position: -1525px 1px;
}
.year-1997{
    background-position: -1545px 1px;
}
.year-1998{
    background-position: -1565px 1px;
}
.year-1999{
    background-position: -1585px 1px;
}
.year-2000{
    background-position: -1605px 1px;
}
.year-2001{
    background-position: -1625px 1px;
}
.year-2002{
    background-position: -1645px 1px;
}
.year-2003{
    background-position: -1665px 1px;
}
.year-2004{
    background-position: -1685px 1px;
}
.year-2005{
    background-position: -1705px 1px;
}
.year-2006{
    background-position: -1725px 1px;
}
.year-2007{
    background-position: -1745px 1px;
}
.year-2008{
    background-position: -1765px 1px;
}
.year-2009{
    background-position: -1785px 1px;
}
.year-2010{
    background-position: -1805px 1px;
}
.year-2011{
    background-position: -1825px 1px;
}
.year-2012{
    background-position: -1845px 1px;
}
.year-2013{
    background-position: -1865px 1px;
}
.year-2014{
    background-position: -1885px 1px;
}
.year-2015{
    background-position: -1905px 1px;
}
.year-2016{
    background-position: -1925px 1px;
}
.year-2017{
    background-position: -1945px 1px;
}
.year-2018{
    background-position: -1965px 1px;
}
.year-2019{
    background-position: -1985px 1px;
}


/*Year background*/

#content_module ul#timeline_decade {
    padding: 0px;
    margin-bottom: 17px;
    display: inline-block;
    width: 640px;
    min-height: 50px;
    clear: both;
}

#content_module ul#timeline_decade li.the_decade {
    display: block;
    width: 640px;
    clear: both;
    margin-bottom: 15px;
}

#content_module ul#timeline_decade li.the_decade h3 {    
    font-size: 1.6em;
    margin: 0px;
}

#content_module ul#timeline_decade li {
    display: block;
    width: 640px;
    clear: both;
}

#content_module ul#timeline_decade li.each_year {
    margin-bottom: 20px;
    min-height: 60px;
}


#content_module ul#timeline_decade li span.year_pointer.active {
    background-position: -3px -60px;
}

#content_module ul#timeline_decade li span.year_pointer {
    width: 48px;
    height: 25px;
    background-image: url('../images/timeline/year-boxes.png');
    background-position: -3px 1px;
    background-repeat: no-repeat;
    display: inline;
    padding: 23px 10px 15px 6px;
    float: left;
}

#content_module ul#timeline_decade li.each_year span.year_pointer span.back_to_top {
    margin-top: 0px;
    font-size: 12px;
    color: #40433F;
    font-weight: bold;
    text-align: center;
    display: none;
    cursor: pointer;
    background-image: url('../images/timeline/top.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: -6px;
    height: 46px;
    width: 60px;
    padding-top: 8px;
    line-height: 12px;
}

#content.clearwithin div#content_module ul#timeline_decade li.each_year span.year_pointer.active h3 {color: #ffffff;}

#content_module ul#timeline_decade li span.year_pointer h3 {
    margin: 0px;
    font-size: 1.5em;
    padding-bottom: 20px;
    color: #40433F;
}


#content_module ul#timeline_decade li span.info {
    float: right;
    width: 567px;
    display: inline;
    margin-bottom: 20px;
    padding-top: 3px;
}

/*
Lisa: urgently fixing bug on all sites
Please move these rules into appropriate places later
---------------------------------------- */
.bts-feature_panels .tabs_slides {
    background: none;
    width: auto;
    float: none;
}

.bts-feature_panels .tabs_slides .multi_panel_slides {    
    padding: 0;
    width: 100%;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide {
    min-height: 212px;
    padding: 15px 0;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_nav {
    margin-bottom: 0;
}

.bts-feature_panels .tabs_slides .multi_panel_nav {
    float: left;
    height: 40px;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul {
    display: table;
    height: 40px;
    padding: 0;
    width: 100%;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/panel_tabs_2_bg.png") repeat-x scroll 0 0 transparent;
    border-color: #E0E0E0;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    color: #40433F;
    cursor: pointer;
    display: table-cell;
    font-weight: bold;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul li:first-child {
    border-radius: 3px 0 0 3px;
    border-width: 1px;
}


.bts-feature_panels .tabs_slides .multi_panel_nav ul li span {    
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    text-align: center;
}

.bts-feature_panels .tabs_slides .multi_panel_nav ul li span {
    display: block;
    height: 28px;
    padding-top: 10px;
    text-decoration: none;
}


.bts-feature_panels .tabs_slides .multi_panel_nav ul li.active {
    background: url("../images/panel_tabs_2_active.png") repeat-x scroll center top transparent;
    border: 1px solid #D1462B;
    color: #FFFFFF;
    cursor: default;
    margin: -1px;
}

.bts-feature_panels .tabs_slides .multi_panel_slides .slide .inner {
    clear: both;
    float: left;
    width: 100%;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide .image {
    float: left;
    margin: 0 20px 0 0;
}

.bts-feature_panels .tabs_slides.tabs_slides_cycle .multi_panel_slides .slide .content {
    padding: 8px 0 0;
}

.bts-feature_panels .panel .mailing_list_form_container .quick_form .quick_form_field {
    width: 170px;
}
.bts-feature_panels .quick_form .quick_form_field, .bts-feature_panels .quick_form .quick_form_select {
    border: 1px solid #E0E0E0;
    border-radius: 3px 0 0 3px;
    color: #B3B4B2;
    float: left;
    height: 22px;
    margin: 0;
    padding: 6px;
    width: 170px;
}

.bts-feature_panels .panel .mailing_list_form_container .quick_form .button {
    width: 82px;
}

.bts-feature_panels .quick_form .button {
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
    clear: none;
    float: left;
    height: 34px;
    white-space: nowrap;
}
.bts-feature_panels .button,
.bts-feature_panels .large_button,
.bts-feature_panels .mainButton,
.bts-feature_panels .less-link .link,
.bts-feature_panels .more-link .link,
.bts-feature_panels .submitFormRow .mainButton,
.bts-feature_panels .button.button_2,
.bts-feature_panels .less-link .link,
.bts-feature_panels .more-link .link,
.bts-feature_panels #addReview .formRow .mainButton,
.bts-feature_panels .submitFormRow .mainButton  {
    background: url("../images/panel_tabs_2_bg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: auto;
    margin: 0;
}

.bts-feature_panels .button a,
.bts-feature_panels .button a:visited,
.bts-feature_panels .large_button a,
.bts-feature_panels .large_button a:visited,
.bts-feature_panels .more-link .link a,
.bts-feature_panels .submitFormRow .mainButton a,
.bts-feature_panels .submitFormRow .mainButton a:visited,
.bts-feature_panels .mainButton a,
.bts-feature_panels .mainButton a:visited {
    color: #40433F !important;
    text-decoration: none;
    background: none;
}

.bts-feature_panels .generic-crf-multi-choice-donation .large_button a,
.bts-feature_panels .generic-crf-multi-choice-donation .large_button a:visited {
    color: white !important;
}


.bts-feature_panels .quick_form .button a {
    padding-left: 20px;
    white-space: nowrap;
    background: none;
    height: auto;
}

.bts-feature_panels .button.button_2 a {
    background: url("../images/arrow_icons.png") no-repeat scroll 10px -392px transparent;
    padding-left: 40px;
    height: auto;
}

.bts-feature_panels .button a, .bts-feature_panels .large_button a, .bts-feature_panels .mainButton a,
.bts-feature_panels .less-link .link a, .bts-feature_panels .more-link .link a,
.bts-feature_panels .submitFormRow .mainButton a,
.bts-feature_panels .more-link .link a,
.bts-feature_panels .less-link .link a,
.bts-feature_panels #addReview .formRow .mainButton a,
.bts-feature_panels .submitFormRow .mainButton a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: none;
    font-size: 11.5px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 8px 20px;
}

.bts-feature_panels div.image img {
    margin-bottom: 0;
}

.bts-feature_panels .link {
    clear: none;
}

.bts-feature_panels .large_button.button_2 {
    border: 1px solid #d1462b;
    background: url(../images/panel_tabs_2_active.png) 0 -7px repeat-x;
}

.bts-feature_panels .large_button a {
padding: 4px 10px;
}

/* dynamic spaces */
.page-partners .da_container,
.page-sponsors .da_container {
    background: url("../images/dynamic_bg_10.jpg") no-repeat scroll center -50px transparent;
    height: 160px;
}

#dynamic_version .slides_container_prizes #next,
#dynamic_version .slides_container_prizes #previous {
    position: absolute;
    width: 33px;
    height: 68px;
    cursor: pointer;
    z-index: 100;
    top: 95px;
    background: url(../images/da/da_previous_next.png) no-repeat;
}

#dynamic_version .slides_container_prizes #next {
    right: 0;
    background-position: top right;
}

.page-partners #da_container .slides_container_prizes #next,
.page-sponsors #da_container .slides_container_prizes #next,
.page-partners #da_container .slides_container_prizes #previous,
.page-sponsors #da_container .slides_container_prizes #previous {
    top: 45px;
}

#dynamic_version .slides_container,
#dynamic_version .slides,
#dynamic_version .slide {
    width: 995px;
    position: relative;
}

.page-partners #da_container .slides_container,
.page-sponsors #da_container .slides_container,
.page-partners #da_container .slides,
.page-sponsors #da_container .slides,
.page-partners #da_container .slide,
.page-sponsors #da_container .slide {
    height: 160px;
}

#da_container .slide .slide_inner {
    width: 916px;
    margin: 80px auto 0 auto;
    height: 300px;
}

.page-partners #da_container .slide .slide_inner,
.page-sponsors #da_container .slide .slide_inner {
    height: 115px;
    margin: 0 !important;
    padding-top: 22px;
}

#da_container .slides_container_prizes .slides .slide .slide_inner {
    position: relative;
    width: 995px;
}

.squares_container {
    position: relative;
    width: 885px;
    left: 50px;
}

#da_container .slide .slide_inner .square {
    width: 188px;
    height: 155px;
    float: left;
    margin-right: 21px;
    margin-bottom: 10px;
    background: url(../images/da/da_panel_bg.png) no-repeat;
    padding: 10px;
}

.page-partners #da_container .slide .slide_inner .square,
.page-sponsors #da_container .slide .slide_inner .square {
    width: 121px;
    height: 99px;
    background: url(../images/da/da_panel_small_bg.png) no-repeat;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
}

#da_container .slides_container_prizes .slides .slide .slide_inner .box {
    float: left;
    position: absolute;
}

.page-partners #da_container .slide .slide_inner .square span,
.page-sponsors #da_container .slide .slide_inner .square span,
.page-small #da_container .slide .slide_inner .square span,
.page-prizes #da_container .slide .slide_inner .square span {
    display: table-cell;
    vertical-align: middle;
    width: 121px;
    height: 99px;
}

.page-partners #dynamic_version .slide .slide_inner .square span img, .page-sponsors #dynamic_version .slide .slide_inner .square span img, .page-small #dynamic_version .slide .slide_inner .square span img, .page-prizes #dynamic_version .slide .slide_inner .square span img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page-partners #dynamic_version .small_prizes .slide .slide_inner .square img, .page-sponsors #dynamic_version .small_prizes .slide .slide_inner .square img {
    padding-top: 0;
}