/* MASTER PAGE REGIONS */
	#siteWrapper{
		width: 900px;
		height: 100%;
		padding: 0px;
		margin: 0 auto;
		background: url(images/leftBarBG.jpg) no-repeat bottom left #d9d6c1;
		border: 1px solid #0C1A5C;
	}

	#headerWrapper{
		height: 130px;
		background: url(images/headerBG.jpg) no-repeat;
		border-bottom: 3px solid #116fb8;
	}

	.siteLogo {
		float:left;
		margin-left: 20px;
		margin-top: 5px;
	}

	#welcomePanel {
	  width:535px;
	  height:96px;
	  float:right;
	  font-size: 10px;
	}
	
	#welcomePanel a {
		color: #333333;
	}

	.loginView {
		padding: 10px;
		float:right;
	}
	
	#contentMenu{
		clear: both;
		padding-top: 2px;
	}
	
	#tollFree {
		color: #040715;
		float:right;
		font-weight: bold;
		padding-right: 10px;
	}
	
	#contentWrapper {
		height:100%;
	}
	
	#leftContent {
		width:169px;
		height:100%;
		float:left;
	}
	
	#categoryNav{
		height: 100%;
		background-color: #78a5d2;
	}
	div#categoryNav{
		z-index:99;
	}
	
	#catNavBottomPad{
		height: 30px;
		background: url(images/tealGradient.gif) repeat-x #041b2c;
	}
	
	#seatingSolutions {
		height: 15px;
		background-color: #000000;
		border-top: 1px solid #1c4661;
		border-bottom: 1px solid #0F75BC;
		color:#FFFFFF;
		font-weight:bold;
		padding: 5px 5px 5px 10px;
	}
	
	#mainContent{
		width: 730px;
		margin-left:169px;
		background-color: #FFFFFF;
		border-left: 1px solid #1c4661;
		min-height: 450px;
		height: auto !important;
		height: 450px;
	}
	
	#footer {
		margin: 5px auto;
		font-size: 11px;
		overflow: auto;
		width: 900px;
	}

	#copyrightText {
		text-align: right;
		font-size: 10px;
		padding-top:5px;
	}
/* END MASTER PAGE REGIONS */



#ctl00_siteMenun5{
	display:none;
}




/* Home Styles */
	#homeHeader{
		background: url(images/home/header.jpg) no-repeat;
		height: 232px;
	}
	
	#homeCatNav{
		width: 100%;
		height: 30px;
		text-align: center;
		background-color: #0f75bc;
	}
	
	#homeCatNav td {
		padding-top: 8px;
	}
	
	#homeCatNav a {
		color: #FFF;
		font-weight: bold;
	}
	
	#homePlug {
		/* width: 330 */
		width: 255px;
		float:left;
		padding: 5px 5px 50px 50px;
		margin: 20px 0 0 0;
		background: url(images/home/homePlugBG.jpg) no-repeat #FFFFFF;
	}
	
	#homePlug .copy {
		margin-left: 50px;
	}
	
	#homePartner{
		/* width: 240 */
		width: 220px;
		float:left;
		padding: 5px 10px 5px 20px;
		margin: 20px 0;
		position:relative;
		border-left: 1px solid #116fb8;
	}
	
	#homeDemo {
		float:left;
		margin: 20px 0;
		padding: 5px 10px;
	}
	
	.learnMore {
		font-size: 14px;
		text-decoration: underline;
		font-weight:bold;
		color: #78a5d2;
	}
	
	#homePlug .learnMore {
		margin-top: 20px;
		margin-left: 30px;
	}
	
	.callButton {
		height: 50px;
		margin: 15px 0;
		background: url(images/callButton.jpg) no-repeat;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.callButton a {
		display: block;
		padding: 15px;
		font-size: 1.2em;
	}
/* End Home Styles */


/* Site-wide layout styles */

#threeColumnRightContent {
	float: right;
	width: 165px;
	padding: 0 10px 10px 0;
}

#threeColumnMainContent {
	margin-right: 190px;
	padding: 10px 0px 15px 10px;
}

/* End Site-wide layout styles */
a {
  color: #78a5d2;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.loginPanel, .registerPanel {
	width: 285px;
	margin: 10px;
	float: left;
	border: 1px solid #999999;
}

.loginPanel table, .registerPanel table {
	width: 100%;
}

.loginPanel td, .registerPanel table td {
	padding: 2px;
}

.applyPanel {
	width: 400px;
	border: 1px solid #999999;
}

.applyPanel table {
	width: 99%;
	margin: 2px auto;
}

.applyPanel table .right {
	width: 120px;
	text-align:right;
	padding-right: 3px;
}

.applyPanel .sectionHeader{
	text-align: center;
}

.applyPanel .containerTable td{
	padding-top: 5px;
}

.applyPanel .dropdownlist {
	font-size: 10px;
	height: 22px;
}

.partnerImage {
	float: right;
	padding: 10px;
}

.partnerImageNews {
	float: right;
	padding: 10px;
	position:absolute;
	margin-left:535px;
	top:147px;
	
}

.categoryImage {
	display: block;
	float: left;
	padding-right: 15px;
}

.pad5 {
	padding: 5px 5px 10px 5px;
}

.whiteBG {
	background-color: #FFFFFF;
	color: #040615;
}

.darkBG {
	background-color: #040615;
	color: #FFFFFF;
}

.lightBG {
	background-color: #2017CE !important;
	color: #040615;
}

div.widget a {
	height: 20px;
}

.searchBox {
	padding: 5px;
	font-size: 12px;
	background-color: #78a5d2;
}

.searchBox input{
	padding: 3px;
	color: #333333;
	width: 115px;
	border: 1px solid #FFFFFF;
}

.searchButton {
	padding:3px;
	border: 1px solid #FFFFFF;
	background-color:#212b3f;
	color:#FFFFFF;
	font-size: 11px;
	width: 24px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .searchButton {
	position:relative;
	top: -2px;
}
/* End hide from IE5/mac */

#siteBy {
	color:#FFFFFF;
	text-align: right;
	font-size: 10px;
}

.clear {
	clear: both;
}

.hideContent {
	display: none;
}

li {
	font-size: 11px;
	margin-left: -20px;
}

.formLabel {
	color: #0f75bc;
	font-size: 13px;
	font-weight: bold;
}

.submitBut {
	border: 1px solid #660000;
}

.updateButton {
	float: right;
}

a.button {
	border: 0px solid #660000;
	background: #EEE;
	color:#444;
	padding: 3px;
}

.button[disabled] {
	border: 1px solid #999999;
	background: #CCCCCC;
	color:#999999;
}

.inline {
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

h3.inline {
	color: #666666;
	font-weight: bold;
}

#contactTable {
	color: #666666;
	font-size: 11px;
	background-color: #dbd7cc;
	border: 1px solid #666666;
}

.textInput {
	width: 240px;
}

blockquote {
	font-style:italic;
	width: 350px;
	margin-left: 20px;
}

.catalogListing {
  margin-top: 10px;
  margin-bottom: 10px;
}

.imgMargin{
	margin-left:5px;
}

.catalogListing td {
}

.prodTable{
	border: 1px solid #999999;
}

.prodTable td{
	border: 1px solid #999999;
	background: #EEEEEE;
}

.prodTableHeader td{
	font-weight: bold;
	border-top: 2px solid #603913;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #603913;
	font-size: 11px;
	background-color: #dbd7cc;
	color: #000000;
}

.productBox {
  border: 1px solid #999999;
  background-color: #d9d6c1;
  height: 240px;
  width: 150px;
  margin-right: 6px;
  margin-bottom: 5px;
  padding: 5px 8px;
}

.productImageContainer {
  background-color: #040615;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}

.productDescription{
	font-size:12px;
}

.productDescription strong, .productDescription b {
	color:#666666;
	vertical-align:middle;
	display:block;
}

.productDescription h3, .productDescription strong.orangeText{
	font-size: 16px;
	font-weight:bold;
	display:inline;
}

.productDescription td {
	border: 1px solid #666;
	padding: 5px;
}

.productImage img
{
    width: 120px;
}

.productName {
  color: #052035;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  border-bottom:1px solid #052035;
  /*background-color:#990000;*/
  padding: 3px;
}

.catalogProductName {
	display: block;
	text-align: center;
  color: #666666 !important;
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  min-height:38px;
}

.retailPrice {
  font-size: 1.2em;
  font-weight: bold;
  color: #5C5C5C;
  text-decoration: line-through;
  margin-right: 5px;
}

.retailPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #5C5C5C;

}

.ourPrice {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222;
  padding-top: 5px;
}

.ourPriceLabel {
  font-size: 1.2em;
  font-weight: bold;
  color: #B22222; 
}

.attributes {
	border: 1px solid #CCCCCC;
	background-color: #EEE;
	padding: 10px;
}

.attributeLabel {
  font-size: 12px;
  font-weight: bold;
  margin: 3px;
}

.attributeDropdownList {
  font-size: 12px;
  width: 235px;
  color: #333333;
  margin-top: 0px;
  border: 1px solid #666666;
}

.attributeDropdownListSelected{
	font-size: 12px;
    width: 235px;
    color: #333333;
    margin-top: 0px;
    border: 1px solid #FFFFFF;
	background-color: #999999;
}

.attributeDropdownList[disabled]{
	color: #999;
	background-color: #CCC;
	border: 1px solid #999;
}

.tiltSeatLink{
	padding: 2px;
	color: #0f75bc;
	margin: 2px;
}

.paletteImage {
	float:right;
	margin-top: 7px;
	margin-right: 5px;
	width:40px;
	height:40px;
	/* For some reason the border doesn't work here... hard coded in attributeSelector.aspx.cs
	border: 1px solid white;*/
}

.imageBox {
  margin-top: 5px;
  border: 2px solid #C0C0C0;
  padding: 5px;
}

.averageRating {
  font-size: 12px;  
}

.rating {
  margin-left: 2px;
  margin-right: 2px;
}

fieldset {
	border: 0px solid #333;
	padding: 10px 0px;
}

.rating fieldset {
  border: 0px;  
}

.rating fieldset legend {
  position: relative;
  font-size: 12px;
  left: -10px;
}

.rating fieldset span {
  left: 100px;
  top: -14px;
}


.ratingStar {
  width: 13px;
  height: 12px;
  text-align: center;
  cursor: pointer;
}

.emptyStar {
  background-image: url(images/icons/emptystar.gif);
}

.filledStar {
  background-image: url(images/icons/filledstar.gif);
}

.waitingStar {
  background-image: url(images/icons/savedstar.gif);
}

#crumbs {
	padding: 0px 10px;
}

.breadcrumbs {
  font-size: 12px;
  margin: 5px 0;
}

.centercontent {
	margin: 0 auto;
}

.breadcrumbs a:hover{
  text-decoration: underline;
}

.paging {
  height: 20px;
  border: 0px solid red;
}


.pagingLeft {
  width: 5px;
  display: inline;
  float: left;
  border: 0px solid aqua;
}

.pagingMid {
	margin: 0 10px;
	font-size: 12px;
	border: 0px solid blue;
}

.pagingRight {
  width: 5px;
  float: right;
  border: 0px solid green;
}

.pageLinks {
  color: #666;
  border: 0px solid yellow;
}

.totals {
  color: #024A76;
  font-size: 1.4em;
  font-weight: bold;
}

.paging .links {
	float: right;
	margin-top: 5px;
	border: 0px solid orange;
}

.pageLinks .currentPage {
	padding: 3px 5px;
	margin: 0 5px;
	border: 1px solid #333333;
}

.pageLinks a {
  padding: 3px 5px;
  margin: 0 5px;
  border: 1px solid #333333;
  background: #CCCCCC;
  text-decoration: none;
}

.pageLinks a:hover {
  background: #EEEEEE;
}

.pageLinks a:visited {
}

.categoryImage {
}

.widget {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

.widget fieldset{
	padding: 0px;
}

.widget fieldset legend
{
  color: #214d6b;
  font-size: 12px;
  border-bottom: 2px solid #214d6b;

  position:relative;
  left:-6px;
}

.imageCell {
  width: 35%;
  padding-right: 15px;
  vertical-align: top;
}

.imageCell img{
  width: 250px;
}

.imgPaletteLink{
	color:#333 !important;
	font-weight:bold;
	font-size: 11px;
	float:left;
	text-align:center;
	margin-top: 5px;
	padding: 3px;
	width: 150px;
	border: 1px solid #666666;
	background-color: #a7c6e4;
}

.attribute {
  font-size: 11px;  
}

.attributePrice{
	color: #990000;
	padding-left: 10px;
	display:none;
}

.totalPrice {
	font-weight:bold;

}

.addToCart fieldset {
  height: 150px;
}

.addToCart fieldset #buttonGroup {
  vertical-align: bottom;  
}

#selectModel {
	position: relative;
	top: 10px;
}

.cartSubTotal {
  float: right;
  border: 1px solid #C0C0C0;
  padding: 5px;  
  background-color: #EBEBEB;
  margin-left: 10px;
}

.itemRow {
	padding: 10px 5px 5px 5px;
	background-color: #151f29;
	border: 1px solid #151f29;
	color: #b8d2e1;
}

.itemRowTitle{
	background-color: #b8d2e1;
	color: #000;
	border: 1px solid #151f29;
}

.itemSku {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;  
}

.itemName {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
}

.itemQuantity {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

.itemAmount {
  width: 120px;
  font-size: 12px;
  text-align:right;
  vertical-align: top;  
}

.itemAmount div {
	line-height: 20px;
}

.extendedAmount {
  width: 12%;
  text-align: right;
  font-size: 12px;
  vertical-align: top;
}

.attributeItem {
	line-height:20px;
}

.attributeItem span {
	color: #FFF;
	display:inline-block;
	padding-left: 5px;
}

.quantitytextbox {
  font-size:11px;
  text-align: right;
  width: 20px;
}

.medTextBox{
	width: 200px;
}

.editArea {
  vertical-align: top;
  text-align: right; 
}

.subTotal {
  text-align: right;
  font-size: 12px;
  font-weight: bold;  
}

.subTotalAmount {
  width: 150px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;  
}

.total {
  text-align: right;
  font-size: 12px;
  font-weight: bold;  
  border-top: 2px solid #b8d2e1;
  padding-top: 5px;
}

.totalAmount {
  text-align: right;
  font-size: 12px;
  font-weight: bold;  
  border-top: 2px solid #b8d2e1;
  padding-top: 5px;
}

.accordionHeader {
  border: 1px solid #151f29;
  color: white;
  background-color: #3b434f;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
}

.accordionHeaderGray {
  border: 1px solid #151f29;
  color: #555;
  /*background-color: #0066A6;*/
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-top: 2px;
  cursor: pointer;
  height: 20px;
}


.cpeTitle { 
  float: left;
}

.cpeImage {
  float: right;
  vertical-align: middle;
}

#master_content .accordionHeader span {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader span:hover {
	background: none;
	text-decoration: underline;
}

.accordionContent {
  background-color: #FFF;
  border: 1px solid #151f29;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
}

.accordionContent .label {
	color: #333;
}

.checkoutRightPanel {
  font-size: .9em;
  border: 0px solid #151f29;
  border-top: none;
  color: #151f29;
  width: 100%;
  padding-left: 2px;
  margin-right: 0px;
}

.loadingbox {
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid lightsteelblue;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
}

.loadingbox img {
  vertical-align: middle;
}

.loadingbox span {
  vertical-align: top;
}

.rightAlign {
  text-align: right;  
}

.right {
	float:right;
}

.receiptTable {
  width: 100%;
}

.receiptTable th {
  font-size: .7em;
}

.readOnly {
  text-align: right;
  background-color: Transparent;
  border-style: none;
  width: 20px;
  color: #FFF;
}

.controlHeader {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}


.orderSummaryTable {
  width: 99%;
  font-size: .9em;
}

.widgetItem {
  padding-top: 7px;
  padding-bottom: 3px;
  margin-left: 3px;
  border-bottom: 1px solid #666;
  font-size:11px;
}

.sortBy {
  display:block;
  margin-top: 7px;
  margin-left: 5px;
  border-bottom: 1px solid #CCC;
  font-size:11px;
}

.favoriteCategory {
  margin-bottom: 7px;
  border-bottom: 1px solid #CCC;
  font-size:11px;

}

.scrollDiv {
  height: 150px;
  overflow: auto;
}

.scrollDiv table {
  width: 98%;
}


.shippingAddresses {
  width: 48%;
  font-size: 12px;
  float: right;
}

.billingAddresses {
  width: 48%;
  font-size: 12px;
  float: left;
}

/*http://mattberseth.com/blog/2007/09/more_sample_ajaxcontroltoolkit.html*/
/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size:.9em;
    display:block;
    font-weight: bold;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:1em;
    color: #333;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}

.ajax__tab_technorati-theme .ajax__tab_body .label 
{
	color: #333;
}

.filterLabel {
	font-size:11px;
	color: #FFF;
	padding: 3px 5px 3px 10px;
	margin-top: 7px;
	background-color: #3b434f;
}

.filterLabel .title {
	font-size:12px;
	color: #FFF;
	font-weight: bold;
}

.level3 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9em;
  background-color: #000000;
  height: 28px;
}

#ctl00_siteMenun0 table td{
	padding-left: 15px;
	border-left: none;
}

.siteLevelSelected {
	color: #494d62 !important;
	font-weight: bold !important;
	text-decoration: none;
}

.siteLevelSelected td {
	vertical-align: middle;
	border-left: 1px solid #FF3333;
}

.siteLevelSelected a {
	padding:2px;
	padding-left: 4px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px !important;
    color: #494d62;
}


.siteLevelSelected a:link {
  color: #494d62;
}

.siteLevelSelected a:active {
  color: #494d62;
}

.siteLevelSelected a:visited {
  color: #494d62;
}

.siteLevelSelected a:hover {
  color: #494d62;
}


.siteLevel1 td {
	vertical-align: middle;
	border-left: 1px solid #040715;
}

.siteLevel1 a {
	color: #040715;
	padding-left: 18px;
	padding-right: 16px;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px !important;
}

.ctl00_categoryNavigation_categoryMenu_0 {
	z-index:99;
	}


.siteLevel1 a:visited {
  color: #040715;
}

.siteLevel1 a:hover {
  color: #494d62;
}

.siteLevel1 .left {
	width: 0px;
}

.siteLevel1 .right {
	width: 0px;
}

.siteLevel2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: .9em;
  background-color: #007ECD;
  height: 25px;
  z-index:99;
}

.siteLevel2 td {
  border-top: 2px solid #3CA2E0;
  z-index:99;
}

.siteLevel2 a:link {
  color: #FFF;
  z-index:99;
}

.siteLevel2 a:visited {
  color: #FFF;
}

.siteLevel2 a:hover {
   color: #CCC; 
}

.siteLevel2 img {
  color: #FFF;
  background: transparent url(images/icons/whitearrow.gif) right center no-repeat;
}

.viewAllLink {
	color: #FFF !important;
	font-size: 14px;
	border: 1px solid #CCC;
	background-color: #333;
	padding:0px 4px;
	float:right;
}

.categoryMenu {
	width: 100%;
	border: 0px solid yellow;
}

.categoryMenu table {
	background-color: #78a5d2;
}

.categoryMenu table:hover {
  background-color: #4e87c0;
}

.categoryLevel1 td {
	vertical-align:middle;
	border-bottom: 1px solid #1c4661;
	padding-left: 10px;
}

.categoryLevel1 a {
	width: 100%;
    height: 18px;
    padding-top: 5px;
    color: #FFF;
	font-size: 11px !important;
	text-decoration: none;
	display:block;
	border: 0px solid red !important;
}

.categoryLevel1 a span{
    float: right;
    width: 10px;
    border: 1px solid green;
}

.categoryLevel2 td {
	height: 23px;
	vertical-align:middle;
	background-color: #4e87c0;
	border: 1px solid #1c4661;
	z-index:99;
}

.categoryLevel2 a {
	width:130px;
    color: #FFF;
	font-size: 11px;
	text-decoration:none;
	display:block;
	border: 0px solid red;
	padding-left: 10px;
	z-index:99;
}

.categoryLevel2 td:hover {
  background-color: #78a5d2;
}

.selectedCat td td {
	height: 25px;
}

.selectedSubCat a {
	font-weight:bold !important;
	display:block;
	color: #151f29 !important;
}

table.selectedSubCat td, table.selectedSubCat td:hover {
	background-color: #b8d2e1 !important;
}

.subCategoryMenu {
	margin-left: 5px;
	z-index:99;
}

.subCategoryLevel1 td:hover{
}

.subCategoryLevel1 td:hover a{
  color: #FFF;
}

.categoryRootName{
	float: left;
	border-bottom: 2px solid #b8d2e1;
	margin-bottom: 5px;
}

.subCategoryLevel1 
{
	width:150px;
}

.subCategoryLevel1 td {
	height: 30px;
	padding-left:8px;
	padding-top: 2.5px;
	background: url(images/subCatLinkBG.png) no-repeat;/**/
}

.subCategoryLevel1 a {
    color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display:block;
	width: 100%;
}

.subCategoryLevel1 a:link {
  color: #FFF;
}

.subCategoryLevel1 a:hover {
  text-decoration:none;
  color: #151f29;
}

.level4 td{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3ca2e0;
}


.contentGroupHeader {
  border: 1px solid #2F4F4F;
  color: #555;
  background: url(images/greyfade_bg.gif) repeat-x;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
  height: 20px;
}

.contentGroupHeaderText {

}


/*CUSTOM STYLES*/
.hmSeries {
	clear:both;
	padding-top: 10px;
	border-bottom: thin solid #666666;
	width: 100%
}

.modelsMenu
{
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
background-color: #990000;
}

.lightText 	{color:#2017CE !important;}
.mediumText	{color:#0C1A5C;}
.darkText	{color:#214d6b;}
.aquaText	{color:#0F75BC;}
.redText 	{color:#87191a;}
.orangeText 	{color:#f8a15b !important;}
.brownText 	{color:#603913;}
.whiteText 	{color:#FFFFFF;}
.blackText  {color:#000000;}
.font9 {font-size:10px;}
.font10 {font-size:10px;}
.font11	{font-size:11px;}
.font12	{font-size:12px;}
.font13	{font-size:13px;}
.font14	{font-size:14px;}
.font15	{font-size:15px;}
.font16	{font-size:16px;}
.font18	{font-size:18px;}
.font20	{font-size:20px;}
.font22	{font-size:22px;}
.rowpad5 {padding-top:5px;}
.bold {font-weight:bold;}

.centered {
	text-align:center;
}

.grid {}
.grid TABLE { border: 1px solid #000; }
.grid TABLE TD { border: 1px solid #000;}

.Normal{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; }

.labSeatBG {	background: url(images/LaboratoryBG.jpg) top right no-repeat;}
.officeSeatBG {	background: url(images/OfficeBG.jpg) top right no-repeat;}
.esdSeatBG {	background: url(images/Clean-RoomBG.jpg) top right no-repeat;}
.IndustrialSeatBG {	background: url(images/IndustrialBG.jpg) top right no-repeat;}
.MedicalSeatBG {	background: url(images/LaboratoryBG.jpg) top right no-repeat;}
.DraftingSeatBG {	background: url(images/DraftingBG.jpg) top right no-repeat;}

.contactForm {
	margin-top:10px; 
	background:#EDEEFF; 
	border:	1px solid #999999;
	width: 400px;
}

.contactForm td{
	padding:5px 10px;
}

.contactForm .label{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

.contactForm .dropdownlist {
	font-size: 10px;
	height: 22px;
}

.contactForm .messageBox{
	width: 99%;
	height:100px;
}

.whiteText a.whiteText {
	color: #FFF;
	text-decoration:none;
}

.smalltextbox {
	display:none;
}
.productSummary .button {
	display:none;	
}