// Web font helper
$supports-local: true !default; //TODO: (#74043) Set to false for Android and Silk
@mixin font-face($family, $set, $weight, $locals: (), $version: latest){
  $local-fonts: '';
  @if $supports-local == true {
    @each $item in $locals {
      $local-fonts: #{$local-fonts} + 'local("' + #{$item} + '"),';
    }
  }
  @font-face {
    font-family: 'wf_' + #{$family} + '_' + #{$weight};
    src: url('//c.s-microsoft.com/static/fonts/#{$family}/#{$set}/#{$weight}/#{$version}.eot');
    src: #{$local-fonts} +
         url('//c.s-microsoft.com/static/fonts/#{$family}/#{$set}/#{$weight}/#{$version}.eot?#iefix') format('embedded-opentype'),
         url('//c.s-microsoft.com/static/fonts/#{$family}/#{$set}/#{$weight}/#{$version}.woff') format('woff'),
         url('//c.s-microsoft.com/static/fonts/#{$family}/#{$set}/#{$weight}/#{$version}.ttf') format('truetype'),
         url('//c.s-microsoft.com/static/fonts/#{$family}/#{$set}/#{$weight}/#{$version}.svg#web') format('svg');
	font-weight: normal;
    font-style: normal;
  }
}

// Define default fonts (no-webfont)
$international-font-family: Tahoma, Verdana, Arial, sans-serif !default;
$primary-font-family: $international-font-family !default;
$secondary-font-family: $primary-font-family !default;
$semibold-font-family: $primary-font-family !default;
$grid-max-width : 1180px;
$responsiveBP3Width : 899px;
$responsiveBP2Width : 679px;
$responsiveBP1Width : 539px;// West European (local + webfont)
$primary-font-family: join((wf_segoe-ui_normal, 'Segoe UI', Segoe, 'Segoe WP'), $international-font-family);
$secondary-font-family: join((wf_segoe-ui_light, 'Segoe UI Light', 'Segoe WP Light'), $primary-font-family);
$semibold-font-family: join((wf_segoe-ui_semibold, 'Segoe UI Semibold', 'Segoe WP Semibold'), $primary-font-family);@include font-face(segoe-ui, west-european, light, ('Segoe UI Light', 'Segoe WP Light'));
@include font-face(segoe-ui, west-european, normal, ('Segoe UI', Segoe, 'Segoe WP'));
@include font-face(segoe-ui, west-european, Semibold, ('Segoe UI Semibold', 'Segoe Semibold', 'Segoe WP Semibold'));
@include font-face(icons, homepage, normal, (), 2);html{}html,body,form,div,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0}.cssClear{clear:both;height:0;margin:0;padding:0;_line-height:0}a:link,a:visited{text-decoration:none}img{border:none}#roottoolbar{font-size:70%}html,body{height:100%}body{width:100%;min-height:25px;_height:400px}div.form-bottom{position:relative}div.form-bottom-inner{position:absolute;top:-400px;width:100%;min-width:960px;height:400px}div.stage{position:relative;z-index:1;margin:0 auto;width:960px}div.stage{_height:100%}div.stage-bg-bot{_height:100%;_height:expression(document.body.clientHeight-430+"px")}div.stage-content{padding-left:20px;padding-right:20px}div.stage-bg-top{position:absolute;z-index:-1;top:0;height:85px;width:100%}div.stage-bg-mid{position:absolute;z-index:-1;top:85px;height:345px;width:100%}div.stage-bg-bot{position:absolute;z-index:-1;top:430px;bottom:0;width:100%}div.utility-bar{margin-bottom:10px;position:relative;z-index:999}div.main-brand{margin-bottom:10px}div.main-brand img{border:none}div.main-brand .logo .bg-img,div.main-brand .logo .filter-img{top:0;width:100%;height:100%}div.main-brand .logo .bg-img{background-repeat:no-repeat}.main-brand span.beta{color:#fff;position:relative;top:16px}div.search-navigation{z-index:990;position:relative;width:100%;background-color:transparent;margin-bottom:20px}div.search-navigation-bg{position:absolute;top:0;bottom:0;left:0;right:0}div.main-content{min-height:555px;_height:555px;margin-bottom:20px}div.footer{min-height:50px;_height:50px;_width:100%;clear:both}div.main-brand .brandLogoTextCell{vertical-align:bottom}.euCookie-container{background-position:center center;background-repeat:no-repeat;margin-left:auto;margin-right:auto;width:916px;overflow:hidden}.euCookie-container:after{clear:both;height:0;margin:0;padding:0;_line-height:0;content:"";display:table}.euCookie{border-bottom:1px solid #fff;background:none repeat scroll 0 0 #1570a6;color:#fff;padding:2px 0}.euCookieLink{clear:none;margin-left:50px;margin-right:15px;color:#fff}.euCookieLink:hover{text-decoration:underline}
/*master template overrides*/
.main-brand {display: none !important;}
.search-navigation {display: none !important;}


.mstHdr_SecRow {display: none !important;}

.main-body {margin: 20px 20px 20px 20px;font-family:Segoe UI,Tahoma,Arial,Verdana,sans-serif;color: #606060;min-height:500px;}
.scSocialNav_Home{display: none !important;}

img { vertical-align:top; }
a img { border: none; }
ol { list-style:decimal;margin:10px 0px 10px 50px; }
ul { list-style:bullet;margin:10px 0px 10px 50px; }

h1, h2{font-weight:normal; color:#404040;}
h2,h3{padding:5px 0px 10px 0px;}
h3, h4, h5, h6 { color:#404040;}

h4{padding:10px 0px 5px 0px;
	
}

p,li{font-size:80%;padding:5px 0px 5px 0px;line-height:120%;}

li ol li,li ul li{
	font-size:100%;
}
.TopInput{display:block;width:100%;
	
}
.leftInput{display:inline;width:45%;
	float:left;padding-right:10px;
}

.rightInput{display:inline;width:50%;

	float:right;
}
input.TextInput{width:200px;padding-left:10px;float:right;display:inline;margin-top:0px;}
ol li div.geoGroup{clear:both;margin:10px 0px 10px 0px;}
ol li div.geoGroup span.geo{margin:10px 10px 5px 0px;}

input.TextInputSpecific{width:150px;margin-left:10px;display:inline;}
.alpha{
	list-style:lower-latin;
}.oneMscomComp,.oneMscomComp div,.oneMscomComp h1,.oneMscomComp h2,.oneMscomComp h3,.oneMscomComp h4,.oneMscomComp h5,.oneMscomComp h6,.oneMscomComp li,.oneMscomComp ol,.oneMscomComp p,.oneMscomComp ul{margin:0;padding:0}.oneMscomComp a{cursor:pointer}.oneMscomComp a:link,.oneMscomComp a:visited{text-decoration:none}.oneMscomComp a:hover,.oneMscomComp a:active{text-decoration:underline}.oneMscomComp h1,.oneMscomComp h2,.oneMscomComp h3,.oneMscomComp h4,.oneMscomComp h5,.oneMscomComp h6{font-weight:normal;font-size:100%}.oneMscomComp img{border:none}.oneMscomComp ol,.oneMscomComp ul{list-style-type:none}.oneMscomComp .cssClear{clear:both;height:0;margin:0;padding:0;_line-height:0}.oneMscomComp .png-img{position:relative;overflow:hidden}.oneMscomComp .png-img span{position:absolute;top:-9999px}.oneMscomComp .png-img div{background-position:0 center;background-repeat:no-repeat}.oneMscomComp .png-img .bg-img{display:block;_display:none}.oneMscomComp .png-img .filter-img{display:none;_display:block}.oneMscomList{overflow:hidden;*display:inline-block}.oneMscomListFeatureLayout .mstListFeatureLayoutImgContainer{position:relative;overflow:hidden}.oneMscomListFeatureLayout .mstListFeatureLayoutTitle{padding-bottom:5px;font-size:80%}.oneMscomListFeatureLayout .mstListFeatureLayoutTitle a{text-decoration:none}.oneMscomListFeatureLayout .mstListFeatureLayoutTitleLink{font-weight:bold}.oneMscomListFeatureLayout .mstListFeatureLayoutDesc{font-size:75%}.oneMscomListFeatureLayout .mstListFeatureLayoutButton{padding-top:10px;padding-bottom:10px}.oneMscomListFeatureLayout .mstListFeatureLayoutButton a{border:1px solid navy;text-decoration:none}.oneMscomListFeatureLayout .mstListFeatureLayoutButtonText{padding-left:10px;padding-right:10px}div.oneMscomListTileIconLayout{position:relative;background-repeat:no-repeat;background-position:center}div.oneMscomListTileIconLayoutSmall,div.oneMscomListTileIconLayoutSmall .mstListTileIconLayoutImage{height:145px;width:145px}div.oneMscomListTileIconLayoutSmall .mstListTileIconLayoutImage{*height:auto;*width:auto}div.oneMscomListTileIconLayoutLarge,div.oneMscomListTileIconLayoutLarge .mstListTileIconLayoutImage{height:145px;width:300px}.oneMscomListTileIconLayout a:active,.oneMscomListTileIconLayout a:hover{text-decoration:none}.oneMscomListTileIconLayout .mstListTileIconLayoutLink{height:100%;width:100%;display:block}.oneMscomListTileIconLayout .mstListTileIconLayoutImage{text-align:center;vertical-align:middle;display:table-cell}.oneMscomListTileIconLayout .mstListTileIconLayoutTitle{position:absolute;bottom:0;padding:5px 10px 5px 10px;color:#fff}.oneMscomListTileIconLayout .mstListTileIconLayoutTitle_right{*right:0}.oneMscomListTileIconLayout .mstListTileIconLayoutImage span{*display:inline-block;*height:100%;*width:1px}.oneMscomListTileIconLayout .mstListTileIconLayoutImage *{*vertical-align:middle}div.oneMscomListTileTextLayout{position:relative;background-repeat:no-repeat;background-position:center}div.oneMscomListTileTextLayoutSmall{height:145px;width:145px}div.oneMscomListTileTextLayoutLarge{height:145px;width:300px}div.oneMscomListTileTextLayoutSmall .mstListTileTextLayoutText{height:135px;width:135px}div.oneMscomListTileTextLayoutLarge .mstListTileTextLayoutText{height:135px;width:290px}.oneMscomListTileTextLayout a:active,.oneMscomListTileTextLayout a:hover{text-decoration:none}.oneMscomListTileTextLayout .mstListTileTextLayoutLink{height:100%;width:100%;display:block}.oneMscomListTileTextLayout .mstListTileTextLayoutText{vertical-align:middle;display:table-cell;color:#fff;padding:5px 10px 5px 10px;font-size:85%}.oneMscomListTileTextLayout .mstListTileTextLayoutTitle_right{*right:0}.oneMscomListTileTextLayout .mstListTileTextLayoutText *{*vertical-align:middle}.oneMscomListTileTextLayout .mstListTileTextLayoutText .mstListTileTextLayoutSpan{*display:inline-block;*height:100%;*width:1px}.oneMscomListTileTextLayout .mstListTileTextLayoutText .mstListTileTextLayoutTextSpan{*display:inline-block}.oneMscomListTileTextLayout .mstListTileTextLayoutTitle{position:absolute;bottom:0;padding:5px 10px 5px 10px;color:#fff}.oneMscomListPrimaryTitleLayout{font-size:200%}.oneMscomListSecondaryTitleLayout{font-size:150%}.oneMscomListTextLayout{font-size:75%}.oneMscomListLinkLayout .mstListLinkLayoutLink{font-size:80%}.oneMscomListSpacerLayout{background-repeat:no-repeat;background-position:center}.oneMscomCarouselLayout .mstCarouselLayoutDesc a:hover{text-decoration:none}.oneMscomRatingLayout .mstRatingLayoutStar{background-repeat:no-repeat;background-color:transparent}.oneMscomRatingLayout .mstRatingLayoutStarBig a{height:17px;width:17px}.oneMscomRatingLayout .mstRatingLayoutStarSmall a{height:13px;width:13px;overflow:hidden}.oneMscomRatingLayout .mstRatingTotalStar{background-color:#e1f2fb;text-align:center;height:19px;color:#4f4f4f;font-size:11px}.oneMscomRatingLayout .mstRatingTotalStarSpan{display:inline-block;margin-left:2px;margin-right:2px;margin-top:3px}.oneMscomRatingLayout .mstRatingBinaryNav{background-repeat:no-repeat;background-color:transparent}.oneMscomRatingLayout .mstRatingBinaryNav a{height:18px;width:18px}.oneMscomRatingLayout .mstRatingBinaryMinusOn{background-position:0 0;cursor:pointer}.oneMscomRatingLayout .mstRatingBinaryMinusOff{background-position:0 -36px}.oneMscomRatingLayout .mstRatingBinaryPlusOn{background-position:0 -72px;cursor:pointer}.oneMscomRatingLayout .mstRatingBinaryPlusOff{background-position:0 -108px}.oneMscomRatingLayout .mstRatingBinaryContainer{width:300px}.oneMscomRatingLayout .mstRatingBinaryBarContainer{height:2px;padding-top:8px;padding-left:4px;padding-right:4px}.oneMscomRatingLayout .mstRatingBinaryBarNotLike{width:100%;height:2px}.oneMscomRatingLayout .mstRatingBinaryBarLike{height:100%}.oneMscomRatingLayout .mstRatingTotalBinary{color:#4f4f4f;font-size:11px}.oneMscomListHeroLayout a:hover{text-decoration:none}.oneMscomListHeroLayout .mstHeroCategoryLink{margin-bottom:5px}.oneMscomListHeroLayout .mstHeroTitleLink{font-weight:bold}.oneMscomListHeroLayout .mstHeroTitleContainer .mstHeroDesc{padding:11px 0 13px 0}.oneMscomListHeroLayout .mstHeroTitleContainerRight{padding:0 20px 0 10px}.oneMscomListHeroLayout .mstHeroTitleContainerLeft{padding:0 20px 0 20px}.oneMscomListHeroLayout .mstHeroPlaceholder{margin:0;padding:0}.oneMscomListHeroLayout .mstHeroTitleContainerRight .mstHeroPlaceholder{height:12px}.oneMscomListHeroLayout .mstHeroTitleContainerLeft .mstHeroPlaceholder{height:37px}.oneMscomImageLinkLayout .mstImageLinkLayoutLink{display:block}.mstHdr{width:960px}.mstHdr .mstHdr_PriRow{position:relative;min-height:26px;_height:26px;padding-left:10px;padding-right:10px}.mstHdr .mstHdr_SecRow{position:relative;min-height:26px;_height:26px;padding-right:0}.mstHdr .mstHdr_PriRowBg,.mstHdr .mstHdr_SecRowBg{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.mstHdr .mstHdr_PriRow{z-index:998}.mstHdr .mstHdr_PriRow a{text-decoration:none}.mstHdr .mstHdr_SecRow{z-index:995}.mstHdr .mstHdr_SecRow,.mstHdr .mstHdr_SecRow a:link,.mstHdr .mstHdr_SecRow a:visited,.mstHdr .mstHdr_SecRow a:active,.mstHdr .mstHdr_SecRow a:hover{color:#6a6a6a}.mstHdr .mstHdr_StaticSec11,.mstHdr .mstHdr_StaticSec12,.mstHdr .mstHdr_StaticSec13,.mstHdr .mstHdr_StaticSec14{min-height:1px;_height:1px}.mstHdr .mstHdr_StaticSec11{width:89px}.mstHdr .mstHdr_StaticSec12{width:330px}.mstHdr .mstHdr_StaticSec13{width:340px}.mstHdr .mstHdr_StaticSec14{width:171px}.mstHdr .mstHdr_StaticSec21{width:20%}.mstHdr .mstHdr_StaticSec22{width:80%}.mstHdr .mstHdr_MenuItem,.mstHdr .mstHdr_MenuItemSignIn{float:left;_width:0}.mstHdr .mstHdr_MenuLink a{display:block;padding:0 7px}.mstHdr .mstHdr_MenuLinkTxt,.mstHdr .mstHdr_MenuLinkImg,.mstHdr .mstHdr_MenuLinkDesc{float:left}.mstHdr .mstLcp_DualLangSpan .mstHdr_MenuLinkTxt{float:none}.mstHdr .mstHdr_MenuLinkTxt,.mstHdr .mstHdr_MenuLinkDesc{padding-top:6px;padding-bottom:6px;white-space:nowrap}.mstHdr a:hover .mstHdr_MenuLinkTxt,.mstHdr .selected .mstHdr_MenuLinkTxt,.mstHdr a:hover .mstHdr_MenuLinkDesc,.mstHdr .selected .mstHdr_MenuLinkDesc,.mstHdr span.mstLcp_DualLangSpan a.mstLcp_DualLangLink:hover{color:#ffea41}.mstHdr .mstHdr_StaticSec11 .mstHdr_MenuLinkTxt,.mstHdr .mstHdr_StaticSec13 .mstHdr_MenuLinkImg,.mstHdr .mstHdr_StaticSec14 .mstHdr_MenuLinkImg,.mstHdr .mstHdr_MenuLinkDesc{display:none}.mstHdr .mstHdr_HideMenuLink,.mstHdr .mstHdr_HideMenuLinkImage div.mstHdr_MenuLinkImg,.mstHdr .mstHdr_HideMenuLinkText div.mstHdr_MenuLinkTxt{display:none}.mstHdr .mstHdr_FlyoutPos{position:absolute;top:26px;width:100%;_width:960px}.mstHdr .mstHdr_Flyout{display:none}.mstHdr .mstHdr_mstHdr_FlyoutPosShown .mstHdr_Flyout{display:block}.mstHdr .mstHdr_SecRow .mstHdr_Flyout{background-color:#fff}.mstHdr .mstHdr_SecRow .mstHdr_Flyout,.mstHdr .mstHdr_SecRow .mstHdr_Flyout a:link,.mstHdr .mstHdr_SecRow .mstHdr_Flyout a:visited,.mstHdr .mstHdr_SecRow .mstHdr_Flyout a:active,.mstHdr .mstHdr_SecRow .mstHdr_Flyout a:hover{color:#6a6a6a}.mstHdr .mstHdr_FlyoutBotStrip{width:100%;height:5px;background-color:#ccc}div.mstHdr div.mstHdr_MenuItemLcp{_width:100%;*width:auto;_white-space:nowrap;_float:none}.mstHdr .mstHdr_MenuLinkAnchor{_width:50px}.mstHdr span.mstLcp_DualLangSpan{display:block;padding:6px 0;position:relative}.mstHdr span.mstLcp_DualLangSpan .mstHdr_MenuLinkTxt{padding:0}.mstHdr span.mstLcp_DualLangSpan a,.mstHdr span.mstLcp_DualLangSpan .mstLcp_DualLangSep{float:left}.mstHdr span.mstLcp_DualLangSpan .mstLcp_DualLangLink{display:block;padding:0 7px}.mstHdr .mstLcp{font-size:75%;padding:15px 20px 10px 20px}.mstHdr .mstLcp .mstLcp_Head{margin-bottom:5px}.mstHdr .mstLcp_Heading h3{font-size:228.57%;font-weight:normal;white-space:nowrap;padding-top:.4em;padding-bottom:3px}.mstLcp .mstLcp_LangLinks{position:relative;width:159px;margin-top:15px;margin-bottom:10px}.mstLcp div.mstLcp_LangLinksEmpty{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.mstHdr div.mstLcp div.mstLcp_Cols5{width:100%}.mstHdr .mstLcp_LangLinks ul.mstLcp_Col{width:179px;min-height:100%;_height:100%;_white-space:normal}.mstLcp .mstLcp_LangLinks a,.mstLcp .mstLcp_WorldwideLink a{display:block;padding:5px}.mstHdr .mstLcp_LangLinks a:hover,.mstHdr .mstLcp_LangLinks a:active,.mstHdr .mstLcp_WorldwideLink a:hover,.mstHdr .mstLcp_WorldwideLink a:active,.mstHdr .mstLcp_LangLinks a:hover span,.mstHdr .mstLcp_LangLinks a:active span,.mstHdr .mstLcp_WorldwideLink a:hover span,.mstHdr .mstLcp_WorldwideLink a:active span{color:#ffea41;text-decoration:none}.mstLcp .mstLcp_LangLinks li.mstLcp_Hide a:hover,.mstLcp .mstLcp_LangLinks li.mstLcp_Hide a:active{background-color:#fff!important}.mstHdr .mstLcp_WorldwideLink{margin-top:5px;padding-top:5px;width:159px}.mstLcp div.mstLcp_WorldwideLinkEmpty{border-top:solid 0;margin-top:0;padding-top:0}.mstHdr .mstLcp_WorldwideLink a{clear:both;white-space:nowrap}.mstHdr .mstHdr_SignInOut a#idPPScarab{display:block;white-space:nowrap}.mstHdr .mstHdr_SignInOut span#idSIT,.mstHdr .mstHdr_SignInOut span#idSOT{display:block;padding:6px 7px}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31{width:440px}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 li{padding-bottom:7px}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_Image{height:50px;width:50px;vertical-align:middle}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_Image .mstHdr_PrdSection31_Image_Inner{height:50px;width:50px;display:table-cell;vertical-align:middle}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_ImageSize{height:45px;width:45px}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_Item .mstHdr_PrdSection31_Text a:link,.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_Item .mstHdr_PrdSection31_Text a:visited,.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_Item .mstHdr_PrdSection31_Text a:active{font-family:Segoe UI Light,Tahoma,Arial,Verdana,sans-serif;font-size:32px;text-decoration:none;color:#ddd}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_Item .mstHdr_PrdSection31_Text a:hover{color:#ffea41}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32{width:230px;padding-top:0}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 li{padding-bottom:5px}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 ul{padding-bottom:10px}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 ul.first{padding-bottom:0}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupHeader a:link,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupHeader a:visited,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupHeader a:active,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupHeader a:hover{font-family:Segoe UI Light,Tahoma,Arial,Verdana,sans-serif;font-size:26px;padding-bottom:0;text-decoration:none;cursor:default;color:#ddd;margin-top:10px}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupItem a:link,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupItem a:visited,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupItem a:active{font-family:Segoe UI,Tahoma,Arial,Verdana,sans-serif;font-size:13px;padding-bottom:0;text-decoration:none;color:#bbb}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection32 .mstHdr_PrdSection32_GroupItem a:hover{color:#ffea41}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33{width:230px}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 li{padding-bottom:4px}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSectio33_Item{padding-top:45px}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupHeader a:link,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupHeader a:visited,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupHeader a:active,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupHeader a:hover{font-family:Segoe UI Light,Tahoma,Arial,Verdana,sans-serif;font-size:26px;padding-bottom:0;text-decoration:none;cursor:default;color:#ddd}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupItem a:link,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupItem a:visited,.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupItem a:active{font-family:Segoe UI,Tahoma,Arial,Verdana,sans-serif;font-size:18px;padding-bottom:0;text-decoration:none;color:#bbb}.mstHdr .mstHdr_Flyout .mstHdr_PrdSection33 .mstHdr_PrdSection33_GroupItem a:hover{color:#ffea41}.mstHdr .mstHdr_Flyout .mstHdr_PrdBottomStrip{width:100%;height:5px;display:inline-block;background-color:#ccc;margin-top:10px}.mstHdr .mstHdr_Flyout .mstHdr_PrdLayoutA .mstHdr_PrdSection31 .mstHdr_PrdSection31_ImageSize{*padding-top:2px}.mstHdr .mstHdr_divA{width:100%;min-height:26px;overflow:hidden}.mstHdr .mstHdr_divContainer{position:absolute;top:0;left:-2px;background-color:transparent;left:0;border:0 none transparent;display:block;width:100%;_width:960px}.mstHdr .mstHdr_divContainer .mstHdr_Image{width:18px;height:18px;cursor:hand;background-repeat:no-repeat;position:absolute;z-index:996px;margin-top:2px}.mstHdr .mstHdr_divContainer .mstHdr_divBContent{width:100%;z-index:990px}.mstHdrV3{margin-bottom:20px}.mstHdrV3 .mstHdr_PriRow{position:relative;min-height:26px;_height:26px;*z-index:1002}.mstHdrV3 .mstHdr_SecRow{position:relative;*z-index:994}.mstHdrV3 .mstHdr_StaticSec11{display:inline-block;margin-top:20px}.mstHdrV3 .mstHdr_StaticSec12{display:inline-block;margin-top:18px}.mstHdrV3 .mstHdr_StaticSec121{margin-bottom:27px;*z-index:1001;*position:relative}.mstHdrV3-rtl .mstHdr_StaticSec121{*width:160px}.mstHdrV3 .mstHdr_StaticSec121{_width:170px}.mstHdrV3 .mstHdr_MenuLinkMsLogo{min-height:25px}.mstHdrV3 .mstHdr_MenuLinkMsLogo a{display:inline-block}.mstHdrV3 .mstHdr_MsLogoImageLarge{margin-top:35px;height:35px}.mstHdrV3 .mstHdr_MsLogoImageSmall{height:20px}.mstHdrV3 .mstHdr_MenuItemSiteIdentity{min-height:45px;margin-top:11px}.mstHdrV3 .mstHdr_MenuItemSiteIdentity a{text-decoration:none}.mstHdrV3 .mstHdr_HideSiteIdentity{display:none;min-height:0}.mstHdrV3-rtl .mstHdr_MenuItemsAccount{*width:70px}.mstHdrV3 .mstHdr_MenuItemsAccount{_width:70px}.mstHdrV3 .mstHdr_MenuItemAccount{position:relative}.mstHdrV3 a.mstHdr_MenuItemAccountFlyoutLink{display:block;padding-left:5px;padding-right:5px}.mstHdrV3 .mstHdr_MenuItemAccountFlyoutLinkArrow{margin-top:8px;*margin-top:0}.mstHdrV3 .mstHdr_MenuItemAccountFlyoutLinkArrow img{height:5px;width:7px}.mstHdrV3 .mstHdr_FlyoutPos{position:relative;z-index:999}.mstHdrV3 .mstHdr_Flyout{position:absolute;z-index:998;background-color:#fff;width:150px;top:-1px}.mstHdrV3 .mstHdr_Flyout{display:none}.mstHdrV3 .mstHdr_AccountItems{padding:10px}.mstHdrV3 .mstHdr_MenuItemsAccount .mstHdr_MenuItemAccountText{position:relative;z-index:1000;background-color:#fff}.mstHdrV3 .mstHdr_MenuItemsAccount .mstHdr_MenuItemAccountText{border:1px solid #fff;border-bottom-style:none}.mstHdrV3 .mstHdr_MenuItemsAccount .mstHdr_MenuItemAccountText{_width:75px}.mstHdrV3 .mstHdr_AccountItem a{padding-top:5px;color:#000;font-size:100%}.mstHdrV3 .mstHdr_AccountItem a.first{padding-top:0}.mstHdrV3-rtl .mstHdr_SignInOut{*width:80px}.mstHdrV3 .mstHdr_SignInOut{_width:80px}.mstHdrV3 .mstHdr_SignInOut a.mstHdr_UserProfileTileLink{display:block;display:none}.mstHdrV3 .mstHdr_SignInOut .mstHdr_UserProfileTileImage{height:22px;width:22px}.mstHdrV3 .mstHdr_BrandLine{height:5px;position:absolute;width:100%;left:0;right:0;overflow:hidden}.oneMscomFooter{_width:100%}.oneMscomFooter .subBrandLogo{overflow:visible}.oneMscomFooter .msLogo{position:relative;padding-bottom:7px;padding-top:11px}.oneMscomFooter .msLogo a{display:block}.oneMscomFooter .msLogo a:hover{text-decoration:none}.oneMscomFooter .copyright{margin-top:4px;font-size:55%}.oneMscomFooter .links{padding-top:10px}.oneMscomFooter .links-inner{padding-top:3px;clear:both}.oneMscomFooter ul.customLinks li,.oneMscomFooter ul.defaultLinks li{float:left;font-size:70%}.oneMscomFooter ul li a{padding:0 8px;border-width:1px;border-style:solid;border-color:transparent;_border-color:#ffc0cb;_filter:chroma(color=pink);display:inline-block}.oneMscomFooter .altText{width:133px;padding-top:6px;padding-bottom:3px}.oneMscomFooter .seo-item .png-img{padding-top:2px}.oneMscomFooter .seo-item .png-img .filter-img,.oneMscomFooter .seo-item .png-img .bg-img{width:13px;height:13px}.oneMscomFooter .seo-item .seo-item-tab{position:relative;z-index:5}.oneMscomFooter .seo-item-tab a{display:inline-block}.oneMscomFooter .seo-item-tab a:hover{text-decoration:none}.oneMscomFooter .selected .seo-item-tab a{padding-bottom:4px;border-bottom:none;_border:none}.oneMscomFooter li.selected{_border-width:1px;_border-style:solid;_border-bottom:none}.oneMscomFooter .seoCatergory{float:none;padding-top:10px}.oneMscomFooter .firstCategory{padding-top:0}.oneMscomFooter .seo-item .seo-link{float:left}.oneMscomFooter ul.seoCatergory li{display:block;float:none;font-size:100%;font-weight:bold}.oneMscomFooter ul.seoCatergory li a{padding:0 8px;border-width:1px;border-style:solid;border-color:transparent;_border-color:#ffc0cb;_filter:chroma(color=pink)}.oneMscomFooter ul.seoLinks{*float:left;_float:left;width:100%}.oneMscomFooter ul.seoLinks li{display:block;font-size:100%;font-weight:normal}.oneMscomFooter ul.seoLinks li a{padding:0 8px;border:1px soid transparent}.oneMscomFooter .seo-item-flyout{position:relative;z-index:4}.oneMscomFooter .seo-item-flyout-content{position:absolute;width:905px;display:none;border:1px solid transparent;top:-1px;z-index:3;padding:5px}.oneMscomFeedBack{display:inline-block;*display:inline-block;position:relative;*z-index:999;display:none}.oneMscomFeedBack .feedBack-flyout{display:none}.oneMscomFeedBack .feedBack-successmessage-flyout-body,.oneMscomFeedBack .feedBack-flyout-body{position:fixed;z-index:1001;left:0;right:0;top:10px;border:medium none;margin:0 auto;width:667px;_position:absolute;_left:-340px;_width:680px}.oneMscomFeedBack .feedBack-high-link{position:fixed;bottom:10px;_position:absolute;_width:150px}.oneMscomFeedBack .feedBack-high-link .feedBack-button-link a{display:inline-block;padding:0;border:none}.oneMscomFeedBack .feedBack-high-link .feedBack-button-link a.feedback-button-link-close-image{vertical-align:top}.oneMscomFeedBack .feedBack-high-link .feedBack-button-link{padding:10px;*zoom:1}.oneMscomFeedBack .feedBack-high-link .feedBack-button-link a:hover{text-decoration:none}.oneMscomFeedBack .feedBack-background{height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000;_display:none}.oneMscomFeedBack .feedBack-successmessage-container,.oneMscomFeedBack .feedBack-container{padding:30px;border-width:1px;border-style:solid;width:580px}.feedback-element-text textarea{width:565px}.oneMscomFeedBack .feedback-item{margin-top:10px}.oneMscomFeedBack ul.feedback-item li{float:none}.oneMscomFeedBack ul.feedback-item li.feedback-element-container{margin:2.5px 5px;position:relative}.oneMscomFeedBack .feedBack-button{font-size:bold;margin-top:5px;display:block}.oneMscomFeedBack .feedBack-button a{display:block;width:90px;margin-left:10px;text-align:center;text-decoration:none;font-weight:bold;font-size:130%}.oneMscomFeedBack .feedBack-button a:hover{text-decoration:none}.oneMscomFeedBack .feedback-close{display:inline-block}.oneMscomFeedBack .feedback-successmessage-button-close,.oneMscomFeedBack .feedback-button-close{padding:0;border:none}.oneMscomFeedBack .feedBack-successmessage-container .feeback-heading{margin:105px 0}.oneMscomFeedBack .feedBack-successmessage-container{height:300px}.oneMscomFeedBack .feedBack-successmessage-flyout-body{display:none}.oneMscomFeedBack .feedBack-low-link-disabled{opacity:.6;filter:alpha(opacity="60.0")}.oneMscomFeedBack a.feedBack-low-link-disabled:hover{text-decoration:none}.oneMscomFooterV3{position:relative}.oneMscomFooterV3 ul{list-style-type:none}.mstFooterV3Backround{position:absolute;left:0;right:0}.mstFooterTop{position:relative;display:inline-block;margin-top:40px;_padding-top:40px;*padding-top:40px}.mstFooterMsLink{width:214px;padding-bottom:10px}.mstFooterMsLinkListTitle{padding-bottom:10px;font-weight:normal}.mstFooterMsLinkItem{position:relative}.mstFooterMsLinkItemText{margin-top:4px}.mstFooterMsLinkItemText a:hover{text-decoration:underline}.mstFooterMsLinkItemLink{width:26px;height:26px}.mstFooterMsLinkItemLi{display:inline-block;width:100%;padding-bottom:10px}.mstFooterDestLink{width:468px}.mstFooterDestLinkListOdd{list-style-type:none;width:214px}.mstFooterDestLinkListEven{width:214px}.mstFooterDestLinkListTitleLi{padding-bottom:10px}.mstFooterDestLinkListTitle{font-weight:normal}.mstFooterDestLinkListItem{padding-bottom:9px}.mstFooterDestLinkListItem a:hover{text-decoration:underline}.mstFooterDestLinkCatList{padding-bottom:11px}.mstFooterPopRes{width:214px}.mstFooterPopResList{padding-bottom:11px}.mstFooterPopResList li a:hover{text-decoration:underline}.mstFooterPopResListTitle{padding-bottom:10px;font-weight:normal}.mstFooterPopResListItem{padding-bottom:9px}.mstFooterBottom{margin-top:28px}.mstFooterLocale{_width:400px;*width:400px}.mstFooterLocaleLogo{position:relative;width:100%;display:inline-block;margin-bottom:8px}.mstFooterCorpLinkCopyright{position:relative;margin-bottom:10px;width:100%;display:inline-block}.msFooterCorpLinkLi{float:left}.msFooterCorpLinkLi a:hover{text-decoration:underline}#mstLocPickerCtl{font-weight:600;display:block}.mstLocPickerMenuText{padding-top:3px}.mstLcpBackground{position:absolute;left:0;right:0}.mstLcpFlyout{position:absolute;bottom:26px;z-index:1010;display:none}.mstLcpFlyout ul{list-style-type:none;width:214px}.mstLcpFlyout li{padding-bottom:4px;padding-top:3px}.mstLcpFlyout li a{text-decoration:none}.mstLcpFlyout li a:hover{text-decoration:underline}.mstLcpMenu a:hover span{text-decoration:underline}.mstLcpLangSites{width:916px;margin-bottom:20px;margin-top:40px}.mstLcpLangSiteText{position:relative;margin-bottom:17px;*width:100%;_width:100%}.mstLcpClose1{position:absolute;bottom:2px}.mstLcpSiteSites{display:inline-block;margin-bottom:16px}.mstLcpAllSites{position:relative;width:916px}.mstLcpSearch{position:absolute;top:0}.mstLcpAllSitesLinks{margin-bottom:36px;margin-top:27px}.mstLcpSearchContainter{display:inline-block;background-color:#fff}.mstLcpSearchBorder{display:inline-block;overflow:hidden;position:relative;min-height:20px}.mstLcpSearchText{width:350px;background-color:transparent;border:0 none;vertical-align:top;padding-top:3px}.mstLcpSearchImg{height:20px;width:20px;display:inline-block;vertical-align:top;background-position:-2px -2px}.mstSrc .mstSrc_Image{height:31px;width:124px}.mstSrcV3 .mstSrc_Image{width:20px;height:80px}.mstSrc .mstSrc_Sources{width:298px}.mstSrc span.mstSrc_Border{position:relative;z-index:998;background-color:#fff;border:solid 1px #999;display:inline-block;_height:22px;width:298px}.mstSrc.mstSrc_BrandOutside{width:265px}.mstSrc input.mstSrc_TextBox{color:#000}.mstSrc input.mstSrc_TextBox,.mstSrc input.mstSrc_WaterMark{font-size:.75em;background-color:transparent;height:1.5em;margin-top:1px;border:0;padding:2px 3px 0 3px;vertical-align:top;outline:0}@-moz-document url-prefix(){input .mstSrc_TextBox,.mstSrc input.mstSrc_WaterMark;{margin-top:2px;}}.mstSrc input.mstSrc_WaterMark{position:absolute;font-style:italic;display:block}.mstSrc .mstSrc_InnerBrand{width:40px;height:21px;background-position:-3px -1px;margin-top:1px;overflow:hidden;display:none!important}.mstSrc .mstSrc_InnerBrand{vertical-align:top}.mstSrc .mstSrc_OuterBrand{width:55px;height:20px;margin-top:6px;background-position:-70px -1px;overflow:hidden;display:inline-block}.mstSrc .mstSrc_OuterBrand{vertical-align:top}.mstSrc .mstSrc_SearchButtonPositioner{position:absolute;overflow:hidden;top:0;width:20px}.mstSrc .mstSrc_SearchButtonContainer{position:relative;overflow:hidden}.mstSrc .mstSrc_DropdownSection,.mstSrc .mstSrc_DropdownArrow,.mstSrc input.mstSrc_Button{position:absolute;overflow:hidden;top:-2px;display:block}.mstSrcV3 .mstSrc_DropdownSection,.mstSrcV3 .mstSrc_DropdownArrow,.mstSrcV3 input.mstSrc_Button{top:2px}.mstSrc .mstSrc_FloatDirWidth{position:absolute;top:0}.mstSrc .mstSrc_DropdownPositioner{position:absolute;bottom:0;*z-index:85}.mstSrc .mstSrc_FloatDirWidth{width:10px}.mstSrc .mstSrc_DropdownArrow{top:-18px}.mstSrcV3 .mstSrc_DropdownArrow{top:-60px}.mstSrc .mstSrc_DropdownSection{overflow:hidden;position:relative}.mstSrc .mstSrc_DropdownSection{padding:0;margin:0}.mstSrc .mstSrc_Dropdown{font-size:.8em;display:none;position:absolute;top:0;bottom:0;*z-index:85}.mstSrc .mstSrc_Fade{position:absolute;top:0;right:0;width:15px;height:100%;background-repeat:repeat-y;_display:none}.mstSrc .mstSrc_Sources,.mstSrc .mstSrc_Suggestions{position:relative;z-index:85;background:#fff;border:solid 1px #999}.mstSrc .mstSrc_Sources ul{_display:inline-block;*display:inline-block}.mstSrc .mstSrc_Sources li{padding-bottom:3px;width:100%}.mstSrc .mstSrc_Sources li a{display:block;text-decoration:none;padding:2px 0;_overflow:hidden}.mstSrc .mstSrc_Sources li a.selected{background-color:#ededed}.mstSrc .mstSrc_Sources li a:hover,.mstSrc .mstSrc_Sources li a:focus{_text-decoration:none}.mstSrc .mstSrc_Sources li .mstSrc_chkImageContainer{position:relative;overflow:hidden;height:10px;width:10px;display:inline-block;text-align:center}.mstSrcV3 .mstSrc_Sources li .mstSrc_chkImageContainer{height:16px;width:18px}.mstSrc .mstSrc_Sources li .mstSrc_Check{display:inline-block;position:absolute;vertical-align:top;top:-30px;max-width:none}.mstSrc .mstSrc_Sources li .mstSrc_Text{display:table-cell;white-space:normal;*text-align:justify}.mstSrc .mstSrc_Suggestions{display:none;border-bottom:none;overflow:hidden;border-bottom-style:none;*text-align:justify!important}.mstSrc .mstSrc_Suggestions ul{_display:inline-block;*display:inline-block}.mstSrc .mstSrc_Suggestions li{padding-bottom:2px;width:100%}.mstSrc .mstSrc_Suggestions li a{display:block;text-decoration:none;padding:3px 5px 3px 5px;_overflow:hidden}.mstSrc .mstSrc_Suggestions a.selected{text-decoration:underline}.mstSrc .mstSrc_Suggestions li .mstSrc_Text{display:table-cell;_display:inline-block;_white-space:normal}@media screen and (-webkit-min-device-pixel-ratio:0){.mstSrc .mstSrc_dropdown_pin{top:0}}.mstSrc .mstSrc_FloatDir{overflow:hidden;position:relative}.mstSrcV3 .mstSrc_Sources li.currentScope a{font-weight:bold}.mstSrcV3 span.mstSrc_Border{width:370px}.mstSrcV3 input.mstSrc_TextBox{width:323px}.mstSrcV3 .mstSrc_Sources{width:370px}.mstSrcV3 .mstSrc_InnerBrand,.mstSrcV3 .mstSrc_OuterBrand{display:none}.mstSrcV3 .mstSrc_Sources ul,.mstSrcV3 .mstSrc_Suggestions ul{padding:5px 0 5px 0}.mstSrcV3 input.mstSrc_TextBox{height:21px}.mstSrcV3 .mstSrc_DropdownArrow{background-position:-37px -30px}.mstSrcV3 .mstSrc_Sources li .mstSrc_Check{top:20px}.mstSrc input.mstSrc_Button{font-size:0}.oneMscomNav div.navMenu{position:relative;width:100%;z-index:994;font-size:100%}.oneMscomNav div.navigation-4level-strip{width:100%;background-color:#fff;height:30px;display:none}div.oneMscomNav .navigation-section{display:inline-block}div.oneMscomNav .navigation-item{padding:0 6px 0 6px;position:relative}div.oneMscomNav .navigation-item-tab a{display:inline-block}div.oneMscomNav a:hover span{text-decoration:underline}div.oneMscomNav .Menu-label a:hover span{text-decoration:none}div.oneMscomNav a:hover{text-decoration:underline}div.oneMscomNav .Menu-label a:hover{text-decoration:none}div.oneMscomNav .Group-label a:link,div.oneMscomNav .Group-label a:visited,div.oneMscomNav .Group-label a:active,div.oneMscomNav .Group-label a:hover{text-decoration:none;cursor:text}div.oneMscomNav .navigation-item-tab .navigation-item-tab-text,div.oneMscomNav .navigation-item-tab a#idPPScarab{padding:3px 15px 3px 15px}div.oneMscomNav .navigation-item-tab .navigation-item-text{display:block;float:Left}div.oneMscomNav .navigation-item-tab .navigation-item-img{float:Left;height:25px}div.oneMscomNav .navigation-item-flyout{position:relative;z-index:995}div.oneMscomNav .navigation-item-flyout-content{position:absolute;top:-1px;border:#a3a3a3 0 solid;display:none;z-index:99}div.oneMscomNav div.navigation-item-flyout-content-shown{display:block}div.oneMscomNav h3{font-size:120%;border-bottom:solid 1px #e1e1e1;padding-bottom:3px;margin-bottom:8px}.oneMscomNav div.navigation-sub{font-size:90%;display:block;width:100%}div.navigation-sub .navigation-sub-item{padding:0 5px 0 5px}div.navigation-sub .navigation-sub-item-tab a{display:block}div.navigation-sub .navigation-sub-item-tab .navigation-sub-item-tab-text,div.navigation-sub .navigation-sub-item-tab a#idPPScarab{padding:3px 10px 3px 10px}div.navigation-sub .navigation-sub-item-tab .navigation-sub-item-text{display:block;float:Left}div.navigation-sub .navigation-sub-item-tab .navigation-sub-item-img{float:Left;height:25px}div.navigation-sub .navigation-sub-item-tab .navigation-sub-flyout-arrow{display:block;float:Left;margin-top:9px;width:9px;height:5px;overflow:hidden}div.navigation-sub .navigation-sub-item-tab .navigation-sub-item-tab-text .navigation-sub-flyout-arrow{margin-top:4px}div.navigation-sub .selected a .navigation-sub-flyout-arrow{background-position:0 -6px}div.navigation-sub .navigation-sub-item-flyout{position:relative}div.navigation-sub .navigation-sub-item-flyout-content{position:absolute;top:-1px;border:#a3a3a3 1px solid;display:none}div.navigation-sub div.navigation-sub-item-flyout-content-shown{display:block}div.navigation-sub h3{font-size:120%;border-bottom:solid 1px #e1e1e1}div.oneMscomNav .navigation-bg{position:absolute;top:0;right:0;bottom:0;left:0}div.oneMscomNav .selected .navigation-item-tab{z-index:100;border-width:0 0 3px 0;border-style:solid}div.oneMscomNav .navigation-item-tab a{border-width:0 0 3px 0;border-style:solid}div.oneMscomNav .selected .navigation-item-tab a{border-width:0}div.oneMscomNav .navigation-item-tab a:hover{cursor:pointer}div.oneMscomNav .navigation-item-flyout .navigation-level2{padding:12px 10px 12px 10px}div.oneMscomNav .navigation-item-flyout .vertical_split{position:absolute;top:0;bottom:0;height:auto;margin-top:15px;margin-bottom:15px}div.oneMscomNav .navigation-item-flyout .links{overflow:hidden}div.oneMscomNav .navigation-item-flyout .navigation-level2 .links a,div.oneMscomNav .navigation-item-flyout .navigation-level2 .links a:link,div.oneMscomNav .navigation-item-flyout .navigation-level2 .links a:visited,div.oneMscomNav .navigation-item-flyout .navigation-level2 .links a:active,div.oneMscomNav .navigation-item-flyout .navigation-level2 .links a:hover{padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px;text-decoration:none;display:block;line-height:1.3}div.oneMscomNav .navigation-item-flyout .navigation-level3{padding:8px 10px 8px 10px}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .first{margin-top:4px}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .last{margin-bottom:4px}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .link-group a,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .link-group a:link,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .link-group a:visited,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .link-group a:hover,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .link-group a:active{font-weight:bold;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .link-group a:hover{text-decoration:underline}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .link-group a.link-label:hover{text-decoration:none}div.oneMscomNav .navigation-item-flyout .navigation-level3 .link-group{padding-top:7px;padding-left:5px;padding-right:5px;font-weight:bold}div.oneMscomNav .link-group-bottom-border{padding-bottom:3px}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links a,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links a:link,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links a:visited,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links a:active,div.oneMscomNav .navigation-item-flyout .navigation-level3 .links a:hover{padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px;text-decoration:none;display:block;line-height:1.3}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links a{line-height:1.3}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .first{}div.oneMscomNav .navigation-item-flyout .navigation-level3 .links .last{}div.oneMscomNav .navigation-item-flyout .navigation-level4{width:960px}div.navigation-sub .navigation-sub-bg{position:absolute;top:0;right:0;bottom:0;left:0}div.navigation-sub .selected .navigation-sub-item-tab{z-index:100;border-width:0 1px 0 1px;border-style:solid}div.navigation-sub .navigation-sub-item-tab a:hover{cursor:pointer;text-decoration:none}div.oneMscomNav .navigation-sub-item-flyout .navigation-sub-level3{padding:14px 10px 10px 10px}div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3{white-space:nowrap}div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .link-group a,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .link-group a:link,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .link-group a:visited,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .link-group a:hover,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .link-group a:active{font-weight:bold}div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .links a,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .links a:link,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .links a:visited,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .links a:hover,div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .links a:active{padding-bottom:10px}div.navigation-sub .navigation-sub-item-flyout .navigation-sub-level3 .links{padding-top:10px}div.oneMscomNav div.navigation-flyout-region,div.oneMscomNav .navigation-section{direction:ltr}div.oneMscomNav .navMenu{border-style:solid;border-width:0 0 1px 0}.oneMscomNavV3 a,.oneMscomNavV3 a:visited,.oneMscomNavV3 a:active{text-decoration:none}.oneMscomNavV3 .mstNavMenuBkg{position:absolute;left:0;right:0;top:0;bottom:0}.oneMscomNavV3 .mstNavNavItem .mstNavNavItemTab a:hover{text-decoration:none}.oneMscomNavV3 .mstNavNavItem .mstNavNavItemTabText{padding-top:10px;padding-bottom:10px}.oneMscomNavV3 .mstNavNavItem .mstNavNavItemTabTextLink{padding-top:10px;padding-bottom:10px}.oneMscomNavV3 .mstNavNavItemTabText{display:inline-block}.oneMscomNavV3 .mstNavNavItemTabTextLink{display:inline-block}.oneMscomNavV3 .mstNav1stLvl{display:inline-block}.oneMscomNavV3 .mstNavNavItemFlyout{position:absolute;padding-top:30px;padding-bottom:10px;display:none;z-index:994;width:100%}.oneMscomNavV3 .mstNav4ColFlyoutList{width:214px}.oneMscomNavV3 .mstNavMenuListTitle{padding-bottom:10px}.oneMscomNavV3 .mstNavMenuList{padding-bottom:27px}.oneMscomNavV3 .mstNavMenuListItem{padding-bottom:3px}.oneMscomNavV3 .mstNavMenuLinks{width:136px}.oneMscomNavV3 .mstNavMenuImgs{width:780px;padding-bottom:10px}.oneMscomNavV3 .mstNavMenuImgsOnly{padding-bottom:10px}.oneMscomNavV3 .mstNavMenuListItem2{font-size:16.25px;padding-bottom:3px}.oneMscomNavV3 .mstNavListImg{overflow:hidden;padding-bottom:20px}.oneMscomNavV3 .mstNavListImgSmall{width:136px}.oneMscomNavV3 .mstNavListImgBig{width:370px}.oneMscomNavV3 .mstNavNavFirstItem{position:absolute;top:0;width:20px;display:none}.oneMscomNavV3 .mstNav4ColNotFirstRow{padding-top:27px}.oneMscomNavV3 .mstNavHorizontalLinkList{list-style-type:none;display:inline-block}