@charset "utf-8";
/* Schneider CSS for V1.2b template */


/* Reset browser defaults
-------------------------------------------------------------- */

html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0 auto;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
/* Remove annoying border on linked images. */
a img { border: none;}

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
-------------------------------------------------------------- */
body {
  font-size: 75%;
  color: #626469;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px 0;
}

.pageTitle { color: #4fa600; font-size: 1.6em; margin: 0 0 1em; }


/* Standard controls
-------------------------------------------------------------- */
a {
	color: #4fa600;
}
a:hover {
	text-decoration: underline;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	/*font-size:138.5%;*/
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3,h4,h5 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
del {
	text-decoration:line-through;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul {
	/*bringing lists on to the page with breathing room */
	line-height: 1.5em;
	margin-left: 2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl {
	color: #6e6e6d;
	margin: 1em 0;
}
dl dt {
	font-weight: bold;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin: 0 0 10px 0;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom: 1.5em;
}
p {
	line-height: 1.5em;
}
/* setting a consistent width, 160px;
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


/* Layout & structural elements
-------------------------------------------------------------- */

body { margin: 0 auto; padding-bottom: 20px; }

#container {
	border: none;
	display: block;
	width: 950px;
}

#header {
	clear: both;
	float: none;
}

#header h1 { margin: 0; }

#searchtext { border: 1px solid #9fa0a4; font-size: 11px; height:1.3em; padding: 2px; vertical-align: middle; width: 200px; }
#searchbutton { vertical-align: middle; }


#globalBottom { clear: both; float: none; margin: 0; padding: 0; }
#country {
	background: none;
	color: #6e6e6d;
	float: left;
	font-size: 10.5pt;
	font-weight: bold;
	height: 27px;
	padding-top: 10px;
	width: 298px;
	visibility: hidden;
}

form#search {
	background: none;
	float: right;
	margin: 7px 0 0;
	padding: 0;
	text-align: right;
	width: 265px;
}

form#search fieldset { margin: 0; }

#main {
	clear: both;
	display: block;
	float: none;
	position: relative;
}

#masthead {
	background-color: #4fa600;
	clear: both;
	color: #fff;
	display: block;
	font-size: 2.5em;
	font-weight: bold;
	height: 40px;
	padding: 6px 10px 6px;
	position: relative;
}

#masthead h2 { margin: 0; }

#content {
	/*margin: 25px 0;*/
	margin:15px;
	zoom: 1;
}

#primary { float: left; }

#footer {
	background-color: #eaeaea;
	clear: both;
	color: #626469;
	float: none;
	font-size: .9em;

	padding: .5em;
	text-align: left;
}
#footer ul { font-size: .9em; float: left; margin: 0; padding: 0; }
#footer ul li { display:inline; margin-right: 4px; }
#footer a { color: #626469; font-weight: bold; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer p { margin: 0; }

#logo {
	display: block;
	float: left;
	width: 570px;
}


/* Navigation elements
-------------------------------------------------------------- */

#globalnav { display: block; float: left; width: 370px; }
#globallinks { text-align: right; }
#globallinks { font-size: .8em; margin: 4px 0 3px; }
#globallinks li { display: inline; list-style-type: none; margin: 0; padding: 0; text-align: right; }
#globallinks li a { border-right: 1px solid #ccc; color: #6e6e6d; padding: 0 7px; text-decoration: none; }
#globallinks a:hover { color: #87d300; text-decoration: underline; }
#globallinks li a.last { border: none; padding-right: 0; }
#globallinks li.country { font-size: 1.3em; color: #009530; font-weight: bold; }
#globallinks li#cart img { position: relative; top: 3px; }
#globallinks li a.cart-active { font-weight: bold; color: #e47f00;}

#nav-container { clear:both; display: block; float: none; height: 40px;  width: 100%; }
#nav-container-extras { display: none; float: right; font-size: .9em; margin-right: 5px; position: relative; top: 5px; }
#nav-container-extras a { text-decoration: none; }
#nav-container-extras img { vertical-align: bottom; }

#navPrimary { background: none; float: left; font-size: 1.1em; font-weight: bold; height: auto; margin: 0; padding: 0; }
#navPrimary li a { display: block; }
#navPrimary li { background-color:#eaeaea; display: block; float: left; margin-right: 5px; position: relative; top: 10px; width: 186px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px;  -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; }
#navPrimary li a { color: #626469; display: block; float: none; margin: 0; padding: 6px 6px 6px 10px; text-decoration: none; text-align: left; }
#navPrimary li:hover, #navPrimary li.sfhover { background-color: #87d300; color: #fff; height: 40px; top: 0; }
#navPrimary li:hover a, #navPrimary li.sfhover a { background-color:#eaeaea; background-color: #87d300; color: #fff; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px;  -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; }
#navPrimary li.current { background-color:#87d300; height: 40px; top: 0; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px;  -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; }
#navPrimary li.current li { height: auto; }
#navPrimary li a.current { color: #fff; }
#navPrimary li.first { margin-left: 0; }
#navPrimary li.last { margin: 0; }
#navPrimary li ul { background-color: #87d300; color: #fff; font-size: 1.08em; font-weight: normal; left: -9999px; list-style: none; margin: 0; padding: 0; top: 40px; visibility:hidden; position: absolute; width: inherit; z-index: 1000; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px;  -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
#navPrimary li:hover ul, #navPrimary li.sfhover ul { background-color: #87d300; left: auto; padding: 0 10px 8px 10px; visibility: visible; width: 165px; }
#navPrimary li:hover ul li, #navPrimary li.sfhover ul li { display: block; top: 0; }
#navPrimary li:hover ul li a, #navPrimary li.sfhover ul li a { background: none; margin: 0; padding: 6px 0; }
#navPrimary li ul li { background: none; float: left; padding: 0; width: 100%; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#navPrimary li li.current { background: none; }
#navPrimary li li a{ background-color: #87d300; background-image: none; border-top: solid 1px #fff; color: #fff; display: block; line-height: 1.25; padding: .5em; }
#navPrimary li li.last { border-bottom: 1px solid #fff; margin: auto; }
#navPrimary li ul li:hover, #navPrimary li ul li.sfhover { background: none; height: auto; }
#navPrimary li ul li a:hover, #navPrimary li ul li a.sfhover { background: none; color: #626469; text-decoration: none; }
#navPrimary li ul ul { margin: -2.1em 0 0 12em; }

ul#crumbList { background: url('../images/structure/big_green_arrow.gif') left no-repeat; clear: both; display: block; font-size: .8em; height: 20px; margin: 0; padding: 7px 0 0 25px; }
ul#crumbList:before { content: "You are here: "; color: #4fa600; font-size: 1.1em; font-weight: bold; margin-right: 5px; }
ul#crumbList li { background: url('../images/structure/tic_menu.gif') top left no-repeat; display: inline; list-style-type: none; padding-left: 15px; }
ul#crumbList li.first { background: none; padding-left: 0; }
ul#crumbList a { color: #626469; text-decoration: none; }
ul#crumbList a:hover { color: #87d300; text-decoration: underline; }
ul#crumbList span.crumbtext { display: none; }

#nav { padding: 10px 0 0 5px; margin: 0 15px 0 5px; }

li.section h3 { background-color: #eaeaea; margin:0; padding: 2px 7px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }

.sidebar { float: left; width: 170px; }
.sidebar ul a, .verticalTeaserList ul a { color: #626469; text-decoration: none; }
.sidebar ul a:hover, .verticalTeaserList ul a:hover { color: #87d300; text-decoration: underline; }
/* .sidebar ul, .verticalTeaserList ul { font-size: .95em; margin: 0 0 20px 0; } */
.sidebar ul, .verticalTeaserList ul { font-size: .95em; margin: 0 0 10px 0; }
.sidebar ul li, .verticalTeaserList ul li { list-style-type: none; margin: 0 0 .5em 0; padding: 0; }
.sidebar ul li ul { margin-top: 7px; }
.sidebar ul li ul li, .sidebar ul li ul li.current, .verticalTeaserList ul li, .verticalNav li ul li { background: url(../images/green_bullet.gif) .2em .5em no-repeat; padding-left: 15px; margin-left: 7px; }
.sidebar ul li.current ul a.current:after { content: " >"; }
.sidebar ul li a.current { color: #87d300; font-weight: bold; }
.verticalTeaserList ul li { margin-left: 0; }


/* Page grid layout elements
-------------------------------------------------------------- */

/* #content div#left, #content div#right { float: left; margin: 0; padding: 0; width: 186px; } */

/* Single-column layout */
/* body.oneCol div#primary { margin: 0 20px; padding: 0; width: 950px; } */

/* Three-column layout */
/* body.threeCol div#primary { margin: 0 20px; width: 530px; } */
/* body.threeCol div#left { margin: 0 4px 0 0; }
body.threeCol div#right { margin: 0 0 0 4px; } */

ul.verticalTeaserList { padding: 0; margin: 0; }
body.threeCol div#right .verticalTeaserList {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	margin: 0;
	padding: 10px 0 10px 10px;
	}

/*
div#knowcol .verticalTeaserList {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	margin: 0;
	padding: 10px 0 10px 10px;
	}
*/



#upcoming_course_tbl {
	border-collapse: collapse;
	border-top:1px solid #ddd;
	}
#upcoming_course_tbl td {
	font-size:8pt;
	border-bottom:1px solid #ddd;
	}


div#knowcol {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	margin-right: 0;
	padding: 10px 0 10px 10px;
	width: 150px;
	}


.verticalTeaserList h3 {
	background: url(../images/structure/green_star.gif) no-repeat;
	color: #4fa600;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	}
.verticalTeaserList h4 { color: #4fa600; font-size: 1.05em; margin: .5em 0; }

/* Homepage layout */
body.homepage #masthead { background: none; height: auto; margin-bottom: 15px; padding: 0; }
body.homepage #masthead2 { background: none; height: auto; margin-bottom: 15px; padding: 2px 0 0 0; }
body.homepage .sidebar ul a { color: #87d300; }
/* body.homepage div#primary { margin: 0 20px; width: 530px; } */
body.homepage #left ul li { font-weight: bold; }
body.homepage .verticalTeaserList h3 { background: none; margin-bottom: 1em; padding: 0; }


/* Homepage layout */
body.threeColSLH #masthead2 { background: none; height: auto; margin-bottom: 15px; padding: 2px 0 0 0; }
body.threeColSLH .sidebar ul a { color: #87d300; }
body.threeColSLH #left ul li { font-weight: bold; }
body.threeColSLH .verticalTeaserList h3 { background: none; margin-bottom: 1em; padding: 0; }


dl.newsRss { font-size: .9em; font-weight: normal; }
dl.newsRss dt { color: #9FA0A4; font-weight: normal; }
dl.newsRss dd a { color: #626469; text-decoration: none; }
dl.newsRss dd a:hover { color: #87d300; text-decoration: underline; }

/* Miscellaneous classes and elements
-------------------------------------------------------------- */

h3#tagline { margin: -1.5em 0 2em; }
.ghosted-subtitle { color: #9FA0A4; font-weight: bold; margin-bottom: 0; text-transform: uppercase; }
.badge { background-color: #E47F00; color: #fff; font-size: .9em; font-weight: bold; padding: 2px 5px; text-decoration: none; }
.warning { background-color: #B10043; color: #fff; padding: 10px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; }
.callout { background-color: #FFFFCC; border: 2px solid #FFFF00; color: #000; padding: 10px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; }
/* bulleted link list */
div.bulleted-link-list { background-color: #fff; font-size: .95em; padding-right: 5px }
div.bulleted-link-list a { color: #626469; text-decoration: none; }
div.bulleted-link-list a:hover, .svRelContent a:hover { color: #ec3603; text-decoration: underline; }
div.bulleted-link-list h3, .svRelContent h3 { color: #626469; font-size: 1.3em; margin: 0 0 10px; }
div.bulleted-link-list h3 span, .svRelContent h3 span { background-color: #fff; padding-right: 5px; }
div.bulleted-link-list ul { font-size: .95em; margin: 0; padding: 0; }
div.bulleted-link-list ul li { margin: 0 0 .5em; padding-left: 15px; }
div.bulleted-link-list dl { margin: 0 0 1em; }
div.bulleted-link-list dt { color: #9fa0a4; font-weight: normal; }
div.bulleted-link-list dt a { color: #626469; }

/* Table with horizontal ruling */
table.horiz-rule {  }
table.horiz-rule th { background-color: #626469; border-top: none; border-left: none; border-bottom: 1px solid #e6e6e6; border-right: none; color: #fff; padding: 9px; text-align: left; }
table.horiz-rule td { border-top: none; border-left: none; border-bottom: 1px solid #e6e6e6; border-right: none; padding: 9px; vertical-align: top; }
table.horiz-rule tfoot td { border: none; }
/* Table with shaded alternating rules */
table.alt-rule { background-color: #eaeaea; border: 1px solid #ccc; font-size: .9em; }
table.alt-rule tr.odd td { background-color: #fff; }
table.alt-rule td { background: none; padding: 6px 8px; }

ul.linklist { overflow: hidden; border:0; }
ul.linklist li:before { color: #ccc; content: "|"; font-size: 1em; font-weight: bold; margin-right: 6px; }
ul.linklist li.first:before { content: ""; }

.dotted-divider { background: url(../images/bg_border_dot.gif) top repeat-x; }

.rounded-box {
  border: 0px solid #eaeaea;
  background-color: #eaeaea;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  behavior: url(border-radius.htc);
  }

.rounded-box table { margin: 0; }

.teaser h1, .teaser h2, .teaser h3 { margin-top: 0; }
.teaser h3 { color: #4fa600; font-size: 1.5em; font-weight: normal; margin-bottom: .75em; }
.teaser p { font-size: .9em; }
.teaser a { text-decoration: none; }
.teaser a:hover { text-decoration: underline; }

.trainbox { height:160px; }
.trainbox table { margin:0 20px; }
.trainbox h1, .trainbox h2, .trainbox h3 { margin:6px; }
.trainbox h3 { color: #4fa600; font-size: 1em; font-weight: normal; margin-bottom:0; }
.trainbox p { font-size: .9em; }
.trainbox a { text-decoration: none; }
.trainbox a:hover { text-decoration: underline; }

.trainoptions { background-color:#fff; font-size:1.25em; font-weight:bold; }
.trainoptions ul li { margin-top:4px; margin-bottom:4px; }

.smallcaps { color: #9fa0a4; font-size: .75em; text-transform: uppercase; }


/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

.pad-10 { padding: 10px; }
.outline-gray { border: 1px solid #ccc; }
input.btn-primary { background-color: #009530; border: 1px solid #fff; color: #fff; font-size: .9em; font-weight: bold; padding: 2px; }
input.btn-normal { border: 1px solid #626469; font-size: .9em; padding: 2px; }


/* Grid elements
-------------------------------------------------------------- */
div.span-1, div.span-1-5, div.span-1-8, div.span-2, div.span-3, div.span-4, div.span-5 {
	float: left;
	margin-right: 15px;
	padding: 0;
}

div.first { margin-left: 0; }
div.last { margin-right: 0; }

/* grid is 950px wide, comprised of five 190px-wide columns */
.span-1 { width: 170px; }
.span-1-5 { width: 255px; }  /* 1.5 width */
.span-1-8 { width: 357px; }
.span-2 { width: 355px; }
.span-3 { width: 550px; }
.span-4 { width: 730px; }
.span-5 { width: 920px; }


/* Fill colors
-------------------------------------------------------------- */

.spruce-green { background-color: #009530; }
.lady-fern-green { background-color: #4FA600; }
.seedling-green { background-color: #87D300; }
.dark-gray { background-color: #626469; }
.light-gray { background-color: #9FA0A4; }
.sunflower-yellow { background-color: #FFD100; }
.honeysuckle-orange { background-color: #E47F00; }
.fuschia-red { background-color: #B10043; }
.sky-blue { background-color: #42B4E6; }
.xtra-light-gray { background-color: #efefef; }


/* sIFR items
-------------------------------------------------------------- */

.sIFR-flash { visibility: visible !important; margin: 0; padding: 0; }
.sIFR-replaced { visibility: visible !important; }
.sIFR-alternate { position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }

/*
 * Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
 * Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element. */

.sIFR-replaced > div { display: none !important; }


/* @group sysOfferUpdates custom feed display
============================================== */

#sysOfferUpdates h3 { background: url(../images/structure/green_bar_up.gif) repeat-x 0% 60%; color: #4fa600; font-size: 1.75em; font-weight: normal; }
#sysOfferUpdates h3 span { background-color: #fff; padding-right: 10px; }
#sysOfferUpdates { font-size: .9em; color: #626469; padding: 1em; }
#sysOfferUpdates a { text-decoration: none; }
#sysOfferUpdates a:hover { color: #87d300; text-decoration: underline; }
#sysOfferUpdates dl { margin: 0 0 2em 0; clear: both; }
#sysOfferUpdates dd.image { float: left; margin: 0 1em 1em 0; }
#sysOfferUpdates dd.image img { height: 45px; }
#sysOfferUpdates dt.releaseDate { display: none; }
#sysOfferUpdates dt {  }
#sysOfferUpdates dd { float: none; font-size: 1em; }
#sysOfferUpdates span.readMore { display: none; }

/* @end sysOfferUpdates
----------------------------------------- */





/*********************************************************************/
/***************************rangeDataSheetViewer*************************/
/*********************************************************************/

.rangeDatasheetViewer *{
	margin:0;
	padding:0;

	font-family:arial;
	/*font-style:normal;
	font-weight:normal;
	text-decoration:none;*/
	color:#6C6C6C;
	font-size:11px;

	background-color:transparent;
}

.rangeDatasheetViewer p.h1Container{
	margin-top:0;
	margin-bottom:0;
}


/*RangeData header*/
.rangeDatasheetViewer .rangeDatasheetViewerHeader{
	width:100%;
}
.rangeDatasheetViewer .rangeDatasheetViewerHeader .content{
	padding-bottom:25px;
}

.rangeDatasheetViewer .rangeDatasheetViewerHeader h1{
	font-weight:normal;
	text-decoration:none;
	color:#4fa600;
	font-size:24px;
}

.rangeDatasheetViewer .rangeDatasheetViewerHeader img{
	margin-top:15px;
}

.rangeDatasheetViewer .rangeDatasheetViewerHeader *{
	color:#4fa600;
	font-size:13px;
}

/*RangeData navigation*/

.rangeDatasheetViewer .rangeDatasheetViewerNav *{
	font-weight:bold;
	color:#626469;
	font-size:11px;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .leftCorner{
	width:8px;
	background-color:yellow;
	background-image:url(/images/grey_tab_left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#EAEAEA;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .rightCorner{
	width:8px;
	background-color:pink;
	background-image:url(/images/grey_tab_right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#EAEAEA;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .tabItem{
	padding:8px 2px;
	background-color:#EAEAEA;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .tabItem a{
	background-color:#EAEAEA;
}


.rangeDatasheetViewer .rangeDatasheetViewerNav .spacer{
	width:5px;
}

.prod_specs_content { font-size:8pt; }

.rangeDatasheetViewer .rangeDatasheetViewerNav a:hover{
	color:#4fa600;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .selectedTab .leftCorner{
	background-image:url(/images/green_tab_left.gif);
	background-color:#87D300;
	background-repeat:no-repeat;
	background-position:top left;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .selectedTab .rightCorner{
	background-image:url(/images/green_tab_right.gif);
	background-color:#87D300;
	background-repeat:no-repeat;
	background-position:top right;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .selectedTab .tabItem{
	padding-bottom:7pt;
	background-color:#87D300;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .selectedTab .tabItem a,
.rangeDatasheetViewer .rangeDatasheetViewerNav .selectedTab a:hover{
	background-color:#87D300;
	color:white;
}


.rangeDatasheetViewer .rangeDatasheetViewerNav .selectedTab .spacer{
	width:5px;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav{
	width:100%;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .RDSTabHeader{
	display:table-row;
	line-height:0;
	font-size:0;
	background-color:white;
	background-image:none;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .RDSTabHeader td{
	height:5px;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .selectedTab .RDSTabHeader{
	display:none;
}

.rangeDatasheetViewer .rangeDatasheetViewerNav .navSeparator{
	line-height:0;
	font-size:0;
	height:6px;
	background-color:#87d300;
}

/*DocumentSelection:subtitle*/
.rangeDatasheetViewer p.subtitle{
	margin-top:8px;
	margin-bottom:8px;

	font-weight:bold;
	font-size:13px;
	color:#4fa600;
}

/*DocumentSelection:links*/
.rangeDatasheetViewer .rangeDatasheetDocumentAccess{
	width:100%;
	margin-bottom:10px;
}

.rangeDatasheetViewer .rangeDatasheetDocumentAccess ul{
	width:100%;
	list-style-type:none;
}

.rangeDatasheetViewer .rangeDatasheetDocumentAccess li{
	height:27px;
	width:117px;
	float:left;
	list-style-type:none;
	margin-bottom:3px;
	overflow:hidden;
}

.rangeDatasheetViewer .rangeDatasheetDocumentAccess li.spacer{
	line-height:0;
	font-size:0;
	width:3px;
}

.rangeDatasheetViewer .rangeDatasheetDocumentAccess a{
	display:block;
	height:100%;
	width:100%;

	background-image:url(/images/grey_box.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.rangeDatasheetViewer .rangeDatasheetDocumentAccess a.rangeDatasheetDocAccessSelected{
	background-image:url(/images/green_box.gif);
}

.rangeDatasheetViewer .rangeDatasheetDocumentAccess a span{
	display:block;
	height:27px;
	width:117px;
	background:none;

	padding:5px;
	height:17px;
	width:107px;
	_height:27px;
	_width:117px;

	text-align:center;

	font-weight:bold;
	color:#4fa600;
	font-size:11px;
	cursor:pointer;
}
.rangeDatasheetViewer .rangeDatasheetDocumentAccess a.rangeDatasheetDocAccessSelected span{
	color:#ffffff;
}

/*RangeDatasheet:presentation*/
.rangeDatasheetViewer .rangeDatasheetPresentation .title{
	font-size:13px;
	font-weight:bold;
	color:#4fa600;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .richTextContent .colored, .rangeDatasheetViewer .rangeDatasheetPresentation .richTextContent .colored *{
	color:#4fa600;
}

/*left column*/
.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn{
	padding-top:10px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn img{
	margin-bottom:20px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn .richTextContent {
	margin-bottom:15px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn .richTextContent div{
	display:in-line;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn .lined{
	width:100%;
	text-align:left;
	background-image:url(/images/greenline_bg.gif);
	background-repeat:repeat-x;
	background-position:center center;
}
.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn .lined .title{
	background-color:white;
	padding-right:10px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn .title{
	background-color:none;

	margin-bottom:10px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn ul{
	list-style-type:none;
	list-style-position:outside;

	margin-top:5px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .leftColumn ul a{
	font-weight:bold;
	font-size: .9em;
	color:#87d300;
}

/*center column*/
.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn{
	padding-top:10px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .title{
	margin-bottom:30px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox td,
.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox td *{
	background-color:#eaeaea;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox .title{
	margin-bottom:10px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox td.top_left_corner{
	background-image:url(/images/rangedatasheet_grey_round_left_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox td.top_right_corner{
	background-image:url(/images/rangedatasheet_grey_round_right_top.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox td.low_left_corner{
	background-image:url(/images/rangedatasheet_grey_round_left_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox td.low_right_corner{
	background-image:url(/images/rangedatasheet_grey_round_right_bottom.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox .top,
.rangeDatasheetViewer .rangeDatasheetPresentation .centerColumn .roundedBox .bottom{
	line-height:0;
	font-size:0;
}

/*right column*/
.rangeDatasheetViewer .rangeDatasheetPresentation .rightColumn{
	padding-top:10px;
	text-align:center;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .rightColumn p{
	font-style:italic;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .rightColumn p.spacer{
	line-height:0;
	font-size:0;
	height:20px;
}

.rangeDatasheetViewer .rangeDatasheetPresentation .rightColumn p strong{
	font-weight:bold;
	display:block;
	font-style:italic;
}


/* @group Portals

============================================== */



#svPortal {

	margin-bottom: 1em;

	}



#svPortal dl {

	margin: 0;

	padding-top: .5em;

	}



#svPortal dl.first {

	margin-top: 0em;

	}



.content dt { margin-bottom: 0em; }



.content #svPortal dt.releaseDate {

	font-size: 1em;

	font-weight: normal;

	color: #999;

	 margin-bottom: .5em;

	}



.content #svPortal dd { margin-bottom: 0; }



.content dd.summary span.readMore { font-size: .9em; }



.content dd.credits {

	float: left;

	margin-bottom: 1.2em;

	margin-right: .75em;

	font-size: 1em;

	color: #666;

		line-height: 1.2;

	}



.content dd.comments, .content dd.tags, .content dd.ratings {

	float: left;

	margin-bottom: 1em;

	padding: 0 .5em 0 0;

	font-size: 1em;

	}



.content dd.comments, .content dd.tags, .content dd.credits {

	line-height: 20px; /*To acommodate height of stars*/

	}



img.ratestars {

	border: 0 !important;

	padding: 0 !important;

	margin: 0 !important;

}



.content dd.comments {

	padding: 0 .5em 0 13px;

	background: url(../images/icon_comments.gif) no-repeat 0 50%;

	}



.content dd ul { list-style: none; }



.content dd li {

	display: inline;

	margin: 0;

	padding-right: 1em;

	}



.content dd li a { border: 0; }





/* @group Float Thumbnails Left

============================================== */



.content #svPortal .hasImage dd.image {

	border: 1px solid #ccc;

	float: left;

	margin: 0 .5em 0 0;

	padding: 2px;

	position: relative;

	}



.content #svPortal dl.portal-subsection { background: url(/us/images/bg_border_dot.gif) repeat-x 50% top; }

.content #svPortal dl.portal-subsection dt.block-title { font-size: 1em; margin: 0; }

.content #svPortal dl.portal-subsection dt.block-title dd.summary { margin-bottom: 1em; }

.content #svPortal dl.portal-subsection dt.block-title span a { color: #626469; }

.content #svPortal dl.subPortal a dd.thumbnail, .content #svPortal dd.thumbnail { cursor: pointer; display: block; float: left; height: 59px; margin: 0; padding: 0; position: relative; width: 75px; }

.content #svPortal dl.subPortal a dd.thumbnail span.img-bkg, .content #svPortal dd.thumbnail span.img-bkg { height: 52px; left: 2px; overflow: hidden; position: absolute; top: 2px; width: 64px; }

.content #svPortal dl.subPortal a dd.thumbnail span.overlay, .content #svPortal dd.thumbnail span.overlay { background: url(../images/corners/shadow_frame.png) no-repeat left top; display: block; height: 59px; left: 0px; position: absolute; top: 0px; width: 72px; }

.content #svPortal dl dl.subPortal { clear: none; float: left; font-size: 1em; margin: 0 15px 0 0; width: 165px; }

.content #svPortal dl dl.first {  }

.content #svPortal dl.subPortal dt { clear: both; font-size: .9em; }

.content #svPortal dl.subPortal dd { font-size: .9em; font-weight: normal; line-height: 1.3em; }

.content #svPortal .hasImage dt { 	}





/* @end Float Thumbnails Left

----------------------------------------- */



/* @end Portals

----------------------------------------- */
