/*  @import url("/assets/styles/reset.css");  */

/* Fonts --------------------------------------------------------------- */

@font-face { 
	font-family: 'Segoe Regular';
	src: local('☺'), url("/assets/fonts/SegoeRg-Lat.woff") format("woff");
}

@font-face { 
	font-family: 'Segoe Light';
	src: local('☺'), url("/assets/fonts/SegoeL-Lat.woff") format("woff");
}

@font-face { 
	font-family: 'Segoe Semibold';
	src: local('☺'), url("/assets/fonts/segoesb-Lat.woff") format("woff");
}

/* Global -------------------------------------------------------------- */

body {
	font-family: 'Segoe Regular', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 62.5%;
	color: rgba(0,0,0,.75);
}

a {
	text-decoration: none;
	color: #056B9C;
}

a:hover { text-decoration: underline; }

video { display: block; }

h1,
h2 {
	font-weight: normal;
	color: rgba(0,0,0,.87);
}

button {
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	cursor: pointer;
	background-color: transparent;
}

.icon > a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}

#content {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	display: block;
}

.section_home #content              { min-height: 644px; }
.section_experience #content        { min-height: 630px; overflow: hidden; }
.section_highlights #content        { min-height: 615px; }
.section_productguide #content      { min-height: 695px; }
.section_download #content          { min-height: 550px; }
.section_startdeveloping #content   { min-height: 605px; }
.section_thankyou #content          { min-height: 665px; }
.section_videos #content            { min-height: 605px; }
.section_search #content            { min-height: 605px; }
.section_hotmail #content           { min-height: 675px; z-index: 900; }
.section_new_in_rc #content         { min-height: 604px; }
.section_unpluggedteaser #content   { min-height: 539px; }

.window_main { outline: 0px; }

/* Buttons ------------------------------------------------------------- */

.btn {
	display: inline-block;
	padding: 4px;
	white-space: nowrap;
	border-radius: 3px;
	background-color: rgba(255,255,255,.37);
	cursor: pointer;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
}

.btn:hover { text-decoration: none; }

.btn span {
	display: block;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("/assets/images/layout/btn_red.png");
	color: #FFF;
	font-size: 1.9em;
	line-height: 28px;
}

.btn:hover span {
	background-position: 0px -30px;
}

.visit {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.section_highlights .next {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.start_developing {
	margin-left: -4px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.start_developing span {
	height: 26px;
	font-size: 1.6em;
	line-height: 24px;
}

.go {
	position: absolute;
	right: 10px;
	top: 10px;
}

.go span {
	height: 26px;
	font-size: 1.6em;
	line-height: 24px;
}

.section_productguide .next { margin-left: -3px; }

.section_productguide .next span {
	height: 26px;
	padding-left: 7px; 
	padding-right: 40px;
	font-size: 1.4em;
	line-height: 25px;
	background-image: url("/assets/images/layout/icon_book.png"), url("/assets/images/layout/btn_red.png");
	background-repeat: no-repeat, repeat;
	background-position: right center, left top;
}

.section_productguide .next:hover span {
	background-position: right center, 0px -30px;
}

/* Masthead ------------------------------------------------------------ */

header.global {
	position: relative;
	height: 30px;
	background-image: url("/assets/images/layout/navigation-bg.jpg");
	background-size: 100% 100%;
	background-position: center center;
	font-size: 1.6em;
	z-index: 10;
}

header.global > div {
	position: relative;
	width: 980px;
	margin: 0px auto;
}

header.global a:hover { opacity: .5; }
#nav_fish a:hover, #nav_trail a:hover, #nav_perf a:hover { opacity: 0.85; }
header.global .icon > a { width: 16px; }

#logo {
	position: absolute;
	right: 0px;
	top: 70px;
	z-index: 3;
}

#message_download { display: none; }

#message_feedback {
	display: none;
	text-align: center;
	font-size: 0.75em;
	line-height: 1.5;
}

.download {
	display: block;
	width: 165px;
	height: 38px;
	padding: 5px;
	background-image: url("/assets/images/layout/btn_download.png");
	color: #FFF;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 1.45em;
	line-height: 36px;
	text-align: center;
	font-weight: normal;
}

header.global a.download:hover {
	opacity: 1;
	text-decoration: none;
}

.download_tooltip_background {
	background-image: url("/assets/images/layout/download_tooltip_bubble.png");
	padding: 21px 24px 23px 12px;
	color: #FFF;
	line-height: 16px;
	font-size: 13px;	
}

/* New Since Beta ------------------------------------------------------ */

#new_since_beta {
    height: 21px;
    background-image: url("/assets/images/layout/new_since_beta-bg.png");
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5;
    display:none;
}

#new_since_beta > div {
    margin: 0px auto;
    width: 980px;
    padding-top: 0px;
}

#new_since_beta a {
    color: #fff;
    text-decoration: none;
    background: url(/assets/images/layout/icon_new_since_beta_burst.png) 0 60% no-repeat;
    display: block;
    padding-left: 17px;
    font-size: 1.2em;
    line-height: 1.6em;
}

#new_since_beta a:hover {
    opacity: .5;
}

/* Page Titles --------------------------------------------------------- */

header.page h1 {
	position: absolute;
	z-index: 4;
	width: 800px;
	height: 42px;
	overflow: hidden;
	text-indent: -9999px;
	background-repeat: no-repeat;
	cursor:pointer;
}

.title_home                { background-image: url(/assets/images/layout/heading_home.png); }
.title_experience          { background-image: url(/assets/images/layout/heading_experience.png); }
.title_highlights          { background-image: url(/assets/images/layout/headings_highlights.png); }
.title_startdeveloping     { background-image: url(/assets/images/layout/heading_developing.png); }
.title_download            { background-image: url(/assets/images/layout/heading_download.png); }
.title_thankyou            { background-image: url(/assets/images/layout/heading_thankyou.png); }
.title_productguide        { background-image: url(/assets/images/layout/heading_productguide.png); }
.title_videos    	       { background-image: url(/assets/images/layout/heading_videos.png); }
.title_search    	       { background-image: url(/assets/images/layout/heading_search.png); }
.title_error               { background-image: url(/assets/images/layout/heading_404.png); }
.title_new_in_rc           { background-image: url(/assets/images/layout/heading_new_in_rc.png); }
.title_unpluggedteaser     { background-image: url(/assets/images/layout/heading_development_teaser.png); }

/* Main Navigation ----------------------------------------------------- */

#nav_main {
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav_main > ul > li {
	position: relative;
	float: left;
}

#nav_main > ul > li > a {
	display: block;
	height: 30px;
	margin-right: 23px;
	color: #FFF;
	line-height: 1.6;
	text-transform: lowercase;
	text-decoration: none;
	font-size: .9em;
	padding-top: 2px;
}

#nav_main .icon > a { margin-right: 16px; }

#nav_home > a  { background-image: url(/assets/images/layout/icon_home.png); cursor:pointer;}
#nav_demos > a { background-image: url(/assets/images/layout/icon_demos.png); cursor:pointer;}
#nav_search > a { background-image: url(/assets/images/layout/icon_search.png); cursor:pointer;}

#quick_search {
    display: none;
}

#quick_search .search_box {
    top: 34px;
    left: -74px;
}

#nav_main ul ul {
	position: absolute;
	left: -15px;
	top: 30px;
	display: none;
}

#nav_main ul ul .icon a {
	width: 50px;
	height: 25px;
	margin-right: 0px;
	cursor: pointer;
}

/* HTML5 Demos */

#nav_fish a  { background-image: url(/assets/images/layout/icon_fish.png); }
#nav_trail a { background-image: url(/assets/images/layout/icon_cursor.png); }
#nav_perf a  { background-image: url(/assets/images/layout/icon_perf.png); }

/* Social Media -------------------------------------------------------- */

.social_media { position: absolute; }

.social_media li { float: left; }

/* Links for sharing page */

#social_page {
	right: 0px;
	top: 0px;
}

#social_page ul {
	float: left;
}

#social_page li { 
	margin-left: 8px;
	color: #fff;
	font-size: 0.8em;
	line-height: 28px;
}

#social_page a {
	height: 30px;
	color: #fff;
	line-height: 1.6;
}

#social_page a:hover {
	text-decoration: none;
}

#nav_facebook > a { background-image: url(/assets/images/layout/icon_facebook.png); }
#connect_facebook > a { background-image: url(/assets/images/layout/icon_facebook_like.png); }
#nav_twitter > a  { background-image: url(/assets/images/layout/icon_twitter.png); }
#nav_email > a    { background-image: url(/assets/images/layout/icon_email.png); }
#nav_live > a     { background-image: url(/assets/images/layout/icon_windows_live.png); }
#connect_twitter > a { 
	background-image: url(/assets/images/layout/icon_connect_twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 18px;
	display: block;
	padding-top: 4px;
}

#social_page #connect_facebook {
	border-left: 2px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 4px;
	height: 26px;
}

#connect_facebook a {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-right: 10px;
	height: 20px;
	display: block;
}

#connect_twitter a {
	padding-left: 20px;
}

/* Links for sharing article */

#social_article {
	right: 5px;
	top: 8px;
}

#social_article .icon a {
	width: 18px;
	height: 18px;
}

#social_article li { margin-right: 5px; }

#inner_facebook > a { background-image: url(/assets/images/layout/icon_inner_facebook.png); }
#inner_twitter > a  { background-image: url(/assets/images/layout/icon_inner_twitter.png); }
#inner_email > a    { background-image: url(/assets/images/layout/icon_inner_email.png); }
#inner_live > a     { background-image: url(/assets/images/layout/icon_inner_live.png); }

/* Sticky Footer ------------------------------------------------------- */

html,
body {
	height: 100%;
}

#wrapper {
	position: relative;
	min-width: 1000px;
	min-height: 100%;
	overflow: hidden;
}

#wrapper_inner {
	padding-bottom: 56px; /* same height as footer */
}

footer.global {
	display: block;
	position: relative;
	height: 56px;
	margin-top: -56px; /* negative value of footer height */
	clear:both;
	overflow: hidden;
}

/* Footer -------------------------------------------------------------- */

footer.global {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.1em;
}

footer.global a { color: rgba(0,0,0,.87); }

footer.global img { vertical-align: baseline; }

footer.global ul { margin-right: 13px; }

footer.global ul,
footer.global li {
	display: inline;
}

footer.global li:after { content: " |"; }

footer.global li:last-child:after { content: ""; }

footer.global li a {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

footer.global div:first-child {
	position: absolute;
	left: 0px;
	bottom: 22px;
	z-index: 2;
	width: 523px;
	padding-left: 77px;
}

footer.global div + div {
	position: absolute;
	right: 0px;
	bottom: 22px;
	z-index: 1;
	width: 199px;
	padding-right: 201px;
	text-align: right;
}

footer a.news_center {
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	color: #8F288C;
}

.logo_windows {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.logo_azure {
	position: absolute;
	right: 92px;
	bottom: -4px;
}

.logo_microsoft {
	position: absolute;
	right: 0px;
	bottom: 1px;
}

/* Window Panes -------------------------------------------------------- */

.pane {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(0,0,0,0.1); /* The WC3 validator incorrectly marks the RGBA border color as invalid. */
	border-width: 1px;
	border-radius: 4px;
	background-image: url(/assets/images/layout/glass-pane.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,.24);
}

.pane p { font-size: 1.2em; }

.window_preview { cursor: pointer; }

/* set anchor heights for preview panes */
.window_preview .preview a,
.product_current_section .preview a,
.window_product_guide_top_features .preview a {
	text-decoration:none;
	display:block;
	height:135px;
}

.section_home .window_preview .preview a { height:80px; }

.section_home .preview .exhibit a { height:100px; }

.section_highlights .preview a { height: 90px; }

.nav_product_guide_section a { height:40px; }

.section_productguide .preview a  { height:145px; }

.section_search .preview a { height: 60px; }

.window_product_guide_overview .preview a,
.window_product_guide_top_features .preview a,
.window_product_guide_section.nav_product_guide_section .preview a {
	display: block;
	height:35px;
	width:154px;
}

.window_product_guide_overview.product_current_section .preview a { height: 40px; }
 
.window_experience .preview.small a { height: 19px; }

.window_preview:hover,
.window_product_guide_top_features:hover {
	background-image: url(/assets/images/layout/glass-pane.svg), url(/assets/images/layout/glass-pane.svg), url(/assets/images/layout/glass-pane.svg);
}

/* Window Pane Content ------------------------------------------------- */

.main h1,
.previews h1 {
	margin-bottom: 12px;
	font-size: 1.6em;
}

.main h2 { font-size: 1.2em; }

.main p,
.main ul {
	margin-bottom: 18px;
	line-height: 1.3;
	color: rgba(0,0,0,.67);
	font-size: 1.2em;
}

.preview h2 {
	margin-bottom: 3px;
	font-size: 1.5em;
}

.preview p {
	margin-bottom: 9px;
	line-height: 1.1;
}

.logo {
	position: absolute;
	right: 129px;
	bottom: 10px;
}

.logo_inner {
	display: table-cell;
	vertical-align: middle;
}

.logo.no_visit { right: 15px; }

.loading_spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	background-image: url(/assets/images/loading.png);
	background-repeat: no-repeat;
}

/* 404 Error ----------------------------------------------------------- */

#copy_404 {
	position: absolute;
	z-index: 3;
	width: 617px;
	font-size: 1.2em;
	line-height: 1.5;
}

.error_btn {
	position: absolute;
	top: 150px;
	left: -4px;
}

/* Homepage ------------------------------------------------------------ */

#copy_home {
	position: absolute;
	z-index: 3;
	width: 617px;
	font-size: 1.2em;
	line-height: 1.5;
}

/* Homepage - Exhibits ------------------------------------------------- */

.section_home .exhibit,
.section_home .exhibit div,
.section_home .exhibit a {
	width: 193px;
	height: 242px;
	overflow: hidden;
}

.section_home .exhibit {
	margin-left: 5px;    
}

.section_home .exhibit:first-child { margin-left: 2px; }

.section_home .exhibit {
	float: left;
	position: relative;
	cursor: pointer;
}

.section_home .exhibit a {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100px;
	padding-top: 132px;
	padding-bottom: 10px;
	background-image: url(/assets/images/layout/home-exhibits-hover.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.section_home .exhibit a div {
	height: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.section_home .exhibit > img {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Homepage - Highlights ----------------------------------------------- */

.heading_highlights {
	position: absolute;
	z-index: 3;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 2em;
}

.section_home .window_application .preview {
	position: relative;
	height: 75px;
	padding: 6px 8px;
	overflow: hidden;
}

.section_home .window_application h3 {
	font-size: 1.4em;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	white-space: nowrap;
	font-weight: normal;
	margin-bottom: 2px; 
}

.section_home .window_application p {
    margin-bottom: 0px; 
    font-size: 1.1em;
}

.section_home .window_application a {
	color: rgba(0,0,0,.75);
	text-decoration: none;
}

.section_home .window_application .content  {
	width: 125px;
}

.section_home .window_application .image  {
	position: absolute;
	bottom: 6px;
	right: 6px;
}

/* Homepage - Quote ---------------------------------------------------- */

#quotes {
	position: absolute;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
}

#quotes blockquote {
	margin-bottom: .1em;
	color: #07ABD7;
	font-size: 2.6em;
	line-height: 1.2;
}

#quotes cite {
	font-size: 1.2em;
	font-style: normal;
}

/* Homepage - Video ---------------------------------------------------- */

#streak {
	position: absolute;
	left: 0px;
	top: 200px;
	z-index: -2;
	overflow: hidden;
	width: 100%;
	height: 256px;
}

#streak video { display: none; }

/* Product Guide ------------------------------------------------------- */

#copy_productguide {
	position:absolute;
	z-index:5;
	width:745px;
	font-size:1.2em;
	line-height:1.5;
}

.section_productguide article {
	position: absolute;
}

.section_productguide .video {
	position: absolute;
	width: 387px;
}

.section_productguide .video h2 {
	font-size: 1.2em;
}

.section_productguide .main > div > header {
	position: absolute;
}

.section_productguide h1 {
	font-size: 1.6em;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	color: rgba(0,0,0,.87);
	white-space: nowrap;
}

.section_productguide article h2 {
	font-size: 1.2em;
	line-height: 1.3;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	color: #07ABD7;
}

.section_productguide article p {
	line-height: 1.3;
	color: rgba(0,0,0,.67);
}

.section_productguide .preview {
	padding-left: 6px;
	padding-right:10px;
	padding-top: 3px;
}

.section_productguide .preview p {
	color: rgba(0,0,0,.67);
	font-size: 1.4em;
}

/*
.section_productguide .window_product_guide_pages a { text-decoration: none; }
*/

.window_product_guide_pages h3 {
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 1.5em;
	color: rgba(0,0,0,.67);
	font-weight: normal;
}

.window_product_guide_section h3,
.window_product_guide_top_features h3,
.window_product_guide_overview h3 {
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 1.5em;
	color: #07ABD7;
	font-weight: normal;
}

.screenshot { position: absolute; }

.image_details h2 {
	margin-bottom: 1px;
	color: rgba(0,0,0,0.67);
}


.section_productguide .list {
	position: absolute;
	top: 310px;
	left: 20px;
}

.section_productguide .list li {
	float: left;
	margin-left: 27px;
}

.section_productguide .list li:first-child { margin-left: 0px; }

/* Product Guide - Download Pane --------------------------------------- */

#product_guide_download h2 {
	position: absolute;
	left: -148px;
	top: 6px;
	width: 140px;
	color: #07ABD7;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size:1.2em;
	text-align:right;
}

#product_guide_download a { text-decoration: none; }

#product_guide_download a img {
	padding-top: 5px;
	vertical-align: top;
}

#product_guide_download span {
	color :rgba(0,0,0,0.87);
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 1.3em;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: -15px;
}

/* Product Guide - Home ------------------------------------------------ */

.home > header {
	position: absolute;
	left: 419px;
	top: 33px;
}

.home article {
	width: 387px;
	left: 419px;
	top: 61px;
	font-size: .9em;
}

.home .video {
	left: 21px;
	top: 33px;
}

/* Product Guide - Developer and IT Pro Overview ----------------------- */

.developer_overview,
.itpro_overview {
	padding: 23px;
}

.developer_overview ul,
.itpro_overview ul,
.new_in_rc ul {
	margin-bottom: 18px;
	padding-left: 40px;
	list-style-type: disc;
	color: rgba(0, 0, 0, 0.67);
	font-size: 1.2em;
	line-height: 1.3;
}

/* Product Guide - Top Features ---------------------------------------- */

.window_product_guide_top_feature h3 {
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: rgba(0,0,0,.67);
}

.window_product_guide_top_feature img {
	position: absolute;
	bottom: 4px;
	left: 3px;
}

/* Product Guide - HTML5 ----------------------------------------------- */

.html5 > header {
	left: 439px;
	top: 30px;
}

.html5 article {
	width: 547px;
	left: 439px;
	top: 58px;
}

.html5 .video {
	left: 17px;
	top: 30px;
}

/* Product Guide - Fast - Global --------------------------------------- */

.section_fast > header {
	left: 16px;
	top: 30px;
}

.section_fast .video {
	left: 17px;
	top: 30px;
}

.section_fast article,
.section_fast .screenshot.one {
	top: 58px;
}

/* Product Guide - Fast - Home ----------------------------------------- */

.fast_home > header { left: 439px; }

.fast_home article {
	left: 439px;
	width: 371px;
}

/* Product Guide - Fast - Performance Improvements --------------------- */

.performance_improvements article {
	left: 16px;
	width: 360px;
}

.performance_improvements article p { margin-bottom: 6px; }

.performance_improvements .screenshot.one { left: 394px; }

.performance_improvements .screenshot.two {
	left: 520px;
	top: 210px;
}


/* Product Guide - Fast - Hardware Accelerated ------------------------- */

.hardware_accel > header { left: 419px; }

.hardware_accel article {
	left: 419px;
	width: 398px;
}

/* Product Guide - Fast - F12 Developer Tools -------------------------- */

.f12_devtools article {
	width: 274px;
	left: 16px;
}

.f12_devtools .screenshot.one { right: 22px; }

/* Product Guide - Clean - Global -------------------------------------- */

.section_clean > header {
	left: 14px;
	top: 18px;
}

.section_clean article {
	left: 14px;
	top: 46px;
	width: 255px;
}

.section_clean .screenshot { top: 46px; }

/* Product Guide - Clean - Home ---------------------------------------- */

.clean_home > header {
	left: 425px;
	top: 33px;
}

.clean_home article {
	width: 371px;
	left: 425px;
	top: 58px;
}

.clean_home .video {
	left: 16px;
	top: 30px;
}

/* Product Guide - Clean - Interface ----------------------------------- */

.sites_cleaninterface .screenshot.one { left: 273px; }

/* Product Guide - Clean - New Tab ------------------------------------- */

.sites_newtab .screenshot.one { left: 302px; }

.sites_newtab p.note { font-size: 1em; }

/* Product Guide - Clean - Optimized Navigation ------------------------ */

.sites_optimizednav .screenshot.one {
	left:285px;
	top:63px;
}

.sites_optimizednav .screenshot.two {
	left:489px;
	top:203px;
}

/* Product Guide - Clean - Pinned -------------------------------------- */

.seamless_pinned article { width: 251px; }

.seamless_pinned .screenshot.one { left: 294px; }

.seamless_pinned .screenshot.two {
	left: 294px;
	top:  384px;
}

.seamless_pinned .screenshot.three {
	left: 565px;
	top:  384px;
}

/* Product Guide - Clean - Jump Lists ---------------------------------- */

.seamless_jumplists article { width: 505px; }

.seamless_jumplists .screenshot.one { left: 547px; }

.seamless_jumplists .screenshot.two {
	left: 547px;
	top:  287px;
}

/* Product Guide - Clean - Aero ---------------------------------------- */

.seamless_aero article { width: 304px; }

.seamless_aero .screenshot.one {
	left: 339px;
	top: 63px;
}

.seamless_aero .screenshot.two {
	left: 489px;
	top:  203px;
}

/* Product Guide - Clean - Notification -------------------------------- */

.streamlined_notification .screenshot.one { left: 314px; }
.streamlined_notification .screenshot.one img { width: 494px; }
.streamlined_notification article p { margin-bottom: 8px; }

/* Product Guide - Clean - One Box ------------------------------------- */

.streamlined_onebox article { width: 335px; }
.streamlined_onebox article p { margin-bottom: 5px; }
.streamlined_onebox .screenshot.one { left: 364px; }

/* Product Guide - Trusted - Global ------------------------------------ */

.section_trusted > header {
	left: 16px;
	top: 22px;
}

.section_trusted article {
	left: 16px;
	top: 48px;
}

/* Product Guide - Trusted - Home -------------------------------------- */

.trusted_home article { width: 280px; }

.trusted_home .screenshot.one {
	left: 317px;
	top: 48px;
}

.trusted_home .video {
	left: 16px;
	top: 30px;
}

/* Product Guide - Trusted - Smartscreen ------------------------------- */

.builtin_smartscreen article { width: 371px; }

.builtin_smartscreen ol {
	padding-left: 13px;
	line-height: 1.3em;
}

.builtin_smartscreen p {
	margin-bottom: 1em;
	line-height: 1.2;
}

.builtin_smartscreen ol strong {
	font-weight: normal;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
}

.builtin_smartscreen .screenshot.one {
	left: 405px;
	top: 48px;
}

.builtin_smartscreen .screenshot.two {
	left: 405px;
	top: 111px;
}

/* Product Guide - Trusted - Reputation -------------------------------- */

.builtin_dlrep article { width: 371px; }

.builtin_dlrep article h3 {
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

.builtin_dlrep .screenshot.one {
	left: 405px;
	top: 48px;
}

.builtin_dlrep .screenshot.two {
	left: 405px;
	top: 111px;
}

/* Product Guide - Trusted - Beta Release ------------------------------ */

.builtin_beta_release article { width: 262px; }

.builtin_beta_release .screenshot.one {
	left: 317px;
	top: 48px;
}

/* Product Guide - Trusted - Filtering --------------------------------- */

.builtin_filtering article { width: 371px; }

.builtin_filtering_cont article { width: 263px; }

.builtin_filtering .screenshot.one {
	left: 405px;
	top: 48px;
}

.builtin_filtering .screenshot.two {
	left: 405px;
	top: 111px;
}

.builtin_filtering_cont .screenshot.one {
	left: 326px;
	top: 48px;
}

/* Product Guide - Trusted - InPrivate --------------------------------- */

.builtin_inprivate article { width: 786px; }

/* Product Guide - Trusted - Threats ----------------------------------- */

.builtin_threats article {
	left: 16px;
	top: 48px;
	width: 371px;
}

.builtin_threats article div {
	position: absolute;
	left: 403px;
	top: 127px;
	width: 383px;
}

.builtin_threats article p {
	margin-bottom: 12px;
}

.builtin_threats .screenshot.one {
	left: 419px;
	top: 48px;
}

/* Product Guide - Trusted - Download Manager -------------------------- */

.builtin_dlmanager article,
.builtin_dlmanager_cont article {
	left: 16px;
	top: 48px;
}

.builtin_dlmanager article { width: 331px; }

.builtin_dlmanager_cont article { width: 371px; }

.builtin_dlmanager .screenshot.one {
	left: 373px;
	top: 48px;
}

.builtin_dlmanager_cont .screenshot.one {
	left: 408px;
	top: 48px;
}

/* Product Guide - Trusted - Addons ------------------------------------ */

.managing_addons article { width: 350px; }

.managing_addons .screenshot.one {
	left: 393px;
	top: 48px;
}

/* Product Guide - Trusted - Reliability ------------------------------- */

.reliability_tab_isolation article {
	left: 16px;
	top: 48px;
	width: 786px;
}

/* Product Guide - Trusted - Compatibility ----------------------------- */

.reliability_compatibility {
	padding-top: 22px;
	padding-left: 16px;
}

.reliability_compatibility > header {
	position: relative !important;
	left: auto;
	top: auto;
}

.reliability_compatibility article {
	position: relative !important;
	left: auto;
	top: auto;
	width: 786px;
}

.reliability_compatibility .screenshot.one { position: relative; }

/* Product Guide ------------------------------------------------------- */

.section_productguide_home .window_product_guide_section .preview { padding: 6px; }

.nav_product_guide_section { z-index: 5; }

.nav_product_guide_section img {
	width: 80px;
	height: 30px;
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.section_productguide .nav_productguide_home { padding: 5px; }

.section_productguide_home .window_product_guide_section img {
	position: absolute;
	bottom: 6px;
}

.window_product_guide_top_features img {
	position: absolute;
	bottom: 4px;
	right: 3px;
}

button.icon_expand {
	float: left;
	width: 14px;
	height: 9px;
	margin-top: 3px;
	border: 0px;
	background-image: url(/assets/images/layout/icon_expand.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

a.icon_download {
	float: left;
	width: 16px;
	margin-right: 12px;
	margin-left: 5px;
	margin-top: 3px;
	padding-top: 1px;
	border: 0px;
	background-image:  url(/assets/images/layout/icon_download.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

button.icon_download img,
button.icon_expand img {
	display: none;
}

/* Highlights Layouts -------------------------------------------------- */

.section_highlights .main {
	padding: 9px;
}

.section_highlights .preview {
	padding: 7px;
}

.section_highlights .window_application h3 {
	margin-bottom: 2px;
	font-size: 1.3em;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	color: #07ABD7;
}

.section_highlights .window_application p {
	color: rgba(0,0,0,.87);
	font-size: 1.2em;
}

.section_highlights .preview p {
	font-size: 1.1em;
}

.section_highlights .window_application a {
	text-decoration: none;
}

.section_highlights .preview .image {
	position: absolute;
	right: 12px;
	bottom: 5px;
}

.section_highlights .window_product_guide_top_features .preview .image {
	bottom: 0px;
	right: 0px;
}

.ui_highlights article {
	position: absolute;
	top: 45px;
	left: 595px;
	width: 216px;
}

.fast_highlights section {
	position: absolute;
	left: 8px;
	top: 17px;
	width: 388px;
}

.fast_highlights article {
	position: absolute;
	left: 411px;
	top: 26px;	
	width: 398px;
}

.fast_highlights article p { line-height: 1.5em; }

#experience_preview {
	position: absolute;
	left: 22px;
	bottom: 10px;
	width: 386px;
	height: 125px;
	background-image: url(/assets/images/layout/bg_experience_preview.png);
}

#experience_preview p {
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 1.3em;
	color: #FFF;
}

#experience_preview ul {
	position: absolute;
	left: 14px;
	top: 53px;
}

#experience_preview li {
	float: left;
	margin-left: 34px;
	background-image: url(/assets/images/layout/experience-shadow.png);
	background-position: 0px 44px;
	background-repeat: no-repeat;
	padding-bottom: 22px;	
}

#experience_preview li:first-child { margin-left: 0px; }

#experience_preview img { display: block; }

.html5_highlights section {
	position: absolute;
	left: 22px;
	top: 41px;
	width: 388px;
}

.html5_highlights article {
	position: absolute;
	left: 428px;
	top: 39px;
	width: 310px;
}

.html5_highlights article ul {
	width: 200px;
	overflow: hidden; /* clearing floats */
	font-size: 1.2em;
}

.html5_highlights article ul li {
	float: left;
	width: 100px;
}

.html5_highlights article ul li { line-height: 1.5; }

.windows7_highlights article {
	position: absolute;
	right: 18px;
	top: 36px;
	width: 262px;
}

.section_highlights article h1 {
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	color: #07ABD7;
}

.windows7_highlights article h2 {
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
}

.trusted_highlights section {
	position: absolute;
	left: 5px;
	top: 27px;
	width: 452px;
}

.trusted_highlights article {
	position: absolute;
	left: 472px;
	top: 27px;
	width: 340px;
}

/* Start Developing Layouts -------------------------------------------- */

.section_startdeveloping article h1 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
}

.section_startdeveloping article h2 {
	font-weight: normal;
	font-size: 14px;
    line-height: 1.4;
	color: #07ABD7;	
}

.section_startdeveloping article p {
    line-height: 1.4;
}

.develop_pinning article {
	position: absolute;
	top: 40px;
	left: 587px;
	width: 225px;
}

.develop_hardware_accel section.video {
	position: absolute;
	left: 22px;
	top: 39px;
	width: 388px;
}

.develop_hardware_accel article {
	position: absolute;
	left: 428px;
	top: 39px;
	width: 357px;
}

.develop_markup article {
    position: absolute;
    left: 580px;
	top: 40px;
	width: 216px;
}

.develop_tools article  {
    position: absolute;
    left: 595px;
	top: 40px;
	width: 216px;
}

.section_startdeveloping .preview .content {
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 10px;
}

.section_startdeveloping .preview h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	color: rgba(0,0,0,.67);
}

.section_startdeveloping .preview .content h3 { width: 144px; }

.section_startdeveloping .preview .image {
	position: absolute;
	right: 9px;
	bottom: 9px;
}

#copy_developing {
	position: absolute;
	z-index: 3;
	width: 645px;
	font-size: 1.2em;
	line-height: 1.5;
}

/* Guide Panel --------------------------------------------------------- */

.download_guide a {
	color: rgba(0,0,0,.75);
	font-size: 1.5em;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	display: block;
	background: url(/assets/images/content/pdf_icon.png) 100% 50% no-repeat;
	line-height: 26px;
	position: relative;
	top: -3px;
	text-align: center;
	padding-right: 25px;
}

/* Experience Layouts -------------------------------------------------- */

.section_experience .exhibit {
	float: left;
    position: relative;
	cursor: pointer;
}

.section_experience .exhibit > img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.section_experience .exhibit a {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100px;
	padding-top: 132px;
	padding-bottom: 10px;
	background-image: url(/assets/images/content/experience_hover.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.section_experience .window_preview .preview { overflow: hidden; }

.section_experience .exhibit.medium,
.section_experience .exhibit.medium a {
	width: 166px;
	height: 135px;
}

.section_experience .mediumPreview  {
  	width: 166px;   
}

.section_experience .exhibit.large,
.section_experience .exhibit.large a {
	width: 284px;
	height: 198px;
	margin: 8px 0 0 8px;
}

.section_experience .exhibit.medium h3,
.section_experience .exhibit.large h3 {
	position: absolute;
	font-size: 14px;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	right: 6px;
}

.section_experience .exhibit.medium h3 {
	top: 101px;
}

.section_experience .exhibit.large h3 {
	top: 176px;
}

.section_experience .largePreview  {
  	width: 293px;   
}

.section_experience .main p,
.section_experience .main ul {
	line-height: 1.5em;
    color: rgba(0,0,0,0.87);
}

.section_experience #border_experience {
    top: 150px;
    left: 50px;
    width: 900px;
    height: 433px;
    position: absolute;
    z-index: -1;
}

.section_experience .exhibit a { 
	padding: 0px;
	color: #59595C;
}

.section_experience .exhibit a:hover { text-decoration: none; }

.section_experience .exhibit.large a:hover aside p { display: block; }

.section_experience .exhibit.large a aside {
	position: absolute;
	left: 125px;
	bottom: 0px;
	width: 155px;
	text-align: left;
}

.section_experience .exhibit.large a aside p {
	line-height: 1.6;
	display: none;
}

.section_experience .exhibit.large a div {
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 121px;
    position: absolute;
}

.section_experience .exhibit.large a div img {
	max-width: 100px;
	margin-bottom: 25px;
}

.section_experience .exhibit.medium {
	margin-left: 4px;
	margin-top: 4px;
}

.section_experience .exhibit.medium a div {
	visibility: hidden;
}

/* Experience focused partner content ------------------------------------------- */

.section_experience .window_main {
    z-index: 1000;
    background-color: #FFFFFF;
}

.section_experience a.collapse_pane {
	position: absolute;
	top: 8px;
	left: 10px;
	color: #000;
	font-size: 12px;
	background: url('/assets/images/layout/icon_collapse.png') no-repeat;
	padding-left: 24px;
	line-height: 18px;
}

.section_experience a.collapse_pane { text-decoration: none; }

.partner_multi section {
	position: absolute;
	left: 80px;
	top: 60px;
}

.media_main {
	margin-bottom: 10px;
	width: 387px;
	height: 228px;
}

.media_main .video_player {
	width: 386px;
	height: 217px;
}

.media_main img { display: block; }

.partner_multi section ul li {
	float: left;
	width: 92px;
	margin-right: 6px;
}

.media_thumbnails li { cursor: pointer; }

.media_thumbnails img { display: block; }

.media_thumbnails img:hover { box-shadow: 0px 0px 10px rgba(0,0,0,.24); }

.partner_multi article {
	position: absolute;
	right: 30px;
	top: 60px;
	width: 373px;
}

.partner_text article {
	width: 322px;
	left: 16px;
	position: absolute;
	top: 18px;
}

.partner_text a.visit { right: 570px; }

.partner_logo {
	display: table-cell;
	height: 359px;
	vertical-align: middle;
	text-align: center;
	width: 674px;
}

.partner_logo header { margin-bottom: 30px; }

.partner_logo img {	max-height: 240px; }

.partner_logo a.visit { position: static; }

.section_experience .btn {
	padding: 0px;
}

/* Experience Pinning & Preview hovers ------------------------------------------- */

.section_experience #modal_experience  {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 997;
    padding: 15px;
    height: 200px;
    width: 300px;
}

.section_experience #modal_experience_title {
	font-size: 1.6em;
	color: #07ABD7;
	margin-bottom: 7px;
}

.section_experience #modal_experience_description {
	height: 80px;
	overflow: hidden;
	padding-bottom: 50px;
}

.section_experience #modal_experience_description p  {
	font-size: 1.2em;	
	color: #000000;    
	line-height: 1.2;
}

.section_experience #modal_experience_favicon {
    position:absolute;
    left: 15px;
    bottom: 15px;
    max-height: 35px;
}

.section_experience #modal_experience_logo {
    position:absolute;
    right: 15px;
    bottom: 15px;
    max-height: 35px;
}

.section_experience .crosshair_experience {
    background-image: url('/assets/images/icn-plus.png');
	width: 57px;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.section_experience #pinned_experience {
	z-index: 998;
	width: 170px;
	height: 102px;
	padding: 8px;
}

.section_experience #pinned_experience h2 {
	font-size: 1.4em;
	margin-bottom: .7em;
}

.section_experience #pinned_experience p {
	margin-bottom: 8px;
}

.section_experience #pinned_experience a {
	color: #07ABD7;
	font-size: 1.2em;
}

.section_experience #pinned_experience a:hover  { text-decoration: underline; }

.section_experience p.icon {
	background-image: url('/assets/images/icn-pin.png');
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0;
	position: absolute;
	z-index: 999;
}

.section_experience .landing p.icon {
	top: 10px;
	right: 10px;	
}

.section_experience .category p.icon {
	top: 0px;
	left: 0px;
}

/* Experience Section navigation ------------------------------------------- */
.section_experience #back_experience {
    position: absolute;
    top: 70px; 
    left: 190px;
    z-index: 6;
}

.section_experience #previous_experience,
.section_experience #next_experience {
    position: absolute;
    top: 140px;
	width: 60px;    
	height: 455px;
	display: block;
	z-index: 10;
	background-color: #FFFFFF;
}

.section_experience .landing #previous_experience {
    left: -5px;
}

.section_experience .category #previous_experience {
    left: -5px;
}

.section_experience .partner #previous_experience {
    left: -10px;
}

.section_experience .landing #next_experience {
	left: 964px;
}

.section_experience .category #next_experience {
    left: 947px;
}

.section_experience .partner #next_experience {
    left: 951px;
}

.section_experience a.arrow_left,
.section_experience a.arrow_right {
    position: absolute;
    top: 200px;
	width: 17px;
	height: 59px;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0;
	background-repeat: no-repeat;
}

.section_experience a.arrow_left { 
	background-image: url('/assets/images/layout/arrow_left.png');
	right: 5px;	
}

.section_experience a.arrow_right { 
    background-image: url('/assets/images/layout/arrow_right.png');
    left: 5px;
}

.section_experience #nav_experience {
    position: absolute;
	top: 601px; 
	font-size: 1.2em;
}

.section_experience #nav_experience h1 {
    position: absolute;
    left: 55px;
    top: 3px;
    width: 200px;
    color: #07ABD7;
    font-size: 1.5em;
    font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
    font-weight: normal;
}

.section_experience #nav_experience p {
	position: absolute;
	top: 6px;
	left: 405px;
	width: 100px;
}

.section_experience #nav_experience .viewall {
    position: absolute;
    left: 228px;
	width: 125px;
	height: 23px;
	color: #000;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: rgba(186,217,234,.84);
	box-shadow: 0px 0px 20px rgba(0,0,0,.4);
}

.section_experience #nav_experience .letter {
    position: absolute;
	width: 46px;
	height: 23px;
	color: #000;
	text-align: center;
	line-height: 20px;
}

.section_experience #nav_experience a:hover  {
    text-decoration: none; 
    background-image: url(/assets/images/layout/glass-pane.svg), url(/assets/images/layout/glass-pane.svg), url(/assets/images/layout/glass-pane.svg);    
}

.section_experience #nav_experience select {
	position: absolute;
	left: 720px;    
	width: 245px;
	height: 25px;
	overflow: hidden;
	vertical-align: text-bottom;
	border: 1px solid rgba(0, 0, 0, 0.0976563);
    font-size: 1.0em;
    font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;	
    font-weight: normal;
    color: #35393c;
    box-shadow: 0px 0px 10px rgba(0,0,0,.24);    
}

.section_experience #nav_experience select option {
	padding: 0;
	margin: 0;
}

/* Experience Section Canvas ------------------------------------------- */

.section_experience #experience_canvas_background {
	position: absolute;
	left: 0px;
	top: 29px;
	z-index: 0;
}

.section_experience #experience_canvas_foreground {
	position: absolute;
	left: 0px;	
	top: 29px;
	z-index: 999;
}

.section_experience #nav_experience .manual_scroll {
	position: absolute;
	top: 6px;
	left: 50px;
	width: 200px;
}

.section_experience #nav_experience .manual_scroll a {
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0;
	background-repeat: no-repeat;
	width: 31px;
	height: 13px;
	position: static;
	float: left;
}

.section_experience #nav_experience .manual_scroll span {
	float: left;
	padding-right: 10px;
}

.section_experience #nav_experience .manual_scroll .left {
	background-image: url('/assets/images/layout/btn_scroll_left.png');
	cursor: pointer;
	padding-right: 10px;
}

.section_experience #nav_experience .manual_scroll .right {
	background-image: url('/assets/images/layout/btn_scroll_right.png');
	cursor: pointer;
}

/* Videos Page Layout -------------------------------------------------- */

.section_videos .video_viewer { padding: 19px; }
.section_videos .video_viewer h1 { color: #07ABD7; }

.section_videos .video_list { padding-top: 16px; }
.section_videos .video_list header {
    padding-left: 16px; 
	float: left;
	margin-right: 20px;    
}
.section_videos .video_list h1 { color: #07ABD7; }

.section_videos .video_list .media_thumbnails {
	clear: both;
}

.section_videos .video_list .media_thumbnails img {
	width: 92px;
	height: 60px;
}

.section_videos .video_list .media_thumbnails h2 {
	margin: 4px 0;
	font-size: 1.1em;	
}

.section_videos .video_list .media_thumbnails p {
	line-height: 1.2;
	font-size: 1em;
}

.section_videos .video_list p.now_playing {
	color: #07ABD7;
	position: absolute;
	right: 0;	
	top: 10px;
	font-size: 0.8em;
	line-height: 1.0;
	width: 46px;
	padding-top: 25px;
	background-image: url('/assets/images/layout/icon_nowplaying.png');
	background-repeat: no-repeat;
}

.section_videos .video_list .media_thumbnails li {
	float: left;
	width: 157px;
	height: 152px;
	overflow: hidden;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 12px;
	position: relative;
}

.section_videos .video_list .media_thumbnails li:hover > h2 {
    text-decoration: underline;
}

.section_videos .window_video_category .preview a {
	padding: 0px 10px;    
	color: #6D6F71;
	line-height: 32px;
	font-size: 1.2em;
	width: 116px;
	height: 32px;
	display: block;
}

.section_videos .window_video_category .preview h3 {
	font-weight: normal;
}

.section_videos .window_video_category .current { background-color: rgba(186,217,234,.84); }
.section_videos .window_video_category .current a { color: #07ABD7; }

.section_videos .media_pagination a.prev_arrow {
	padding-left: 10px;
}

.section_videos .media_pagination a.next_arrow {
	padding-right: 10px;
}

/* Search Results Layout ----------------------------------------------- */

.search_box {
	position: absolute;
	top: 87px;
	border: 1px solid #9C9FA2;
	width: 294px;
	height: 22px;
}

.section_search .search_box {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 6;
    display: none;
}

.search_box .search_input {
	width: 266px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 23px;
	border: 0;
	height: 16px;
}

.search_box .search_submit {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 17px;
	height: 16px;
	background-image: url(/assets/images/layout/icon_bing_search.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	border: 0;
	cursor: pointer;
}

.section_search .pagination {
	position: absolute;
	top: 415px;
	left: 475px;
	width: 300px;
}

.section_search .pagination li {
	float: left;
	font-size: 1.2em;
}

.section_search .pagination a {
	color: #000;
	padding: 2px;
	cursor:pointer;
}

.section_search .pagination .current a {
	color: #07ABD7;
	text-decoration: underline;
}

.section_search .window_application .preview {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}

.section_search .window_application {
	height: 74px;
	width: 469px;
}

.section_search .window_application h3 {
	margin-bottom: 12px;
	font-size: 1.3em;
	font-weight: normal;
	color: #07ABD7;
}

.section_search .window_application p {
	width: 384px;
}

/* Download Page Layout ------------------------------------------------ */

.section_download .window_download {
	padding-left: 42px;
	padding-top: 23px;
}

.section_download .window_download .preview {
	background-image: url(/assets/images/layout/download_streak.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 279px;
}

.section_download .window_download p { width: 258px; }

.section_download h1 { margin-bottom: 25px; }

.section_download p a { color: #056BA1; }

.section_download a.btn_download {
	margin-left: -4px;
	margin-bottom: 5px;
}

.section_download #download_links { width: 300px; }

/* Thank You Layout ---------------------------------------------------- */

.section_thankyou .main > header {
	position: absolute;
	left: 17px;
	top: 14px;
}

#redownload a {
	display: block;
	height: 16px;
	padding-left: 20px;
	line-height: 16px;
	font-size: 1.2em;
	background-image: url(/assets/images/layout/icon_info.png);
	background-repeat: no-repeat;
}

.section_thankyou .main > header h1 {
	margin-bottom: 0px;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 2.4em;
}

.section_thankyou .main > header p {
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 1.8em;
}

.section_thankyou h2 {
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 14px;
	color: #07abd7;
}

.section_thankyou h3 {
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 4px;
}

.section_thankyou .col1 {
	position: absolute;
	left: 24px;
	top: 84px;
	width: 332px;
}

.section_thankyou .col1 section { margin-bottom: 13px; }

.section_thankyou .col2 {
	position: absolute;
	left: 440px;
	top: 84px;
	width: 332px;
}

.section_thankyou .col2 header {
	margin-bottom: 13px;
}

.section_thankyou .col2 ul li {
	float: left;
	margin-left: 9px;
	margin-bottom: 13px;
	position: relative;
}

.section_thankyou .col2 h2 { white-space: nowrap; }

.section_thankyou .col2 h2,
.section_thankyou .col2 p,
.section_thankyou .col2 ul {
	margin-bottom: 0px;
}

.section_thankyou .col2 ul li:first-child { margin-left: 0px; }

.section_thankyou .col2 ul li a {
	width: 92px;
	height: 60px;
}

.section_thankyou .col2 ul li a span.overlay {
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
	width: 92px;
	height: 60px;
	background-image: url(/assets/images/content/download-overlay.png);
	background-position: 0px 60px;
	background-repeat: no-repeat;
}

.section_thankyou .col2 ul li a img.icon {
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 31px;
	display: none;
}

.section_thankyou .col2 ul li.bmw a img.icon      { left: 31px; }
.section_thankyou .col2 ul li.imdb a img.icon     { left: 13px; }
.section_thankyou .col2 ul li.red_bull a img.icon { left: 29px; }

.section_thankyou h2 {
	margin-bottom: .25em;
	line-height: 1.5em;
}

.section_thankyou .col2 {
	position: absolute;
	right: 72px;
	width: 296px;
}

.section_thankyou .col2 p { clear: left; }

#ie9_feedback { margin-top: 68px; }

#ie9_feedback h3 {
	background: url(/assets/images/layout/icon_letusknow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#ie9_feedback p {
	font-size: 1.2em;
	line-height: 1.1;
}

/* Hotmail Page ---------------------------------------------------- */

.section_hotmail .main {
	padding-top: 24px;
	padding-left: 44px;
}

.section_hotmail .main h1 {
	font-family: 'Segoe Light', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #07ABD7;
	width: 496px;
}

.section_hotmail .main p {
	font-size: 1.3em;
	max-width: 620px;
}

.section_hotmail .main #logo {
	top: 33px;
	right: 35px;
}

.section_hotmail .main .download {
	border: 0;
	font-size: 2em;
    text-decoration: none;
}

#hotmail_thankyou {
    display: none;
    text-align:center;
}

.section_hotmail #learn_more {
	position: absolute;
	bottom: 25px;
	left: 44px;
	width: 360px;
}

.section_hotmail #learn_more .btn span {
	background-image: url("/assets/images/layout/btn_red.png");
}

.section_hotmail #learn_more a {
	float: left;
	margin-right: 13px;
}

.section_hotmail #learn_more p {
	line-height: 38px;
	margin-bottom: 0;
}

.section_hotmail #take_me_to_msn {
	position: absolute;
	bottom: 25px;
	right: 35px;
}

.section_hotmail #take_me_to_msn a span p {
	background-image: url("/assets/images/content/icon_msn.png");
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 33px;
	font-size: 1em;
	line-height: 28px;
	color: #fff;
}

.section_hotmail strong {
	font-weight: normal;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
}

/***** NEW IN RC Section ****/

.new_in_rc {
	padding:5px 23px 5px 23px;
}

.new_in_rc h1 {
	font-size: 1.6em;
	font-family: 'Segoe Light', 'Segoe UI Light', Segoe, 'Segoe UI', Arial, sans-serif;
	color: rgba(0,0,0,.87);
	white-space: nowrap;
}

article.new_in_rc h2 {
	font-size: 1.2em;
	line-height: 1.2;
	font-family: 'Segoe Semibold', 'Segoe UI Semibold', Segoe, 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	color: #07ABD7;
}

article.new_in_rc p {
	line-height: 1.2;
	color: rgba(0,0,0,.67);
}

.new_in_rc .row{
    clear:both;
    display:block;
   
}
.new_in_rc .left{
    float:left;
    width:465px;
    margin-right:10px;
     margin-bottom:25px;
}
.new_in_rc .right{
    float:left;
    width:470px;
     margin-bottom:25px;
}
.new_in_rc #perf_video
{
    margin-bottom:25px;
    margin-top:25px;
    display:block;
}

/* Unplugged Teaser  ------------------------------------- */
header.page h1.title_unpluggedteaser { height: 53px; }

.section_unpluggedteaser section.main {
    padding: 7px 18px;
}

.section_unpluggedteaser section.main p {
    color: rgba(0, 0, 0, 0.87);
}
.section_unpluggedteaser {
    background-color: #C6AE30;
    color:White;   
}

.section_unpluggedteaser #content {
    min-height: 539px;
}

.title_unpluggedteaser {
    margin-top:170px;
}

.section_unpluggedteaser #copy_unpluggedteaser {
	position: absolute;
	z-index: 3;
	width: 475px;
	font-size: 1.2em;
	line-height: 1.3;
	margin-top:170px;
	margin-left:-10px;
	font-size:1.4em;
}

.section_unpluggedteaser #copy_unpluggedteaser .twitter img,
.section_unpluggedteaser #copy_unpluggedteaser .twitter a {
    vertical-align:bottom;
}

.section_unpluggedteaser #copy_unpluggedteaser .twitter {
	margin-top: 20px;
	font-size:1.5em;
}

.section_unpluggedteaser #copy_unpluggedteaser a {
    color: #fff;
}

.section_unpluggedteaser #copyright_unpluggedteaser {
    font-size: 0.58em;
    margin-top:100px;
    color: #fff;
}

/* Video Player -------------------------------------------------------- */

.video_player {
	position: relative;
	width: 386px;
	height: 217px;	
	margin-bottom: 5px;
	background: #FFF;
	overflow: hidden;
}

.video_player_expanded {
	position: absolute;
	width: 1280px;
	height: 720px;	
	z-index: 999;
}

.video_player_parent_expanded {
	z-index: 1000 !important;
	overflow: visible !important;
}

.video_player_content_expanded {
	position: absolute !important;
	width: 0px !important;
	height: 0px !important;	
	top: -2000px !important;
	overflow: visible !important;
}

.video_player_inner {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.video_control_container {
	position: absolute;
	z-index: 3;	
	bottom: -20px;
	border-radius: 4px;
	opacity: 0;
	text-align: center;
	background-color: rgba(0,0,0,.2);
}

.video_splash {
	position: absolute;
	z-index: 2;	
	top: 0px; 		
	text-align: center;	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;	
}

.video_play_splash {
	position: absolute;
	z-index: 3;
	width: 191px;
	height: 33px;
	left: 50%;
	top: 50%;
	margin-left: -95px;
	margin-top: -16px; 	
	background: url(/assets/images/video/video-play-splash.png);
	background-repeat: no-repeat;	
}

.video_play_esc {
	position: absolute;
	z-index: 3;
	width: 400px;
	height: 40px;
	left: 50%;
	top: 30%;
	background-color: rgba(0,0,0,.6);
	border-radius: 15px;
	text-align: center;
	margin-left: -200px;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;	
}

.video_image {
	position: absolute;
	background: url(/assets/images/video/video-controls.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.video_text {
	position: absolute;
	color: #FFFFFF;
	font-family: 'Segoe Regular', Segoe, 'Segoe UI', Arial, sans-serif;
	font-size: 12px;
}

.video_total {
	position: absolute;
	z-index: 4;
	border: 1px solid #9a9a9b;
	background-color: #898989;
	cursor: pointer;
}

.video_buffered {
	position: absolute;
	z-index: 5;
	background-color: #a8a7a7;
	cursor: pointer;
}

.video_elapsed_color {
	position: absolute;
	z-index: 6;
	background: url(/assets/images/video/video-slider1.png);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	cursor: pointer;
}

.video_elapsed {
	position: absolute;
	z-index: 6;
	background: url(/assets/images/video/video-slider2.png);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	cursor: pointer;
}

.video_handle {
	z-index: 7;
	cursor: pointer;
}

.video_error {
	position: absolute;
	color: #aaaaaa;
	top: 0px;
	left: 0px;
}

.noselect {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* Slider -------------------------------------------------------------- */

.slider_handle {
	position: absolute;
	z-index: 4;
	cursor: pointer;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
}

/* Tooltip ------------------------------------------------------------- */

.hotspot {
	position: relative;
	z-index: 100;
	display: inline-block;
	cursor: pointer;
	width: 15px;
	height: 14px;	
}

.hotspot_image {
	background-image: url(/assets/images/layout/tooltip-hotspot-small.png);
	background-repeat: no-repeat;
	background-position: center;
}

.tooltip {
	visibility: hidden;
	margin-left: -9999px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 170px;
	background-repeat: no-repeat;
}

.tooltip_close {
    position:absolute;
	bottom: 19px;
	right: 18px;
	width: 9px;
	height: 8px;
	background-image: url(/assets/images/layout/tooltip-close.png);
    text-indent: -9999px;    
    background-repeat: no-repeat;
    cursor: pointer;
}

.tooltip_background {
	background-image: url(/assets/images/layout/tooltip_bubble.png);
	background-color: #00adee;
	background-size: 100% 100%;
	padding: 10px 10px 15px 10px;
	border-radius: 5px;
	color: #FFF;
	line-height: 15px;
	font-size: 11px;
}

.image_hidden { display: none; }

.image_base {
	display: block !important;
	z-index: -1;
}

.image_foreground {
	display: block !important;
	z-index: 2;
}

.image_overlay {
	display: block !important;
	z-index: 3;
}

/* Rollover demos --------------------------------------------------------- */

#image-container * { position: absolute; }

.ui_highlights #image-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 574px;
	height: 439px;
}

.ui_highlights_tooltip_background {
	padding: 15px 19px 15px 19px;
	color: #555;
	line-height: 15px;
	font-size: 11px;
}

.develop_tools #image-container {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 574px;
	height: 428px;
}

.develop_tools_tooltip_background {
	padding: 18px 18px 18px 18px;
	color: #555;
	line-height: 15px;
	font-size: 12px;
}

.develop_markup #image-container {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 569px;
	height: 426px;
}

.develop_markup_tooltip_background {
	padding: 15px 25px 18px 18px;
	color: #555;
	line-height: 15px;
	font-size: 12px;
}

.develop_markup #image-container {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 569px;
	height: 426px;
}

/* Interactive demos ------------------------------------------------------ */

.windows7_highlights #image-container {
	position: absolute;
	left: 9px;
	top: 11px;
	width: 512px;
	height: 418px;
	overflow:hidden;
}

.windows7_highlights .jumplist {
   text-indent: -9999px;    
   background-repeat: no-repeat;
   background-image:url(/assets/images/content/highlights-seamless-jumplists.png);
   width:120px;
   height:140px;  
}

.windows7_highlights .taskbartile {
   text-indent: -9999px;
   background-repeat: no-repeat;
   background-image:url(/assets/images/content/highlights-seamless-tiles.png);
   width:33px;
   height:22px;
}

.windows7_highlights_tooltip_background {
	padding: 19px 24px 19px 24px;
	color: #000;
	line-height: 19px;
	font-size: 12px;
}

.windows7_highlights_tooltip_background h1 {
	font-size: 16px;
	font-weight: bold;
}

.windows7_highlights_tooltip_background h2 {
	font-size: 14px;
	font-weight: bold;
}

.develop_pinning #image-container {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 569px;
	height: 426px;
	overflow:hidden;
}

.develop_pinning .jumplist {
   text-indent: -9999px;    
   background-repeat: no-repeat;
   background-image:url(/assets/images/content/development-seamless-jumplists.png);
   width:124px;
   height:197px;  
}

.develop_pinning .taskbartile {
   text-indent: -9999px;
   background-repeat: no-repeat;
   background-image:url(/assets/images/content/development-seamless-tiles.png);
   width:34px;
   height:22px;
}

.develop_pinning_tooltip_background {
	padding: 15px 35px 110px 35px;
	color: #555;
	line-height: 15px;
	font-size: 12px;
}

.develop_pinning_tooltip_background a {
	font-weight: bold;
}

/* Pagination  ------------------------------------------------------ */

.media_pagination {
	float: left;
}

.media_pagination li {
    font-size: 0.9em;   
	float: left;
	padding: 1px;
}

.media_pagination a  {
	text-decoration: underline;
	cursor: pointer;
}

.media_pagination a.prev_arrow {
	background-image: url('/assets/images/layout/pagination_arrow_prev.png');
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0 5px;
}

.media_pagination a.next_arrow {
	background-image: url('/assets/images/layout/pagination_arrow_next.png');
	background-repeat: no-repeat;
	padding-right: 10px;
	background-position: 23px 5px;
}

/* Script Manager ------------------------------------------------------ */

.script_manager_console {
	position: absolute;
	left: -2px;
	top: 40px;
	padding: 3px;
	display: none;
	z-index: 99999;
}

.script_manager_console textarea {
	width: 700px;
	height: 200px;
}

.script_manager_console li a {
	display: inline-block;
	width: 37px;
	height: 37px;
	background-position: top left;
	text-indent: -9999px;
	cursor: pointer;
	margin-right: 5px;
}

.script_manager_console li a:hover { background-position: 0px -37px; }

.script_manager_console .button_on  { background-image: url(/assets/images/easter_eggs/button_on.png); }
.script_manager_console .button_off { background-image: url(/assets/images/easter_eggs/button_off.png); }

.script_manager_console .button_close {
	display: block;
	cursor: pointer;
	text-align: right;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
}

.script_manager_console img {
	vertical-align: top;
	margin-top: 7px;
}

/* Performance Monitor ------------------------------------------------- */

#performance_monitor_panel {
	position:absolute; 
	left: 50%;
	top: 64px;
	margin-left: 183px;
	width: 108px;
	height: 96px;
	z-index: 99999;
	background-image: url(/assets/images/easter_eggs/performance_monitor.jpg);
	color: #82BC41;
	font-family: Courier, "Courier New", monospace;
	font-size: 20px;
	letter-spacing: 15px;
}

#performance_monitor_panel span {
	position:absolute;
	left: 27px;
	top: 33px;
}

/* Lightbox ------------------------------------------------------------ */

.lightbox {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	z-index: 900;
	display: none;
	text-align: center;
}

.no-rgba .lightbox {
	background-color: transparent;
	background-image: url(/assets/images/layout/lightbox-background.png);
	background-repeat: repeat;
}

.lightbox img { margin: 0px auto; }

/* jScrollPanel Custom Scroll Bar -------------------------------------- */

.new_in_rc.scrollable {
    width: 955px;
    height: 390px; 
    padding-top: 5px !important; 
    padding-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
}

.itpro_overview.scrollable,
.developer_overview.scrollable {
    width: 950px;
    height: 430px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-top: 30px;
    overflow: hidden;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane { position: absolute; }

.jspVerticalBar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0px;
	padding: 0px;
}

.jspCap { height: 20px; }

.jspHorizontalBar .jspCap { float: left; }

.jspTrack {
	position: relative;
	width:6px;
	background: url(/assets/images/layout/scroll_track.gif) repeat-y;
}

.jspDrag {
	position: relative;
	left: -4px;
	cursor: pointer;
	height: 14px;
	width: 17px;
	background: url(/assets/images/layout/scroll_drag.png);
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow { height: 16px; }

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus { outline: none; }

.jspCorner {
	background: #EEEEF4;
	float: left;
	height: 100%;
}

/* Unsupported Features ------------------------------------------------ */

.no-rgba body { 
    color: #404040;
}

.no-backgroundsize header.global {
	background-image: none;
	background-color: #3795D2;
}

.no-backgroundsize #new_since_beta {
	background-image: none;
	background-color: #3678b5;
}

.no-rgba h1,
.no-rgba h2 {
	color: #231F20;
}

.no-rgba .btn { background-color: #FFF; }

.no-multiplebgs .section_productguide .next span {
	padding-right: 7px;
	background-image: url("/assets/images/layout/btn_red.png");
	background-repeat: repeat;
	background-position: left top;
}

.no-multiplebgs .section_productguide .next:hover span { background-position: left -30px; }

.no-canvas #nav_demos { display: none; }

.no-svg-img .pane,
.no-svg .pane {
	background-color: rgba(186,217,234,.45);
}

.no-svg-img .section_experience .pane {
	background-color: rgba(186,217,234,1);
}

.no-rgba .pane {
	border: 1px solid #CCC;
	background-color: #E0EEF5;
}

.no-svg-img .section_experience .large:hover,
.no-svg-img .section_experience .medium:hover {
	background-color: rgba(186,217,234,.84);
}

.no-svg-img .section_experience nav a.pane:hover {
	background-color: rgba(186,217,234,.84);
}

.no-svg-img .window_preview:hover,
.no-svg-img .window_product_guide_top_features:hover,
.no-svg-img .window_video_category:hover,
.no-svg-img .window_video_category .current {
	background-color: rgba(186,217,234,.84);
}

.no-rgba .window_preview:hover,
.no-rgba #product_guide_download .pane:hover,
.no-rgba .window_product_guide_top_features:hover,
.no-rgba .section_experience nav a:hover,
.no-rgba .window_video_category:hover,
.no-rgba .window_video_category .current,
.no-rgba .section_experience #nav_experience .viewall {
	background-color: #C5DFEE;
}

.no-rgba .section_home .window_application a { color: #404040; }

.no-svg-img .section_startdeveloping .window_advanced:hover { background-color: rgba(186, 217, 234, 0.45); }

.no-rgba .section_startdeveloping .window_advanced:hover { background-color: #E0EEF5; }

/* Proprietary Styles -------------------------------------------------- */

.section_experience #nav_experience .viewall {
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.4);
}

.media_thumbnails img:hover {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.24);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.24);
}

.btn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

header.global { -moz-background-size: 100% 30px; }

#new_since_beta { -moz-background-size: 100% 31px; }

.pane {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.24);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.24);	
}

.video_control_container {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.video_play_esc {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}

.video_elapsed_color { -moz-background-size: 100% 100%; }

.video_elapsed { -moz-background-size: 100% 100%; }

.slider_handle { -moz-background-size: 100% 100% !important; }

.tooltip_background {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-background-size: 100% 100%;
}

#atlas_home_tag, hotmail_tag
{
    border:0px;
    margin:0px;
    width:1px;
}

/* Homepage - Enter  Snipe -------------------------------------- */
#enter_unplugged_snipe {
    position: absolute;
    top: 219px;
    left: -300px; 
    z-index: 10;
    background: url(/assets/images/content/enter_unplugged_snipe.png) 0 0 no-repeat;
    width: 186px;
    height: 352px;
    display:none;
    cursor:pointer;
}

#enter_unplugged_snipe .container {
    position: relative;    
}

#enter_unplugged_snipe a.close {
    display: block;
    width: 13px;
    height: 14px;
    position: absolute;
    top: 102px;
    left: 150px;
    text-indent: -9999px;
}

#enter_unplugged_snipe a.enter {
    display: block;
    width: 100px;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #231F20;
    position: absolute;
    top: 28px;
    left: 6px;
}