/*****************************

COLOURS:

Pink:       #db0962
Plum:       #48182d
Dark grey:  #a19589
Light grey: #b7b7b7

*****************************/

body {
    background-color: #fff;
    color: #333;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 62.5%;
}

#wrapper {
    font-size: 1.2em;
    line-height: 1.7em;
    margin: 5px auto 0;
    width: 960px;
}

sup {
    font-size: 0.7em;
    vertical-align: top;
}

@font-face {
    font-family: 'DINMittelschriftAlternateRg';
    src: url( '/font/dinma__-webfont.eot' );
    src: url('/font/dinma__-webfont.eot?#iefix') format('embedded-opentype'),
         url( '/font/dinma__-webfont.woff' ) format('woff'),
         url( '/font/dinma__-webfont.ttf' ) format('truetype'),
         url('/font/dinma__-webfont.svg#DINMittelschriftAlternateRg') format('svg');
    font-style: normal;
    font-weight: normal;
}

.pinkHeading {
    color: #db0961;
    display: block;
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
}

.darkSmallHeading {
    color: #48182D;
    font-family: 'DINMittelschriftAlternateRg', Frutiger, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}

.darkMedHeading {
    color: #48182d;
    font-size: 1.4em;
    padding: 9px 0 0 12px;
}

    .darkMedHeading a {
        color: #48182d;
        text-decoration: none;
    }

.content h1,
.darkLargeHeading,
.multiLineHeading {
    color: #48182d;
    font-family: 'DINMittelschriftAlternateRg', Frutiger, Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 2em;
}

h1.multiLineHeading {
    line-height: 1.25em;
    padding: 10px 0 15px 0;
}

    .content h1 a {
        color: #ea3a84;
        text-decoration: underline;
    }

.subText{
    font-size: 0.9em;
    line-height: 1.3em;
}

.pink {
    color: #DB0962;
}

/********************* TOP *********************/

#top {
    color: #fff;
    margin: 0 auto;
    width: 948px;
}

#top a {
    color: #fff;
    text-decoration: none;
}

#top a:hover {
    text-decoration: underline;
}

#top .topinner {
    background-color: #db0962;
    border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
    height: 136px;
}

#logo {
    margin: 29px 0 0 36px;
    text-indent: -9999px;
    float: left;
    width: 295px;
    height: 70px;
}

#logo a {
    background: transparent no-repeat top center url("../images/logo.png");
    display: block;
    height: 70px;
    width: 295px;
}

#languageLinksSearch {
    float: right;
    text-align: right;
    margin: 15px 25px 0px 26px;
    width: 435px;
}

#languageLinksSearch a,
#languageLinksSearch p {
    display: block;
    float: right;
}

#sendToColleaugePopup{
    display: none;
}

#languageLinksSearch p a {
    display: inline;
    float: none;
}

#languageLinksSearch .langSelected { font-size: 1.2em; }

#languageLinksSearch .contactus {
    display: block;
    padding-top: 8px;
    width: 100%;
}

#languageLinksSearch .changePass {
    display: block;
    margin-top: 23px;
    width: 100%;
}

/********************* END TOP *********************/

/********************* TAB BOX *********************/

/* Base */

/* Medium */

#article span.heading strong,
#news span.heading strong {
    background: #fff url(../images/medTabBox/top-trans.png) no-repeat scroll left top;
    width: 482px;
}

/* Wide */

.twoColumn #article .midForm {
    background: transparent no-repeat top left url("../images/wideTabBox/wideForm-top-trans.png");
    width: 668px;
    margin: 0;
}

.twoColumn #article { width: 663px; }

/********************* MID BAR *********************/

#bar {
    color: #48182d;
    margin: 0;
    padding: 5px 25px 3px 10px;
}

    #bar a {
        color: #48182d;
        line-height: 27px;
        text-decoration: none;
    }

#bar a:hover { text-decoration: underline; }

#breadcrumb {
    float: left;
    width: 500px;
    line-height: 27px;
}

.call2action { overflow: hidden; }

.call2action a {
    clear: both;
    color: #48182d;
    display: block;
    float: right;
    margin-top: 1em;
    text-decoration: none;
}

    .call2action a:hover { text-decoration: underline; }

.rss {
    background: transparent url("/images/mainSprite.png") no-repeat scroll right -24px;
    height: 19px;
    margin: 12px 0 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 20px;
}
/********************* END MID BAR *********************/

/********************* CONTENT *********************/
.content {
    width: 504px;
    float: left;
}

.content.wide {
    width: 663px;
}

.content p{
    margin-bottom: 1em;
}

.forgotPassword {
    margin-top: 39px;
}

.normalSection ul{
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 5px;
}


#article  ul.articleIcons li{
    width: 45px;
    height: 45px;
    list-style: none;
    float: left;
    margin-right: 10px;
    background-image: none;
}

#article  ul.articleIcons li a {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: block;
}

#article  ul.articleIcons li.adm a{
    background: url("/images/icon-aidingDecisionMaking.png") no-repeat;
}

#article  ul.articleIcons li.iv a{
    background: url("/images/icon-improvingValue.png") no-repeat;
}

#article  ul.articleIcons li.rc a{
    background: url("/images/icon-reducingCost.png") no-repeat;
}

    #home.content .panel { width: 670px; }

    .content .panel a { display: inline; }

/********************* END CONTENT *********************/


/********************* FOOTER *********************/

.topOfPage {
    background: transparent url("/images/mainSprite.png") no-repeat top left;
    color: #48182d;
    float: right;
    line-height: 11px;
    margin: 18px 27px 0 0;
    padding: 0 0 0 9px;
    text-decoration: none;
}


#sitemap .darkMedHeading { padding: 0; }

#sitemap .section {
    padding-left:22px;
    padding-right: 10px;
    float:left;
    width: 209px;
    overflow-x: hidden;
    padding-bottom: 10px;
    line-height: normal;
}

#sitemap .section2 {
    padding-left:21px;
    width: 207px;
}

#sitemap .section3 {
    padding-left:21px;
    width: 205px;
}

#sitemap .section ul { padding-bottom: 5px; }

#sitemap .section a {
    color: #64636d;
    text-decoration: none;
}

#sitemap .section li a {
    padding-left: 9px;
    background: url("/images/bullet-plum.gif") left center no-repeat;
    display: block;
}

#sitemap .section a:hover { text-decoration: underline; }

/********************* SITEMAP FOOTER REDESIGN STYLES *********************/

#sitemap.wideBox a{
    text-decoration: none;
}

#sitemap.wideBox .heading {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

#sitemap.wideBox .subHeading {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #48182d;
}

#sitemap.wideBox .section {
    padding-left: 0;
    width: 158px;
    margin-right: 15px;
}

    #sitemap.wideBox .section li a {
        padding-left: 0;
        background: none;
        line-height: 1.7em;
        color: #333333;
    }

#sitemap.wideBox .legalLinks {
    clear: left;
    display: block;
    padding-top: 25px;

}

#sitemap.wideBox .legalLinks li {
    float: left;
}

    #sitemap.wideBox .legalLinks li a {
        padding: 0 10px;
        color: #db0962;
    }

    #sitemap.wideBox .legalLinks li:first-child a {
        padding-left: 0;
    }

    #sitemap.wideBox .legalLinks li a:hover {
        text-decoration: underline;
    }

    .legalLinks p { clear: both; }

/********************* END FOOTER *********************/


/********************* CONTENT *********************/

.content {
    padding: 0 10px;
}

.content a {
    color: #48182d;
}

.content .backToSearch a {
    float: right;
    text-decoration: none;
    font-size: 1em;
}

.content .backToSearch a:hover {
    text-decoration: underline;
}

.content .prevArticle .inactive, .content .nextArticle .inactive{
    font-size: 0.9em;
    text-decoration: none;
    float: left;
    width: 150px;
    background-image: url("/images/icon-prev-next.gif");
    background-repeat: no-repeat;
    background-position: left -42px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 30px;
    height: 21px;

}

.content .prevArticle .inactive {
    background-position: left -63px;
}

.content .nextArticle {
    float: right;
    text-align: right;
    background-position: right -0px;
    padding-left: 0px;
}

.content .nextArticle .inactive {
    background-position: right -21px;
    padding-right: 30px;
}

.content .nextPrev .date {
    text-align: center;
    /*position: relative; TAKEN OUT BY GILES - WHAT IS THIS?*/
    clear:both;
    top: -20px;
}

.content .nextPrev {
    padding-top: 20px;
    clear: both;

}

.content .nextPrev2 {
    padding-top: 20px;
}

.content .nextPrev2 li{
    margin: 0 10px;
    float: left;
}

.content .nextPrev2 li{
    margin: 0 10px;
    float: left;
}

.content .nextPrev2 li a{
    text-decoration: none;
}

.content .nextPrev2 li.active a{
    color: #DB0961;
}

.content .nextPrev2 li a:hover{
    text-decoration: underline;
}

.content .icons .icon{
    float: right;

    margin-left: 5px;
    margin-right: 0;
}

.content .icons .icon a{
    overflow:hidden;
    text-indent:-9999px;
    display: block;
    height:46px;
    width: 50px;
}



.content .icons .adm{
    background: #FFFFFF url(../images/rightFilter/iconBackgrounds.png) no-repeat scroll center -184px;
}

.content .icons .iv{
    background: #FFFFFF url(../images/rightFilter/iconBackgrounds.png) no-repeat scroll center -92px;
}

.content .icons .rc{
    background: #FFFFFF url(../images/rightFilter/iconBackgrounds.png) no-repeat scroll center 0 ;
}

.content a.sendToFriend {
    display: block;
    text-indent: -9999px;
    height: 23px;
    width: 150px;
    margin: 10px 0 0 0;
}



#article h2 {
    color: #48182d;
    font-size: 1.4em;
    text-align: center;
    margin: 0 0 1em 0;
}

    #article h2.pinkHeading {
        color: #db0962;
        text-align: left;
    }


.content ul,
.content ol {
    padding: 0 10px 20px 0;
}

#article ol {
    padding-left: 32px;
}

.content ul li {
    background: transparent url("/images/bullet-plum.gif") no-repeat scroll left 8px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    padding-left: 10px;
}

#article ol li {
    list-style: decimal;
}

#home,
#login {
    width: 672px;
}

#article ul.docInfo li {
    color: #3152A3;
    margin: 0;
    padding: 0 10px 0 0;
    line-height: normal;
    text-align: right;
    border: none;
    font-size: 0.9em;
    list-style-type: none;
    background: none;
}

#article .button {
    float: right;
}

#article .date {
    text-align: center;
}

/********************* END CONTENT *********************/

.normalSection .twoColSection {
    margin: 10px 0;
    clear: both;
}

.normalSection .twoColSection .col1,
.normalSection .twoColSection .col2 {
    width: 40%;
    float: left;
    padding:0 5%;
}

.seperator{
    border-bottom:1px solid #B7B7B7;
    display: block;
}

/********************* CAPTIVATE SECTION *********************/

.captivateElement { clear: both; }

    .captivateElement a.captivateLink {
        display: block;
        float: left;
        margin: 0 1em 0 0;
    }

/********************* INTRODUCTION CAPTION IMAGE SECTION *********************/

.introWrapper {
	position: relative;
    margin-bottom: 1.3em;
}

    .introWrapper a {
    text-decoration: none;
    }

.caption {
    background-color: #48182D;
    position: absolute;
	left: 0;
	width: 663px;
    bottom: 0;
}

    .caption p {
        padding: 15px;
        margin-bottom: 0;
        font-size: 16px;
        color: #FFF;
    }

/********************* QA BODY SECTION *********************/

.qaBody {
    margin-bottom: 15px;
    font-size: 0.9em;
    position: relative;
    min-height: 320px;
}

.qaBody .qaRightCol {
    width: 244px;
    float: right;
}

.content .qnaButton {
    position: absolute;
    top: 270px;
    left: 0;
    clear: right;
}

/********************* SEARCH *********************/

#search h2, #search h3{
    margin: 0 0 5px 0;
    padding: 0;
    float: left;;
}

#search h2{
    float: left;
    display: block;
    width: 80%;
}

h2.pinkHeading a{
    color: #db0962;
    display: block;
    text-decoration: none;
}

h2.pinkHeading a:hover{
    text-decoration: underline;
}

#search h3 a{
    color:#48182D;
    text-decoration: none;
}

#search p a{
    text-decoration: none;
}

#search h3{
    text-align: right;
    width: 20%;
}

.back2results {
    clear: left;
}

/********************* Newsletter *********************/

#article h2.newsLetterSectionTitle { text-align: left }

.paragraphDivider { border-bottom: 1px solid #cccccc; padding-bottom: 12px; }

hr { border: none; line-height: 0!important; margin: -5px 0 5px 0; font-size: 1px!important; padding: 0!important; color: #cccccc; background-color: #cccccc; height: 1px; }

.anchorStylePlum { color: #371122; background-color:transparent; }

.anchorStylePink { color: #DB0962; background-color:transparent; }

#newsLetterSummary {
    border-bottom: 1px solid #c0c0be;
    padding-bottom: 31px;
    margin: 10px 0px 24px 0px;
}

#newsLetterSummary img{
    float: left;
    border: 1px solid #b7b7b7;
    width: 200px;
}

#newsLetterSummary .summary{
    float: left;
    width: 281px;
    margin-left: 19px;
}

#article .popularNews{
    padding: 0px;
    margin: 10px 0px 30px 0px;
    border-bottom: 1px solid #c0c0be;
}

#article .newsPair div{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 218px;
}

#article .newsPair{
    clear: both;
    margin-bottom: 34px;
}

#article .newsPair .left{
    margin-right: 10px;
}

html[xmlns] .newsPair {
display:block;
}

#article .newsletterSeperator {
    clear: both;
    display: block;
    border-top: 1px solid #B7B7B7;
}

#article .newsletterCol {
    margin-bottom: 0!important;
}

#article .newsPair .newsletterIntroduction {
    width: 295px!important;
}

#article .newsPair .newsletterIntroduction .ssg-image-alignleft{
    padding: 5px 10px 0 5px;
}

#article .newsPair .whatsHot {
    margin-bottom: 0!important;
    width: 195px!important;
}

    #article .newsPair .whatsHot {
        background: url("../images/newsletter-small-curve-bot.gif") no-repeat left bottom;
        margin-top: 12px;
        padding-bottom: 9px;
    }

        #article .newsPair .whatsHot div.top {
            height: 12px;
            background: url("../images/newsletter-small-curve-top.gif") no-repeat;
            width: 194px;
        }

            #article .newsPair .whatsHot div.inner {
                background: url("../images/newsletter-whatshot-inner.gif") repeat-y;
                padding: 0 10px 0 10px;
                width: 184px;
            }

                #article .newsPair .whatsHot div.inner ul li a{
                    color: #DB0962;
                }

#article .whatsHot h2 {
    text-align: left;
}

#article .listings.latestArticles  li .summary p{
    width: 347px;
    margin: 0px
}

#article .listings.latestArticles  li .summary img{
    border: 1px solid #48182d;
    margin-right: 12px;
    width: 120px;
}

#article  .listings.upcomingEvents li .summary p{
    width: 504px;
    margin: 0px
}

#wrapper .upcomingEvents{
    margin: 20px 0px 22px 0px;
}

#wrapper .listings.upcomingEvents li .topic, #article .listings.latestArticles  li .topic{
    width: 504px;
}

#wrapper .listings.latestArticles li .topic .pinkHeading, #wrapper .listings.upcomingEvents li .topic .pinkHeading{
    margin: 0px;
}

#wrapper .listings.latestArticles li .topic, #wrapper .listings.upcomingEvents li .topic{
    margin: 0px;
}

#article .newsPair {
display:inline-block;
}

.disclaimer{
    margin: 30px 0px 30px 0px;
}

div .contactDetails{
    background: transparent left center no-repeat url("../images/logo_thomsons_bottom.png");
    padding-left: 190px;
    margin-left: 70px;
    height: 135px;
}

div .contactDetails .companyName{
    color: #db0962;
    display: block;
    margin-bottom: 13px;
}

.newsLetterBlock {
    border-bottom: 1px solid #c0c0be;
    margin: 10px 0 24px 0;
}

    .newsLetterBlock .newsLetterBlockSummary {
        clear: both;
    }

    .newsLetterBlock a.button {
        float: right;
    }

        .newsLetterBlock .newsLetterBlockSummary img {
            float: left;
            border: 1px solid #48182d;
            margin-right: 12px;
            width: 120px;
        }

        .newsLetterBlock .newsLetterBlockSummary p {
            margin: 0 0 0 135px;
            width: 347px;
        }

            .newsLetterBlock .newsLetterBlockSummary .fullWidth p {
                width: 447px;
                margin-left: 0;
            }

        #article .newsLetterBlock .newsLetterBlockSummary h1,
        #article .newsLetterBlock .newsLetterBlockSummary h2.pinkHeading {
            margin-left: 135px;
            width: 347px;
        }

        #article .newsLetterBlock .newsLetterBlockSummary h2.pinkHeading {
            margin-top: 1em;
        }

        .newsLetterBlock .newsLetterBlockTitle h3 {
            display: block;
            float: left;
            width: 350px;
        }

        .newsLetterBlock .newsLetterBlockTitle h3.fullWidth {
            width: 500px;
        }

        #article .newsLetterBlock .newsLetterBlockSummary ul {
            margin-left: 135px;
            padding: 0;
            width: 347px;
        }

        .newsLetterBlock .newsLetterBlockTitle .date {
            float: right;
            text-align: right;
            width: 150px;
        }



/********************* Poll *********************/

.poll dl dd{
    background: transparent center left no-repeat url("../images/poll/pollResultBackground.png");
    height: 23px;
    position: relative;
    width: 240px;
    padding: 0px 2px 0px 2px;
    margin-bottom: 9px;
}

.poll{
    /*padding: 0px 11px 2px 11px;*/
}

div.simple .poll ul{
    margin: 0px;
    padding: 0px;
}

.poll dt{
    color: #DB0961;
    position: relative;
    margin-bottom: 9px;
}

.poll ul li{
    list-style-type: none;
    list-style-position: inside;
    color: #DB0961;
    font-weight: bold;
    padding-left: 0px;
}

.pollResultBar{
    background-image: url("../images/poll/pollResultContents-trans.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 19px;
    display: block;
    background-position: right center;
    padding-top: 4px;
}

.pollResultTopLayer{
    background: transparent no-repeat left top url( "../images/poll/pollResultTopLayer-trans.png" );
    height: 23px;
    width: 9px;
    position: absolute;
    z-index: 100;
    left: 0px;
    display: block;
}

.pollResultPercentage{
    position: absolute;
    right: 0;
}

/********************* Error page *********************/
#error h1,
#login h1 {
    font-size: 2.8em;
    margin: 10px 0;
}

#error h2,
#login h2 {
    color: #999;
    font-family: 'DINMittelschriftAlternateRg', Frutiger, Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    margin-bottom: 0.75em;
}

#error.content p {
    color: #999;
    font-size: 2em;
    line-height: 1.2em;
}

    #error.content p a {
        color: #db0962;
        text-decoration: none;
    }
/********************* END Error page *********************/

/********************* Login page *********************/

#login form a { color: #315b7c; }

/********************* END Login page *********************/

/********************* ADDED BY XSTANDARD *********************/

.ssg-image-alignleft {
    float: left;
    padding: 5px 20px 20px 0;
    clear: left;
}

.ssg-image-alignright {
    float: right;
    padding: 5px 0 20px 20px;
}

/********************* END ADDED BY XSTANDARD *********************/

/********************* MISC *********************/

.center { text-align: center; }

.clearboth { clear: both; }

.floatRight { float: right!important; }

.floatLeft { float: left!important; }

.floatNone { float: none!important; }

.hidden { display: none; }

.flashMultiM { height: 680px; }

.map { height: 590px; }

.jsEnabled { display: none; }

/********************* END MISC *********************/

.twoColumnForm div.inner div.registerSubmit{
    float: right;
    margin: 0 15px 0 0;
}

#top #primaryNav ul.firstLevelNavigation li.clientLogin form a#closeClientLogin{
    position: absolute;
    bottom: 10px;
    right: 20px;
    background: transparent url("../images/closeButton.png") no-repeat top left;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    outline: none;
    overflow: hidden;
    display: block;
    left: auto;
}
