/*
** onelink-common.css -- shared across all onelink proxied sites for RAE
** see also onelink-XX.css in each of the language directories
*/

/*THIRD - CLEAN UP LAYOUT OF SUB NAV MENUS AND OTHER ITEMS*/

/* shrink size of text, line height in drop down tab menus. The backgrounds are static images that can't grow, so everything has to fit on them. */
.nav-sub p {
	font-size:10px !important;
	line-height:16px !important;
	margin-bottom:12px  !important;
}

.nav-sub li {
	font-size:10px !important;
	line-height:12px !important;
	padding-bottom: 4px !important;
	display: block !important;
}

/* increase width of spans in contact info listings*/
#nav-sub-support-four p span, #nav-sub-company-two p span {
width: 80px !important;
}

#nav-sub-support-four-right p span {
padding-right: 0px !important;
}

/*Not the best solution, but this kills space between paragraphs in Markets drop down tab menu, so keep all content on static backgrounds*/
#nav-sub-solutions-two p {
margin-bottom: 0px !important;
}

/*None of the list item styles were designed to handle two-line items (after first line, they outdent, so, modify text indent and padding to fix that*/
.nav-sub-links li {
margin-left: 0px !important;
padding-left: 4px !important;
text-indent: -4px !important;
}

.nav-sub-links  {
list-style-position: outside !important;
}

/*Similar to second item above, expand width of contact info labels so they don't run into the phone numbers etc. */
.content-inner p span {
width: 84px !important; /*Fixes the issue for IE*/
}

/*On the Support drop down tab, the After Hours Support paragraph got very long in German, and was wrapping off the tab menu in IE, so make the containing DIV a bit wider*/
#nav-sub-support-four-right p span {
width: 240px !important;
width: 100px !important;
}

/*Fixes badly aligned content on the "you aren't authorized to view this Product-page" THIS WAS BAD IN THE SOURCE TOO*/
.arearae-steel-z1 #content-inner {
margin: 20px 0 0 20px !important;
}

