/*!********************************************************
* File: global.css
* Author: JMS Studio
* Created: March 2012
**********************************************************/
/*!********************************************************
   global
**********************************************************/
section {cursor: default; }
footer {cursor:default; }

a:visited {
	color: #A148A1;
	text-decoration: none;
}
a, a:active {
	color: #547EA8;
	text-decoration: none;
}
a:hover, a:visited {
	color: #547EA8;
}

a span {cursor:pointer; cursor:hand}
.clear { clear:both; }
.section {margin:5px 0px 15px 0px;}
ul.list {
	font-size:inherit;
}
ul.list > li {
	font-size:inherit;
	padding:4px 0px 2px 13px;
	background:url(/shared/img/global/arrow-hor-s.gif) 0px 10px no-repeat;
}
.track_pdf {
/*	padding-right:26px;
	background:url(/shared/img/global/icon-pdf.gif) right center no-repeat;*/
	padding-bottom:2px;
	display: block;
}
.track_pdf img.icon {
	padding: 0px 0px 0px 8px;
	vertical-align: middle;
}
.cursor {
	cursor:pointer;
	cursor:hand;
}
/*!********************************************************
   header and footer styles
**********************************************************/
body, #container {
	position:relative;
	background:#f4f4f4;
}
#container {
	min-width:960px;
}
#container > header {
	position:relative;
	width:100%;
	height:113px;
	background:url(/shared/framework/img/global/header_nav_bg_tile.gif) repeat-x left bottom;
	z-index:102;
	border-bottom:1px solid #ececec;
}
#container > header > .wrapper {
	position:relative;
	width:960px;
  height:113px;
	margin:0 auto;
}
#container footer {
	width:100%;
	height:224px;
	border-top:#CECECE 1px solid;
	background:#f4f4f4;
}
#container > section {
	z-index:100;
}
/*!********************************************************
   topLogo
**********************************************************/
#header {
	position:relative;
	width:960px;
	height:77px;
	padding:0px;
	margin:0px auto;
	z-index:99;
}
#header > .topLogo {
	position:absolute;
	left:10px;
	top:23px;
}
#header > .topLogo > a {
	display:block;
	width:148px;
	height:42px;
	background:url(/shared/framework/img/global/logo_top_m.png) left top no-repeat;
}
#header > .topLogo > a > img {
	display:none;
}
/*!********************************************************
   topMenu
**********************************************************/
#header > .topMenu {
	position:absolute;
	right:201px;
	height:82px;
	width: 550px; /* needed to not cover up top logo link at left in ie7 */
}
.hideLogin {display:none;}
#header > .topMenu .left { float:left; }
#header > .topMenu .right { float:right; }
#header > .topMenu > div {
	height:82px;
	padding-top:0px;
}
.topMenu, .topMenu div, .topMenu div div {line-height:80px; color:#5f5f5f; font-size:11px;}
.topItem {margin:2px 5px 0 5px; font-size:11px; color:#547ea8; _float: left;}
.topItem a:active {color: #547ea8;}
.topItem a:hover {text-decoration:none !important;}
.topItemEnds {margin:2px 0px 0 5px;}
.topPipe {float: left; margin-top: 1px;}
.topCountry > a {
	display:block;
	width:76px;
	height:47px;
	background:url(/shared/framework/img/global/country_map.gif) left top no-repeat;
	margin:20px 0px 0px 0px;
}
.topCountry > a > img { display:none; }
.countryName {margin-right:10px;}
.topSearchBox {
	position:absolute;
	top:0px;
	left:767px;
}
.searchTxt {
	position:absolute;
	top:35px;
	left:0px;
	width:140px;
	height:15px;
	font-size:11px;
	padding:3px 9px;
	border:0px;
	background-color:#E0E0E0;
	color:#5f5f5f;
}
.searchBtn {
	position:absolute;
	top:35px;
	left:140px;
}
.arrowBtn {height:10px; margin:38px 16px 0px 0; _margin-right: 8px;}

/*! Country Selector */
#CountrySelectorBG {
	position:absolute;
	top:150px;
	left:121px;
	width:717px;
	height:350px;
	z-index:100;
	text-align:left;
}
#CountrySelector {width: 717px; height:350px;}
#CountrySelector {background:url("/shared/img/header/country-selector-bg.png") no-repeat 0px 5px !important;} 
#CountrySelector {_background:url("/shared/img/header/country-selector-bg.png") no-repeat 710px 350px !important;} 
#CountrySelector h2, #CountrySelector h3, #CountrySelector ul, #CountrySelector li {margin:0;padding:0;}
#CountrySelector div.countryCol {padding:0px 20px 0 0; width:201px; _width: 220px; height: 215px; float: left;}
#CountrySelector div.ccBg {background:url("/shared/img/global/div-country-selector.gif") repeat-y 0px 45px !important;}
#CountrySelector div.countryCol ul {padding: 0 0 0 20px; margin:0; text-align:left;}
#CountrySelector div.countryCol ul li {background: none; font-size: 11px !important;}
#CountrySelector #choice {clear:both; margin:6px 0 0 35px; *margin:0px 0 12px 35px; _margin:0px 0 0 35px; font-size: 11px; padding-top: -1px; width: 200px;}
#CountrySelector ul li a:hover {text-decoration:none !important;}
#CountrySelector ul li {padding:0 0 6px 15px;} 
#CountrySelector ul li.selected {background:url("/shared/img/global/country-arrow.gif") no-repeat 0px 5px !important;}
#CountrySelector div.countryCol ul li a {color:#919191;}
#CountrySelector div.countryCol ul li a:hover {color:#547ea8 !important;}
#CountrySelector div.countryCol ul li a:visited {color:#547ea8 !important;}
#CountrySelector #closeButton {position:absolute; left: 666px; top: 24px; cursor: pointer;}
#countryContainer {padding:25px 15px 14px 19px;}
#countryContainer h2 {text-transform:none;margin:10px 0 19px 34px; font-size: 12px; color:#5F5F5F;}
#countryContainer h3 {margin:0px 0 9px 0; padding:0 0 0 35px;font-size:17px; color:#5F5F5F;}

/*! navbar */
#navbar {
	position:absolute;
	width:960px;
	height:36px;
	top:77px;
	margin:0px auto;
}
#navbar > div {
	position:relative;
	display:block;
	float:left;
}
#navbar > div > a {
	position:relative;
	display:block;
	width:166px;
	height:24px;
	font-family:Arial;
	font-size:.84615384615384615384em;
	padding-top:12px;
	text-align:center;
	text-transform:uppercase;
	color:#595959;
}
#navbar > div > a:hover {
	color:#1a1a1a;
}
#navbar > .navbarItem4 > a, #navbar > .navbarItem5 > a, #navbar > .navbarItemEnds > a {
	width:145px;
}
.navProduct > div {
	padding-top:10px;
}
.navProduct > .section {
	padding-top:0px;
}
.section h3 {margin-bottom: 7px !important;}
#flyout1 {width:450px; /*height: auto;*/ height:394px; padding:0px; margin:0px; position:absolute; left:0px;}
#flyout2 {width:374px; /*height: auto;*/ height:348px; padding:0px; margin:0px; position:absolute; left:167px;/* _left:193px;*/}
#flyout3 {width:427px; /*height: auto;*/ height:166px; padding:0px; margin:0px; position:absolute; left:333px;/* _left:359px;*/}

#flyout2 #h3Spacing {margin-bottom:4px;}
#flyout2 #h3Spacing h3 {margin-top: 4px !important; margin-bottom: 8px !important;}

footer {
	z-index:1000;
}
.navpanel {
	position:absolute;
	display:none;
	top:113px;
	left:0px;
	z-index:900;
}
.navpanel_cont {position:relative; padding:20px 0px 35px 10px; _padding-bottom:10px; float:left; width:inherit;}
.h3Selected {text-decoration: none !important; display: block; width: 132px; background: url('/shared/img/header/arrow-flyout-bullets.gif') no-repeat right;}


#flyout1 .navColFlyout h2 {text-transform:uppercase;}
#flyout2 .navColFlyout h3 {font-size:11px; margin-bottom: 2px;}
/*!
IE7 hack:
* + html #flyout2 div.navpanel_cont {}
*/


#flyout1 div.navpanel_cont {width: 450px; background: url(/shared/framework/img/global/flyout1-bg-t.png) no-repeat 0 0; padding:19px 0 11px 0; margin:0px; _background:#F9F9F9;}
#flyout2 div.navpanel_cont {width: 374px; background: url(/shared/framework/img/global/flyout2-bg-t.png) no-repeat 0 0; padding:19px 0 11px 0; margin:0px; _background:#F9F9F9;}
#flyout3 div.navpanel_cont {width: 427px; background: url(/shared/framework/img/global/flyout3-bg-t.png) no-repeat 0 0; padding:19px 0 11px 0; margin:0px; _background:#F9F9F9;}



#flyout1 div.flyoutBase {float:left; height: 10px; width:450px; background: url(/shared/img/header/flyout1-bottom.png) no-repeat bottom;}
#flyout2 div.flyoutBase {float:left; height: 10px; width:374px; background: url(/shared/img/header/flyout2-bottom.png) no-repeat bottom;}
#flyout3 div.flyoutBase {float:left; height: 10px; width:427px; background: url(/shared/img/header/flyout3-bottom.png) no-repeat bottom;}

#foCompanyNav1, #foCompanyNav2, #foCompanyNav3 {width:230px;}

#flyout3 #foCompanyCol3 {padding-top:25px;}
#flyout2 #foProductCol1 {padding-left: 20px; width:400px; _width:415px !important;}

#flyout2 div.flyoutBase img {margin-left: -15px;}
#flyout3 div.flyoutBase img {margin-left: -18px;}

img.mClose {position:absolute; top:12px; right:21px; z-index:100;}

.navpanel .navColFlyout {width:254px; padding:0px 10px 0px 0px; float:left;}
.navpanel .foCompanyCol {width:240px; padding:0px 10px 0px 0px; float:left;}
.navpanel .navColFlyout h2 {color:#1a1a1a !important; font-size:11px; font-weight:bold; margin-top:0px; margin-bottom:15px;line-height:12px; padding:0;}
.navpanel .navColFlyout h3 {font-size:11px; margin-bottom:12px; color:#5f5f5f !important; margin:0px; margin-bottom:8px; font-size:11px; font-weight:bold; margin-bottom: 7px;}
.navpanel .navColFlyout ul {padding:0px; margin:0 0 5px 0px;}
.navpanel .navColFlyout ul li {margin: 0 0 4px 0;list-style:none; line-height:16px; background:transparent; padding: 0px;}
.navpanel .navColFlyout a {color: #919191; font-size: 11px !important; font-family: Arial, Helvetica, sans-serif;}
.navpanel .navColFlyout a:hover {color: #547ea8; text-decoration: none !important;}
.navpanel .navColFlyout a:visited {color: #547ea8;}
.navpanel .navColFlyout {_width: 178px !important;}
.navpanel .scmLink {font-weight:normal;}


#flyout2 div.flSubCol {width:168px; _width: 172px; float:left; margin:0 10px 0 0; line-height:16px;}
#flyout2 div.flSubCol ul li {margin: 0 0 4px 0 !important;}

a.scmLink {background:url('/shared/img/global/arrow-hor-s.gif') no-repeat 1px 4px; padding-left:10px; position:relative;}

.navpanel .section {margin-top:0px;}

.navpanel_close {position:absolute; top:16px; right:20px; width:60px; height:20px;}

.navColMenu {width:158px; padding:0px 0px 0 20px; float:left;}
.navColMenu h3 {font-size:11px; margin-bottom:12px; color:#5f5f5f !important; margin:0px; margin-bottom:8px; font-size:11px; font-weight:bold; margin-bottom: 7px;}
.navColMenu a {color: #919191; font-size: 11px !important; font-family: Arial, Helvetica, sans-serif;}
.navColMenu a:visited {color: #a148a1;}
.navColMenu a:hover {color: #547ea8; text-decoration: none !important;}

#seperator {
	height:46px;
}
#footer {
	position:relative;
	width:960px;
	height:160px;
	margin:0 auto;
}
#footer ul li {list-style: none; background:none !important; line-height: 22px; padding: 0px; margin: 0px; font-size: 11px !important;}
#footerLinksAbout {width: 150px; height:160px; float: left; margin: 0; padding-left:30px;}
#footerLinksResources {width: 150px; height: 160px; float: left; margin: 0;}
#footerLinksCommunity {width: 150px; height: 160px; float: left; margin: 0;}
#footerLinksSupport {width: 170px;	height: 160px; float: left; margin: 0;}
#footerLinksFollowUs {width: 210px; height: 90px; float: left; margin: 0;}
#footerLinksFollowUs li {display: inline;}
#footerLinksFollowUs li.footerLinksTitle {display: block !important;}
.footerLinksTitle {font-family: Arial;	font-size: 11px; font-weight: bold;	color: #5f5f5f; }
.footerLinksTitle_FollowUs {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; color: #5f5f5f; padding: 0px 0px 0px 0px; }
#footerLinksAbout a, #footerLinksResources a, #footerLinksCommunity a, #footerLinksSupport a, #FollowUsIconLinks li {line-height: 16px; color:#919191;}
#footer ul li a:hover {color: #547ea8; text-decoration: none !important;}
#footer ul li a:visited {color: #547ea8;}


#bottomLine {
	position:relative;
	width:940px;
	height:20px;
	margin:0 auto;
	padding:4px 10px;
}
#bottomLineLinks {width: 560px; float: left;}
#bottomLineLinks a {font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; text-align: left; padding: 0 3px 0 3px; color:#919191;}
#bottomLineLinks a:hover {color: #547ea8;}
#bottomLineLinks a:visited {color: #547ea8;}
#copyrightText {width: 325px; _width: 320px; font-family: Arial, sans-serif; font-size: 11px; color: #919191;	text-align: right; float: right; }

/*! hide social media footer links on the home page */   
#footerLinksFollowUs {display:none;}
/*! Footer ends */
/*! logged in box in hero/masthead */
#loggedTop {position:absolute; top:130px; right:21px;}
/* ff hack */
@-moz-document url-prefix() {#loggedTop {right:60px;}}
/*! chrome/safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {#loggedTop {right:60px;}}
#loggedTop {display:none;}
#loggedTop div, #loggedTop div a {color:#fff; font-size:12px; font-weight:bold;}
#loggedTop .hSep {margin:0 12px;}
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {background: transparent url('/shared/img/global/country-checkbox.gif') 0 1px no-repeat; display:inline-block; height:20px; width:16px;}
.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px;}
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; }
.label_check {line-height:21px}
.labelCountry {padding: 0 0 4px 8px;}
ul, .section ul.specs {padding-left:0; margin:0; list-style:none;}
.section ul.specs li {background:url('/shared/img/global/li-square.gif') left 6px no-repeat; padding-left: 7px;}

/*!
 * ColorBox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block}.cboxIframe{width:100%;height:100%;display:block;border:0}/*!

 * User Style:
 * Change the following styles to modify the appearance of ColorBox.  They are
 * ordered & tabbed in a way that represents the nesting of the generated HTML.
 */

#cboxOverlay {
	background: #fff
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight,#cboxTitle,
#cboxCurrent, #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxError {
	display:none;
}

#cboxBottomCenter {
	position:relative;
	margin:0px;
	left:40px;
	bottom:40px;
	height:2px;
	background:#eee;
	z-index:-1;
}

#cboxContent {
	position:relative;
	background: #f4f4f4;
	margin:0px 40px 40px 40px;
	-webkit-box-shadow: 0px 22px 20px -20px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 22px 20px -20px rgba(0, 0, 0, 0.65);
  -pie-box-shadow: 0 15px 25px -10px;
	box-shadow: 0px 22px 20px -20px rgba(0, 0, 0, 0.65);
	behavior: url(/shared/framework/js/PIE.htc);
}

#cboxContent:before, #cboxContent:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 35px;
  width: 50%; 
  top: 70%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-5deg);    
  -moz-transform: rotate(-5deg);   
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
	behavior: url(/shared/framework/js/PIE.htc);
}

#cboxContent:after {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);   
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 35px;
  left: auto;
	behavior: url(/shared/framework/js/PIE.htc);
}
.cboxIframe {
	background: #000
}

#cboxLoadedContent {
	margin-bottom: 52px;
}

#cboxLoadingOverlay {
	background: #fff url(/shared/framework/img/colorbox/loading.gif) no-repeat 5px 5px
}
#cboxClose {
	background: url(/shared/framework/img/colorbox/close_button.png) no-repeat;
	height: 44px;
	width:101px;
	margin: 4px 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-indent: 9999px;
}
/*!

 * The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
 * when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
 * See: http://jacklmoore.com/notes/ie-transparency-problems/
 */.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}/*!
 * The following provides PNG transparency support for IE6
 * Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
 */.cboxIE6 #cboxTopLeft{background:url(/shared/framework/img/colorbox/ie6/borderTopLeft.png)}.cboxIE6 #cboxTopCenter{background:url(/shared/framework/img/colorbox/ie6/borderTopCenter.png)}.cboxIE6 #cboxTopRight{background:url(/shared/framework/img/colorbox/ie6/borderTopRight.png)}.cboxIE6 #cboxBottomLeft{background:url(/shared/framework/img/colorbox/ie6/borderBottomLeft.png)}.cboxIE6 #cboxBottomCenter{background:url(/shared/framework/img/colorbox/ie6/borderBottomCenter.png)}.cboxIE6 #cboxBottomRight{background:url(/shared/framework/img/colorbox/ie6/borderBottomRight.png)}.cboxIE6 #cboxMiddleLeft{background:url(/shared/framework/img/colorbox/ie6/borderMiddleLeft.png)}.cboxIE6 #cboxMiddleRight{background:url(/shared/framework/img/colorbox/ie6/borderMiddleRight.png)}.cboxIE6 #cboxTopLeft,.cboxIE6 #cboxTopCenter,.cboxIE6 #cboxTopRight,.cboxIE6 #cboxBottomLeft,.cboxIE6 #cboxBottomCenter,.cboxIE6 #cboxBottomRight,.cboxIE6 #cboxMiddleLeft,.cboxIE6 #cboxMiddleRight{_behavior:expression(this.src = this.src ? this.src:this.currentStyle.backgroundImage.split('"')[1],this.style.background = "none",this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+", sizingMethod='scale')")}
 
/**********************************************************
	youtube player
**********************************************************/
#youtube-container {
	position: absolute;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 2000;
}

#youtube-closeBtn {
	position: absolute;
	width: 50px;
	height: 46px;
	top: 0px;
	right: 0px;
	background: url(../img/global/youtube_close_btn.png) left top no-repeat;
	cursor: pointer;
	cursor: hand;
	z-index:2001;
}

#youtube-player {
	position: relative;
	width: 100%;
	display:none;
	margin-left: auto; margin-right: auto;
}

#youtube {
	background: #000;
	position: absolute;
	top:0px;
	left: -1px;
	z-index: 2002;
}

/*
*Text smoothing for embedded fonts in IE 7 & 8
*/
.applyIETextSmoothing{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',sizingMethod=crop);
  zoom: 1;
}