/* CSS for Ergotron, Inc. web site */
/* DNN menu system styles */
blockquote { font: 10px/13px Verdana, Arial, Helvetica, sans-serif !important; margin: 6px 0 14px 30px !important; color:#333333; }

.nobr { white-space:nowrap; }

.mainMenu { width:760px;  background-color:#ffffff; height:30px;vertical-align:middle; }

.MainMenu_Separator {
	background-color: #ffffff;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color: #cccccc;
	padding: .1em 0 .1em 0;
	border: none;
	/*height:26px;*/
}
.MainMenu_MenuItem {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;  
	padding: .1em 0 .1em 0;
	border: none; 
	cursor: hand;
}
.MainMenu_MenuItemSel {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;  
	padding: .1em 0 .1em 0;
	border: none; 
	cursor: hand; 
}
.MainMenu_MenuIcon {
	background-color: #f5f5f5;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	border: none;
	cursor: hand;
	text-align: center;
}
.MainMenu_SubMenu {
	background-color: #f5f5f5; 
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	border: none;
	cursor: hand; 
}
.MainMenu_MenuArrow {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	border: none;
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font: 11px/11px webdings;
	padding: 0;
	border: none;
	cursor: hand;
}
/* object treatment for language setting, search feature */
/*        privacy statement and copyright elements       */
.SkinObject {
    color: #000000;   
    text-decoration: none;
}
a.SkinObject:link {
    text-decoration: none;
    color: #0066cc;   
}

.SkinObject a {
    text-decoration: none;
    color: #0066cc;   
}

a.SkinObject:active {
    text-decoration: none;
    color: #6699cc;   
}

a.SkinObject:hover {
   text-decoration: underline;
   color: #99ccff;
}
/* end DNN menu system */

/* set margin for technical specifications icons on product pages */
.icon {
	margin: 2px;
}
/* align content of a specific object left in a area */
.floatLeft {
	margin: .5em .5em .5em 0em;
	float: left;
}
.floatLeftFullWidth {
	margin: 0.5em 0.5em 0.5em 0em;
	float: left;
	width: 100%;
}
/* align content of a specific object right in a area */
.floatRight {
	margin: .5em 0em .5em .5em;
	float: right;
}
.floatPN {
	line-height: 12px; 
	position: relative; 
	top: -14px; 
	right: 40px; 
	float: right; 
}

/* center content of a specific object in a area */
.centerCont {
	text-align: center;
}
/*default treatment for image tag items */
img {
	border: 0em none;
}
.sunBkgrnd {
	background-color: #666699;
}
body {
	background-color: #ffffff;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border: 0;
	margin: 0 10px;
	padding: 0;
	height: 0;
	/*width: 0;*/
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #6699cc;
	text-decoration: none;
}
a:hover {
	color: #99ccff;
	text-decoration: underline;
}
hr { border:0; width:100%;height:1px;color:#c0c0c0;background-color:#c0c0c0;margin:10px 0 10px 0 !important;padding:0 !important; }

.bold { font-weight: bold; }
.emphasis { font-weight: bold;color:#333333; }
h1 {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 4px 0.6em 2px 0.6em;
	border: 0px none;
	padding: 0px;
}
h2 {
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #66cc00;
	margin: 4px 8px 0.6em;
	border: 0;
	padding: 0;
}
h3 {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 0em;
	height: auto;
	width: auto;
	padding: .7em .7em 0em .7em;
	border: none;
}
h4 {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CC00;
	margin: 0em;
	height: auto;
	width: auto;
	padding: .7em .7em 0em .7em;
	border: none;
}
h5 {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 0em;
	height: auto;
	width: auto;
	padding: 0.5em 0.7em 1em;
}
h6 {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 1em;
	height: auto;
	width: auto;
	padding: .1em .7em .1em .7em;
}

/* paragraph tag default */
p {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em .7em;
	border: 0em none;
}

/* Do not modify these list tags */
ul, ol, li {
}
.oldListTags ul { display: block; margin: 0em; padding: 0em 0em 0.7em 2.5em; float: left; }

ol.orderedList { margin:8px 0 10px 50px;padding:0; }
ol.orderedList li { list-style-position: outside;margin:0 0 3px 0;padding:0;font: 10px/16px Verdana, Arial, Helvetica, sans-serif; }

ul.unorderedList { margin:8px 0 12px 50px;padding:0; }
ul.unorderedList li { list-style-position: outside;margin:0 0 3px 0;padding:0;font: 10px/16px Verdana, Arial, Helvetica, sans-serif; }
ul.unorderedList ul li { list-style-position: outside;margin:0;padding:0;font: 10px/16px Verdana, Arial, Helvetica, sans-serif;list-style-type:disc !important; }
ul.unorderedList ul { margin:4px 0 6px 30px;padding:0; }

dl#zone1 { background-image: url(http://www.ergotron.com/Portals/0/images/advantage/target1.png); background-repeat:no-repeat; background-position: 5px 2px; }
dl#zone2 { background-image: url(http://www.ergotron.com/Portals/0/images/advantage/target2.png); background-repeat:no-repeat; background-position: 5px 2px; }
dl#zone3 { background-image: url(http://www.ergotron.com/Portals/0/images/advantage/target3.png); background-repeat:no-repeat; background-position: 5px 2px; }
dl.zone dt { margin-left:40px; }
dl { padding:0 0 0 16px !important; margin:10px 0 10px 0 !important; width:418px; }
dt { font-size: 12px; line-height:16px; font-weight:bold; color:#999999 !important; }
dd { line-height:16px; color: #333333;  }
dd span { color:#000000;font-weight: bold;  }

#zoneWrap { background-image:url(http://www.ergotron.com/Portals/0/images/advantage/standingWFzone.jpg); background-repeat:no-repeat; background-position: 427px 20px; }

/* page menus left menu on "product details" pages */
.sideMenuItem li { display: block; padding: .3em 0 0.4em 0; list-style-type: none; }

/* page menus left menu on "static" pages */
.sideMenu {
	display: block;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 0 1px;
	border: 0px none;
	padding: 6px 0px 12px;
	width: 155px;
	float: left;
	list-style-type: none;
}
.sideMenuItem {
	display: block;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	border: 0px none;
	padding: 3px 0px 2px 6px;
	width: 95%;
	float: left;
	list-style-type: none;
}

/* left menu on "dynamic" pages entire menu system wrap */	
.catSortMenu {
	display: block;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: .2em 0em .4em 0em;
	border: 0px none;
	padding: 0em 0em 0em 0em;
	float: left;
	list-style-type: none;
	width: 150px;
	background-color: #f5f5f5;
}

/* left menu on "dynamic" pages sub-catagoy title wrap */	
.catSortSub {
	display: block;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0em 0em 0em .5em;
	border: 0em none;
	padding: 0em;
	float: left;
	list-style-type: none;
	width: 150px;
	background-color: #FFFFFF;
}

/* left menu on "dynamic" pages listed catagory item wrap */
.catSortItem {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0em;
	border: 0em none;
	padding: 0px 0em .2em .2em;
	width: 145px;
	float: left;
	list-style-type: square;
	list-style-position: inside;
	background-color: #FFFFFF;
}

/* home page menus */
/* head for opening page lower right section and reseller updates */
.homeMenuHeadRight {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0.5em 0 0 10px;
	padding: 0;
	
}
.homeMenuHeadRight a {
	color: #000000;
	text-decoration: none;
}
.homeMenuHeadRight a:visited{
	color: #000000;
	text-decoration: none;
}
.homeMenuHeadRight a:hover{
	color: #99ccff;
	text-decoration: underline;
}
/* list items for opening page lower right section */
.homeMenuRight {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0em;
	padding: .5em 0em 0em .5em;
	}
.homeMenuRight a {
	color: #000000;
	text-decoration: none;
}
.homeMenuRight a:visited {
	color: #000000;
	text-decoration: none;
}
.homeMenuRight a:hover{
	color: #99ccff;
	text-decoration: underline;
}

/* head for opening page lower section menus*/
/* list items for opening page lower section menus*/
.homeMenuHead4 {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 0 0 8px;
	padding: 0;
}
.homeMenuHead4 a {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead4 a span { color:#0066cc; }
.homeMenuHead4 a:visited {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead4 a:visited span { color: #6699cc; }
.homeMenuHead4 a:hover span { color: #99ccff; }
.homeMenuHead4 a:hover {
	color: #99ccff;
	text-decoration: underline;
}

.homeMenuHead3 {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0.5em 0 0 8px;
	padding: 0;
}
.homeMenuHead3 a {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead3 a span { color:#0066cc; }
.homeMenuHead3 a:visited {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead3 a:visited span { color: #6699cc; }
.homeMenuHead3 a:hover span { color: #99ccff; }
.homeMenuHead3 a:hover {
	color: #99ccff;
	text-decoration: underline;
}
.homeMenuHead2 {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0.5em 0 0 106px;
	padding: 0;
}
.homeMenuHead2 a {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead2 a:visited {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead2 a:hover {
	color: #99ccff;
	text-decoration: underline;
}
.homeMenuList2 {
	/*display: block;*/
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif; 
	color: #666666; 
	margin: 0.4em 0 0.5em 106px; 
	padding: 0; 
	/*line-height: normal;*/
}
.homeMenuHead {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0.5em 0 0 106px;
	border: 0;
	padding: 0;
	/* width: 134px; */
}
.homeMenuHead a {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead a:visited {
	color: #000000;
	text-decoration: none;
}
.homeMenuHead a:hover {
	color: #99ccff;
	text-decoration: underline;
}

/* list items for opening page lower section menus*/
.homeMenuList {
	display: block; 
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif; 
	color: #666666; 
	/* width: 134px; */
	margin: 0.4em 0 0.5em 106px; 
	padding: 0; 
	/*line-height: normal;*/
}
.marginImageHome {
	margin: 9px 0 9px 9px; 
	padding: 0 0 0 0;
	border: solid 4px #c0c0c0;
}
.homeMenuListRight {
	/*display: block; */
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
	color: #666666; 
	margin: 0 0 0 10px; 
	padding: 0; 
}
.homeMenuListRight a {
	color: #0066cc;
}
.homeMenuListRight a:visited {
	color: #6699cc;
}
.homeMenuListRight a:hover {
	color: #99ccff;
}
.menuList {
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: .2em 0em;
	/*border: 0em none;*/
	padding: 0em;
}
.menuList a {
	color: #0066cc;
}
.menuList a:visited {
	color: #6699cc;
}
.menuList a:hover {
	color: #99ccff;
}
.homeFeatureHead {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;  
	margin: 0.5em 0 0 106px; 
	/* border: 0; */
	padding: 0; 
}

/* class and span elements for text handeling */ 
/* section heads on product description pages */
.greyTitle {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 4px 8px 0px;
	padding: 0px;
}
.greenTitle {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CC00;
	padding: .4em .8em .4em .6em;
}

/* Paragraph tag grey type tag*/
.greyTypeNoPad {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.greyType {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0em;
	padding: .2em .7em .6em;
}
.greyType a {
	color: #0066CC; 
	text-decoration: none;
}
.greyType a:visited {
	color: #6699cc;
	text-decoration: none;
}
.greyType a:hover {
	color: #99ccff;
	text-decoration: underline;
}
.greyType12px {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0em;
	padding: .2em .7em .6em;
}
/* for unordered lists in body copy */
.ulBodyCopy {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0em;
	padding: 0em 0em 0.7em 2.5em;
	border: 0em none; 
	display: block;
	float: none;
	width: 100%;
	list-style-type: square;
	list-style-position: inside;
}

.olBodyNum {
	margin: 0em;
	padding: 0em 0em 0.7em 2.5em;
	width: 100%;
	float: none;
}

.liBodyCopy {
	margin: 0.4em 0em 0.4em 1em;
	padding: 0em 2em 0em 0em;
	list-style: url(http://www.ergotron.com/Portals/0/images/icon_listgrey.gif);
	display: list-item; 
	float: none;
	width: 100%;
	list-style-type: square; 
	list-style-position: outside; 
}

.olBodyNum li {
	margin: 0.4em 0em 0.4em 1em;
	padding: 0em 2em 0em 0em;
	width: 100%;
	float: none;
	display: list-item;
	list-style-type: decimal;
	white-space: pre-line;
	list-style-position: inside;
	list-style-image: none;
}

/* for unordered lists in a table cell */
.ulTblCell {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0em;
	padding: 0em 0em 0.7em 2.5em;
	border: 0em none;
	display: block;
	float: none;
	width: 100%;
	list-style: url(http://www.ergotron.com/Portals/0/images/icon_listgrey.gif) outside;
	/* list-style-type: square;
	list-style-position: outside; */
}

.liTblCell {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0.5em;
	padding: 0em;
	border: 0em none;
	display: list-item;
	float: none;
	width: 100%;
	list-style-type: square;
	list-style-position: outside;
}

.ulTblCellNoBlk {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em 0em 0.7em 2.5em;
	float: none;
	list-style-type: circle;
	list-style-position: outside;
}

/* Product page benefits section paragraph tag */
.greyTypeBeni {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0em;
	padding: 0em .7em .7em;
}
/* Product page technical specifications paragraph tag */
.greyTypeTechSpec {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0 0 0.7em;
	padding: 0 0.7em;
	border: 0;
}
/* paragraph tag used... */
.greyTypeXtra {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: .5em .7em;
	border: 0em none;
}
.greyTypeXtra a {
	color: #0066CC; 
	text-decoration: none;
}
.greyTypeXtra a:visited {
	color: #6699cc;
	text-decoration: none;
}
.greyTypeXtra a:hover {
	color: #99ccff;
	text-decoration: underline;
}
/* span tag used inline... */
.greyType_0height {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 0em;
	border: 0em none;
	margin: 0em .7em;
}
.greyType_0height a {
	color: #0066cc;
	text-decoration: none;
}
.greyType_0height a:visited {
	color: #6699cc; 
	text-decoration: none;
}
.greyType_0height a:hover {
	color: #99ccff; 
	text-decoration: underline;
}
/* span tag used inline... */
.inlineGreyType {
	color: #666666;
	/*height: auto;
	width: auto;*/
	font-weight: normal;
}
.inlineGreyType a {
	color: #0066CC;
}
.inlineGreyType a:visited {
	color: #6699cc;
	text-decoration: none;
}
.inlineGreyType a:hover {
	color: #99ccff;
	text-decoration: underline;
}
/* inline red text */ 
.redText_0height {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin: 0em;
	padding: 0em .8em 0em 0em;
}
/* blue text */
.bluText {
	font-weight: bold; 
	color: #0066cc;
}
/* light grey text */
.ltgryText {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
/* class used on paragraph tag for small grey type */
.smallType {
	font: 9px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: .6em .8em;
	padding: 0em;
	/*border: 0em none;
	height: auto;
	width: auto;*/
}

/* Inline or header items set in black - use in paragraph tags? */
.strongType {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
}
/*.strongType a {
	color: #0066cc; 
	text-decoration: none;
}
.strongType a:visited {
	color: #6699cc; 
	text-decoration: none;
}
.strongType a:hover {
	color: #99ccff; 
	text-decoration: underline;
}*/
/* span tag used inline... */
.strongType12px {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
}
.strongType12px a {
	color: black; 
	text-decoration: none;
}
.strongType12px a:visited {
	color: #6699cc; 
	text-decoration: none;
}
.strongType12px a:hover {
	color: #99ccff; 
	text-decoration: none;
}
/* span tag used to change text to white - use with colord backgrounds */
.reverseType {
	color: #ffffff;
	border: 0em none;
	margin: 0em;
	padding: .2em;
}

/* text placed inside table cells */
/* center align */
.tblCenterTextMed {
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 0em;
	margin: 0em;
	padding: .3em;
	text-align: center;
	vertical-align: middle;
}
.tblCenterTextSml {
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 0;
	margin: 0;
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
}
/* left align */
.ltblLeftATextMed {
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 1em .8em;
	text-align: left;
	vertical-align: middle;
}
.tblLeftTextSml {
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: .2em;
	text-align: left;
	vertical-align: middle;
}

/* Table cell text handling */
.TablReverseType {
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	border: 0em none;
	margin: 0em;
	padding: .2em;
}

/* form elements and formating */ 
.required { font: 12px/12px Verdana, Tahoma, Geneva, sans-serif; color: red; white-space: nowrap; width:1%; }

.FormLabelCell { font: normal 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #666666; padding: 0px 6px 12px 12px; width: width:50%;
}

.FormControlCell { font: 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #666666; padding: 0px 0px 6px 6px; vertical-align:top; width: 49%; white-space: nowrap; }

.FormTable { width:598px; }

.FormRow { }

.RequiredHeader { font: 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #666666; }

.FormRadioButtonList { font: 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #666666; padding: 0 0 6px 0; margin:0; }

.FormDropDownList { font: 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #333333; padding: 0; margin:0; }

.FormTextBox { font: 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #333333; padding: 3px; margin:0; width:150px; }

.FormTextArea { font: 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #333333; padding: 3px; margin:0; }

.FormMultipleSelect { font: 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #666666; padding: 0 0 6px 0; margin:0; }

.FormLabelControl { font: bold 10px/16px Verdana, Tahoma, Geneva, sans-serif; color: #333333; padding: 0; }

.FormSubmit { font: bold 11px/11px Verdana, Tahoma, Geneva, sans-serif; color: #0066CC; padding: 2px; text-transform: uppercase; }

.FormLabel { }

/*.formLabel01 {
	width: 125px;
}
.formLabel01Reqd {
	color: #CC0000;
}
.formLabel02 {
	width: 250px;
	padding-left: 1em;
}
.objectAlign01 {
	padding-left: 125px;
}
input {
	font: 11px/normal Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font: 11px/normal Verdana, Arial, Helvetica, sans-serif;
}
option {
	font: 11px/normal Verdana, Arial, Helvetica, sans-serif;
}
select {
	font: 11px/normal Verdana, Arial, Helvetica, sans-serif;
}*/

/* Home page what's new handling */
.featureList {
	font: 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0em 0em .5em;
	border: 0em none;
	padding: 0em;
	font-weight: normal;
}
/*.featureList a {
	color: #0066cc;
}
.featureList a:hover{
	color: #6699cc;
}
.featureList a:hover{
	color: #99ccff;
}*/

/* Table objects handling */
table {
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: none;
}
/* table row and cell text default position */
tr {
	text-align: left;
}
/*Table, Row and Cell features (note: rules do not work on table rows */
/*        Short hand description         */
/*     Btm=Bottom  Bkgnd=Background      */
/* Wht=White Grn=Green Lt=Light Drk=Dark */

.leftBorder { border-left: 1px solid #c0c0c0; }

.cellContentBorder {
	border-bottom: #c0c0c0 4px solid;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinBtm {
	border-bottom: #c0c0c0 1px solid;
}
.cellLineThinBtmBkgndWht {
	background-color: #FFFFFF;
	border-bottom: #c0c0c0 1px solid;
}
.cellLineThinBtmBkgndGrn {
	background-color: #CCFF99;
	border-bottom: #c0c0c0 1px solid;
}
.cellLineThinBtmBkgrndLtGrey {
	background-color: #f7f7f7;
	border-bottom: #c0c0c0 1px solid;
}
.cellLineThinBtmBkgrndDrkGrey {
	background-color: #666666;
	border-bottom: #c0c0c0 1px solid;
}
.cellLineThinRight {
	border-right: #c0c0c0 1px solid;
}
.cellLineThinRightBkgrndWht {
	background-color: #FFFFFF;
	border-right: #c0c0c0 1px solid;
}
.cellLineThinRightBkgrndGrn {
	background-color: #CCFF99;
	border-right: #c0c0c0 1px solid;
}
.cellLineThinRightBkgrndLtGrey {
	background-color: #f7f7f7;
	border-right: #c0c0c0 1px solid;
}
.cellLineThinRightBkgrndDrkGrey {
	background-color: #666666;
	border-right: #c0c0c0 1px solid;
}
.cellLineThinLeft {
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBkgrndWht {
	background-color: #FFFFFF;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBkgrndGrn {
	background-color: #CCFF99;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBkgrndLtGrey {
	background-color: #f7f7f7;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBkgrndDrkGrey {
	background-color: #666666;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBtm {
	border-bottom: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBtmBkgrndWht {
	background-color: #FFFFFF;
	border-bottom: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBtmBkgrndGrn {
	background-color: #CCFF99;
	border-bottom: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBtmBkgrndLtGrey {
	background-color: #f7f7f7;
	border-bottom: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
}
.cellLineThinLeftBtmBkgrndDrkGrey {
	background-color: #666666;
	border-bottom: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
}
.cellLineThickBtm {
	border-bottom: #c0c0c0 4px solid;
}
.cellLineThickBtmBkgrndWht {
	background-color: #FFFFFF;
	border-bottom: #c0c0c0 4px solid;
}
.cellLineThickBtmBkgrndGrn {
	background-color: #CCFF99;
	border-bottom: #c0c0c0 4px solid;
}
.cellLineThickBtmBkgrndLtGrey {
	background-color: #f7f7f7;
	border-bottom: #c0c0c0 4px solid;
}
.cellLineThickBtmBkgrndDrkGrey {
	background-color: #666666;
	border-bottom: #c0c0c0 4px solid;
}
.cellLineThickBtmGrn {
	border-bottom: #66cc00 4px solid;
}
.cellLineThickBtmGrnBkgrndWht {
	background-color: #FFFFFF;
	border-bottom: #66cc00 4px solid;
}
.cellLineThickBtmGrnBkgrndGrn {
	background-color: #CCFF99;
	border-bottom: #66cc00 4px solid;
}
.cellLineThickBtmGrnBkgrndLtGrey {
	background-color: #f7f7f7;
	border-bottom: #66cc00 4px solid;
}
.cellLineThickBtmGrnBkgrndDrkGrey {
	background-color: #666666;
	border-bottom: #66cc00 4px solid;
}
.cellBkgrndDrkGrey {
	background-color: #666666;
}
.cellBkgrndLtGrey {
	background-color: #f7f7f7;
}
.cellBkgrndGrn {
	background-color: #CCFF99;
}
.cellBkgrndWht {
	background-color: #FFFFFF;
}
/* Cell borders for bottom of the opening page of web site */
.cellBox3-4 {
	border-right: #c0c0c0 1px solid; 
	border-left: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid;
}
.cellBox1-2 {
	border-right: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid;
}
/* Misc table cell line stuff */
.boxThinLite {
	border-right: #c0c0c0 1px solid; 
	border-top: #c0c0c0 1px solid; 
	border-left: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid;
}
.boxThinWht {
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid;
}
.boxThickLtGrey {
	border-right: #c0c0c0 4px solid; 
	border-top: #c0c0c0 4px solid; 
	border-left: #c0c0c0 4px solid; 
	border-bottom: #c0c0c0 4px solid;
}
.boxThinLtGreyCaption {
	border-right: #c0c0c0 1px solid; 
	border-top: #c0c0c0 1px solid; 
	margin-bottom: .8em; 
	border-left: #c0c0c0 1px solid; 
	border-bottom: #c0c0c0 1px solid;
}
/* Misc object handling */
.marginTB6px {
	margin-top: 6px; 
	margin-bottom: 6px;
}

/* end original CSS for ergotron web site */

/* addition from former odd.scc included below */

/* old-site style names */ 
.body_text {
color: #666666; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 16px;
}
.list_text {
color: #666666; font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 13px; 
}
.title1 {
color: #333333; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
}
.subtitle1 {
color: #66cc00; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
}
.subtitle2 {
color: #000000; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 16px; 
}
.copywrite, .copyright {
color: #666666; 
font-weight: normal;
font-size: 9px; 
font-family: Verdana, Arial, Helvetica; 
}
.box_style {
color: black; 
font-weight: normal; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
border-color: #c0c0c0; 
border-style: solid; 
border-width: 1px 1px 1px 0; 
}
.border_bottom {
border-top: 1px solid #c0c0c0;
}
.border_bottomSide {
border-top: 1px solid #c0c0c0; 
border-left: 1px solid #c0c0c0; 
}
.border_bottombottom {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #0066cc; 
font-weight: bold; 
font-size: 10px; 
text-decoration: none; 
border-bottom: 1px solid #c0c0c0; 
}
.border_bottomFull {
border-top: 1px solid #c0c0c0;
}
.border_full {
border: solid 1px #c0c0c0;
}
.border_side {
border-left: 1px solid #c0c0c0; 
}
/* styles from original design */ 
.grey_type {
color: #666666; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 16px; 
}
.small_type {
color: #666666; 
font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 13px; 
}
.reverse_type {
color: white; 
font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 13px; 
}
.green_title {
color: #66cc00; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
}
.dark_title {
color: #333333; 
font-size: 11px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
}
.red_text {
color: red; 
font-weight: bold; 
}
.blu_text {
color: #0066cc; 
font-weight: bold; 
}
.ltgry_text {
color: #666666; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
line-height: 16px; 
}

.line_thinlow {
border-bottom: 1px solid #c0c0c0; 
}
.line_thinright {
border-left: 1px solid #c0c0c0; 
}
.line_thinleft {
border-left: 1px solid #c0c0c0; 
}
.line_thicklow {
border-bottom: 4px solid #c0c0c0; 
}
.line_thicklow_grn {
border-bottom: 4px solid #66cc00; 
}
.box_3-4 {
border-right: 1px solid #c0c0c0; 
border-bottom: 1px solid #c0c0c0; 
border-left: 1px solid #c0c0c0; 
}
.box_1-2 {
border-right: 1px solid #c0c0c0; 
border-bottom: 1px solid #c0c0c0; 
}
.box_2-1 {
border-left: 1px solid #c0c0c0; 
border-bottom: 1px solid #c0c0c0; 
}
.box_thinlite {
border: solid 1px #c0c0c0; 
}
.box_thinwhite {
border: solid 1px #ffffff; 
}
.box_thicklite {
border: solid 4px #c0c0c0; 
}
.box_thinlite_caption {
margin-bottom: 8px; 
border: solid 1px #c0c0c0; 
}
.list {
list-style-type: square; 
list-style-position: outside; 
display: list-item; 
margin-top: 4px; 
margin-bottom: 4px; 
margin-left: 16px; 
}
.listArrow { 
color: black; 
float: none; 
display: list-item; 
margin: 0 0 0 16px; 
list-style-image: url(http://www.ergotron.com/Portals/0/images/bullet-arrow.gif); 
list-style-position: outside; 
}
.listCross { 
color: black; 
float: none; 
display: list-item; 
margin: 0; 
list-style-image: url(http://www.ergotron.com/Portals/0/images/bullet-cross.gif); 
list-style-position: outside; 
}
.listCross2 { 
color: black; 
float: none; 
display: list-item; 
margin: 0; 
list-style-image: url(http://www.ergotron.com/Portals/0/images/bullet-cross-turq.gif); 
list-style-position: outside; 
}
.margin_tb {
margin-top: 6px; 
margin-bottom: 6px 
}
.margin_image_home {
margin-top: 3px; 
margin-right: 12px; 
margin-bottom: 60px; 
border: solid 4px #c0c0c0; 
}
.handcursor{
cursor: hand;
cursor: pointer;
}

/* end odd.css file addition */

.ulNoBlk {
	display: list-item;
}

.liRed {
	list-style-image: url(http://www.ergotron.com/Portals/0/images/list_type_red.gif);
	color: #666666;
	margin: 0em;
	padding: 0em 0em 0.7em;
	float: left;
}
.listTinydot { line-height: 12px; margin: 0 1em 0.4em 1.5em; list-style-image: url(http://www.ergotron.com/Portals/0/images/Tinydot.gif); list-style-position: outside; display: list-item; }
.ulNumberList { font: 10px/16px Verdana, Arial, Helvetica, sans-serif; color: black; width: 575px; padding-top: 7px; padding-right: 0; padding-left: 25px; list-style-type: decimal; }

.liNumberList { margin: 3px 0 3px 10px; padding: 0 10px 0 0; display: list-item; list-style-type: decimal; list-style-position: outside; }

.prodMiscText { font: 10px/16px Verdana, Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;border: 0em none;background:#f5f5f5;padding:1em;margin:0; }

.listBenefit { 
font: 10px/14px;
list-style-type: square; 
list-style-position: outside; 
display: list-item; 
margin: 0 0 0 24px; 
padding: 0;
}

.4sightLink { color:#0066cc;text-decoration:underline; }

.4sightLink span { color:#0066cc;text-decoration:underline; }

*.hangingIndent { padding-left:15px; text-indent:-15px;font-weight:normal;color:#333333; }

*.Indent { padding-left:15px;font-weight:normal; }

select { font:11px/16px Verdana, Arial, Helvetica, sans-serif !important; }

/* For Movie Player */
.theater { width:600px;height:840px;background-image:url(http://internalapps.ergotron.com/aspfordnn/a-theater/mmc-background.jpg); background-repeat:no-repeat;padding-left:3px; }
html>body .screen { height:340px; }
html>body .instruction { padding:55px 0 0 0; }
.screen { text-align:center;padding:37px 0 0 0;width:478px;height:406px; voice-family: "\"}\""; voice-family:inherit;/*height:340px;*/ }
.instruction { font-size:11px;color:#000000; padding:25px 0 0 0; }
.nowshowing { display:block;color:#e2e2e2;font-weight:bold; margin:0;font-size:10px; }
.nowshowing span { color:#999999; }
.stepcarousel {
margin:8px 0 0 0;
position: relative; /*Leave this value alone*/
border-left: 1px solid black;
border-right: 1px solid black;
overflow: scroll; /*Leave this value alone*/
width: 230px; 
height: 56px; /*Height should be enough to fit largest content's height*/
background-color:black;  }
.stepcarousel .belt {
position: absolute; /*Leave this value alone*/
left: 0;
top: 0; }
.stepcarousel .panel {
float: left; /*Leave this value alone*/
overflow: hidden; 
margin:0; 
width: 63px; }
.choices { width:230px;background-color: #f7f7f7;border:1px #c0c0c0 solid; margin:0 0 0 0;text-align:left; }
.choices ol { margin:8px 5px 10px 34px;padding:0; }
.choices ol li { list-style-position: outside;margin:0 0 6px 0;padding:0;font-size:10px; }
/* End Movie Player */
a .rebateImg { opacity: 1; -moz-opacity: 1; filter: alpha(opacity = 100); }
a:hover .rebateImg { opacity: .6; -moz-opacity: .6; filter: alpha(opacity = 60); }
.inputs { margin:0 !important; }
.alert { color:red; }
/* Rep Finder; new module requires change to id name */
#dnn_ctr1754_ViewRepLocator_lblMulti { font-size:11px;display:block;margin:0 0 10px 6px; }
#dnn_ctr1754_ViewRepLocator_btnSubmit { clear:both; }
#dnn_ctr1825_ViewRepLocator_lblMulti { font-size:11px;display:block;margin:0 0 10px 6px; }
#dnn_ctr1825_ViewRepLocator_btnSubmit { clear:both; }
/* List change */
.topRule { border-top: 1px #c0c0c0 solid; }
/* MIR module */
.tableTextNoPad strong { color:#333333; }
#dnn_ctr1392_ViewMIR_ddlManufacturer { margin-top:15px; }
#dnn_ctr1392_ViewMIR_ddlCategory { margin-top:8px; }
/*#dnn_ctr1817_ViewMIR_ddlCategory { margin-top:8px; } */
/* Drop-cap */
*.hanging-indent { padding-left:18px; text-indent:-17px; margin:0 10px 10px 10px; position:relative; top:10px; color:#666666; }
*.hanging-dropcap { position:relative; top:7px; left:-3px; font-size:20px; line-height:20px; font-weight:normal; color:black; }
/* Print/Social */
html:first-child .printControl { display:none; } /* Opera <9 fix */
html:first-child .opHide { display:none; } /* Opera <9 fix */
html:first-child .printControlM { display:none; } /* Opera <9 fix */
.printControlold { width:46px;text-align:center;position:relative;left:710px;top:6px; }
.printControl { width:140px;text-align:center;position:relative;left:620px;top:6px; }
.socialPR { text-align:center;float:right;position:relative;top:4px;left:8px; }
.socialProduct { width:100px;text-align:center;position:relative;left:660px;top:6px; }
.socialPRspan { border:1px #d9d9d9 solid;padding:2px 4px 2px 4px;position:relative;top:3px;display:block; }
html>body .socialPRspan { border:1px #d9d9d9 solid;padding:2px 4px 0 4px;position:relative;top:3px;display:block; }
.printControlspan { border:1px #d9d9d9 solid;padding:2px 3px 2px 4px;position:relative;top:3px;display:block; }
.IEpad { padding-left:4px; }
html>body .IEpad { padding-left:0px; }
.printControlM { width:140px;float:right; margin:6px 0 0 0;text-align:center; }
.mission { width:450px;text-align:center;float:left;margin:6px 0 0 160px;font:10px/16px Verdana, Arial, Helvetica, sans-serif;color:black; }
#missionWrap { width:760px;margin-top:1px; }
html>body #missionWrap { width:760px;margin-top:0; }

/* product page icons */
html>body #socialLinkstabid65 { width:138px; }
#socialLinkstabid65 { padding:2px;margin:6px 0 0 6px;border:1px #d9d9d9 solid; width:144px; }
#deliLink { margin-left:2px; }
#diggLink {  }
#twitLink {  }
#facebookLink { position: relative; top:1px; }
#stmbleLink { margin-right:1px; }
#email {  }
#print { padding-right:2px; }
html>body #advantage { width:138px; }
#advantage { padding:2px 0 0 2px; border: 1px #e4e4e4 solid; margin: 0 0 15px 6px; width:144px;display:none; }
.imgErgonomics { margin:0 2px 0 0; }
.imgEnviro { margin:0 0 4px 0; }
.imgQuality { margin:0 1px 0 0; }
.imgCFT { margin:0 2px 8px 0; }
.imgMM { margin:0 0 5px 0; }
/* accessories */
#tblAccessories img { margin:8px 8px 8px 0;}
#tblAccessories td { border-top:1px #e5e5e5 solid;border-right:1px #e5e5e5 solid;border-bottom:1px #e5e5e5 solid; }
#tblAccessories { float:left;margin:4px 10px 0 0; }
#seeAllAcc { font:10px/13px verdana,arial,helvetica,sans serif;font-weight:bold;/*padding-top:60px;*/position:relative;top:60px;cursor:pointer; }
.accessoryWrap { padding-top:8px; }
.accessoryWrap .greenTitle { display:block; }
/* Product feature section */
#miscText { background-color:#f5f5f5; width:600px; }
.featurePic { float:left; margin:0 10px 20px 0; }
.featurePic2 { float:left; margin:0 10px 0 0; }
.glidecontentwrapper {
position: relative; /* Do not change this value */
width: 598px;
height: 80px; /* Set height to be able to contain height of largest content shown*/
border: 0;
overflow: hidden;
padding:0;margin:0;
}
html>body .glidecontent { width: 580px; }
.glidecontent { /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding:8px;
visibility: hidden;
width: 600px;
background-color:#f5f5f5;
font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
color: #666666;
}
.glidecontenttoggler { /*style for DIV used to contain toggler links. */
width: 600px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"*/
background-color: #f5f5f5; /*always declare an explicit background color for fade effect to properly render in IE*/
padding-bottom: 8px; }
.glidecontenttoggler a { /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid #c0c0c0;
color: #666666;
padding: 1px 3px;
margin-right: 2px;
font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
background-color: #E4EFFA;
color: black;
}
.glidecontenttoggler a:hover {
background-color: #E4EFFA;
color: black;
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
background-color: #E4EFFA;
color: black;
}
/* for IE8 - actual class names */
.GreenTitle { font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66CC00;
	padding: .4em .8em .4em .6em;
 }
.greytypebeni { 
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0em;
	padding: 0em .7em .7em;
 }
.cellbkgrnddrkgrey { background-color: #666666;
 }
.tblcentertextsml {
	font: 9px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 0;
	margin: 0;
	padding: 0.3em;
	text-align: center;
	vertical-align: middle;
 }
.reversetype { color: #ffffff;
	border: 0em none;
	margin: 0em;
	padding: .2em;
 }
.cellbkgrndgrn { background-color: #CCFF99;
 }
.greytypetechspec { font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0 0 0.7em;
	padding: 0 0.7em;
	border: 0;
 }
 .greytype {
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0em;
	padding: .2em .7em .6em;
}

 /* end IE8 fixes */
 /* tabbed module styles */
ol#toc { font: 11px Verdana; text-align: left; margin: 1px 0 0 16px; padding: 3px 0; list-style-type: none; }
ol#toc li { margin: 0;display: inline; }
ol#toc a { color: #999; background: #fff url(/portals/0/images/shade_gry.jpg) repeat-x left bottom; text-decoration: none; margin-right: 6px; padding: 3px 7px;display: inline-block; position: relative; top: 3px;border-top: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-left: 1px solid #c0c0c0;  }
ol#toc a:visited { color: #999; text-decoration: none; }
ol#toc a:hover { color: #999; text-decoration: underline; }
ol#toc li.current  { color: #000; position: relative; top: 1px; }
ol#toc li.current a { color: #000; background: white url(/portals/0/images/shade.jpg) repeat-x left top; }
ol#toc li.current a:hover { color: #000; text-decoration: underline; }
ol#toc span { display: block; line-height: 2em;/*background-color: white; background-image: url(shade_gry.jpg); background-repeat: repeat-x; padding-right: 10px;*/ }
ol#toc li img { vertical-align: baseline;opacity: .5; -moz-opacity: .5; filter: alpha(opacity = 50); }
ol#toc li.current img { opacity: 1; -moz-opacity: 1; filter: alpha(opacity = 100); }
div.content { text-align:left;width: 592px; border: solid 1px #c0c0c0; margin: 0 0 0 8px; padding: 0px 0px 0px 0; }
div.content h1 { margin-top:12px; }
.contentPic { float:right; border:0 ;margin:0 0 15px 15px; }
#bioBlock { padding:1.0em 15px 0.7em 15px;margin:0;border-top:1px #e2e2e2 solid; }
#bioBlock ul { list-style:none; margin:0; padding:0 0 0 10px; }
#bioBlock li { margin: 0; padding:0 0 0.5em 0; list-style-position: outside; list-style-image: none; font: 10px/16px Verdana, Arial, Helvetica, sans-serif; color: #666666; }
/* end tabbed styles */
/* home head items: right pane, partner */
.partnerResource { font: 12px/16px Verdana, Arial, Helvetica, sans-serif; background-color:#f5f5f5; }
.partnerResource a { color:#0066cc !important; }
.partnerResource ul { margin:56px 0 0 52px;padding:0 }
.partnerResource li.listCross2 { margin-bottom: 6px; }

#tabHighLight2 { width:160px;height:285px;position:relative;top:224px;right:2px;background-image: url(/portals/0/HomPagbtmNav/backgroundTab3.png); background-repeat:no-repeat; background-position:0 0; } /* IE8 cannot display; style moved inline */

html>body #Table_01 { position:relative;top:0; }
#Table_01 { position:relative;top:1px\9 !important; }

<![if !IE 6]>
.shiftcontainer { position: relative;left: 4px;top: 4px; }
.shadowcontainer { width: 130px; background-color: #c0c0c0; }
.shadowcontainer .innerdiv { background-color: white; border: 1px solid #666666;padding: 0;position: relative;left: -4px;top: -4px; }
<![endif]> { }

#placeIt { padding:18px 0 10px 4px; }
.innerdiv h3 { font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif; }
.innerdiv .cellLineThinBtmBkgrndLtGrey { padding-bottom:6px !important; }
.learnMore { margin-top: 15px; }
.innerdiv .greyType { padding:0 12px 8px 12px !important; }

#dnn_ctr2234_ModuleContent { position:relative; right:210px;top:-2px; height:28px;width:160px; text-align: center; }
#dnn_ctr2234_ModuleContent select { width:125px;margin-bottom:0 !important; }
#rightMargin { height:196px; }

.menu_child { border: 1px solid black; padding:8px 0 4px 8px; background-color:white;width:166px; }
.menu_wrap { width:180px;padding:0 0 0 14px; }
a.child_attach { display:block;padding-bottom:5px; font-size:11px; }
html>body div.bubbleArrow { float:right;position:relative;left:-174px;top:16px; }
.bubbleArrow { float:right;position:relative;left:-164px;top:16px; }
/* end home head items */
/* Google RSS feed */
.labelfield { color:brown; }
.datefield { color:#666666;font-size:10px; }
#blogFeed div { margin:0 0 4px 0;line-height:13px; padding:0;font-size:10px; }
#blogFeed div a { padding-left:3px; }
.blogFeedclass {  }
div.feedDisplayWrap { padding:4px 0 4px 0;margin:0 8px 4px 8px;border-bottom:1px #e7e7e7 solid; }
div.feedDisplayWrap2 { padding:4px 8px 4px 0;margin:0 0 4px 8px;border-bottom:1px #e7e7e7 solid; }
code { color: red; }
/* end feed */
/* Main skin fixes */
a#dnn_ergLabelCopyright_hl1 { color:black; text-decoration:none; }
a#dnn_ergLabelCopyright_hl1:hover { color:black; text-decoration:none; }
span#dnn_ergPartnerFooter_lblFooter2 { display: none; }
html>body .headerpane { position:relative;top:6px;left:2px; }
.headerpane { position:relative;top:3px;left:2px; }
/* end main skin */
