/* FSL CSS WSRD 1 2006-07 */
body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #51626f;
}
.hide {
	display: none;
	visibility: hidden;
}
.black {
	color: #000;
}
a {
	color: #017bba;
	text-decoration: none;
}
a:hover {
	color: #017bba;
	text-decoration: underline;
}
h1 {
	line-height: 28px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
h2 {
	line-height: 26px;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	clear:both;
}
h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	clear:both;
}
h4 {
	line-height: 26px;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	clear:both;
}
h5 {
	line-height: 26px;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	clear:both;
}
h6 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/* Commented by r9117z to enable bullet effect */
/* 
ul {
	padding: 0px;
	margin: 10px 0px;
	list-style: none;
}
*/
#pgwrp {
	padding: 0px;
	margin: 0px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
/* Page intro class, for paddining issues with p tag*/
.intro {
	margin-top: 0px;
}
/* homepage CSS */
#hmhdr {
	padding: 0px;
	margin: 0px;
	width: 988px;
	height: 50px;
	position: relative;
	margin-top: 10px;
}
#hmlgo {
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 170px;
	float: left;
}
#hmnvwrp {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	right: 0px;
	bottom: 5px;
	position: absolute;
}
/* Main Content CSS */
/* Begin Header CSS */
#hedr {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 990px;
}
#lgo {
	padding: 0px;
	margin: 0px;
	width: 162px;
	float: left;
	height: 50px;
}
#nvw {
	padding: 0px;
	margin: 0px;
	height: 50px;
	float: right;
	width: 825px;
	margin-left: 3px;
}
#nvw .lt {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 612px;
	border-top: 1px solid #c4cfd1;
	border-left: 1px solid #c4cfd1;
	border-bottom: 1px solid #c4cfd1;
}
#nvw .lt .tp {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 18px;
	padding-top: 5px;
	line-height: 15px;
	border-bottom: 1px solid #c4cfd1;
}
#nvw .lt .bt {
	margin: 0px;
	padding: 0px;
	display: block;
}
#nvw .rt {
	padding: 0px;
	margin: 0px;
	display: block;
	float: right;
	width: 212px;
}
#nvw .flwth {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 822px;
	border: 1px solid #c4cfd1;
	background-color: #c4cfd1;
}
#nvw .flwth .tp {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 18px;

	padding-top: 5px;
	line-height: 15px;
	background-color: #fff;
	border-bottom: 1px solid #c4cfd1;
}
#nvw .flwth .btl {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 612px;
}
#nvw .flwth .btr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	width: 209px;
	height: 22px;
}
/* Begin Global Nav and drop down styles , i.e. countries, login, etc. */
#tpl {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}
#tpnv, #tpnv ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}
#tpnv a {
	display: block;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	color: #017bba;
	font-size: .9em;
	background: url(/shared/images/navigation/seperator_3094B4.gif) center right no-repeat;
}
#tpnv .lgn {
	background-image: none;
	padding-right: 10px;
}
#tpnv a:hover {
	text-decoration: underline;
}
#tpnv li {
	float: left;
}
#tpnv li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 150;
}
#tpnv li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0px;
}
#tpnv  li > ul {
	top: auto;
	left: auto;
}
#tpnv li:hover ul, li.over ul{
	display: block;
}
#tpnv li:hover, li.sfhover {
}
#tpnv li:hover ul, #tpnv li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: auto;
	display: block;
	padding: 0px 1px 1px 1px;
	border: 1px solid #C3CFD1;
}
#tpnv .cl {
	padding: 0px;
	margin-left: 5px;
	text-align: left;
	background-color: #fff;
}
#tpnv .cl a {
	border-top: 1px solid #fff;
	font-weight: normal;
	color: #51626f;
	text-decoration: none;
	width: 148px;
	line-height: 1.2em;
	background-color: #E0E6E6;
	padding: 2px 5px 2px 5px;
	background-image: none;
}
#tpnv .cl a:hover {
	text-decoration: underline;
	background-color: #c4cfd1;
}
/* End Global Nav */
/* Content Nav & Dropdowns I.e Products, applications , etc ... */
#cnvw {
	margin: 0px;
	border-top: 1px solid #c4cfd1;
	border-bottom: 1px solid #c4cfd1;
	padding: 0px;
	display: block;
	float: left;
}
#cnv, #cnv ul {
	float: left;
	list-style: none;
	line-height: 16px;
	background: #fff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#cnv ul {
	background-color: #fff;
	width: 212px;
	padding: 0px;
}
#cnv a {
	display: block;
	width: 86px;
	color: #51626f;
	background-color: #c4cfd1;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 3px 5px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}
#cnv a:hover {
	background-color: #D3DBDC;
	text-decoration: underline;
}
#cnv h3 {
	font-weight: bold;	
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
/* Products */
#cnv a.pd {
	margin-left: 1px;
}
/* About Freescale */
#cnv a.ab {
	width: 115px;
}
#cnv li {
	float: left;
	padding: 0px;
}
#cnv li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 212px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	background-color: #fff;
	display: block;
	z-index: 100;
	border: 1px solid #c4cfd1;
}
#cnv li li {
	width: 212px;
}
#cnv li ul a {
	width: 212px;
	w\idth: 212x;
}
#cnv li ul ul {
	top: 0px;
	margin-left: 212px;
}
#cnv li:hover ul ul, #cnv li:hover ul ul ul, #cnv li.sfhover ul ul, #cnv li.sfhover ul ul ul {
	left: -999em;
}
#cnv li:hover ul, #cnv li li:hover ul, #cnv li li li:hover ul, #cnv li.sfhover ul, #cnv li li.sfhover ul, #cnv li li li.sfhover ul {
	left: auto;
}
#cnv li:hover, #cnv li.sfhover {
	background: none;
}
#cnv .dnv {
	width: 212px;
	padding: 0px 0px 1px 0px;
	border: 1px solid #c4cfd1;
	margin: 0px 0px 0px -1px;
	font-size: .9em;
}
#cnv .dnv a {
	width: 201px;
	font-weight: normal;
	color: #51626f;
	line-height: 1.2em;
	text-decoration: none;
	vertical-align: middle;
	background-color: #E0E6E6;
	padding: 3px 5px 3px 5px;
	text-align: left;
	margin: 0px;
	border-top: 1px solid #fff;
}
#cnv .dnv a:hover {
	text-decoration: underline;
	background-color: #c4cfd1;
}
/*  Begin Breadcrumbs CSS */
#bc {
	margin: 0px;
	padding: 8px 0px;
	font-size: .9em;
	line-height: 1.4em;
}
#bc ul {
	margin: 0px;
	padding: 0px;
}
#bc li {
	display: inline;
	list-style: none;
}
#bc a {
	color: #51626f;
	text-decoration: none;
	padding-right: 1.4em;
	background: url(/shared/images/navigation/arrow_506270.gif) center right no-repeat;
}
#bc a:hover {
	color: #51626f;
	text-decoration: underline;
	background: url(/shared/images/navigation/arrow_506270.gif) center right no-repeat;
}
/* End Breadcrumbs CSS */

/* Begin Global Searchbox */
#serchw {
	padding: 0px;
	margin: 0px;
	border: 1px solid #c4cfd1;
	display: block;
	width: 210px;
	background-color: #fff;
}
#hserchw {
	padding: 0px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #c4cfd1;
	display: block;
	width: 210px;
	background-color: #fff;
}
/* b1 as written, correcting toplevel */
#serch {
	margin: 1px;
	background-color: #dae2e4;
	padding-bottom: 0px;
	padding-top: 1px;
	height: 45px;
}
/* b1 as written, correcting toplevel */
*+html #serch {
	margin: 1px;
	background-color: #dae2e4;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 46px;
}
#serch a {
	color: #51626f;
	text-decoration: none;
}
#serch a:hover {
	text-decoration: underline;
}
#serch h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 2px 0px 0px 0px;
	margin: 0px 8px;
	border: none;
	font-weight: normal;
}
* html #serch h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 2px 0px 0px 0px;
	margin: 1px 0px;
	border: none;
}
#serch h1.a {
	color: #51626f;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#serch h1.a:hover {
	color: #51626f;
	text-decoration: underline;
}
#serch form {
	margin: 0px;
	padding: 2px 5px 0px 5px;
}
* html #serch form {
	margin: 0px;
	padding: 2px 5px 0px 5px;
}
#serch form .textbox {
	width: 148px;
	height: 13px;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 5px;
	border: 1px solid #A5ACB2;
	padding: 1px 2px 2px 2px;
}
* html #serch form .textbox {
	width: 148px;
	height: 13px;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 5px;
	border: 1px solid #A5ACB2;
	padding: 0px 2px 2px 2px;
}
#serch form .button {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px -2px 0px;
	vertical-align: top;
}
/* End Searchbox */
/* Homepage styles*/
#hmpnls {
	padding: 0px;
	margin: 0px;
	width: 988px;
	height: 286px;
	background-color: #fff;
	padding-bottom: 7px;
	border-right: 1px solid #c4cfd1;
	border-left: 1px solid #c4cfd1;
}
.morearrow {
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.morearrow a {
	display: block;
	text-decoration: none;
	background-image: url(/shared/images/misc/arrow_down_off_icon.gif);
	width: 17px;
	height: 17px;
	margin: 0px;
	padding: 0px;
}
.morearrow a:hover {
	display: block;
	text-decoration: none;
	background-image: url(/shared/images/misc/arrow_down_on_icon.gif);
	margin: 0px;
	padding: 0px;
}
.rtarw {
	position:absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	z-index: 25;
}
.rtarw a {
	text-decoration: none;
	background: url(/shared/images/misc/arrow_right_off_icon.gif) right top no-repeat;
	padding: 2px 0px;
	line-height: 17px;
}
.rtarw a:hover {
	text-decoration: none;
	background: url(/shared/images/misc/arrow_right_on_icon.gif) right top no-repeat;
	color: #017bba;
}
* html .rtarw a:hover {
	text-decoration: none;
	background: url(/shared/images/misc/arrow_right_on_icon.gif) right top no-repeat;
}
.rtarw .txt {
	margin-right: 20px;
}
#hmpnls {
	display: block;
}
#hmpnls h1 {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	padding-left: 8px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
}
#hmpnls h1 a {
	color: #51626f;
}
#hmpnls ul {
	margin: 0px;
	padding: 0px;
}
#hmpnls li {
	list-style: none;
}
#hmpnls p {
	padding: 0px 5px 0px 5px;
}
#hmlt {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 773px;
	float: left;
	background-color: #fff;
}
#flshpnl {
	padding: 0px;
	margin: 0px;
	width: 770px;
	height: 264px;
	margin: 2px 1px 2px 2px;
	background-color: #fff;
}
#hmprd {
	margin: 0px 2px 2px 2px;
	border: 1px solid #c4cfd1;
	padding: 0px;
	float: left;
	display: block;
	width: 513px;
	position: relative;
}
* html #hmprd {
	margin: 0px 0px 2px 1px;
	border: 1px solid #c4cfd1;
	padding: 0px;
	padding-bottom: 6px;
	float: left;
	display: block;
	width: 518px;
	position: relative;
}
*+html #hmprd {
	margin: 0px 0px 2px 2px;
	border: 1px solid #c4cfd1;
	padding: 0px;
	padding-bottom: 6px;
	width: 513px;
	background-color: #fff;
	position: relative;
}
#hmprd ul {
	font-size: 1em;
}
#hmprd .lstl {
	border-right: 1px dotted #9b9c9c;
	width: 240px;
	float: left;
	margin: 8px 15px 13px 15px;
	padding: 0px;
}
* html #hmprd .lstl {
	background: url(/shared/images/misc/dot_side.gif) top right repeat-y;
	border-right: none;
	width: 240px;
	float: left;
	margin: 8px 8px 12px 8px;
	padding: 0px;
	padding-bottom: 4px;
}
*+html #hmprd .lstl {
	background: url(/shared/images/misc/dot_side.gif) top right repeat-y;
	border-right: none;
	width: 240px;
	float: left;
	margin: 8px 15px 11px 8px;
	padding: 0px;
	padding-bottom: 6px;
}
#hmprd .lstr {
	float: right;
	margin: 8px 15px 8px 0px;
	padding: 0px;
	width: 215px;
}
#hmprd h1 {
	border: none;
	margin: 1px;
	padding: 2px 0px 3px 0px;
	padding-left: 4px;
	background: url(/shared/images/misc/header_bg_db.gif) center right no-repeat;
}
#hmprd h1 .par {
	color: #51626f;
	padding-left: 10px;
	margin: 0px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
}
#hmapp {
	margin: 0px 2px 2px 0px;
	padding: 0px;
	border: 1px solid #c4cfd1;
	display: block;
	margin-left: 519px;
	width: 251px;
	position: relative;
}
* html #hmapp {
	margin: 0px 1px 2px 0px;
	padding: 0px;
	border: 1px solid #c4cfd1;
	display: block;
	margin-left: 519px;
	width: 245px;
	position: relative;
}
*+html #hmapp {
	margin: 0px 2px 2px 0px;
	padding: 0px;
	border: 1px solid #c4cfd1;
	display: block;
	width: 250px;
	float: right;
	position: relative;
}
#hmapp h1 {
	border: none;
	margin: 1px;
	padding: 2px 0px 3px 0px;
	padding-left: 4px;
	background: url(/shared/images/misc/header_bg_db.gif) center right no-repeat;
}
#hmapp h1 .apar {
	color: #51626f;
	padding-left: 10px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
}
#hmapp ul {
	padding: 8px 15px 13px 15px;
	font-size: 1em;
}
* html #hmapp ul {
	padding: 8px 15px 11px 15px;
	font-size: 1em;
}
#hmbtlk {
	margin: 0px 1px 0px 2px;
	border: 1px dotted #9b9c9c;
	float: left;
	padding: 0px;
}
* html #hmbtlk {
	margin: 1px;
	float: left;
	padding: 1px;
	background: url(/shared/images/misc/bl_bg.gif) 0 0 no-repeat;
	border: none;
}
#btwrp {
	display:block;
}
#hmbtlk h1 {
	padding: 3px 5px 3px 5px;
	margin: 0px 1px;
	display: block;
	float: left;
	width: 246px;
	border: none;
	background: url(/shared/images/misc/header_bg_lb.gif) center right no-repeat;
}
* html #hmbtlk h1 {
	padding: 3px 5px 4px 5px;
	margin: 0px 1px 1px 1px;
	display: block;
	float: left;
	width: 246px;
	border: none;
	background: url(/shared/images/misc/header_bg_lb.gif) center right no-repeat;
}
#hmbtlk .tech {
	width: 240px;
}
* html #hmbtlk .tech {
		width: 237px;
}
#hmbtlk h1 a,#hmbtlk h1 a:hover {
	color: #51626f;
}
#hmbtlk h1 .ar {
	padding-left: 10px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
}
#hmrt {
	padding: 0px;
	margin: 1px 2px 0px 0px;
	display:block;
	float: right;
	background-color: #fff;
	color: #51626f;
	border: none;
}
* html #hmrt {
	padding: 0px;
	margin: 1px 1px 0px 1px;
	display:block;
	float: right;
	background-color: #fff;
	color: #51626f;
	border: none;
}
#hmrt a, #hmrt a:hover {
	color: #51626f;
	padding-left: 0;
	padding-right: 0;
}
#hmrt ul {
	padding: 0px;
	margin: 0px;
}
#rtlnk {
	width: 212px;
	margin: 0px;
	padding: 0px;
	background-image: url(/shared/images/misc/rl_bg_full.gif);
	background-repeat: no-repeat;
}
#rtlnk li {
	list-style: none;
	border-bottom: 1px dotted #9b9c9c;
	margin: 0px;
	padding: 5px 0 5px 5px;
	padding-left: 0;
}
* html #rtlnk li {
	list-style: none;
	border-bottom: none;
	margin: 0px;
	padding: 5px 0 5px 5px;
	padding-left: 0;
	background: url(/shared/images/misc/hr1.gif) bottom left repeat-x;
}
#rtlnk li a {
	color: #51626f;
	padding-left: 10px;
	padding-right: 5px;
}
#rtlnk .ar {
	margin-left: 6px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
}
#hmnws {
	width: 210px;
	display: block;
	border: 1px solid #c4cfd1;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	position: relative;
}
* html #hmnws {
	width: 210px;
	display: block;
	border: 1px solid #c4cfd1;
	margin: 2px 0px 0px 0px;
	padding: 5px 0px 6px 0px;
	position: relative;
}
#hmnws h1 {
	border: none;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	padding-left: 10px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
}
#hmnws p {
	padding: 0px 5px 6px 5px;
	margin: 0px 10px;
	font-size: .9em;
}
* html #hmnws p {
	padding: 0px 5px 5px 5px;
	margin: 0px 10px;
	font-size: .9em;
}
#hmsppl {
	width: 210px;
	margin: 2px 0px 0px 0px;
	border: 1px solid #c4cfd1;
	padding: 0px;
	position: relative;
}
#hmsppl ul a, #hmsppl ul a:hover {
	color: #017bba;
}
#hmsppl h1 {
	border: none;
	margin: 1px;
	padding: 2px 0px 3px 0px;
	padding-left: 4px;
	background: url(/shared/images/misc/header_bg_lb.gif) center right no-repeat;
}
#hmsppl h1 .sar {
	padding-left: 10px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
}
#hmsppl ul {
	padding: 8px 10px 26px 15px;
	font-size: 1em;
}
#hmbtm {
	padding: 2px 2px;
	margin: 0px 0px;
	display:block;
	width: 984px;
	clear: both;
	background-color: #F0F1F1;
}
* html #hmbtm {
	padding: 0px 2px 2px 2px;
	margin: 0px 0px;
	display:block;
	width: 984px;
	clear: both;
	background-color: #F0F1F1;
}
#tkrwrp {
	padding: 2px 5px;
	margin: 0px;
	width: 972px;
	border: 1px solid #C3CFD1;
	background-color: #fff;
	position: relative;
}
* html #tkrwrp {
	padding: 3px 5px 2px 5px;
	margin: 0px;
	width: 972px;
	border: 1px solid #C3CFD1;
	background-color: #fff;
	position: relative;
}
#tkrwrp h1 {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
	display: block;
	float: left;
	width: 85px;
	line-height: 1.2em;
}
#tkrwrp a {
	color: #51626f;
	text-decoration: none;
}
#tkrwrp a:hover {
	color: #51626f;
	text-decoration: underline;
}
#ticker {
	border: none;
	margin: 0px;
	padding: 0px;
	margin-left: 100px;
	line-height: 1.4em;
}
#ticker a {
	color: #017bba;
	text-decoration: none;
}
#ticker a:hover {
	color: #017bba;
	text-decoration: underline;
}
/* Class for cframe content */
.cframe {
	margin: 0px 0px 0px 160px;
}
.tfo{
	/* the following code works in IE7 (and firefox) and is the proper code, but breaks in IE6 
	bottom: 2px;*/
	position: absolute;
	right: 2px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.tfo a {
	display: block;
	text-decoration: none;
	background-image: url(/shared/images/misc/tools_off_icon.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 14px;
	margin: 0px;
	padding: 0px;
}
.tfo a:hover {
	display: block;
	text-decoration: none;
	background-image: url(/shared/images/misc/tools_on_icon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#flshc {
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-collapse: collapse;
}
#ftr {
	position: relative;
	float: left;
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 988px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #C3CFD1;
	font-size: .9em;
	background-color: #fff;
	z-index: 1;
}
#ftr ul {
	margin: 0px;
	padding-left: 0px;
	display: block;
}
#ftr li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px;
}
#ftr a {
	text-decoration: none;
	color: #017bba;
	padding-right: 10px;
	padding-left: 10px;
	background: url(/shared/images/navigation/seperator_50626E.gif) center right no-repeat;
}
#ftr .copyright {
	float: right;
	padding-right: 5px;
}
#ftr .rss {
	padding-left: 15px;
	margin-left: 10px;
	background: url(/shared/images/misc/rss_feed.gif) center left no-repeat;
}
#ftr a:hover {
	text-decoration: underline;
}
/* Popup styles */
.popup, .popup ul { /* all left nav lists */
	padding: 0px 0px 1px 1px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 208px;
	display: block;
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #c4cfd1;
	position: relative;
}
.popup a {
	color: #51626f;
	text-decoration: none;
}
.popup a:hover {
	color: #51626f;
	text-decoration: underline;
}
.popup .parent {
	border-top: 1px solid #fff;
	padding: 3px 12px 3px 5px;
	text-indent: 20px;
	background: url(/shared/images/misc/tools_bg.gif) center right no-repeat;
	background-color : #c4cfd1;
}
.popup .parent a{ 
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}
.popup .parent a:hover{ 
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
}
.popup li a {
	width: 190px;
	w\idth : 190px;
	display : block;
	font-weight : normal;
	text-decoration : none;
	background-color: #E0E6E6;
	margin : 0px;
	padding: 3px 12px 3px 5px;
	border-top: 1px solid #fff;
}
.popup li a:hover {
	width: 190px;
	w\idth : 190px;
	display : block;
	text-decoration : underline;
	background-color : #c4cfd1;
	margin : 0px;
	padding: 3px 12px 3px 5px;
	border-top: 1px solid #fff;
}
.clsx {
	margin: 0px;
	padding: 0px;
	background: none;
	width: 9px;
	height: 9px;
	z-index: 50;
}
/* small italics ... */
.si {
	font-size: .8em;
	font-style: italic;
}
/* page ftr, or in page content (see buy direct page )  */
.pf {
	padding-top: 20px;
	background: url(/shared/images/misc/hr1.gif) left top repeat-x;
}
.ff {
	display: block;
	padding-top:5px;
	margin: 15px 0px 20px 0px;
	border: none;
	background: url(/shared/images/misc/hr1.gif) left top repeat-x;
}
.bb {
	padding-bottom:10px;
	border-bottom: 1px dotted #9C9C9C;
}
.floatleft {
	text-align: left;
	display: inline;
	width: 50%;
}
.floatright {
	text-align: right;
	display: inline;
	width: 50%;
	left: 200px;
	position: relative;
}
.floatdown {
	display: inline;
	width: 75%;
	position: relative;
	left: 5px;
	top: 36px;
}
/* thumbnail class, padding etc ... */
.thumb {
	float: left;
	padding: 0px 10px 10px 0px;
}
.bkflt {
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}
.pdtn {
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0px;
	width: 100%;
	height: 10px;
}
.lgntxt {
	font-size: .8em;
	margin: -4px 0px 0px 0px;
	line-height: 1.2em;
	padding: 0px;
	padding-bottom: 6px;
	display: block;
}
#lgnbx {
	margin: 1px;
	background-color: #DAE2E4;
	position: relative;
	font-size: .9em;
}
#lgnbx a {
	text-decoration: none;
}
#lgnbx a:hover {
	text-decoration: underline;
}
#lgnbx h6 {
	color: #51626f;
	font-size: 1.2em;
	padding: 2px 5px 3px 0px;
	margin:0px 5px;
	border: none;
}
#lgnbx form {
	margin: 0px;
	padding: 0px 5px 2px 5px;
}
#lgnbx form .txtbx {
	width: 150px;
	height: 15px;
	font-size: .9em;
	line-height: 16px;
	margin: 2px 0px;
	border: 1px solid #A5ACB2;
	padding: 0px;
	vertical-align: top;
	color: #51626f;
}
#nwmbr {
	margin: 1px;
	background-color: #DAE2E4;
	position: relative;
	font-size: .9em;
	padding: 3px 5px;
}
#nwmbr a {
	text-decoration: none;
}
#nwmbr a:hover {
	text-decoration: underline;
}
#nwmbr h6 {
	color: #51626f;
	font-size: 1.2em;
	padding: 0px 0px 3px 0px;
	margin:0px;
	border: none;
}
#nwmbr p {
	padding: 0px;
	margin: 5px 5px 2px 5px;
	margin-right: 0px;
	text-align: right;
}
.smblk {
	font-size: .9em;
	color: #51626f;
}
.blb {
	margin: 0px;
	border-top: 1px solid #c4cfd1;
	margin-top: 8px;
}
.blbd {
	margin: 6px 0px 8px 0px;
	border-top: 1px solid #c4cfd1;
}
/*tool tips */
.ttwrp {
	border: 1px solid #c4cfd1;
	font-size: .9em;
	width: 200px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.ttwrp .tt {
	border: 1px solid #fff;
	background-color: #E0E6E6;
	padding: 5px;
}
div.hrw {
	background: #fff url(/shared/images/misc/hr1.gif) repeat-x scroll center;
	margin: 0;
	padding: 0;
	height: 1px;
}
div.hrw hr {
	display: none;
	margin: 0;
	padding: 0;
}
/* generic clear right, for floated items ... */
.clrt {
	clear: right;
}
/* to call diamond img not located in shared dir */
#hmpnls .clm1 {
	display: block;
	float: left;
	width: 240px;
	height: 278px;
	margin: 7px 0px;
	padding: 0px 7px 0px 12px;
	position: relative;
	background: url(/files/worldwide/homepage/images/HMCHP.jpg) top center;
	background-repeat: no-repeat;
	z-index: 15;
}
#hmpnls .clm1 .tp {
	display: block;
	height: 175px;
	position: relative;
}
#hmpnls .clm1 .tp p {
 margin: 0px;
	padding: 0px;
	padding-top: 96px;
}
#hmpnls .clm1 .bt {
	display: block;
	height: 90px;
	margin-top: 7px;
	padding-top: 10px;
	background: url(/shared/images/misc/hr1.gif) top left repeat-x;
}
#hmpnls .clm2 {
	position:relative;
	display: block;
	float: left;
	width: 238px;
	height: 278px;
	margin: 7px 7px 7px 0px;
	/* padding: 0px 7px 0px 12px; */
	padding: 0px 7px 0px 7px;
	background:url(/shared/images/misc/dot_side.gif) top left repeat-y;
}
#hmpnls .clm2 .tp {
	display: block;
	height: 205px;
	position: relative;
}
#hmpnls .clm2 .tp p {
 margin: 0px;
	padding: 0px;
	padding-top: 96px;
}
#hmpnls .clm2 .bt {
	display: block;
	height: 60px;
	margin-top: 7px;
	padding-top: 10px;
	background: url(/shared/images/misc/hr1.gif) top left repeat-x;
}
#hmpnls .clm3 {
	display: block;
	float: left;
	width: 245px;
	height: 278px;
	margin: 7px 0px;
	/* padding: 0px 7px 0px 12px; */
	padding: 0px 7px 0px 7px;
	background: url(/shared/images/misc/dot_side.gif) top left repeat-y;
}
#hmpnls .clm3 .tp {
	display: block;
	height: 161px;
}
/* this allows country menu to overlap .clm3 .tp in ie6 */
#hmpnls .clm3 .tp .rtarw{
 position: relative;
/* padding-top: 0px; */
}
#hmpnls .clm3 .bt {
	position: relative;
	display: block;
	height: 102px;
	margin-top: 7px;
	padding-top: 7px;
	background: url(/shared/images/misc/hr1.gif) top left repeat-x;
}
#hmpnls .clm4 {
	display: block;
	float: left;
	height: 278px;
	width: 197px;
	margin: 7px 0px 7px 0px;
	/* padding: 0px 7px 0px 12px; */
	padding: 0px 7px 0px 7px;
	background: url(/shared/images/misc/dot_side.gif) top left repeat-y;
}
#hmpnls .clm2 ul, #hmpnls .clm3 ul, #hmpnls .clm4 ul{
padding-left: 9px;
}
#hmpnls .clm4 .tp {
	position:relative;
	display: block;
	height: 161px;
}
#hmpnls .clm4 .bt {
	position: relative;
	display: block;
	height: 102px;
	margin-top: 7px;
	padding-top: 7px;
	background: url(/shared/images/misc/hr1.gif) top left repeat-x;
}
#cfjsns {
border-left: 1px solid #c4cfd1;
width: 989px;
height: 246px;
}
#cfj {
width: 777px;
height: 246px;
float: left;
margin: 0px;
padding: 0px;
background: #c4cfd1;
}
#cnvhms {
border-top: 1px solid #c4cfd1;
border-bottom: 1px solid #c4cfd1;
height: 24px;
width: 777px;
background: url(/files/worldwide/shared/images/misc/HM_CNAV_BG.gif) center right no-repeat;
}
#sersp {
width: 212px;
height: 246px;
float: right;
margin: 0px;
padding: 0px;
}
/* #cnv a.parm { background-color: #dae2e4; width: 135px; margin-right: 0px; text-align: left; padding-left: 25px; background-image: url(/shared/images/navigation/arrow_506270.gif); background-repeat: no-repeat; background-position: 90% 50%; }
#serchw { border-left-color: #dae2e4; }
#serch { margin-left: 0px; }
#serch form { padding-left: 6px; }
*+html #serch { margin-left: -1px; }*/

.productHomeBox{
		height: auto;
		overflow: hidden;
		margin: 0px 0px 0px 0px;
	}
	.productHomeBox h4{
	padding: none;
	margin: 0px 0px 0px 0px;
	}
	.productHomeBox img{
	text-align:left;
	padding: 0px 10px 0px 0px;
	border: none;
	float: left;
	}
	.moreLessButton{
		padding: 10px 0px 10px 0px;
		text-align: right;
	}
	.moreLessButton a{
		text-decoration: none;
	}	
	.moreLessButton a img{
		border: none;
		margin-left: 5px;
		vertical-align:middle;
	}



div.hrw {
  background: #fff url(/shared/images/misc/hr1.gif) repeat-x scroll center;
	margin: 0;
	padding: 0;
	height: 1px;
}
div.hrw hr {
  display: none;
	margin: 0;
	padding: 0;
}

.dhtmlwindow{
	position: absolute;
	border: 1px solid #c3cfd1;
	visibility: hidden;
	background-image:url(/shared/images/blockViewerBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	.drag-handle{ /*CSS for Drag Handle*/
	padding: 8px 5px 0px 10px;
	text-indent: 3px;
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 31px;
	font-weight:bold;
	/*added by b12874 for WOW-Online Feedaback on 1/11/2008 START*/
	background-image:url(/shared/images/blockViewerBG.jpg);
	/*added by b12874 for WOW-Online Feedaback on 1/11/2008 END*/
	}
	.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
	}
	.drag-contentarea{ /*CSS for Content Display Area div*/
	background-color: white;
	padding: 2px;
	overflow: auto;
	}

#pbar { margin: 8px 0 0; background: #deeff7; height: 25px; border: 1px solid #b3d7ed; }

/* properties for different pages start */
/* most pages */ #pbar { padding: 0 5px 1px; width: 796px; }
/* IE6 3px problem */ * html #pbar { padding: 0 5px 1px 2px; width: 796px; }
/* iframe pages */ #mncnt.iframe #pbar { width: 966px; }
/* serp and psp tabs */ #mncnt1 #pbar { padding: 0 5px 1px 0; width: 980px; }
/* serp */ #pbarForMSerp #pbar { margin-bottom: 0; width: 980px; }
/* product bus station */ #pbarForProdLib #pbar { width: 966px; margin-left: 8px; }
/* taxonomy pages */ #pbarForTax #pbar { padding: 0 5px 1px; width: 806px; }
/* application pages */ #pbarForApp #pbar { padding: 0 5px 1px; width: 805px; float: left; }
/* HOMEPAGE */ #hmhdr #pbar { margin: 0; padding: 0 5px; background: #fff; width: 786px; border: 1px solid #fff; float: right; }
/* HOMEPAGE IE6 3px problem */ * html #hmhdr #pbar { padding: 0 2px 0 5px; }

/* pbar first descendants */
#pbar img { margin: 0 3px 0 0; border: 0; vertical-align: text-bottom; }
#pbar a, #pbar a:visited, #pbar a:hover, #pbar a:active { text-decoration: none; cursor: pointer; display: block; }
#pbar a.nostyle, #pbar a.nostyle:visited, #pbar a.nostyle:hover, #pbar a.nostyle:active { text-decoration: none; cursor: text; }
#pbar ul { margin: 0; padding: 0; list-style: none; }
#pbar li { margin: 2px; padding: 3px 8px 3px 6px; background: #deeff7 url(http://www.freescale.com/shared/images/pbar_divider.gif) no-repeat right center; font-weight: bold; font-size: 0.9em; /* line-height: 16px; */ float: left; }
#pbar li.first { padding: 2px 1px 3px 3px; background-image: none; font-size: 1em; }
#pbar li.last { background-image: none; }

/* properties required in index.html */
#hmhdr #pbar li { }
#hmhdr #pbar ul { float: right; }
#hmhdr #pbar #pbarNav ul { float: left; }
#hmhdr #pbar a { background: #fff; text-decoration: none; border: 0; display: block; }
#hmhdr #pbar a:hover { background: #fff; text-decoration: underline; border: 0; }
/*	welcome[unused] - - #hmhdr #pbar #pbarNav a.wc, #hmhdr #pbar #pbarNav a.wc:hover { color: #51626f; text-decoration: none; cursor: text; }
	nostyle[unused] - - #hmhdr #pbar a.nostyle, #hmhdr #pbar a.nostyle:hover { background: #fff; border: 0; } */
#hmhdr #pbar .persMenu li { clear: both; font-size: 90%; width: 130px; }
#hmhdr #pbar .persMenu { margin: 2px 0 0; }
#hmhdr #pbar .persMenu a { margin: 0; padding: 3px; color: #51626f; text-decoration: none; display: block; overflow: hidden; }
#hmhdr #pbar .persMenu a:hover { background: #e0e6e6; color: #51626f; font-weight: bold; text-decoration: none; }
#hmhdr #pbar a.login:hover { background: #fff; border: 0; }
#hmhdr #pbar li.first { }
#hmhdr #pbar li.first a:hover { text-decoration: none; }
#hmhdr #pbar li.last { margin: 2px 0 2px 2px; padding: 3px 3px 3px 6px; background: none; }

/* pbarNav links */
#pbarNav a { background-color: inherit; text-decoration: none; border: 1px solid #deeff7; }
#pbarNav a:hover { background: #c4cfd1; text-decoration: none; border: 1px solid #017bba; }
#pbarNav a.login, #pbarNav a.nostyle { float: left; }
#pbarNav a.login:hover { background: #deeff7; text-decoration: underline; border: 1px solid #deeff7; }
#pbarNav a.nostyle:hover { background: #deeff7; border: 1px solid #deeff7; cursor: text; }
#pbarNav a.firstcolor, #pbarNav a.firstcolor:hover, #pbarNav a.wc, #pbarNav a.wc:hover { color: #51626f; }
#pbarNav a.firstcolor:hover, #pbarNav a.wc:hover { background: #deeff7; color: #51626f; border: 1px solid #deeff7; cursor: text; }

/* pbarNav nested lists */
#pbarNav li ul { padding: 0 0 6px; background: #fff; width: 200px; border: 1px solid #999; position: absolute; left: -999em; z-index: 99; }
#pbarNav ul.persMenu { width: 150px; }
#pbarNav li li { margin: 0; background: #fff; border: 0; font-size: 1em; }
#pbarNav li li a { margin: 1px 1px 1px 0; padding: 3px; color: #51626f; font-weight: normal; border: 0; display: block; overflow: hidden; }
#pbarNav li li a:hover { background: #e0e6e6; color: #51626f; font-weight: bold; border: 0; }
#pbarNav li:hover ul, #pbarNav li.sfpbarhover ul { left: auto; }

/* properties for for pageActions start */
#pbar .pgactions { padding: 1px 0 1px 8px; color: #51626f; font-weight: normal; font-size: 0.9em; border: 1px solid #deeff7; float: right; display: inline; }
#pbar .pgactions a { padding: 3px 5px; color: #51626f; border: 1px solid #deeff7; }
#pbar .pgactions a:hover { background: #c4cfd1; border: 1px solid #017bba; }

#pbar .menuPA { background: #fff; border: 1px solid #999; position: absolute; z-index: 99; }
#pbar .menuPA ul { }
#pbar .menuPA li { margin: 0; background: #fff; font-weight: normal; border: 0; clear: both; }
#pbar .menuPA li.divider { }
#pbar .menuPA a { margin: 1px 1px 1px 0; padding: 3px; background: #fff; color: #51626f; width: 212px; }
#pbar .menuPA a:hover { background: #e0e6e6; color: #51626f; font-weight: bold; text-decoration: none; }

.main_display { 
	width:800px; 
	height:60px; 
}
.sub_display {
	width: 120px; 
	height: 20px; 
	float:left; 
	padding: 5px 5px 5px 5px; 
	border: 2px solid #cccccc;
}
.sub_display_download { 
	width: 240px; 
	height: 20px; 
	float:left; 
	padding: 5px 5px 5px 5px; 
	border: 2px solid #cccccc;
}
.main_click { 
	width:700px; 
	height:40px;
}
.sub_click { 
	width: 240px; 
	height: 20px; 
	float:left; 
	padding: 5px 5px 5px 5px; 
	border: 2px solid #cccccc; 
	text-align: left;
	border-right: 0px;
}
.sub_blank { 
	width: 20px; 
	height: 20px; 
	float:left; 
	padding: 5px 5px 5px 5px; 
}
.sub_button {  
	width: 50px; 
	height: 20px; 
	float:left; 
	padding: 5px 5px 5px 5px; 
	border: 2px solid #cccccc; 
	border-left: 0px; 
	cursor: pointer;
	color: #017bba;
	font-weight: bold;
}
/*.sec_name{background:#003b75;}
.sec_name font{color:White;}*/
.sec_header {width:100%; border:0;}
.sec_content {padding-left:6px}
.secth {font-weight:bold;background-color:#E7EBEC}
.secth td{height:25px}
.header_sec{cursor:pointer;height:20px;font-weight:bold}


.Thd_his,.Thd_his td{
border-style: none;
padding: 4px;
background: #efefef;
font-weight: bold;
}
.Thd_his a:link, .Thd_his a:visited {
background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
padding-left: 8px;
}
/*.Thd_his a:link, .Thd_his a:visited {
color: #51626f;
padding-left: 8px;
background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
text-decoration: none;
}
.Thd_his a:hover {
color: #51626f;
padding-left: 8px;
background: url(/shared/images/navigation/arrow_506270.gif) center left no-repeat;
text-decoration: none;
}*/
.pad_his
{	display: block;
	text-align: right;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 0px 0px;

}
/* box bullets */
.boxes li {
	margin:0 0 2px 10px;
	padding:0;
	list-style:url(../../../shared/images/misc/bullet_square1.gif); }
.boxes {
	margin:5px 0;
	padding:0 6px; }
.boxes2 li {
	margin:0 0 2px 10px;
	padding:0;
	list-style:url(../../../shared/images/misc/bullet_square.gif); }
.boxes2 {
	margin:5px 0;
	padding:0 6px; }
