﻿/* PROJECT BULLDOG B1TCH£$ */

.backgroundImage {
    background:url(/images/en-GB/interface/header_background.png) no-repeat top;

}

body{
	background:#bcbcbc;
}

.background {
	background: #efefef;
	height: 100%;
}

#innerBody {
	min-height: 600px;
	width: 1180px;
	background: #fff;
	margin: 0 auto;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	box-shadow: none;
	position: relative;
	height: 100%;
}

.genericContainer {
    padding: 10px 40px;
}

/************** TYPOGRPAGHY ***********************/

/* HEADINGS */

h3 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
	padding: 0;
}

/************* FILTER / SIDE BAR ***********************/
.filterBarPanel .filterTitleBlock h3 {
	margin: 0;
	color: #fff;
	text-transform: capitalize;
	padding: 12px 10px 10px 13px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #2b2b2b;
}

.filterBarPanel .filterTitleBlock {
	background: #6f7170;
	position: relative;
	z-index: 1;
}


.filterBarPanel {
	background: #fbfbfb;
	border-right: 2px solid #6f7170;
	width: 215px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	float: left;
}

.filterTitleBlockBackground {
	background: #fbfbfb;
	border-right: 2px solid #6f7170;
	height: 100%;
	width: 215px;
	position: absolute;
}

.filterBarPanelContent {
	background: #fbfbfb;
	z-index: 20;
}

.filterBarPanel .filterContent.scrollFilterContent {
	background: #fbfbfb;
	border-right: 2px solid #6f7170;
}

/************* FILTER STATUS BOX - CAN REMOVE IMPORTANT ***********************/

.filterStatusBox .filterMessage p.attention
{
	background: url("../../images/en-GB/interface/information_icon.png") no-repeat left 14px !important;
	margin-left:15px !important;
}


/************* BROWSE BY COMPETITOR ***********************/

.browseRecommendedModelsContainer h3 {
    font-size: 18px;
}


.groupBlockTitle
{
	font-weight:normal;
}


/************* LARGE INPUT ***********************/

.largeInput input[type="text"]{
	height:26px;
}

/************* SUMMARY STRIPE ***********************/

.stripeSummary
{
	border-bottom: 1px solid #d9d8d6;
}

/************* TECH SPECS GIRD VIEW CONTAINER ***********************/

.fullWidthContainer .gridView
{
	margin-top:0;
}

/************* ASPECT GRIDVIEW SECTION HEADERS - CAN REMOVE IMPORTANT ***********************/

.aspectGridView .sectionHeading
{
	border: none !important;
	margin-bottom:0 !important;
	padding-left:20px !important;
}




/************* BUTTONS ***********************/

/* INPUT AS BUTTON */

.inputButton {
	background: #258ebf;
	border:none;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 8px;
	text-align: center;
	text-transform: capitalize;
	border-radius: 2px;
	border-bottom:2px solid #1d7299;
}

.inputButton:hover {
	background: #4fb4e3;
	border:none;
	text-decoration: none;
	border-bottom:2px solid #47a0c9;
}


/* GLOBAL */

a.mercatoCommandButton,
a.mercatoButton {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin: 0 5px 2px 0;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.2;
	text-shadow:none;
	border-radius: 2px;
}

a.mercatoButton,
a.mercatoCommandButton .mcbDefault, 
a.mercatoCommandButton .mcbGo {
	padding: 10px 20px 8px;
}


/* PRIMARY */

a.mercatoCommandButton,
a.mercatoButton{
	background: #258ebf;
	border:none;
	color: #fff;
	border-bottom:2px solid #1d7299;
}

a.mercatoCommandButton:hover,
a.mercatoButton:hover {
	background: #4fb4e3;
	border:none;
	text-decoration: none;
	border-bottom:2px solid #47a0c9;
}

/* SECONDARY */

a.secondary{
	background: #555;
	border: none;
	color: #fff;
	border-bottom:2px solid #141414;
}

a.secondary:hover{
	background: #777;
	border:none;
	border-bottom:2px solid #5e5e5e;
}

/* TERTIARY */

a.tertiary {
	background: #a2a2a2;
	border:none;
	color: #fff;
	border-bottom:2px solid #707070;
}

a.tertiary:hover {
	background: #b7b7b7;
	border:none;
	border-bottom:2px solid #858585;
}

/* SPECIAL/PROMO */

a.special {
	background: #ffc82e;
	border:none;
	color: #222;
	border-bottom:2px solid #cc9f25; 
}

a.special:hover {
	background: #fae474;
	border:none;
	border-bottom:2px solid #c7b55b; 
}


/* DISABLED */

a.mercatoCommandButton.aspNetDisabled,
a.mercatoButton.aspNetDisabled {
	background: #ddd;
	border:none;
	color: #9f9f9f;
	cursor: default !important;
	padding-bottom:10px;
}

a.mercatoCommandButton.aspNetDisabled:hover,
a.mercatoButton.aspNetDisabled:hover
 {
	background: #ddd;
	border:none;
	color: #9f9f9f;
	cursor: default !important;
}

/************* FLAGS - CHANGED TO STOP MAKING THEM LOOK LIKE BUTTONS ***********************/

.flagBlock {
    display:block;
    margin: 0 0 20px 0;
}

.flagBlock .flag {
	 display: block;
	 float: left;
	 text-align: center;
	 padding: 6px 6px 6px 8px;
	 position: relative;
	 margin: 0 17px 10px 0; 
	 text-decoration: none;
	 color: #fff;
	 height:16px;
	 line-height:133%;
}
    .compressedWithLightLine .flagBlock .flag 
    {
        height:auto;
    }
.flagBlock .flag:first-child::before {
    display: none; 
}

/*Interlock*/
.flagBlock .flag::before {
	content: "";
	position: absolute;
	left: -14px;    
	top:0;  
}

/*Chevron*/
.flagBlock .flag::after {
	content: "";  
	position: absolute; 
	right: -14px; 
	top: 0; 
}

.flagBlock .flag.focusModels,
.flagBlock .flag.promoModels,
.flagBlock .flag.withdrawnFromMarketingModels,
.flagBlock .flag.leapModels,
.flagBlock .flag.greatDealModels,
.flagBlock .flag.topSellerModels 
{
	border-width:0;
}

/*Flag colours*/
.flagBlock .flag.focusModels:before
{
	border-width: 14px 0 14px 14px;
	border-style: solid;
	border-color: #90b51c #90b51c #90b51c transparent;
}

.flagBlock .flag.focusModels::after{
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #90b51c;
}


.flagBlock .flag.promoModels:before
{
	border-width: 14px 0 14px 14px;
	border-style: solid;
	border-color: #FEA74A #FEA74A #FEA74A transparent;
}

.flagBlock .flag.promoModels:after
{
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #FEA74A;
}


.flagBlock .flag.withdrawnFromMarketingModels:before
{
	border-width: 14px 0 14px 14px;
	border-style: solid;
	border-color: #4D4D4D #4D4D4D #4D4D4D transparent;
}

.flagBlock .flag.withdrawnFromMarketingModels:after
{
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #4D4D4D;
}

.flagBlock .flag.leapModels:before
{
	border-width: 14px 0 14px 14px;
	border-style: solid;
	border-color: #E65057 #E65057 #E65057 transparent;
}

.flagBlock .flag.leapModels:after
{
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #E65057;
}
    .flagBlock .flag.greatDealModels 
    {
        background-color:#f5b817;
    }
.flagBlock .flag.greatDealModels:before
{
	border-width: 14px 0 14px 14px;
	border-style: solid;
	border-color: #f5b817 #f5b817 #f5b817 transparent;
}

.flagBlock .flag.greatDealModels:after
{
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #f5b817;
}

.flagBlock .flag.topSellerModels:before
{
	border-width: 14px 0 14px 14px;
	border-style: solid;
	border-color: #567787 #567787 #567787 transparent;
}

.flagBlock .flag.topSellerModels:after
{
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #567787;
}

/************* CALLOUT TABS ***********************/

.calloutTabs li.current {
	background: url("../../images/en-GB/interface/callout_tab_arrow_blue.png") no-repeat center 46px;
	padding-bottom: 7px;
}

.calloutTabs.subTabs li.current {
	padding-bottom: 0px;
	border-bottom: 4px solid #3e8ddd;
	background: none;
}

.calloutTabs li.current a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #3e8ddd;
	padding: 10px 12px 13px;
	display: block;
}

.calloutTabs.subTabs li.current a {
	font-size: 15px;
	padding: 8px 6px 8px;
	background: #fff;
	color: #dc291e;
}



/************* TITLE HEADER ***********************/

.titleHeader {

	margin: 0 auto;
	border-bottom: 1px #d9d8d6 solid;
}

.titleHeader .titleHeaderContent h1 {
	margin-top: 0;
	font-size: 20px;
	font-weight: normal;
	color: #373737;
	max-width: 410px;
	word-wrap: break-word;
}

/************* GROUP BLOCK CONTAINER ***********************/

.groupBlocksContainer {
    padding: 10px 0 40px 30px;
}


/************* FAMILY BANNER ***********************/

.familyHeader
{
	background: url("/images/en-GB/interface/family_banner_repeat_blue_bg.png") repeat #fff;
	border-bottom:2px solid #d9d8d6;
	min-height:255px;
}

.familyHeaderContainer
{
	background:none;
	background: -moz-linear-gradient(-80deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-80deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-80deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-80deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.familyHeader .bannerContent h3
{
	font-size:30px;
	font-weight:normal;
}

.familyHeader .bannerContent p {
    color: #555;
    width: 620px;
	font-weight:bold;
	font-size:16px;
	line-height:1.4;
	padding-bottom:7px;
}

/* Animation CSS */

.animateFamilyBanner.familyHeader .bannerImage{
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
	opacity:0;
}

.animateFamilyBanner.familyHeader .bannerContent{
    transform: translate(0px, 15px);
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
	opacity:0;
}

.bannerContent
{
	transition:all ease-out .6s;
  	opacity:1;
}

.bannerImage
{
	transition:all ease-out 1.2s;
	opacity:1;
} 



/************* MODEL BANNER ***********************/

.modelHeader {
	background: url("/images/en-GB/interface/model_banner_repeat_bg.png") repeat #fff;
	min-height: 285px;
	float: left;
	width: 100%;
}

.modelHeaderContentContainer
{
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}


.modelHeader h3, 
.partHeader h3 {
    font-size: 30px;
	font-weight:normal;
}


.modelHeader p, 
.partHeader p {
	color: #555;
	font-size: 16px;
	font-weight: bold;
	width: 600px;
	padding-bottom:15px;
}

/* Animation CSS */

.animateModelBanner.modelHeader .modelContent{
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
	opacity:0;
}

.animateModelBanner.modelHeader .headerImage{
    transform: translate(0px, 15px);
    -webkit-transform: translate(0px, 15px);
    -moz-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
	opacity:0;
}

.modelContent
{
	transition:all ease-out .6s;
  	opacity:1;
}

.headerImage
{
	transition:all ease-out 1.2s;
	opacity:1;
} 





/************* SCROLLER BANNER - REMOVE IMPORTANT PLACE STYLES IN HOMEPAGE.CSS ***********************/

.scrollerBannerContainer
{
	/*border-top:3px solid #d9d8d6 !important;*/
	border-bottom:3px solid #d9d8d6 !important;
}

.scrollerBannerContainer h3.trendingHeading
{
	font-size:18px !important;
	margin-bottom:5px !important;
}

/************* BROWSE SUB BAR - REMOVE IMPORTANT PLACE STYLES IN HOMEPAGE.CSS ***********************/

.browseBar .browseBarContent {

	background-image:url("../../images/en-GB/interface/browse_white_bg.png") !important;
    background-repeat:repeat;
    border-bottom:1px solid #fff !important;
	margin-bottom:-1px;
}

.browseBar .browseBarTop {
	border-top:1px solid #fff !important;
    border-bottom:none !important;
    margin-bottom: 0 !important;
}

.browseBar .browseBarBottom {
    border-bottom: solid 1px #d7d7d7 !important;
    margin-top: 1px;
}

.browseBar .browseBarContent ul li a
{
    border:1px solid #87c4dc !important;
}
.browseBar .browseBarContent ul li a:hover span
{
    /*background:#87c4dc !important;*/
}

.homePage .filtersContainer 
{
    margin-top:-20px;
}

.browseBar .browseBarContent ul 
{
    margin-bottom:10px !important;
}
/************* SECTION HEADING ***********************/

.sectionHeading,
.summary .sectionHeadingLarge {
	background:none;
	border-top: 1px solid #d9d8d6;
	/*border-top:none;*/
	border-bottom: none;
	padding: 30px 30px 25px;
}

.familyModelBlock
{
    border-top: 1px solid #d9d8d6;
}
.familyModelBlock .filtersContainer 
{
    margin-top:-15px;
} 


.summary .sectionHeadingLarge
{
	border-top:none;
	border-bottom:1px solid #efefef;
	background:#f8f8f8;

}

.homePage .sectionHeading.withFilter 
{
    padding: 20px 30px 0;
}

.sectionHeading
{
	padding: 20px 30px 15px;
}

.sectionHeading h2 {
	padding: 0;
	margin: 0;
	font-size:28px;
	font-weight:normal;
}


/************* HEADER ***********************/

.header {
	background:#fafafa !important;
	width: 100%;
	min-width: 100%;
	padding-top: 10px;
}


/************* APP HEADER / APPLICATION BAR ***********************/

#applicationBar {
	padding: 0;
	text-align: right;
	top: 0;
	width: 1180px;
	margin: 0 auto;
	border-bottom: none;
}

.appTitleHeader,
.appTitleHeaderGateway {
	height: 45px;
	float: left;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 20px;
}

.userOptionsContainer li {
	list-style: none;
	display: inline;
	padding: 0 9px;
	border-left:none;
	font-size: 12px;
}

.userOptionsContainer a {
    color: #696969;
    font-size: 12px;
}

.regionLanguageSelected {
    /*margin-left: 30px;*/
	margin-left:10px;
    position: relative;
}

.mainSearch .inputInner {
	width: 260px;
	height: 28px;
	float: left;
	border: 0;
	margin: 6px 0 0 12px;
	outline: none;
	padding: 0;
	font-size: 15px;
	line-height: normal;
	border: 0 none !important;
}

#primaryNavigation .tabsContainer .tab {
	padding-top: 0;
	margin-top: 9px;
	padding-bottom: 7px;
	border-left: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
}


/************* PRIMARY NAVIGATION ***********************/

#primaryNavigation {
    height: 42px;
    margin: 0 auto;
}


.primaryNavigationOuter {
    background:none !important;
	border-top:0;
	border-bottom:1px solid #d9d8d6;
    width: 100%;
}

#primaryNavigation .tabsContainer .tab {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 7px;
	border-left:none;
	border-right:none;
}

#primaryNavigation .tabsContainer .tab a.tabLink,
#primaryNavigation .tabsContainer .tabContext a.tabLink {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 0;
	cursor: pointer;
	text-transform:uppercase;
}

#primaryNavigation .tabsContainer .tab.menu a {
    padding-right: 15px;
}

#primaryNavigation .tabsContainer .tab a.tabLink .tabTitle,
#primaryNavigation .tabsContainer .tabContext a.tabLink .tabTitle {
	padding: 9px 15px 9px 15px;
	display: block;
	font-size: 14px;
	line-height: 1.2em;
}


#primaryNavigation .tabsContainer .tab:hover {
	/*background: #FF6A00;*/
	background: #6ABF4A;
}

#primaryNavigation .tabsContainer .tab:hover a.tabLink .tabTitle
{
	color:#fff;
}

#primaryNavigation .tabsContainer .tab.selected{
	background: none;
	/*border-bottom:7px solid #FF6A00;*/
    border-bottom:7px solid #6ABF4A;
	color:#000;
}

#primaryNavigation .tabsContainer .tab.selected:hover
{
	background-color:#6ABF4A;
	border-bottom:7px solid #6ABF4A;
	color:#fff;
}


#primaryNavigation .tabsContainer .tab.selected a.tabLink .tabTitle{
    color: #000;
}

#primaryNavigation .tabsContainer .tab.selected:hover a.tabLink .tabTitle{
    color: #fff;
}

#primaryNavigationMenus .menu {
	display: none;
	width: 1156px;
	margin: 0 auto;
	background: #f8f8f8;
	border: 1px solid #6F7170;
	border-top: none;
	box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.3);
	overflow: hidden;
	position: relative;
	padding: 20px 0 9px 22px;
    /*border-bottom: 3px solid #ff6a00;*/
    border-bottom: 3px solid #6ABF4A;
}
.usefulLinksContainer td
{
    vertical-align:top;
}


.usefulLinksContainer.moreLinks table
.usefulLinksContainer.moreLinks .dataListLinks
{
	margin:0;
	padding:0;
	width:100%;
}

.usefulLinksContainer.moreLinks .dataListLinks
{
	margin-bottom:30px;
}

.usefulLinksContainer.moreLinks td
{
    padding-bottom: 6px;
}

.usefulLinksContainer.moreLinks h2
{
    font-size: 28px;
	font-weight:normal;
}


#primaryNavigationMenus .menu .usefulLinksContainer h2
{
    padding:0;
    min-height:5px;
}

#primaryNavigationMenus .menu h2
{
	background:none;
	font-size:18px;
    margin-top:0;
    margin-bottom:10px;
}
#primaryNavigationMenus .menu .usefulLinksContainer .dataListLinks 
{
    margin-right:40px;
    margin-bottom:10px;
}
#primaryNavigationMenus .menu .usefulLinksContainer .dataListLinks td
{
    padding-bottom:6px;
}

#primaryNavigation .tabsContainer .tab.menu a.tabLink span {
	background: url(/images/en-GB/interface/primary_nav_arrow_sprite_dark.png) no-repeat right -83px;
	padding-right: 15px;
}

#primaryNavigation .tabsContainer .tab.menu a.tabLink:hover span {
	background: url(/images/en-GB/interface/primary_nav_arrow_sprite_dark.png) no-repeat right 14px;
	padding-right: 15px;
}

#primaryNavigation .tabsContainer .tab.menu.selected a.tabLink span {
	background: url(/images/en-GB/interface/primary_nav_arrow_sprite_dark.png) no-repeat right -133px;
}

#primaryNavigation .tabsContainer .tab.menu.selected a.tabLink:hover span {
	background: url(/images/en-GB/interface/primary_nav_arrow_sprite_dark.png) no-repeat right -35px;
}

#primaryNavigationMenus .menu .groupBlock
{
	background-color:#fff;
}

/************* PRIMARY NAVIGATION GROUP BLOCKS ***********************/

#primaryNavigationMenus .menu .groupBlock .groupBlockTitle {
    font-size:18px;
	font-weight:normal;
    padding: 10px 20px 5px 20px;
}

#primaryNavigationMenus .menu .groupBlock .groupBlockSubTitle {
    font-size:13px;
    color: #555;
    padding: 0 20px 10px 20px;
}


/************* GROUP BLOCKS ***********************/

.groupBlock.model .headerSection .title
{
	font-weight: normal;
}

/************* BROWSE FAMILIES OVERLAY ***********************/

.browseOverlayBlocksContainer .dualDisplay .productBlock .productBlockTitle
{
	font-weight:normal;
}

.browseOverlayBlocksContainer h3
{
	font-size:24px;
}


/************* SEARCH ***********************/

.mainSearch .inputOuter {
	height: 40px;
	width: 320px;
	border: none;
	background-color: #fff;
	/*position: relative;*/
	/*top: 15px;*/
	float: left;
	margin-top:15px;
	border:1px solid #d9d8d6;
}

/************* FOOTER ***********************/

.footer {
	margin: 0 auto;
	height: 150px;
	clear: both;
	background-color: #bcbcbc;
	position: relative;
	z-index: 20;
}

.footer p {
    font-size: 12px;
    width: 1180px;
}

.footer .copyLeft {
	background: none;
	height: 150px;
	margin: 0 auto;
	clear: both;
}

.footer .copyLeft p
{
	color: #373737;
    float: right;
    padding-top: 0;
	padding-right: 40px;
    /*text-align: right;*/
    /*width: 100%;
    margin-top:-10px;*/
}

.footer .copyLeft .footerLogo {
	background: url("../../images/en-GB/interface/lenovo_logo_red.jpg") no-repeat 40px 0;
    /*background: url("../../images/en-GB/interface/lenovo_logo_red.jpg") no-repeat 40px 20px;*/
	height: 67px;
	width: 180px;
	float: left;
}

/************* SITE FOOTER LINKS ***********************/

.footer .siteFooterLinks {
    margin-top:0;
    margin-right:40px;
	/*margin-top: 20px;*/

}

.footer .siteFooterLinks ul {
	margin: 0;
}

.footer .siteFooterLinks li {
	float: left;
	list-style: none;
	margin-left: 10px;
	border-left:none;
}

.footer .siteFooterLinks li.first {
	border-left: none;
}

.footer .siteFooterLinks li a {
	color: #373737;
	font-size: 12px;
	margin-left: 5px;
}

.footer .siteFooterLinks li a:hover {
	color: #373737;
	text-decoration: underline;
}

.footer .siteFooterLinks li a.aspNetDisabled,
.footer .siteFooterLinks li a.aspNetDisabled:hover {
	color: #9a9a9a;
	text-decoration: none;
}

/*.scrollerBannerContainer .scrollerBanner {
    background: #fff url("/images/en-GB/interface/trending_banner_repeat_bg.png") repeat scroll 0 0 !important;
    margin: 0;
    padding: 0;
    position: relative;
}

.scrollerBannerContainer .scrollerBanner li {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 !important;
    left: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}*/

    .scrollerBannerContainer .scrollerBanner li.trendingli .trending  {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 !important;
    height:250px;
}

.scrollerBannerContainer .scrollerBanner li.trendingli {
    background: #fff url("/images/en-GB/interface/trending_banner_repeat_bg.png") repeat scroll 0 0 !important; 
}


.marginRight5 
{
    margin-right:5px;
}


/*Breadcrumbs*/


.titleHeader .titleHeaderContent .left 
{
    padding-top:12px;
}
.breadCrumb
{
    padding-top:0;
    padding-bottom:0;
}

.pageTitle 
{
    padding-top:7px;
}

a.marginLeft10 {
    margin-left: 10px;
}