/*
 * Description: Main core stylesheet
 */

@import url(resets.css);

/* Accessible hiding */
.hidden,
.accessibility,
#access,
#site-search legend {
    position: absolute;
    left: 0;
    top: -3000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Cufon styles */

#site-search label {
	font-size: 14px;
	line-height: 14px;
	color: #ACABAB;
	letter-spacing: 0;
	word-spacing: -1px;
	font-weight: bold;
	font-style: italic;	
}

#site-search label b {
	color: #fff;
}

/* Legacy style */
.clearfix { overflow: hidden }

/* Generic */
.none { display: none }

.replaced {
    position: relative;
    z-index: 20;
}

.replaced span {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

body {
    background: #7e7a84 url(../images/core/topgear-default-bg.jpg) no-repeat top center;
    color: #000;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
}

p,
ul,
dl { line-height: 1.4 }

p { margin-bottom: 12px }

a:link,
a:visited,
a:hover,
a:focus,
a:active { text-decoration: none }

/* Float clearing */
#wrap {	clear: both; }

#login,
#content,
#page-content,
#cplat-controls { overflow: hidden }

/* Sliding doors buttons */
.button-submit button,
.button-link a {
    height: 20px;
    background: transparent url(../images/core/rounded-btn.png) no-repeat right -60px;
    color: #fff;
}

.button-submit span,
.button-link span {
    height: 19px;
    background: transparent url(../images/core/rounded-btn.png) no-repeat 0 0;
    color: #fff;
}

.button-link a:hover,
.button-submit button:hover {
    background-position: right -80px;
    text-decoration: none;
}

.button-link a:active,
.button-submit button:active { background-position: right -100px }

.button-link a:hover span,
.button-submit button:hover span {
    background-position: 0 -20px;
    text-decoration: none;
}

.button-link a:active span,
.button-submit button:active span { background-position: 0 -40px }

/* Submit buttons - div > button > span */
.button-submit button {
    border: none;
    padding: 0;
    cursor: pointer;
}

.button-submit span {
    display: block;
    margin: 0 10px 0 0;
    padding: 1px 6px 0 4px;
}

.button-submit button::-moz-focus-inner { border: none }

/* Overrides extra padding in Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .button-submit span {
        /* Safari and Google Chrome only - fix margins */
        margin-top: -1px;
    }
}

/* Normal links - p > a > span */
.button-link a {
    display: block;
    float: left;
    padding: 0 14px 0 0;
}

.button-link span {
    float: left;
    padding: 1px 4px 0;
}

/* Layout */
#content { clear: both }

#wrap {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 963px;
}

/* Header */
#header {
    background: transparent url(../images/core/topgear-cast.png) no-repeat 245px bottom;
    position: relative;
    padding: 0 0 10px;
    float: left;
}

/* User bar */
#user-bar {
    position: relative;
    float: left;
    width: 100%;
    background-color: #000;
    font-size: 13px;
    margin: 0 0 130px;
}

/* Used when header loads large ad */
.expanded #user-bar { margin-bottom: 295px }

#user-bar a { color: #fff }

#user-bar a:hover { text-decoration: none }

#country-chooser {
    width: 180px;
    float: left;
    margin: 5px 0 5px 15px;
}

#change-country {
    height: 24px;
    background: #2a2b2b url(../images/core/change-country-bg.png) no-repeat 0 0;
}

#change-country:hover { background-position: 0 -24px }

#change-country.closed { background-position: 0 -48px }

#change-country.closed:hover { background-position: 0 -72px }

#change-country a {
    display: block;
    height: 20px;
    background: url(../images/core/country-flags.png) no-repeat left;
    padding: 4px 0 0 46px;
}

#change-country a { outline: 0 }

#change-country a.uk { background-position: 0 -5px }

#change-country a.us { background-position: 0 -30px }

#change-country a.au { background-position: 0 -55px }

.js #country-chooser ul { display: none }

#country-chooser ul {
    position: absolute;
    width: 160px;
    left: 15px;
    top: 29px;
    z-index: 25000;
    background: url(../images/core/country-chooser-bg.png) no-repeat bottom;
    padding: 10px;
}

#country-chooser ul li { border-top: 1px solid #4b4b4b }

#country-chooser ul li:last-child { border-bottom: 1px solid #4b4b4b }

#country-chooser ul li a {
    display: block;
    height: 20px;
    background: url(../images/core/country-flags.png) no-repeat left;
    padding: 8px 0 6px 36px;
}

#country-chooser ul li a.uk { background-position: 0 0 }

#country-chooser ul li a.us { background-position: 0 -25px }

#country-chooser ul li a.au { background-position: 0 -50px }

#country-chooser ul li a.current {
    font-weight: bold;
    background-color: #333;
}

#country-chooser ul li a:hover { background-color: #333 }

#login {
    float: right;
    margin: 5px 15px 5px 0;
}

#login p {
    width: 175px;
    height: 19px;
    margin: 3px 0 0;
    text-indent: -9999px;
    background: #000 url(../images/core/topgear-account.png) no-repeat;
    float: left;
}

#login ul { float: left }

#login li {
    float: left;
    margin-left: 10px;
}

#login a {
    display: block;
    width: 81px;
    height: 21px;
    padding-top: 3px;
    text-align: center;
    background: #2a2b2b url(../images/core/account-button-bg.png) no-repeat top;
}

#login a:hover { background-position: bottom }

/* Banner Ad */
#banner {
    background: transparent url(../images/core/advert-vertical-text.png) no-repeat center 7px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
}

/* Logo */
#header #site-title {
    background: url(../images/core/main-site-logo.png) no-repeat 0 0;
    display: block;
    float: left;
    text-indent: -9999px;
    width: 278px;
    height: 92px;
    margin: 11px 0 0;
}

/* Search box */
#site-search {
    background: url(../images/core/site-search-bg.png) no-repeat 0 0;
    width: 241px;
    height: 65px;
    float: right;
    margin: 42px 0 0;
}

#site-search div { margin: 7px 0 0 14px }

#site-search label {
    display: block;
    color: #ACABAB;
    font-size: 12px;
    letter-spacing: 0.5px;
}

#site-search input {
    color: #333;
    padding: 3px;
    margin: 8px 2px 0 0;
    width: 156px;
    border: 1px solid #ccc;
}

#site-search button {
    background: url(../images/core/site-search-go.png) no-repeat 0 0;
    width: 42px;
    height: 26px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

#site-search button:hover { background-position: 0 -26px }

#site-search button:active { background-position: 0 -52px }

/* Search suggest */
#site-search-input-suggest {
    text-align: left;
    box-shadow: 1px 1px 4px #444;
    -moz-box-shadow: 1px 1px 4px #444;
    -webkit-box-shadow: 1px 1px 4px #444;
    z-index: 30000 !important;
    text-transform: lowercase;
}

#site-search-input-suggest li {
    padding: 3px 5px;
    font-weight: bold;
    cursor: pointer;
    color: #333 !important;
}

#site-search-input-suggest li.highlighted {
    color: #fff !important;
    background-color: #027AB4;
}

/* Global navigation */
#navigation {
    float: left;
    height: 38px;
    width: 963px;
    background: url(../images/core/navigation-bg.png) no-repeat bottom;
    position: relative;
    margin: 5px 0 0;
}

#navigation li {
    float: left;
    position: relative;
}

/* Widths of top level links */
#navigation .home { width: 70px }

#navigation .news { width: 80px }

#navigation .cars { width: 71px }

#navigation .the-show { width: 115px }

#navigation .videos { width: 90px }

#navigation .games { width: 91px }

#navigation .hardware { width: 118px }

#navigation .shop { width: 77px }

/* Top level links */
#navigation a {
    display: block;
    height: 38px;
    text-indent: -9999px;
    background: url(../images/core/navigation-sprite.png) no-repeat 0 0;
}

/* Top level links sprite positioning */
#navigation .home a { background-position: 0 0 }

#navigation .home a.current { background-position: -70px 0 }

#navigation .home a:hover { background-position: -140px 0 }

#navigation .news a { background-position: 0 -38px }

#navigation .news a.current { background-position: -80px -38px }

#navigation .news a:hover,
#navigation .news:hover > a { background-position: -160px -38px }

#navigation .cars a { background-position: 0 -76px }

#navigation .cars a.current { background-position: -71px -76px }

#navigation .cars a:hover,
#navigation .cars:hover > a { background-position: -142px -76px }

#navigation .the-show a { background-position: 0 -114px }

#navigation .the-show a.current { background-position: -115px -114px }

#navigation .the-show a:hover,
#navigation .the-show:hover > a { background-position: -230px -114px }

#navigation .videos a { background-position: 0 -152px }

#navigation .videos a.current { background-position: -90px -152px }

#navigation .videos a:hover,
#navigation .videos:hover > a { background-position: -180px -152px }

#navigation .games a { background-position: 0 -190px }

#navigation .games a.current { background-position: -91px -190px }

#navigation .games a:hover,
#navigation .games:hover > a { background-position: -182px -190px }

#navigation .hardware a { background-position: 0 -266px }

#navigation .hardware a.current { background-position: -120px -266px }

#navigation .hardware a:hover { background-position: -239px -266px; }

#navigation .shop a { background-position: 0 -228px }

#navigation .shop a.current { background-position: -77px -228px }

#navigation .shop a:hover,
#navigation .shop:hover > a { background-position: -154px -228px }

/* Drop down box */
#navigation div {
    width: 380px;
    border: 1px solid #000;
    border-top: 0;
    background: #fff url(../images/core/navigation-div-bg.png) repeat-y right;
    box-shadow: 2px 2px 5px -2px #222;
    -moz-box-shadow: 2px 2px 5px -2px #222;
    -webkit-box-shadow: 2px 2px 5px -2px #222;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 25000;
}

#navigation .no-promo { width: auto }

/* Reset drop down anchor styles */
#navigation div a {
    background: 0;
    text-indent: 0;
    height: auto;
}

/* Drop down list */
#navigation div ul {
    float: left;
    width: 140px;
    padding: 15px 10px;
    background-color: #fff;
}

#navigation div ul li {
    border-bottom: 1px solid #94a4b4;
    width: 140px;
}

#navigation div ul li:first-child { border-top: 1px solid #94a4b4 }

/* Drop down list links */
#navigation div ul li a {
    color: #2f71b3;
    font-weight: bold;
    display: block;
    padding: 6px 3px;
}

#navigation div ul li a:hover {
    text-decoration: none;
    background-color: #eef4fa;
}

/* Drop down promo */
#navigation div dl {
    float: right;
    width: 200px;
    padding: 15px 10px;
    background-color: #e0ecf8;
    position: relative;
}

/* Drop down promo thumbnail */
#navigation div dd.thumb {
    position: absolute;
    top: 15px;
    left: 10px;
}

/* Drop down promo title */
#navigation div dt {
    margin-top: 120px;
    width: 200px;
}

#navigation div dt a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 0 2px;
}

#navigation div dt a:hover { text-decoration: underline }

#navigation div dd {
    line-height: 20px;
    color: #000;
}

/* Drop down promo description link */
#navigation div dd a.more {
    display: inline;
    font-weight: bold;
    font-size: 12px;
    color: #2f71b3;
    margin-left: 3px;
    background: #e0ecf8 url(../images/core/link-arrow.gif) no-repeat right center;
    padding: 2px 20px 2px 0;
}

#navigation div dd a.more:hover {
    background-position: right;
    text-decoration: underline;
}

/* Expand drop down box */
#navigation ul li:hover div,
#navigation ul a:hover div {
    visibility: visible;
    z-index: 25000;
}

/* wrc world rally championship promo */
								
#navigation  .news #wrc-promo {
    height: 38px; 
    position: absolute; 
    bottom: 19px; 
    left: 0; 
    margin: 0; 
    padding: 0;
}

#navigation  .news #wrc-promo span {
    text-transform: uppercase;
    color: #BABCCA; 
    font-size: 10px; 
    margin-bottom: 2px; 
    padding-left: 5px;
}

#navigation  .news #wrc-promo a {
    display: block;
    width: 380px;
    height: 38px;
    border-top: 1px solid #91a4b4;
    background: #fff;
}

/* Hiding empty ad image under navigation */
.ad-full-width img[src="http://s0.2mdn.net/viewad/817-grey.gif"] { display: none }

/* Default CPLAT pagination */
.cplat-pagination li {
    float: left;
    margin: 0 5px;
}

/* Pagination on Car News pages */
#new-car-news .cplat-pagination {
    float: left;
    margin-top: 10px;
}

/* Pagination on Feature Article pages */
#article .cplat-pagination { margin-left: 14px }

/* Footer */
#footer .site-info {
    color: #000;
    background-color: #babccc;
    font-size: .95em;
    padding: 10px;
}

#footer .site-info p {
    clear: both;
    display: block;
    margin: 0 0 1em;
}

#footer .site-info p.logo {
    background: url(../images/core/bbcww-logo.png) 0 0 no-repeat;
    clear: none;
    float: left;
    font-size: 1%;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 108px;
    margin-right: 15px;
}

#footer .site-info p.international { font-weight: bold }

#footer .site-info a { color: #000 }

#footer .site-info a:hover { text-decoration: underline }

#footer .site-info ul {
    margin-bottom: 1em;
    overflow: hidden;
    font-weight: bold;
}

#footer .site-info ul li {
    float: left;
    padding: 0 4px 0 0;
    margin: 0 4px 0 0;
    background: url(../images/core/f-divider.png) no-repeat right 3px;
    display: inline;
}

#footer ul li:last-child { background-image: none }

/* Car bar */
.carbar-added { padding-bottom: 37px }

#carbar {
    width: 108px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #868686 url('../images/core/cbar-bg.png') repeat-x left bottom;
    padding: 0 0 0 22px;
    margin: 0;
    height: 28px;
    z-index: 2000;
    font-size: 1em;
}

#carbar a.default,
#carbar #cb-helptext,
#carbar #car-model { display: none }

#carbar.open-bar {
    padding-left: 0;
    width: 100%;
}

#carbar.open-bar #carbar-container .default,
#carbar.open-bar #carbar-container #cb-helptext { display: block }

#carbar.open-bar #carbar-container #car-model { display: block }

#carbar.open-bar #carbar-container .cb-open-btn { display: none }

#carbar.open-bar #carbar-container { margin: 0 22px }

#carbar #cb-helptext {
    float: left;
    font-weight: bold;
    padding: 6px 0 0 5px;
    margin: 0;
}

#carbar #cb-helptext span img { margin-bottom: -3px }

#carbar.full { background: #bf2427 url('../images/core/cbar-full.gif') repeat-x bottom left }

#carbar #cb-full { float: left }

#carbar #cb-full p {
    float: left;
    font-weight: bold;
    padding: 6px 0 0 5px;
    margin: 0;
}

#carbar #cb-full a.close-cbfull {
    margin: 0 0 0 4px;
    font-weight: bold;
    color: #939393;
    float: left;
}

#carbar #cb-full a.close-cbfull:hover { background: none }

#carbar .btn {
    background: #3fa0ce url('../images/core/cbar-main-btns-bg.gif') repeat-x left bottom;
    height: 22px;
    float: left;
    display: block;
    padding: 6px 10px 0;
    border-left: 1px solid #53aad3;
    border-right: 1px solid #1a5c80;
}

#carbar .btn img { padding-right: 5px }

#carbar h2 .btn {
    border-right: none;
    background: #676767 url('../images/core/cbar-unselected-btns-bg.gif') repeat-x left bottom;
    width: 80px;
    border-left: 1px solid #676767;
}

#carbar h2 a.menu-open {
    background: #0d69a4 url('../images/core/cbar-selected-btns-bg.gif') repeat-x left bottom;
    border-right: none;
    outline: none;
    border-left: 1px solid #53aad3;
    border-top: 1px solid #53aad3;
}

#carbar a.remove-model {
    position: relative;
    display: inline;
    z-index: 50;
    margin-left: -10px;
    font-weight: bold;
    color: #939393;
}

#carbar a.remove-model:hover { background: none }

#carbar .right { float: right }

#carbar .model {
    float: left;
    font-size: 1em;
    position: relative;
    background: #3fa0ce url('../images/core/cbar-selected-btns-bg.gif') repeat-x left bottom;
}

#carbar .model h2 {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

#carbar .model ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 29px;
    left: 0;
    width: 180px;
    list-style: none;
    color: #fff;
    font-size: 1em;
    display: none;
    background: #4bacd8 url('../images/core/cbar-list-bg.gif') repeat-x left bottom;
    border: 1px solid #2679ad;
    border-bottom: none;
}

#carbar .model ul li {
    padding: 5px;
    float: left;
    width: 170px;
    border-top: 1px solid #53aad3;
    border-bottom: 1px solid #1a5c80;
}

#carbar .model ul li a:hover { background: none }

#carbar .model ul li a.remove-derivative {
    float: right;
    color: #8fc9e4;
}

#carbar .model ul li h3 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    float: left;
    width: 95%;
}

#carbar .model ul a.minimise { text-align: right }

#carbar a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    outline: none;
}

#carbar a:hover {
    color: #a4e3fb;
    background: #3fa0ce url('../images/core/cbar-selected-btns-bg.gif') repeat-x left bottom;
}

#carbar-parent .hidden { display: none }

/* CPLAT Login Overlay */

/* HTML added because of specificty issues (cplat css is later in the cascade) & to avoid using !important */
html #cplat-overlay { z-index: 1100 }

html #cplat-window {
    z-index: 1200;
    background: transparent url('../images/core/cplat-overlay-frame.png') no-repeat top left;
    border: none;
    padding: 23px 24px 23px 25px;
}

#cplat-window a {
    color: #0F5896;
    font-weight: bold;
}

#cplat-window a:link { }

#cplat-window a:visited { color: #5493b0 }

#cplat-window a:hover {
    color: #b31800;
    text-decoration: underline;
}

#cplat-window a:active { }

#cplat-window a:focus { outline: 1px dotted #999 }

html #cplat-title {
    background-color: transparent;
    height: auto;
    position: relative;
    z-index: 1020;
}

html #cplat-ajaxWindowTitle {
    float: none;
    padding: 0;
    text-indent: -9999px;
    background: transparent url('../images/core/cplat-overlay-login-header.png') no-repeat top left;
    width: 296px;
    height: 94px;
}

html #cplat-closeAjaxWindow {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

html #cplat-ajaxContent {
    padding: 14px 0 0;
    background: #fff url('../images/core/cplat-login-bg.png') repeat-y top left;
    margin-top: -12px;
}

html #cplat-ajaxContent.cplat-modal { padding: 0 }

html #cplat-ajaxContent legend { display: none }

html #cplat-ajaxContent form fieldset {
    height: 206px;
    overflow: hidden;
}

html #cplat-ajaxContent form fieldset div { padding: 0 15px }

html #cplat-ajaxContent .cplat-register-now {
    background: #f7f5f0 url('../images/core/cplat-forgotten-bg.png') repeat-y top left;
    padding: 10px 15px 5px;
    border-bottom: 1px solid #d2d3d2;
}

html #cplat-ajaxContent label { display: block }

html #cplat-ajaxContent input.text {
    background: transparent url('../images/cplat/input-bg.gif') no-repeat scroll 0 0;
    border: 2px solid #72A341;
    width: 197px;
    margin-bottom: 5px;
}

html #cplat-ajaxContent input#cplat_submit { clear: left }

html #cplat-ajaxContent label.cplat-rememberme-label {
    float: left;
    margin: 5px;
    width: 230px;
}

html #cplat-ajaxContent input#cplat_rememberme {
    border: none;
    float: left;
    margin: 5px 5px 5px 15px;
}

html #cplat-ajaxContent .cForgotPass {
    background: #f7f5f0 url('../images/core/cplat-forgotten-bg.png') repeat-y top left;
    padding: 15px;
    margin-bottom: 0;
    border-top: 1px solid #d2d3d2;
}

html #cplat-ajaxContent input#cplat_submit,
html #cplat-window a.cplat-closeLoginOverlay {
    float: left;
    display: inline;
    margin: 5px 0 5px 15px;
    border: none;
    background: url('../images/core/hdr-search-btn-sprite.png') no-repeat top;
    color: #1e1e1e;
    cursor: pointer;
    font: bold .835em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 56px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

html #cplat-ajaxContent input#cplat_submit:hover,
html #cplat-window a.cplat-closeLoginOverlay:hover { background-position: bottom }

html #cplat-window a:link.cplat-closeLoginOverlay,
html #cplat-window a:visited.cplat-closeLoginOverlay { color: #1e1e1e }

html #cplat-window a:hover.cplat-closeLoginOverlay { text-decoration: none }

/* Thickbox default settings */
#cplat-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cplat-overlayMacFFBGHack { background: transparent url('../scripts/lib/thickbox/macFFBgHack.png') repeat }

.cplat-overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#cplat-window {
    position: fixed;
    background: #fff;
    z-index: 102;
    color: #000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

#cplat-ajaxContent {
    clear: both;
    padding: 2px 15px 15px;
    overflow: auto;
    line-height: 1.4em;
}

#cplat-ajaxContent.cplat-modal { padding: 15px }

#cplat-load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
    /* -height/2 0 0 -width/2 */
}

#cplat-HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#cplat-iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

/* Error page */
#error #title {
    position: absolute;
    top: -9999px;
    left: -9999px;
    height: 0;
    width: 1px;
    overflow: hidden;
}

#error #mainContent { margin-top: 0 }

#error .error-container {
    background: transparent url('../images/core/error-page-bg.jpg') no-repeat top left;
    position: relative;
    padding: 51px 58px 40px;
    color: #000;
    margin-bottom: 50px;
}

#error .error-container .error-bot {
    background: transparent url('../images/core/error-bot.png') no-repeat bottom left;
    width: 590px;
    height: 51px;
    position: absolute;
    bottom: -41px;
    left: 0;
}

#error .error-container h2 {
    background: transparent url('../images/core/error-page-icon-h.gif') no-repeat top left;
    font-size: 32px;
    padding: 25px 0    0    75px;
    margin-bottom: 5px;
}

#error .error-container h3 { font-size: 1.7em }

#error .error-container p,
#error .error-container ul { font-size: 1.2em }

#error .error-container a { color: #0F5896 }

#error .error-container a:hover { text-decoration: underline }

/* Footer pages */
#footer-pages #mainContent { margin: 0 3px 0 0 }

#footer-pages #mainContent .content-list {
    border: 2px solid #fff;
    background-color: #323131;
    background-image: none;
    padding: 10px;
    width: 558px;
    margin-bottom: 0;
    line-height: 1.5;
}

#footer-pages #mainContent .content-list h2 {
    font-size: 1.3em;
    margin: 10px 0;
}

#footer-pages #mainContent .content-list h3 {
    font-size: 1em;
    font-style: italic;
}

#footer-pages #mainContent .content-list ol {
    list-style-type: decimal;
    padding-left: 30px;
}

#footer-pages #mainContent .content-list ol li { padding: 0 0 10px }

#footer-pages #mainContent .content-list ol.sub-list { list-style-type: lower-alpha }

#footer-pages #mainContent .content-list p.registered { font-size: 1.2em }

#footer-pages #mainContent .content-list ul {
    list-style-type: disc;
    padding: 0 0 10px 30px;
}

#footer-pages #mainContent .contact {
    width: 350px;
    margin: 0 auto 10px;
    text-align: center;
}

#footer-pages #mainContent .contact strong { display: block }

#footer-pages #mainContent .content-list div.right {
    float: right;
    padding-right: 10px;
}

#footer-pages #mainContent .address p { margin: 0 }

#footer-pages.removal-requests #mainContent .content-list { margin-bottom: 12px }

/* Shop */
#shop #mainContent { margin-top: 0 }

#shop #mainContent .feature {
    margin-bottom: 0;
    padding-bottom: 2px;
    position: relative;
    width: 590px;
}

#shop #mainContent .feature h2 span {
    background: url('../images/shop/h-shop.png') no-repeat top left;
    border-top: 2px solid #fff;
    width: 578px;
}

#shop #mainContent iframe {
    border: 2px solid #fff;
    margin: -6px 0 0 4px;
    position: relative;
}

/* Footer tray */
#tray {
    background: #039cd8 url(../images/footer/tray-bg.jpg) repeat-x;
    padding: 7px 0;
    overflow: auto;
    color: #fff;
}

#tray li {
    float: left;
    background: url(../images/footer/dotted-footer-v-bg.gif) repeat-y right;
    padding-left: 12px;
}

#tray li div { position: relative }

#tray li div img,
#tray li div embed {
    position: absolute;
    bottom: 5px;
    left: -5px;
}

#tray .flash { width: 205px }

#tray .flash div {
    background: url(../images/footer/flash-bg.png) no-repeat;
    height: 158px;
    position: relative;
}

#tray .flash div a img {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 188px;
    height: 141px;
}

#tray .flash div embed {
    top: 5px;
    left: 5px;
}

#tray .live div img {
    top: 9px;
    left: 9px;
}

#tray .subscribe { width: 209px }

#tray .subscribe div {
    background: url(../images/footer/subscribe-bg.png) no-repeat;
    height: 88px;
}

#tray .live { width: 135px }

#tray .live div {
    background: url(../images/footer/live-bg.png) no-repeat;
    height: 154px;
}

#tray .shop { width: 209px }

#tray .shop div {
    background: url(../images/footer/subscribe-bg.png) no-repeat;
    height: 88px;
}

#tray .newsletter {
    width: 130px;
    background: none;
}

#tray .newsletter div {
    background: url(../images/footer/newsletter-bg.png) no-repeat;
    height: 88px;
}

#tray li h5 {
    margin: 0;
    position: relative;
    z-index: 100;
    font-size: 1.3em;
    font-weight: bold;
}

#tray li p {
    background: url(../images/footer/dotted-footer-h-bg.gif) repeat-x bottom left;
    padding-bottom: 8px;
    margin-right: 10px;
    margin-bottom: 7px;
    font-size: .9em;
    color: #fff;
}

#tray li a {
    background: url(../images/footer/arrow.gif) no-repeat 0 50%;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    font-size: .9em;
}

#tray li div a {
    background: none;
    padding-left: 0;
}

/* BBC Worldwide footer */
#bbcw-footer {
    background-color: #050505;
    color: #c8c3ba;
    padding-bottom: 45px;
    width: 100%;
    text-align: left;
    font-size: .95em;
}

#bbcw-footer div {
    width: 963px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#bbcw-footer img {
    float: left;
    margin-bottom: 2px;
}

#bbcw-footer p.made-by-bbcw {
    margin: 11px 0 0 15px;
    color: #fff;
    font-weight: bold;
    float: left;
    clear: none;
}

#bbcw-footer p.bbcw-more {
    clear: none;
    float: right;
    margin-top: 11px;
}

#bbcw-footer a {
    text-decoration: none;
    background: url(../images/core/bbcw-footer-arrow.gif) no-repeat left center;
    padding-left: 8px;
    color: #c8c3ba;
    font-weight: bold;
    float: left;
    clear: none;
}

#bbcw-footer a:hover,
#bbcw-footer a:focus,
#bbcw-footer a:active { text-decoration: underline }

#bbcw-footer p {
    clear: left;
    margin-left: 62px;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Now share it */
#share-it {
    margin: 20px 0 0 -2px;
    width: 578px;
    background: #f1f1f1 url(../images/cars/share-it-bg.png) no-repeat bottom;
    padding-bottom: 15px;
    clear: both;
}

#share-it .inner {
    background: #f1f1f1 url(../images/cars/share-it-bg.png) no-repeat top;
    padding: 15px 0 10px;
}

#share-it h3,
#share-it h2 {
    width: 127px;
    height: 15px;
    text-indent: -9999px;
    background: #fff url(../images/cars/h3-now-share-it.png) no-repeat;
    margin: 0 0 15px 15px;
}

#share-it ul {
    float: left;
    border-right: 1px solid #c9d1d9;
    padding: 0 6px 0 0;
    margin: 0 10px 0 15px;
}

#share-it li {
    float: left;
    width: 16px;
    margin: 0 6px 0 0;
}

#share-it ul a span { background: url(../images/news/social-networks.png) no-repeat 0 0 }

#share-it .addthis_button_compact { float: left }

#share-it .addthis_button_compact span {
    float: right;
    margin: 0 0 0 4px;
}

#share-it .addthis_button_facebook span { background-position: 0 0 }

#share-it .addthis_button_twitter span { background-position: 0 -49px }

#share-it .addthis_button_email span { background-position: 0 -32px }

#share-it .addthis_button_googlebuzz span { background-position: 0 -65px }

#share-it .addthis_button_stumbleupon span { background-position: 0 -16px }

#share-it .db-wrapper { margin: 0 0 0 15px }

