/* Links */
div#wrapper a {
	color: #435089;
	text-decoration: underline;
}
div#wrapper a: visited, #sidebarArea a: link, #sidebarArea a: visited, #sidebarArea a: active {
	color: #435089;
}
div#wrapper a:hover, #sidebarArea a: hover {
	color: #666;
}

/* Formatted Text */
#wrapper p {
	display: block;
	margin: 0 0 1em 0;
}
#wrapper p.catalogIntro {
	font-size: 100%;
	margin-bottom: 2em;
}
#wrapper .catalogDesc p {
	margin: 0 0 .5em;
}
#wrapper em, i, cite, address {
	font-style: italic;
}
#wrapper strong, b {
	font-weight: bold;
}
#wrapper blockquote, q {
	font-style: italic;
}
#wrapper code {
	font-family: monospace;
	font-size: 90%;
	border: 1px solid #000;
	padding: 0.5em;
	display: block;
}
#wrapper del {
	text-decoration: line-through;
}
#wrapper ins {
	color: #444;
	font-style: italic;
}
#wrapper abbr, acronym, dfn {
	border-bottom: 1px dashed #000;
}
#wrapper sub {
	vertical-align: sub;
	font-size: 70%;
}
#wrapper sup {
	vertical-align: super;
	font-size: 70%;
}
#wrapper p.note {
	font-size: 80%;
}


/* Forms */
#wrapper input, select, fieldset, textarea {
	border: 1px solid;
	padding: 1px;
	border-color: #000 #AAA #AAA #000;
}
#wrapper input#submit {
	border: 1px solid;
	cursor: pointer;
	border-color: #BBB #000 #000 #BBB;
	background: #EAEAEA;
	color: #435089;
	padding: 2px 10px;
	font-size: 1.2em;
	margin: 8px 0 0 5px;
}
#wrapper input.hidden {
	display: none;
}
#wrapper input.radio {
	border: 0;
}
#wrapper fieldset {
	padding: 1em;
}
#wrapper option {
	background: #FFF;
	margin-right: 1em;
}
#wrapper label {
	cursor: default;
}
/* Contact & Sweepstakes Form */
#contact label, #sweepstakes label {
	display: block;
	font-weight: bold;
}
#contact input, #sweepstakes input, #sweepstakes select  {
	display: block;
	margin: 2px 0 1em;
}
#promotion {
	margin-bottom: 1em;
}
#promotion input, #promotion label {
	display: inline;
	margin: 2px 0 0 0;
}
#promotion label {
	margin: 0 1.5em 1.3em 0;
}
#promotion p {
	margin: 0;
}


/* Common Formatting */
.floatL {float: left;}
.floatR {float: right;}
.clear {clear: both;}
.clearL {clear: left;}
div.catalogFull .clearL {height: 2em;}
.clearR {clear: right;}


/* Headings */
h1, h2, h3, #wrapper h4, #wrapper h5 {color: #7886BF;}
h1 {
	font: 280% Times, serif;
	white-space: nowrap;
}
.hdrHmContent h1 {
	margin: -.92em 0 0 18px;
	position: relative;
}
#headerSimple h1 {
	margin: 0.58em 0 0;
	padding-left: 10px;
	position: absolute;
}
h2 {
	font-size: 210%;
}
.hdrHmContent h2 {
	padding: 0;
	margin: -2px 220px 0 175px;
}
h2 strong {
	color: #fd9227;
	font-weight: normal;
}
h3,#wrapper h4,#wrapper h5,h6 {
	background: transparent;
	margin: 0 0 0.5em;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	color: #A96E64;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
}
.catalogDesc h3, .featureHome h3 {
	color: #7886BF;
	border-bottom: 0;
	font-size: 125%;
	padding: 0;
	margin: 0 0 3px;
}
h3 a {
	color: #7886CA;
	font-weight: bold;
}
#wrapper h4 {
	font-size: 110%;
}
#wrapper .catalogDesc h4 {
	font-size: 125%;
}
#sidebarArea h4 {
	color: #A96E64;
	font-size: 130%;
}
#wrapper h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
#wrapper hr {
	border-top: 1px solid #CCC;
	margin: 1em 0;
	display: block;
	width: 100%;
}


/* Layout ID's */
#wrapper {
	margin: 0px 0px 20px 14px;
	min-width: 585px;
}

/* Headers  */
#headerHm {
	background: red url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180595212312&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') no-repeat;
	height: 266px;
	width: 444px;
	margin-top: 0px;
}

/* #headerHm {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300411784&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') repeat-x;
	height: 231px;
	margin-top: 60px;
	position: relative;
} */

.hdrHmContent {
	float: left;
	height: 0px;
	position: absolute;
	z-index: 0;
}
#hdrHmImg {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180595212726&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') repeat-x;
	background-position: top right; 
	background-repeat:repeat;
}
#headerSimple {
	margin: 0 0 20px;
	border-bottom: 1px solid #8f9bcd;
	float: left;
	width: 100%;
}
.headerSub {
	background: transparent no-repeat bottom right;
	width: 100%;
	float: left;
	padding-bottom: 21px;
}
.hdrContent {
	/* Goto 'subnavigation' section for margin-top value */
	float: left;
	background: transparent no-repeat bottom left;
	width: 60%;
	min-height: 95px;
}
/* Fix min-height in IE */
* html .hdrContent  {
	height: 95px;
}
.hdrContent h1 {
	margin-left: 15px;
	position: absolute;
	margin-top: -.92em;
}
.hdrContent h2, .hdrContent p {
	/*padding-left: 115px;*/
	padding-left: 145px;
	margin: 0;
}
.hdrContent h2 {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114302270628&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') no-repeat top left;
	padding-top: 10px;
}
.hdrContent p {
	border-left: 1px solid #8f9bcd;
}

/* - Right Images in Header */

#mountingImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180572520289&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#sweepstakesImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180594532580&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#keyboardImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300412967&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#drawerImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301599544&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#mousepadImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301599676&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#wristImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301600951&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#documentImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301603883&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#ergomouseImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301604286&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#lightingImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301604605&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#monitorImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301604711&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#footImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301605746&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#notebookImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301605916&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#compfilterImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301606509&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#airfilterImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301607371&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#surfaceImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301606645&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#seminarImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114302700475&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#workspaceImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114306535091&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#organizerImg {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180582895123&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}

/* - Left Images in Header */
.hmImgLeft {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300413690&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') no-repeat top left;
}

#mountingImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180572515998&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#sweepstakesImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180594532093&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#keyboardImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300413958&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#drawerImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301599146&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#mousepadImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301600430&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#wristImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301600714&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#documentImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301603284&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#ergomouseImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301604079&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#lightingImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301604460&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#monitorImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301604921&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#footImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301605163&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#notebookImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301606078&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#compfilterImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301606173&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#airfilterImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301606711&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#surfaceImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301606776&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#seminarImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300413958&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}
#workspaceImg .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114306535692&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}

#organizerImg  .hdrContent {
	background-image: url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1180572515998&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile');
}

#greener-solutions .hdrContent {
		background-image: url('/3MContentRetrievalAPI/BlobServlet?assetId=1180618305949&assetType=MMM_Image&blobAttribute=ImageFile');   
}

#whiteboards .hdrContent {
		background-image: url('/3MContentRetrievalAPI/BlobServlet?assetId=1180618609123&assetType=MMM_Image&blobAttribute=ImageFile');   
}
	


/* Subnavigation UL */
.subnavigation {
	float: right;
	width: 40%;
	border-bottom: 1px solid #8f9bcd;
	/* If the height needs to change, also adjust the top margin on .hdrContent accordingly */
	height: 4.2em;
}
.hdrContent {
	/* If the margin needs to change, also adjust the height on 'subnavigation' accordingly */
	margin-top: 4.2em;
}
.subnavigation ul {
	float: right;
	background: #E6E9F3 url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300414362&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') top left no-repeat;
	font-size: 80%;
	width: 193px;
	margin: 0;
	height: 100%;
}
#headerSimple .subnavigation {
	border: 0;
}
.subnavigation li {
	margin: 6px 2px 0 23px;
	background: #E6E9F3;
}

/* Content Area */
#contentArea {
	float: left;
	width: 99%;
}
#splitContentArea {
	float: left;
	margin-right: -225px;
	width: 100%;
}
#splitContent {
	margin-right: 225px;
	padding: 0 20px 0 0;
}
#splitContentArea #splitContent h3 {
	padding: 5px 0 0;
	margin: 0 0 5px;
}
#splitContent div.product {
	margin-bottom: 3em;
}

/* Content Area Items */
#contentArea ul, #splitContentArea ul {
	list-style: square;
	margin: .5em 1em 2em 2em;
}
.featureHome {
	background: #E6E9F3 url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300414827&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') bottom left no-repeat;
	float: left;
	width: 50%;
	position: relative;
	z-index: 5;
	bottom: 0px;
}
.featureHomeBox {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300415392&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') top left no-repeat;
	float: left;
	height: 10px;
	width: 10px;
}
#wrapper p#featureHomeBox2 {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300415458&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') bottom right no-repeat;
	width: 100%;
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}
#wrapper p#featureHomeBox2 a {
	margin: 0 0 10px 2em;
	display: block;
}
.featureHm01 {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300415854&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') top right no-repeat;
	padding: 22px 17px 0 17px;
}
.featureHm02 {
	padding: 0 17px 22px 17px;
}
.featureHm01 img {
	float: left;
	padding: 0 15px 30px;
}
.featureHm02 img {
	float: left;
	padding: 0 15px 20px;
}


/* Content Product View */
.catalogView {
	float: left;
	width: 50%;
}
.catalogViewAlt {
	float: right;
	width: 48%;
}
.catalogView .catalogDesc, .catalogViewAlt .catalogDesc {
	margin-bottom: 1.5em;
}

.catalogDesc ul li {
	list-style-type: none;
}
.catalogFull {
	width: 100%;
}
.catalogDesc p {
	padding-left: 144px;
}
.catalogView p, .catalogViewAlt p, .catalogView li, .catalogViewAlt li, .catalogView dl *, .catalogViewAlt dl *, .catalogFull p, #sidebarArea p {font-size: 90%;}
.catalogImg {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300400441&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') right no-repeat;
	float: left;
	margin: 0 5px 20px 0;
	padding: 0 22px 0 0;
}
.detailImg {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300416364&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') right no-repeat;
	float: left;
	padding: 0 6px 0 0;
	width: 243px;
}
.thumbImgs {
	background: transparent url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114300417113&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') left no-repeat;
	float: left;
	margin: 0;
	padding: 8px 11px;
	width: 53px;
	height: 162px;
}

.thumbImgs img {
	display: block;
	margin: 3px 0;
}


/* Sidebar Content */
#sidebarArea {
	border-left: 2px solid #DEE6EF;
	float: right;
	margin: 0;
	padding: 10px 15px 20px 15px;
	width: 160px;
	margin:0px;
}


/* Sidebar DL's */

#sidebarArea dl dt {
	color: #707FB9;
	font-size: 110%;
	margin: 0;
	padding: 0;
}
#sidebarArea dl dt img {
	display: block;
	padding: 0 0px 8px 0px;
}
#sidebarArea dl dd {
	margin-bottom: 20px;
	padding: 0;
}

/* FAQ */
.faqs #contentArea dl dt {
	margin: 0.5em 0 0.3em;
}
.faqs #contentArea dl dt {
	font-weight: bold;
}
.faqs #contentArea dl dd {
	margin: 0 0 2em 1em;
	line-height: 1.2em;
}
.faqs #contentArea li {
	line-height: .5em;
}
.faqs #contentArea p.top {
	margin-bottom: 3em;
}
.faqs .catalogView h3, .faqs .catalogViewAlt h3 {
	border-bottom: 0;
}

/* Site Map */
#contentArea ul.sitemap {
	list-style: none;
}
#contentArea ul.sitemap ul {
	margin-bottom: 0;
	list-style: none;
}

/* Overlay Larger Images */
/* Reconstructed from 'Lightbox Gone Wild' - http: //particletree.com/features/lightbox-gone-wild/ */
div#lrgImg {
	display: none;
	width: 225px;
	height: 200px;
	padding: 0;
	background: #FFF url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301290752&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') no-repeat top center;
	border: 2px solid;
	border-color: #CCC #888 #888 #CCC;
	position: absolute;
	z-index: 51;
}
div#lrgImg img {
	background: #FFF url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114301293289&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile') no-repeat bottom center;
	padding-bottom: 25px;
}
div#underlay {
	display: none;
	background: #FFF;
	width: 100%;
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

/* Keyboard Comparison Chart */
table#comparison {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: center;
	margin: 0 0 10px;
	font-size: 90%;
}
table#comparison * {
	border: 1px solid #405d86;
}
table#comparison td, table#comparison th {
	padding: 7px 1px 7px 3px;
}
table#comparison thead th {
	background: #717fa7;
	color: #FFF;
}
table#comparison th.sectionHead {
	padding-left: 30px;
	background: #becae7;
	color: #000;
	font-weight: bold;
}
table#comparison tbody th {
	background: #ebedf4;
	text-align: left;
	font-weight: normal;
}

/* Product Specs Page */
table#specs {
	text-align: left;
	margin: 0;
}
table#specs td, table#specs th {
	padding: 5px;
	border: 1px solid #369;
}
table#specs th {
	width: 250px;
	background: #E6E9F3;
}
h3#installation {
	margin: 1em 0 0.5em;
}


/* What to look for page */
dl.lookfor {
	margin-bottom: 1.5em;
}
dl.lookfor dt {
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 3px;
	line-height: 1.2em;
}
dl.lookfor dd {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

/* Top and Bottom Corners */
.corners, .corners div { width: 100%; position: relative; font-size: 1px; height: 10px; }
.corners { clear: both; }
.corners div { background:  url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114302697109&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile'); width: 10px; }
#top-corners .corner-right { background-position: 0 -10px; }
#bottom-corners .corner-left { background-position: 0 -20px; }
#bottom-corners .corner-right { background-position: 0 -30px; }
.corner-left { float: left; }
.corner-right { float: right; }

/* Ergonomic Seminar */
#instruction {
	text-align: center;
	color: #707070;
}
#seminarLinks {
	background: #e6e8f4;
}
#seminarLinks ul {
	color: #455086;
	text-align: center;
	margin: 0 auto;
	width: 95%;
	font-size: 90%;
}
#seminarLinks ul li {
	list-style: disc;
	display: inline;
	margin: 0 10px ;
	line-height: 1.5;
}
#seminarLinks #first {
	list-style: none;
	margin-left: 0;
}

/* Workspace Comfort Guide */
div#heightGuide {
	background: #e6e9f3;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div#heightGuide ul {
	display: inline;
	list-style: disc outside;
	color: #435089;
	padding: 0;
	margin: 0;
	float: left;
	width: 49.9%;
}
div#heightGuide li {
	margin-left: 25px;
}
div#heightGuide form {
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
	overflow: visible;
	width: 50%;
}
div#heightGuide form label {
	font-weight: bold;
	text-align: right;
	display: block;
	margin-right: 10px;
}
div#heightGuide form select {
	width: 150px;
	vertical-align: middle;
	margin: 5px 10px 0 0;
}
div#heightGuide form button {
	border: 1px solid;
	cursor: pointer;
	border-color: #BBB #000 #000 #BBB;
	background: #EAEAEA;
	color: #435089;
	font-size: 15px;
	margin: 5px 10px 0 0;
	padding: 0 3px;
	vertical-align: middle;
	height: 1.5em;
}
#wcg {
	border: 1px solid #8d98c9;
	float: left;
	width: 99%;
	margin-bottom: 5px;
}
#wcgMan {
	border: 0;
	margin: 0 auto;
	width: 500px;
	display: block;
}
#wcg #wcgTabs {
	padding-top: 5px;
	width: 100%;
	float: left;
	background: #8d98c9;
}
#wcg #wcgTabs a {
	float: left;
	height: 2em;
	line-height: 1.9em;
	text-align: center;
	color: #FFF;
	width: 33%;
	font-size: 120%;
	text-decoration: none;
}
#wcgTabs #wcgComfort {
	border: solid #FFF;
	border-width: 0 2px;
}
#wrapper #wcgTabs a.wcgActive {
	background: #FFF;
	color: #8d98c9;
	cursor: default;
}
#wcgContent {
	clear: both;
	padding: 0 30px;
	min-height: 350px;
}
* html #wcgContent {
	height: 350px;
}
.wcgComfort {
	clear: left;
}
.jsOn #wcgContent div, .jsOn .sectionTitle, .jsOn #wcgContent .wcgExercises .exercise {
	display: none;
}
#wcg #wcgContent div.wcgActive, #wcgContent .wcgActive .wcgActive div {
	display: block;
}
#wcg .backtotop {
	display: block;
	margin-bottom: 3em;
}
.jsOn #wcgContent .backtotop {
	display: none;
}
/* WCG Corners */
#wcg .corners, #wcg .corners * { height: 14px; }
#wcg .corners * { background:  url('/3MContentRetrievalAPI/BlobServlet?locale=en_US&univid=1114306541605&fallback=true&assetType=MMM_Image&blobAttribute=ImageFile'); width: 14px; }
#wcg #top-corners .corner-right { background-position: 0 -14px; }
#wcg #bottom-corners .corner-left { background-position: 0 -28px; }
#wcg #bottom-corners .corner-right { background-position: 0 -42px; }
#wcg .corner-left { left: -1px; }
#wcg .corner-right { right: -1px; }
#wcg #top-corners { top: -1px; }
#wcg #bottom-corners { top: 1px; }
