div#mainContent.full {
	width: 80em;
	padding: 0px;
	float: none;
}
div.showroomHeader {
	height: 31.25em;
	background: url('/shared/images/showroom/intro.jpg') no-repeat center center #e5eff1;
	position: relative;
	margin-bottom: 20px;
}
div.showroomHeader h1 {
	position: absolute;
	top: 1.944em;
	left: 1.111em;
	z-index: 25;
	font-size: 3em;
}

div.showroomHeader h2 {
	color: #5bc200;
	left: 4em;
	position: absolute;
	top: 5em;
	font-size: 1.667em;
	z-index: 25;
}

div.showroomActions form {
	padding: 0;
	margin-bottom: 10px;
}
.showroomActions {
	position: absolute;
	bottom: 7.917em;
	left: 3.333em;
	width: 43.333em;
	z-index: 20;
}
.showroomActions ul {
	margin: 0;
	padding: 0;
}
.showroomActions ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type:none;
}
#maincontent ul{
	margin:.5em 0;
	}
#maincontent li{
	margin-bottom: .5em;
	font-size:.9em;
	}
.showroomActions ul li.label {
	padding: 5px 10px 0px 0;
	font-size: 1.083em;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}
.showroomHeader a.browse {
	display: block;
	width: 7.692em;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-color: #d5e3e6;
	background-position: 0 -3px;
	padding: 4px 5px 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #293b4e;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 0px solid transparent;
	font-size: 1.083em;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}


.showroomHeader a:hover {
	color: black;
}

.showroomActions input {
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border: 1px solid #C0C7CD;
	padding: 7px 25px 7px 10px;
	width: 25.059em;
	background: url(/shared/images/icons/search.png) no-repeat 25.882em center white;
	font-size: 1.417em;
}
input.default {
	color: #aaa;
}

#browseByMultiphysics,
#browseByProduct,
#browseBySolution {
	display: none;
	position: absolute;
	width: 66.667em;
	min-height: 12.5em;
	top: 32px;
	left: 0px;
	z-index: 200;
	border: 1px solid #d4d7dc;
	padding: 20px;
	background: url(/shared/images/design/tab_bg.png) repeat-x bottom right #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#browseByMultiphysics,
#browseByProduct {
	width: 33.333em;
}
.showroomActions ul li:hover #browseByMultiphysics,
.showroomActions ul li:hover #browseByProduct,
.showroomActions ul li:hover #browseBySolution {
	display: block;
}
#browseByMultiphysics a,
#browseByProduct a,
#browseBySolution a {
	font-family: arial, helvetica, sans-serif;
	color: #6A7181;
	font-size: 0.917em;
	text-decoration: none;
}
#browseByMultiphysics a.parent,
#browseByProduct a.parent,
#browseBySolution a.parent {
	font-weight: bold;
}
#browseByMultiphysics.show,
#browseByProduct.show,
#browseBySolution.show {
	display: block;
}
#browseByMultiphysics a:hover,
#browseByProduct a:hover,
#browseBySolution a:hover {
	color: #2E9EA7;
}
ul.engineeringFields {
	margin-right: 20px;
	margin-bottom: 10px;
}
ul.engineeringFields li {
	float: none;
}
#browseByMultiphysics table td,
#browseByProduct table td,
#browseBySolution table td {
	vertical-align: top;
}


/* ------------------ NEW KNOWLEDGEBASE CSS ------------------*/

body{
	font-weight: 400;
	}
div.showroomHeader h1 {
	position: absolute;
	top: 1.944em;
	left: 1.111em;
	z-index: 25;
	font-size: 3em;
}

/*div.showroomHeader h2 {
	color: #5bc200;
	left: 4em;
	position: absolute;
	top: 5em;
	font-size: 1.667em;
	z-index: 25;
}*/

div.showroomActions form {
	padding: 0;
	margin-bottom: 10px;
}

.showroomActions ul {
	margin: 0;
	padding: 0;
}

.knowledgebase h2,
.knowledgebase h3,
.knowledgebase h4{
	margin: 1.5em 0 .5em 0;
	font-weight: 400;
}
.knowledgebase h4{
	font-weight: 600;
	margin: 1.8em 0 .5em 0;
}
.showroomActions ul li {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type:none;
}
.knowledgebase ul{
	padding-top:.8em;
	padding-bottom: .8em;
	width:45em;
	margin:0 auto;
	}
.knowledgebase li{
	margin-bottom: .7em;
	line-height:1.3;
	margin-left:1em;
	}
.knowledgebase ul li ul{
	padding-left:1em;
}
.knowledgebase h2{
	margin-top:1em;
}
.knowledgebase strong{ font-weight:800;}
.showroomActions ul li.label {
	padding: 5px 10px 0px 0;
	font-size: 1.083em;
}
.solutionTable{
	font-size:.9em;
}
.solutionTable td{
	padding:4px 5px;
}
.solutionTable .stLabel{
	min-width:130px;
}
.solutionTable .stInfo{
	padding-right:20px;
}

.knowledgebase ul.nostyle,
.knowledgebase ul.nostyle li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.knowledgebase ul.feedback-form{
	max-width: 320px;
	}
.knowledgebase ul.feedback-form li{
	margin:0 0 15px 0;
}
.knowledgebase ul.feedback-form li:last-child{
	margin:0 0 0 0;
}
.knowledgebase ul.feedback-form li label{
	margin-bottom:5px;
	display:block;
}
.feedback-form input,
.feedback-form textarea{
	max-width:300px;
	}
.showroomHeader a:hover {
	color: black;
}

.feedback-form input.radiobutton {
    margin: 0 .2em;
}


input.default {
	color: #aaa;
}

/* Top Search Bar & Brows Button */

div.showroomHeader {
	border-radius:4px;
	background: #eee;
	position: relative;
	height:50px;
}

.showroomActions input {
	position: absolute;
	border-radius:4px;
	left: 15px;
	top: 10px;
	width:300px;
	padding: 2px 5px 5px 25px;
	font-size: 16px;
	line-height:16px;
	background: url("/shared/images/icons/search.png") no-repeat 6px center white;
}

/* Browse by Category Drop-Down */

.support-browseButton{ float: right;}
.showroomHeader a.browse {
	display: block;
	width: auto!important;
	margin-right: 10px;
	margin-top:10px;
	background-repeat: no-repeat;
	background-color: #777;
	background-position: 0 -3px;
	padding: 4px 5px 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FFF;
	border-radius:4px;
	border: 0px solid transparent;
	font-weight:600;
}
.support-browseButton li:hover a.browse{
	border-radius:4px 4px 0 0;
}

.browseMenu {
	display: none;
	position: absolute;
	width: auto;
	min-width:200px;
	min-height: 8.5em;
	top: 28px;
	left: 0px;
	z-index: 200;
	border: 1px solid #d4d7dc;
	padding: 20px;
	background:#FFF;
	border-radius:0 4px 4px 4px;
}

.support-browseButton li:hover .browseMenu {
	display: block;
}

.browseMenu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.browseMenu ul li{
	padding:0 0 .5em 0;
}
.browseMenu a {
	color: #6A7181;
	text-decoration: none;
	white-space: nowrap;
}
.browseMenu a.parent {
	font-weight: bold;
}
.browseMenu.show {
	display: block;
}
.browseMenu a:hover {
	color: #005ea7;
}
ul.engineeringFields {
	margin-right: 20px;
	margin-bottom: 0;
}
ul.engineeringFields li {
	float: none;
	color: #777;
}

.browseMenu table td {
	vertical-align: top;
}


/* Search Results */

.searchResult{
	margin:0 0 40px 0;
	font-weight:400;
	color: rgb(65, 64, 66);
}
.searchResult p{
	font-size:15px;
	line-height:22px;
}
.searchResult a{
	color: #005ea7;
	margin-bottom:.5em;
}
.searchResult .link{
	color: #585858;
}

.searchResult .link b {
    color: #79163b;
    font-weight: 400;
}

/* Pagination */

div.paginatorNavigationContainer {
  margin: 20px 0;
  text-align: right;
}
div.paginatorNavigationContainer a {
  border: none;
  background-color: transparent;
  padding: 0 2%;
  color: #585858;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Lato", Verdana, Tahoma, Geneva, sans-serif;
}
div.paginatorNavigationContainer a:hover {
  color: #414042;
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a:focus {
  outline: 0;
  color: #414042;
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a.paginatorActive {
  background-color: #585858;
  color: #fff;
  cursor: default;
  border:0;
}
div.paginatorNavigationContainer a.previous,
div.paginatorNavigationContainer a.next {
  cursor: pointer;
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a.previous,
div.paginatorNavigationContainer a.next {
  cursor: pointer;
  background:transparent;
  border:0;
}
div.paginatorNavigationContainer a.previous:hover,
div.paginatorNavigationContainer a.next:hover {
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a.previous:focus,
div.paginatorNavigationContainer a.next:focus {
  outline: 0;
  background:transparent;
  border:0;
  font-weight:800;
}

.knowledgebase ul.engineeringFields {
	position: relative;
	width: auto;
	left: auto;
	top: auto;
	padding:0 0 0 0;
}

.knowledgebase .support-browseButton{
	padding:0;
	width: auto;
}

.knowledgebase .support-browseButton li,
.knowledgebase .support-browseButton li a{
	margin-bottom: 0;
}

.knowledgebase .navbox,
.knowledgebase div.box{
	border: solid 1px #dedfe0;
	background:#FFF;
	border-radius:4px;
  	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.knowledgebase .navbox h2{
	border-bottom:1px solid #dedfe0;
	margin:0 0 0 0;
	padding:20px;
	font-size:1.3em;
	line-height:1;
}
.knowledgebase .navbox ul{
	list-style: none;
	max-width:100%;
}
.knowledgebase .navbox ul li{
	padding: 0px 20px 15px 20px;
	margin:0;
	}
.knowledgebase .navbox ul li:last-child{
	padding: 0px 20px 0px 20px;
}
.knowledgebase .navbox a{
	font-weight: 400;
  	font-size: 14px;
  	color: rgba(51, 51, 51, 0.9);
  	text-decoration: none;
}
.knowledgebase .navbox a:hover{
	font-weight:800;
}


.knowledgebase .solutions-header{
	margin:20px 0;
	border-bottom:1px solid #dedfe0;
	padding:0 0 10px 0;
}

.knowledgebase hr{
	margin:40px 0;
}div#mainContent.full {
	width: 80em;
	padding: 0px;
	float: none;
}
div.showroomHeader {
	height: 31.25em;
	background: url('/shared/images/showroom/intro.jpg') no-repeat center center #e5eff1;
	position: relative;
	margin-bottom: 20px;
}
div.showroomHeader h1 {
	position: absolute;
	top: 1.944em;
	left: 1.111em;
	z-index: 25;
	font-size: 3em;
}

div.showroomHeader h2 {
	color: #5bc200;
	left: 4em;
	position: absolute;
	top: 5em;
	font-size: 1.667em;
	z-index: 25;
}

div.showroomActions form {
	padding: 0;
	margin-bottom: 10px;
}
.showroomActions {
	position: absolute;
	bottom: 7.917em;
	left: 3.333em;
	width: 43.333em;
	z-index: 20;
}
.showroomActions ul {
	margin: 0;
	padding: 0;
}
.showroomActions ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type:none;
}
#maincontent ul{
	margin:.5em 0;
	}
#maincontent li{
	margin-bottom: .5em;
	font-size:.9em;
	}
.showroomActions ul li.label {
	padding: 5px 10px 0px 0;
	font-size: 1.083em;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}
.showroomHeader a.browse {
	display: block;
	width: 7.692em;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-color: #d5e3e6;
	background-position: 0 -3px;
	padding: 4px 5px 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #293b4e;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 0px solid transparent;
	font-size: 1.083em;
	font-family: GillSansRegular, arial, helvetica, verdana, sans-serif;
}


.showroomHeader a:hover {
	color: black;
}

.showroomActions input {
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border: 1px solid #C0C7CD;
	padding: 7px 25px 7px 10px;
	width: 25.059em;
	background: url(/shared/images/icons/search.png) no-repeat 25.882em center white;
	font-size: 1.417em;
}
input.default {
	color: #aaa;
}

#browseByMultiphysics,
#browseByProduct,
#browseBySolution {
	display: none;
	position: absolute;
	width: 66.667em;
	min-height: 12.5em;
	top: 32px;
	left: 0px;
	z-index: 200;
	border: 1px solid #d4d7dc;
	padding: 20px;
	background: url(/shared/images/design/tab_bg.png) repeat-x bottom right #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#browseByMultiphysics,
#browseByProduct {
	width: 33.333em;
}
.showroomActions ul li:hover #browseByMultiphysics,
.showroomActions ul li:hover #browseByProduct,
.showroomActions ul li:hover #browseBySolution {
	display: block;
}
#browseByMultiphysics a,
#browseByProduct a,
#browseBySolution a {
	font-family: arial, helvetica, sans-serif;
	color: #6A7181;
	font-size: 0.917em;
	text-decoration: none;
}
#browseByMultiphysics a.parent,
#browseByProduct a.parent,
#browseBySolution a.parent {
	font-weight: bold;
}
#browseByMultiphysics.show,
#browseByProduct.show,
#browseBySolution.show {
	display: block;
}
#browseByMultiphysics a:hover,
#browseByProduct a:hover,
#browseBySolution a:hover {
	color: #2E9EA7;
}
ul.engineeringFields {
	margin-right: 20px;
	margin-bottom: 10px;
}
ul.engineeringFields li {
	float: none;
}
#browseByMultiphysics table td,
#browseByProduct table td,
#browseBySolution table td {
	vertical-align: top;
}


/* ------------------ NEW KNOWLEDGEBASE CSS ------------------*/

body{
	font-weight: 400;
	}
div.showroomHeader h1 {
	position: absolute;
	top: 1.944em;
	left: 1.111em;
	z-index: 25;
	font-size: 3em;
}

/*div.showroomHeader h2 {
	color: #5bc200;
	left: 4em;
	position: absolute;
	top: 5em;
	font-size: 1.667em;
	z-index: 25;
}*/

div.showroomActions form {
	padding: 0;
	margin-bottom: 10px;
}

.showroomActions ul {
	margin: 0;
	padding: 0;
}

.knowledgebase h2,
.knowledgebase h3,
.knowledgebase h4{
	margin: 1.5em 0 .5em 0;
	font-weight: 400;
}
.knowledgebase h4{
	font-weight: 600;
	margin: 1.8em 0 .5em 0;
}
.showroomActions ul li {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type:none;
}
.knowledgebase ul{
	padding-top:.8em;
	padding-bottom: .8em;
	width:45em;
	margin:0 auto;
	}
.knowledgebase li{
	margin-bottom: .7em;
	line-height:1.3;
	margin-left:1em;
	}
.knowledgebase ul li ul{
	padding-left:1em;
}
.knowledgebase h2{
	margin-top:1em;
}
.knowledgebase strong{ font-weight:800;}
.showroomActions ul li.label {
	padding: 5px 10px 0px 0;
	font-size: 1.083em;
}
.solutionTable{
	font-size:.9em;
}
.solutionTable td{
	padding:4px 5px;
}
.solutionTable .stLabel{
	min-width:130px;
}
.solutionTable .stInfo{
	padding-right:20px;
}

.knowledgebase ul.nostyle,
.knowledgebase ul.nostyle li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.knowledgebase ul.feedback-form{
	max-width: 320px;
	}
.knowledgebase ul.feedback-form li{
	margin:0 0 15px 0;
}
.knowledgebase ul.feedback-form li:last-child{
	margin:0 0 0 0;
}
.knowledgebase ul.feedback-form li label{
	margin-bottom:5px;
	display:block;
}
.feedback-form input,
.feedback-form textarea{
	max-width:300px;
	}
.showroomHeader a:hover {
	color: black;
}

.feedback-form input.radiobutton {
    margin: 0 .2em;
}


input.default {
	color: #aaa;
}

/* Top Search Bar & Brows Button */

div.showroomHeader {
	border-radius:4px;
	background: #eee;
	position: relative;
	height:50px;
}

.showroomActions input {
	position: absolute;
	border-radius:4px;
	left: 15px;
	top: 10px;
	width:300px;
	padding: 2px 5px 5px 25px;
	font-size: 16px;
	line-height:16px;
	background: url("/shared/images/icons/search.png") no-repeat 6px center white;
}

/* Browse by Category Drop-Down */

.support-browseButton{ float: right;}
.showroomHeader a.browse {
	display: block;
	width: auto!important;
	margin-right: 10px;
	margin-top:10px;
	background-repeat: no-repeat;
	background-color: #777;
	background-position: 0 -3px;
	padding: 4px 5px 5px 10px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #FFF;
	border-radius:4px;
	border: 0px solid transparent;
	font-weight:600;
}
.support-browseButton li:hover a.browse{
	border-radius:4px 4px 0 0;
}

.browseMenu {
	display: none;
	position: absolute;
	width: auto;
	min-width:200px;
	min-height: 8.5em;
	top: 28px;
	left: 0px;
	z-index: 200;
	border: 1px solid #d4d7dc;
	padding: 20px;
	background:#FFF;
	border-radius:0 4px 4px 4px;
}

.support-browseButton li:hover .browseMenu {
	display: block;
}

.browseMenu ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.browseMenu ul li{
	padding:0 0 .5em 0;
}
.browseMenu a {
	color: #6A7181;
	text-decoration: none;
	white-space: nowrap;
}
.browseMenu a.parent {
	font-weight: bold;
}
.browseMenu.show {
	display: block;
}
.browseMenu a:hover {
	color: #005ea7;
}
ul.engineeringFields {
	margin-right: 20px;
	margin-bottom: 0;
}
ul.engineeringFields li {
	float: none;
	color: #777;
}

.browseMenu table td {
	vertical-align: top;
}


/* Search Results */

.searchResult{
	margin:0 0 40px 0;
	font-weight:400;
	color: rgb(65, 64, 66);
}
.searchResult p{
	font-size:15px;
	line-height:22px;
}
.searchResult a{
	color: #005ea7;
	margin-bottom:.5em;
}
.searchResult .link{
	color: #585858;
}

.searchResult .link b {
    color: #79163b;
    font-weight: 400;
}

/* Pagination */

div.paginatorNavigationContainer {
  margin: 20px 0;
  text-align: right;
}
div.paginatorNavigationContainer a {
  border: none;
  background-color: transparent;
  padding: 0 2%;
  color: #585858;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Lato", Verdana, Tahoma, Geneva, sans-serif;
}
div.paginatorNavigationContainer a:hover {
  color: #414042;
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a:focus {
  outline: 0;
  color: #414042;
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a.paginatorActive {
  background-color: #585858;
  color: #fff;
  cursor: default;
  border:0;
}
div.paginatorNavigationContainer a.previous,
div.paginatorNavigationContainer a.next {
  cursor: pointer;
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a.previous,
div.paginatorNavigationContainer a.next {
  cursor: pointer;
  background:transparent;
  border:0;
}
div.paginatorNavigationContainer a.previous:hover,
div.paginatorNavigationContainer a.next:hover {
  background:transparent;
  border:0;
  font-weight:800;
}
div.paginatorNavigationContainer a.previous:focus,
div.paginatorNavigationContainer a.next:focus {
  outline: 0;
  background:transparent;
  border:0;
  font-weight:800;
}

.knowledgebase ul.engineeringFields {
	position: relative;
	width: auto;
	left: auto;
	top: auto;
	padding:0 0 0 0;
}

.knowledgebase .support-browseButton{
	padding:0;
	width: auto;
}

.knowledgebase .support-browseButton li,
.knowledgebase .support-browseButton li a{
	margin-bottom: 0;
}

.knowledgebase .navbox,
.knowledgebase div.box{
	border: solid 1px #dedfe0;
	background:#FFF;
	border-radius:4px;
  	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.knowledgebase .navbox h2{
	border-bottom:1px solid #dedfe0;
	margin:0 0 0 0;
	padding:20px;
	font-size:1.3em;
	line-height:1;
}
.knowledgebase .navbox ul{
	list-style: none;
	max-width:100%;
}
.knowledgebase .navbox ul li{
	padding: 0px 20px 15px 20px;
	margin:0;
	}
.knowledgebase .navbox ul li:last-child{
	padding: 0px 20px 0px 20px;
}
.knowledgebase .navbox a{
	font-weight: 400;
  	font-size: 14px;
  	color: rgba(51, 51, 51, 0.9);
  	text-decoration: none;
}
.knowledgebase .navbox a:hover{
	font-weight:800;
}


.knowledgebase .solutions-header{
	margin:20px 0;
	border-bottom:1px solid #dedfe0;
	padding:0 0 10px 0;
}

.knowledgebase hr{
	margin:40px 0;
}