/* Texas Instruments Inc. ticom3-headerfooter.css - JP*/
/* GLOBAL*/

body {
	font: 71% Verdana, Helvetica, sans-serif;
	margin: 0px;
	color: #525252;
}

table {
	font-size: 1em;
}

a {color:#ea272a;text-decoration:none;}
a:link {color:#ea272a;}
a:visited {color:#996699;}
a:active {color:#ea272a;}    
a:hover {color:#ea272a;text-decoration: underline; }
/*a link for anchor tags only*/	
#tblfolderanchor a:link, #tblfolderanchor a:visited, a.anchorlink:link, a.anchorlink:visited, .anchorlinkul a:link, .anchorlinkul a:visited, .anchorlink a:link, .anchorlink a:visited, p.anchorlink a:link, p.anchorlink a:visited, .backtotop a:link, .backtotop a:visited {color:#ea272a;}
/*CSS Buttons*/
.btn1, .btn3, .btndisabled{ 
	cursor:hand; 
	color:#fff;
	font-weight:bold; 
	font-size:.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid;
	*border:1px solid;
	overflow:visible; 
	padding:1px 5px; 
	width:auto;
	*width:30px;
}
.btn1 {background:#d12424 url(http://focus.ti.com/graphics/shared/css/btn-red-bg.gif) top left repeat; border-color:#730000 #730000 #730000 #730000;}
/*Grey background button specs - background:#d12424 url(http://focus.ti.com/graphics/shared/css/btn-grey-bg.gif) top left repeat; border-color:#666666 #666666 #666666 #666666;*/
.btn3 {background:#d12424 url(http://focus.ti.com/graphics/shared/css/btn-red-bg.gif) top left repeat; border-color:#730000 #730000 #730000 #730000;}
.btndisabled {background:#f0f0ed url(http://focus.ti.com/graphics/shared/css/none.gif); border-color:#c9c7ba #c9c7ba #c9c7ba #c9c7ba; color: #c9c8c6;}
/*Breadcrumbs*/
.breadcrumbs {margin:5px 10px 20px 10px; font-size:0.9em; font-family: Verdana, Arial, Helvetica, sans-serif;}
.breadcrumbs a:link {color:#9b9b9b; text-decoration: underline; font-size:1em;}
.breadcrumbs a:visited {color:#9b9b9b; text-decoration: underline;}
.breadcrumbs a:hover {color:#ff0000; text-decoration:underline;}
span.breadcrumbs {margin:0;}
form {margin:0;}

/* Defines elements for TI.com Header - Begins */

div #header {
margin: 0px;
margin-bottom:0;
}

#header input {
	margin:0 6px 0 0;
}

input.hdrfrm { 
	font-family: Verdana, Helvetica, san-serif;
	font-size: .9em !important; 
	font-size: .82em;
	height: 1.6em !important;
	height: 1.7em;
	color:#9b9b9b;
	line-height: 1.2em; 
	width: 10.5em;
	padding-left: 2px;
}

.btn_go{ 
	cursor:hand; 
	color:#fff; 
	font-weight:bold; 
	font-size:10px; 
	font-family:verdana; 
	border:0; 
	overflow:visible; 
	padding:0 0 0.3em 0 !important; 
	padding:0; 
	background: url('http://focus.tij.co.jp/jp/graphics/shared/button_go_bg.gif') top left no-repeat; 
	width: 23px;
	height: 17px;
}

#header { /* This div contains the whole header */
	min-width: 964px;
	margin: 10px;
	width: auto;
	margin-bottom: 0;
	width: expression(document.body.clientWidth < 963 ? "964px" : "100%" );
}	

#hdrclear {
	clear:both;
	height: 1px;
}

#hdrlogo {  /* This div contains the TI logo */
	width: 226px;
	float: left;
	padding-bottom: 4px;
}

/*#top {
	width: 100%;
}*/

#hdrtoplinks { /* This div contains the links for Contact us, TI Worldwide and my.TI login */
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	top: 15px;
	font: 1em Verdana, Helvetica, san-serif !important;
	font: 0.9em Verdana, Helvetica, san-serif;
	color: #9b9b9b;
	white-space: nowrap;
}

#hdrtoplinks li { /*The list item contains the actual links */
	list-style: none;
	display: inline;
	padding: 0 0 0 0.2em;
	background: none;
}

#hdrtoplinks a {
	color: #9b9b9b;
	text-decoration: underline;
}

#hdrtoplinks a:hover {
	color: #ff0000;
}

#hdrblackbar { /*This Div defines the black bar */
	width:100%;
	clear: both;
	background-color: #000;
	height: 2.7em;
	white-space: nowrap;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrsearches { /*This Div contains the search textareas and all searches link*/
	float: right;
	margin-right: 5px !important; /*IE hack */
	margin-right: 3px; 
	padding-top: 7px !important; /*IE hack */
	padding-top: 6px;
	padding-right: 0;
	width: 49% !important; /*IE hack */
	width: 48%;
	height: 22px;
	white-space: nowrap;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrsearchbox { /*This Div contains the search textareas */
	float: right;
	height: 17px;
	white-space: nowrap;
	font: 112% Verdana, Helvetica, sans-serif;
}

#hdrsearchbox table tr td {
	padding: 0;
}

/*  The following defines the dropdown menu for main nav and all the properties*/

#hdrnav { /* all lists */
	font: normal 1em Verdana, Helvetica, sans-serif;
	padding-top: 9px; /*Space between the nav and the top of the black bar */
	padding-left: 8px; /* Space between the first link and the edge of black bar*/
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
}

#hdrnav ul { /* all lists */
	/*Defines vertical space between main nav links and dropdown menu*/
	padding-top: 7px;
	padding-left: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float: left;
	width: 60px;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrnav a { /* Defines the look of the main categories */
	display: block;
	width: 100px;
	height: 15px;
}

#hdrnav ul li {
	background: none;
}

#hdrnav li ul li a { /* Defines the general look of each dropdown item */
	display: block;
	width: 200px;
	color: #9b9b9b;
	font: normal 1.1em Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #fff;
	padding: 2px;
	background-image: none;
}

#hdrnav li ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#hdrnav li ul li a.hdrnavlastitem { /* The last item of each dropdown menu, this adds the bottom border*/
	border: 1px solid #ccc;
}

#hdrnav li { /* all list items */
	float: left;
	width: 80px; /* width needed or else Opera goes nuts */
	background: none;
	padding-left: 0;
	margin-left: 3px !important; /* IE hack */
	margin-left: 2px; /* Defines the left position of the hdrnav dropdown */
}

#hdrnav li ul { /* second-level lists */
	font: normal 1em Verdana, Helvetica, sans-serif;
	position: absolute;
	padding-left: 0;
	margin-left: 0;
	width: 50px;
	z-index: 1000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#hdrnav li:hover ul, #hdrnav li.sfhover ul { /* lists nested under hovered list items */
	font: normal 1em Verdana, Helvetica, sans-serif;
	left: auto;
	padding-left: 0;
	margin-left: 0;
	background-position: 0 0;
}

#hdrnav li.products { /*Defines the space to the right of product link*/
	width: 65px;
}

#hdrnav li.applications { /*Defines the space to the right of application link*/
	width: 140px;
}

#hdrnav li.dsgnspprt { /*Defines the space to the right of design support link*/
	width: 120px;
}

#hdrnav li.smplbuy { /*Defines the space to the right of sample & buy link*/
	width: 90px;
}

#hdrnav li a.products_list { /*Set the length of underline when mouseover */
	width: 43px;
}

#hdrnav li a.applications_list {  /*Set the length of underline when mouseover */
	width: 120px;
}

#hdrnav li a.dsgnspprt_list { /*Set the length of underline when mouseover */
	width: 97px;
}

#hdrnav li a.smplbuy_list {  /*Set the length of underline when mouseover */
	width: 137px;
}

#hdrnav li a.products_list:hover, #hdrnav li a.applications_list:hover, #hdrnav li a.dsgnspprt_list:hover, #hdrnav li a.smplbuy_list:hover {
	background: url('http://focus.tij.co.jp/jp/graphics/header/hdr_underline.gif') left bottom no-repeat;
}

#hdrnav li.products ul {
	width: 150px !important;
	width: 242px;
	margin-left: 2px !important;
	margin-left: 0;
	height: 301px;
	padding-left: 0;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrnav li.applications ul {
	width: 150px !important;
	width: 170px;
	margin-left: 2px !important;
	margin-left: 0;
	height: 228px;
	padding-left: 0;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrnav li.dsgnspprt ul {
	width: 150px!important;
	width: 218px;
	margin-left: 2px !important;
	margin-left: 0;
	height: 184px;
	padding-left: 0;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrnav li.smplbuy ul {
	width: 80px;
	margin-left: 2px !important;
	margin-left: 0;
	height: 102px;
	padding-left: 0;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrnav  li ul li a.prod_item { /*Defines the width of the products dropdown*/
	width: 18.7em;
	margin-left: 0 !important;
	margin-left: 0em; /* To offset the effect of iframe for IE */
}

#hdrnav  li ul li a.app_item { /*Defines the width of the applications dropdown*/
	width: 13em;
	margin-left: 0 !important;
	margin-left: 0em; /* To offset the effect of iframe for IE */
}

#hdrnav  li ul li a.spprt_item { /*Defines the width of the design support dropdown*/
	width: 16.8em;
	margin-left: 0 !important;
	margin-left: 0em; /* To offset the effect of iframe for IE */
}

#hdrnav  li ul li a.buy_item { /*Defines the width of the sample & buy dropdown*/
	width: 6.5em;
	margin-left: 0 !important;
	margin-left: 0em; /* To offset the effect of iframe for IE */
}
/* Main nav definition ends */

/*  Defines dropdown menu for all searches */

#hdrallsearches { /* all lists */
	margin: 0;
	padding: 0;
	margin-top: 2px!important;
	margin-top: 5px;
	list-style: none;
	margin-right: 0.7em!important;
	margin-right: -1em;
	float: right;
	width: 3.5em;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrallsearches ul { /* all lists */
	/* Define the space between all searches link and dropdown menu*/
	padding-top: 0.7em !important; /*IE hack */
	padding-top: 0.6em;
	padding-left: 0.3em;
	margin: 0;
	list-style: none;
	float: left;
	width: 7em;
	font: normal 1em Verdana, Helvetica, sans-serif;
}

#hdrallsearches a {
	display: block;
	width: 2em;
	font: normal 1.1em Verdana, Helvetica, san-serif !important;
	font: normal 0.95em Verdana, Helvetica, san-serif;
	color: #fff;
	text-decoration: underline;
	background: url('http://focus.tij.co.jp/jp/graphics/header/hdr_open.gif') left center no-repeat;
	padding-left: 1em;
	margin: 0;
}

#hdrallsearches a:hover {
	text-decoration: underline;
}

#hdrallsearches li ul li.device, #hdrallsearches li ul li a {
	display: block;
	width: 14.5em;
	color: #9b9b9b;
	font: normal 1.1em Verdana, Helvetica, sans-serif !important;
	font: normal 1.1em Verdana, Helvetica, sans-serif;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-image: none;
	background-color: #fff;
	padding: 2px;
}

#hdrallsearches li ul li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#hdrallsearches li ul li a.hdraslastitem {
	border: 1px solid #ccc;
}

#hdrallsearches li { /* all list items */
	float: left;
	width: 5em; /* width needed or else Opera goes nuts */
	background: none;
	padding-left: 0;
	margin-left: 0;
}

 #hdrallsearches ul li {
	background: none;
	padding-left: 0;
	margin-left: 4px !important; /* IE hack */
	margin-left: 2px; /* Defines the left position of the All Searches dropdown */
}

#hdrallsearches li ul { /* second-level lists */
	font: normal 1em Verdana, Helvetica, sans-serif;
	position: absolute;
	width: 9em !important;
	width: 15.3em;
	margin-left: 0 !important;
	margin-left: 0.3em;
	padding-left: 0;
	height: 15.5em;
	z-index: 1000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#hdrallsearches li:hover ul, #hdrallsearches li.sfhover ul { /* lists nested under hovered list items */
	font: normal 1em Verdana, Helvetica, sans-serif;
	left: auto;
	padding-left: 0;
	margin-left: 0;
	background-position: 0 0;
}

/* This is to make opacity work in IE. */

* html #hdrnav li ul {
	font: normal 1em Verdana, Helvetica, sans-serif;
	background-color: transparent;
}
* html #hdrnav li li {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100);
}

/* Support for the "iehover-fix.js" */

* html ul #hdrnav iframe, * html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: 4px;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0 */
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

/* Defines elements for TI.com Header - Ends */

/* Defines elements for TI.com Footer - Begins */

#footer { 
	margin:10px; 
	padding:13px 0; 
	background: url('http://focus.tij.co.jp/jp/graphics/shared/hr-solid-line.gif') repeat-x top center;
}

#footer p { 
    font-size:.9em; 
    margin: 4px 0; 
	white-space:nowrap; 
	color: #9b9b9b;
}

#footer p a:link, #footer p a:visited, #footer p a:active  {
	color: #9b9b9b;
	text-decoration: none;
}

#footer p a:hover  {
	color: #9b9b9b;
	text-decoration: underline;
}

#footer p a b {
	padding: 0 0.5em;
}

#footer p a b.first_item {
	padding-left: 0;
}

#footer .rss_ico {
	margin-bottom:-2px;
}

/* Defines elements for TI.com Footer - Ends */

/* Fix margins in legacy pages - Begins*/

#legacy_margin {
	margin: 0 10 0 10; 
	width: auto !important; 
	width: 100%;
	border-left: 1px solid #000;
}

/* Fix margins in legacy pages - Ends*/