@charset "iso-8859-1";
/* CSS Document */
/* /web/global/solutions/templates/mbw/global-mb-patch_uk.css */

/* hides the right column */
#fw-mb-w1 #framework-content-right {
display:none;
}
/* fixes spacing between carousel and title */
.gd12v1-pilot, .gd12v2-pilot {
margin-top:14px !important;
}
/* fixes horizontal scroll bar in IE */
html { 
	overflow-x: hidden;   
}
/* fix the overlapping of LAB on show/hide products area */
.gd-right {
position:relative;
}
/* fix the height of grey box for all coutries */
.ovt { min-height: 320px !important;}

/* fix the c2c disappers on hover issue for all coutries */
.gdb .clb, .gdb .mlb-pilot {z-index: 0;}
.gd12v1-pilot .gd-right { z-index: 0;}

/* fixes the issue of telepresence page alignment for all global coutries by Indira */
.float-L{float:left !important; margin-bottom:3px;margin-right:20px !important}

/* fixes the spacing issue between the title and header for all global countries */
#mb-title-nav-bar {
margin:5px;
}
/* fix for Brightcove video alignment for global pages */
span.content div.c26v4
{
z-index:1005 !important;
}
/*Anchor Patch for hover links in global pages*/
.mlb-pilot a, .mlb-pilot a:link, .mlb-pilot a:hover {
    display: inline;
}
/*Fixes the Lpbutton background repeat issue and the heigth in chat now module*/
#lpButton-header a, #lpButton-header .cc06-cta b, #lpButton-header .cc06-cta b b
{
height: 40px;
display:inline-block !important;
}
#lpButton-footer a{
	display:inline-block !important;
}