/* Changes by SJ:
   - Remove the margin from b tags
   - Change image URLs
*/

body{
	margin:0;
	padding:0;
	font:11px/12px Arial, Helvetica, sans-serif;
	background:#bfbfc0 url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-body.jpg) repeat-x 0 0;
}
form,fieldset{margin:0;padding:0;}
a{
	color:#2f4863;
	text-decoration:none;
}
#all{
	width:960px;
	margin:0 auto;
	
}
#main{
	width:958px;
	float:left;
	border-left:1px solid #babbbc;
	border-right:1px solid #babbbc;
}
/* header */
#header{
	height:108px;
	background:#fff;
}
#header h1{
	margin:0;
}
#header h1 a{
	width:325px;
	height:36px;
	float:left;
	overflow:hidden;
	margin:17px 0 0 21px;
	text-indent:-9999px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/logo.gif) no-repeat 0 0;
}
/* login box */
#login-box{
	width:277px;
	height:63px;
	overflow:hidden;
	float:right;
	margin:3px 2px 3px 0;
	padding:0 13px 0 0;
	display:inline;
/*	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-login-box.gif) no-repeat 0 0; */
}
#login-box h3{
	margin:8px 0 0 15px;
	width:80px;
	height:12px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/txt-login-box-h3.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#login-box input{
	float:left;
	border:none;
	background:none;
	color:#BABBBC;
	font:10px/11px Arial, Helvetica, sans-serif;
	outline:none;
}
#login-box .login{
	float:left;
	display:inline;
	width:110px;
	height:20px;
	margin:4px 0 0 14px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-login.gif) no-repeat 0 0;
}
#login-box .login input{
	width:105px;
	padding:3px 0 0 5px;
	height:13px;
}
#login-box .password{
	float:left;
	width:150px;
	height:20px;
	margin:4px 0 0 3px;
	display:inline;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-password.gif) no-repeat 0 0;
}
#login-box .password .text{
	width:103px;
	height:13px;
	padding:3px 0 0 5px;
}
#login-box .password .button{
	float:right;
	margin:1px 0 0;
}
#login-box span{
	float:right;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 3px;
	padding:0 0 0 12px;
	margin:2px 0 0 7px;
}

#login-box p {
	font-size:11px; 
	color:#666666; 
	margin:2px 0px 0px 0px; 
	padding:0px; 
	line-height:15px;
}

#login-box a{
	float:left;
	font-size:10px;
	padding:0 0 0 1px;
	color:#2f4863;
}
#login-box a:hover{
	color:#941726;
	text-decoration:none;
}

#login-box ul {
	float:left;
	width:217px;
	margin:0;
	padding:0px;
	list-style:none;
	line-height:15px;
}

#login-box li {
    float:left;
	display:inline;
	width:192px;
	margin:0 0 0 0px;
	padding:2px 0 0 10px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 6px;
}

/* language box */
#language{
	height:39px;
	margin:3px 10px 0 0;
	float:right;
	display:inline;
	position:relative;
}
.opened{
	width:299px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-language.gif) no-repeat 100% 3px;
}
.closed{
	width:110px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-language-closed.gif) no-repeat 100% 3px;
}
#language ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0 70px 0 0;
	height:36px;
	position:absolute;
	top:3px;
}
.closed ul{
	padding:0 68px 0 0!important;
}
#language ul li{
	list-style:none;
	margin:0 0 0 9px;
	padding:0 0 0 12px;
	float:left;
	display:inline;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-lang-li.gif) no-repeat 0 11px;
}
.closed li{
	background:none!important;
	display:none!important;
}
.closed .active{
	display:block!important;
}
#language ul li.english{
	padding:0 0 0 11px;
	margin:0;
	background:none;
}
#language ul li a{
	float:left;
	width:40px;
	height:11px;
	overflow:hidden;
	text-indent:-9999px;
	margin:11px 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/text-language.gif) no-repeat 0 0;
}
#language ul li.english a{
	width:30px;
	background-position:0 -8px;
}
#language ul li.asian1 a{
	width:16px;
	background-position:-30px -8px;
}
#language ul li.asian2 a{
	width:33px;
	background-position:-46px -8px;
}
#language ul li.asian3 a{
	width:31px;
	background-position:-79px -8px;
}
#language ul li.asian4 a{
	width:22px;
	background-position:-110px -8px;
}
#language a.open-close{
	position:absolute;
	right:0;
	top:0;
	float:right;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
}
.opened a.open-close{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-toggler-minus.gif) no-repeat 0 0;
}
.closed a.open-close{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-toggler-plus.gif) no-repeat 0 0;
}
/* top navigation */
#main-nav{
	width:954px;
	height:38px;
	float:left;
	padding:0 0 0 4px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-nav-left.gif) no-repeat 0 0;
	border-top:1px solid #babbbc;
}
#main-nav div{
	width:950px;
	height:38px;
	float:left;
	padding:0 4px 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-nav-right.gif) no-repeat right 0;
}

#main-nav div.myAvagobtn{
	width:950px;
	height:38px;
	float:left;
	padding:0 4px 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-nav-right-myavago.gif) no-repeat right 0;
}

#main-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	width:950px;
	height:38px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-nav-repeat.gif) repeat-x 0 0;
}
#main-nav li{
    float:left;
	height:30px;
	position:relative;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-mainnav-li.gif) no-repeat 100% 2px;
}
#main-nav li a{
	display:block;
	height:20px;
	margin:2px 0 0;
	padding:6px 0 0 0;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	line-height:normal;
}
#main-nav li.hover,
#main-nav li.active{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-mainnav-li-hover.gif) repeat-x 0 2px;
}
#main-nav li.hover a,
#main-nav li.active a{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-mainnav-li.gif) no-repeat 100% 0;
}
#main-nav li#products{
	width:84px;
	margin:0 0 0 -2px;
}
#main-nav li#products.hover,
#main-nav #products.active{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-mainnav-li-first.gif) no-repeat 0 2px;
}
#main-nav li#products a{
	width:82px;
	margin:2px 0 0 2px;
}
#main-nav li#products.hover a,
#main-nav #products.active a{
	width:82px;
	height:20px;
	padding:8px 0 0 4px;
	margin:0 0 0 -2px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-mainnav-li.gif) no-repeat 100% 2px;
}
#main-nav li#applications a{
	width:105px;
}
#main-nav li#resources a{
	width:90px;
}
#main-nav li#support a{
	width:81px;
}
#main-nav li#purchase a{
	width:85px;
}
#main-nav li#news-and-events a{
	width:114px;
}
#main-nav li#about a{
	width:70px;
}
#main-nav li#contact a{
	width:78px;
}

/* 5/16 - Daniel added style for careers */
#main-nav li#careers a{
	width:78px;
}
#main-nav li#careers.hover a,
#main-nav li#careers.active a{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-mainnav-li_red.gif) no-repeat 100% 0;
}
/* 5/16 - Daniel changed width from 106 to 167  */
#main-nav li#myAvago {
	float:right; 
	width:167px;
}
/* 5/16 - Daniel changed width from 106 to 167  */
#main-nav li#myAvago a{
	float:right; 
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-mainnav-li-hover.gif) repeat-x 0 0;
	color:#fff; 
	width:167px;
}

#main-nav li#myAvago a:hover{
	background-image:none !important;
}

/* dropdown */
#main-nav ul ul{
	width:158px;
	height:auto;
	position:absolute;
	left:0;
	top:30px;
	background:#646c70;
	border-bottom:1px solid #c5c7cf;
	border-top:none;
	display:none;
}
#main-nav ul ul li{
	width:156px;
	height:19px;
	float:left;
	border:1px solid #c5c7cf;
	border-bottom:none;
	background:none;
}
#main-nav ul ul li a{
	width:135px!important;
	height:17px;
	padding:2px 0 0 21px;
	margin:0;
	background:none!important;
	text-indent:0;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	font-size:11px;
}
#main-nav li:hover,
#main-nav li.hover{
	position:relative;
}
#main-nav li:hover ul,
#main-nav li.hover ul,
#main-nav li li:hover ul,
#main-nav li li.hover ul{
	display:block;
}
#main-nav ul ul li:hover,
#main-nav ul ul li.hover{
	background:#aa272f;
}
#main-nav ul ul li:hover li a,
#main-nav ul ul li.hover li a,
#main-nav ul ul ul li:hover li a,
#main-nav ul ul ul li.hover li a{
	color:#fff;
}
#main-nav ul ul li:hover a,
#main-nav ul ul li.hover a,
#main-nav ul ul ul li:hover a,
#main-nav ul ul ul li.hover a,
#main-nav ul ul ul li li a:hover,
#main-nav ul ul ul li li a:hover{
	color:#fff;
}
#main-nav ul ul li .dropdown,
#main-nav ul ul li:hover li .dropdown,
#main-nav ul ul li.hover li .dropdown{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-plus.gif) no-repeat 7px 7px!important;
}
#main-nav ul ul li:hover .dropdown,
#main-nav ul ul li.hover .dropdown,
#main-nav ul ul ul li:hover .dropdown,
#main-nav ul ul ul li.hover .dropdown{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-minus.gif) no-repeat 7px 9px!important;
}
#main-nav li:hover ul ul,
#main-nav li.hover ul ul,
#main-nav li:hover ul ul ul,
#main-nav li.hover ul ul ul{
	display:none;;
}
#main-nav li li:hover ul,
#main-nav li li.hover ul,
#main-nav li li li:hover ul,
#main-nav li li li.hover ul{
	left:157px;
	top:0;
	display:block;
}


/* flash block */
#flash{
	width:958px;
	height:198px;
	overflow:hidden;
	border-bottom:1px solid #babbbc;
}
/* content block */
#columns{
	width:958px;
	overflow:hidden;
	padding:20px 0 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-columns.jpg) repeat-x 0 0;
}
#columns div.columns-bg{
	width:958px;
	overflow:hidden;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-columns-repeat.gif) repeat-y 0 0;
}
#columns div.columns-bottom{
	width:958px;
	overflow:hidden;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-columns-bottom.gif) no-repeat 0 100%;
}
#columns div.left,
#columns div.mid-left,
#columns div.right,
#columns div.mid-right{
	width:237px;
	margin:1px 0 0 2px;
	float:left;
	display:inline;
}
#columns div.left{
	padding:0 0 42px;
}
#columns a:hover,
#three-columns a:hover{
	color:#941726;
	text-decoration:none;
}

.left h3{
	width:200px;
	height:25px;
	overflow:hidden;
	margin:6px 18px 0 19px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-leftcol-h3.gif) no-repeat 0 0;
	font:14px/16px Arial, Helvetica, sans-serif;
}

#columns .left h3 a{
    float:left;
	padding:0 17px 0 0;
	margin:3px 0 0 17px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-toggler-plus.gif) no-repeat 100% 4px;
	color:#2f4863;
}
#columns .left h3 a:hover{
	color:#941726;
}
.left ul{
	width:198px;
	overflow:hidden;
	margin:0 12px;
	padding:4px 8px 10px;
	list-style:none;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-ul.gif) repeat-x 0 100%;
}
.left ul li{
	width:183px;
	float:left;
	overflow:hidden;
	margin:3px 0 0;
	padding:0 0 0 15px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 4px;
}
.left ul li a{
	float:left;
}
.left form,
.search form{
	width:200px;
	overflow:hidden;
	margin:12px 0 0 19px;
}
.left fieldset,
.search fieldset{
	width:200px;
	overflow:hidden;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-search.gif) no-repeat 0 0;
	border:none !important;
}
.left form .text,
.search form .text{
	float:left;
	width:153px;
	height:13px;
	border:none;
	padding:4px 0 0 5px;
	background:none;
	color:#999;
	font:10px/11px Arial, Helvetica, sans-serif;
	outline:none;
}
.left form .button,
.search form .button{
	float:right;
	margin:2px 0 0;
	outline:none;
}
.left form ul,
.search form ul{
	float:left;
	margin:11px 0 0 -4px;
	padding:0;
	background:none;
	list-style:none;
}
.left form li,
.search form li{
	float:left;
	display:inline;
	width:auto;
	padding:0 0 0 6px;
	margin:0 6px 0 -2px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-form-li.gif) no-repeat 0 2px;
}
.left form ul li a,
.search form ul li a{
	padding:0;
	background:none;
}
.mid-left .bg-head,
#three-columns .rightcol .bg-head{
	float:left;
	display:inline;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-orange-head.gif) no-repeat 0 0;
}

.mid-left form,
#three-columns .rightcol form{
	float:left;
	display:inline;
	width:214px;
	overflow:hidden;
	margin:0 0 0 12px;
	padding:0 0 12px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-ul.gif) repeat-x 0 100%;
}

.divider {
    float:left;
	display:inline;
	width:214px;
    padding:0 0 12px;
	height:1px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-ul.gif) repeat-x 0 100%;
}

.mid-left fieldset{
	float:left;
	width:214px;
	border:none !important;
}

.relatedBox fieldset, .purchase fieldset, .support fieldset, #login-box fieldset{
    border:none !important;
}
.mid-left label,
.rightcol label{
	float:left;
	width:206px;
	margin:0 0 0 8px;
	padding:6px 0 4px;
	color:#4D4F53;
}
.mid-left select,
.rightcol .purchase select, 
.rightcol .relatedBox select,
.rightcol .support select{
	float:left;
	height:18px;
	width:154px;
	margin:0 0 0 5px;
	padding:0;
	font:11px/13px Arial, Helvetica, sans-serif;
	position:static;
}
.mid-left input{
	float:right;
	margin:1px 4px 0 0;
}
.find-doc,
.order-samples{
	float:left;
	margin:9px 0 21px 23px;
	padding:0 0 0 12px;
	line-height:12px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 2px;
}

.login{
	float:left;
	margin:10px 0 0 24px;
}
.mid-left .distributor{
	padding:0 0 9px;
}
.distributor label{
	margin:0 0 0 12px;
}
.distributor select{
	margin:0 0 2px 9px;
}
.order-samples{
	margin:9px 0 0 23px;
}
.mid-left p,
.purchase p{
	width:208px;
	float:left;
	display:inline;
	margin:3px 0 0 19px;
	color:#4D4F53;
}

.new{
	width:197px;
	overflow:hidden;
	margin:0 20px;
	padding:0 0 16px;
	list-style:none;
}
.new li{
	float:left;
	width:197px;
	overflow:hidden;
	margin:7px 0 0;
	padding:0 0 6px;
}
.new li img{
	float:left;
	margin:3px 0 0;
}
.new li div{
	float:right;
	width:126px;
}
.new h3{
	margin:0;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
}
.new p{
	margin:0;
	color:#4d4f53;
	line-height:15px;
}
.new span{
	float:left;
	margin:3px 0 0;
	padding:0 0 0 12px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 3px;
}

ul.events{
	width:197px;
	overflow:hidden;
	margin:0 20px;
	padding:3px 0 0;
	list-style:none;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-ul.gif) repeat-x 0 100%;
}
ul.events li{
	width:197px;
	overflow:hidden;
	float:left;
	padding:3px 0 12px;
}
ul.events li p{
	margin:0;
	color:#4D4F53;
	line-height:15px;
}
.mid-right .view-all{
	float:left;
	padding:0 0 0 15px;
	margin:8px 0 0 20px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 3px;
}

.right ul{
	width:196px;
	overflow:hidden;
	list-style:none;
	line-height:15px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-ul.gif) repeat-x 0 100%;
}
.right ul li{
	width:196px;
	overflow:hidden;
	float:left;
}
.right ul.product-news,
.right ul.corporate-news{
	margin:0 0 0 11px;
	padding:0 9px 7px;
}
.right ul.product-news li,
.right ul.corporate-news li{
	margin:10px 0 4px;
}
.right .product-news p,
.right ul.corporate-news p{
	margin:0;
	color:#4D4F53;
}
.right h3.corporate-news{
	margin:11px 0 0 20px;
	width:99px;
	height:13px;
	background-position:-511px 0;
	text-indent:-9999px;
}
.right ul.corporate-news{
	padding:0 9px 9px;
}
.right h3.stay-updated{
	margin:8px 0 0 20px;
	width:83px;
	height:14px;
	background-position:-610px 0;
	text-indent:-9999px;
}
.right p.stay-updated{
	margin:8px 20px 0;
	line-height:15px;
	color:#4D4F53;
}
.right ul.stay-updated{
	margin:0 0 0 11px;
	padding:0 9px 14px;
}
.right ul.stay-updated li{
	padding:0 0 0 13px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 5px;
}
.pcn-central-signup{
	float:left;
	margin:12px 0 10px 17px;
	width:138px;
	height:13px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/txt-headers.gif) no-repeat -693px 0!important;
	text-indent:-9999px;
	overflow:hidden;
}
/* footer */
#footer{
	float:left;
	overflow:hidden;
	width:930px;
	height:66px;
	padding:10px 15px 0;
}
#footer ul{
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{
	float:left;
	padding:0 0 0 6px;
	margin:0 6px 0 -2px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-footer-li.gif) no-repeat 0 2px;
}
#footer a{
	color:#4D4F53;
}
#footer a:hover{
	text-decoration:none;
}
#footer .right{
	width:156px;
	float:right;
}
#footer .right li{
	float:right;
	padding:0 6px 0 0;
	margin:0 -2px 0 6px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-footer-li.gif) no-repeat 100% 2px;
}
#footer p{
	float:right;
	margin:0;
	color:#797979;
}
/* popop page */
.fader{
	position:absolute;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:960px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-fader.png);
	display:none;
}
.fader .container{
	width:525px;
	overflow:hidden;
	position:absolute;
}
.fader .cont{
	float:left;
	width:525px;
	padding:0 0 45px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-fader-cont.png) repeat-y 0 0;
}
.fader .cont-top{
	width:525px;
	height:37px;
	overflow:hidden;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-fader-cont-top.png) no-repeat 0 0;
}
.fader .cont-bottom{
	float:left; 
	width:525px;
	height:42px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-fader-cont-bottom.png) no-repeat 0 0;
}
.fader .head{
	width:460px;
	height:30px;
	overflow:hidden;
	margin:-9px 29px 0;
	background:#E0E1DD url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-fader-head.gif) no-repeat 0 0;
	border-bottom:1px solid #4D4F53;
	position:relative;
}
.fader .head h2{
	float:left;
	display:inline;
	margin:10px 0 0 14px;
	width:144px;
	height:13px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/txt-headers.gif) no-repeat -831px 0;
	text-indent:-9999px;
}
.fader .head a{
	float:right;
	color:#4D4F53;
	margin:10px 11px 0 0;
}
.fader .head a:hover{
	text-decoration:none;
}
.fader .leftcol{
	float:left;
	width:213px;
	overflow:hidden;
}
.fader .block{
	float:left;
	display:inline;
	width:213px;
	margin:15px 0 0 48px;
	line-height:15px;
}
.fader .block .open,
.fader .block .close{
	float:left;
	padding:0 0 0 16px;
	font-size:12px;
}
.fader .block .open{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-toggler-minus.gif) no-repeat 0 2px;
}
.fader .block .close{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-toggler-plus.gif) no-repeat 0 2px;
}
.fader .block ul{
	float:left;
	width:213px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.fader .block li{
	float:left;
	display:inline;
	width:176px;
	overflow:hidden;
	margin:0 0 0 22px;
	padding:0 0 0 15px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 5px;
}
.fader .block ul a{
	float:left;
}
.fader .block a:hover{
	color:#941726;
	text-decoration:none;
}
.rightcol{
	float:right;
	display:inline;
	width:240px;
	overflow:hidden;
	margin:0 25px 0 0;
}
.rightcol .block{
	margin:15px 0 0;
}
.fader .footer{
	width:481px;
	height:39px;
	position:absolute;
	bottom:28px;
	left:19px;
	background:#e0e1dd url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-popup-footer.gif) repeat-x 0 0;
}
#close-lightbox{
	float:right;
	width:55px;
	height:17px;
	margin:11px 11px 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/btn-close-lightbox.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
/* second page */
#three-columns{
	width:958px;
	overflow:hidden;
	padding:22px 0 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-three-columns-top.jpg) no-repeat 0 0;
}
/* 5/20 Daniel added two columns styles */
#two-columns{
	width:958px;
	overflow:hidden;
	padding:22px 0 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-two-columns-top.jpg) no-repeat 0 0;
}
/* 5/20 Daniel added one column styles */
#one-columns{
	width:958px;
	overflow:hidden;
	padding:22px 0 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-one-column-top.jpg) no-repeat 0 0;
}
#three-columns .columns-bg{
	width:958px;
	float:left;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-three-columns.gif) repeat-y 0 0;
}
/* 5/20 Daniel added two columns styles */
#two-columns .columns-bg{
	width:958px;
	float:left;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-two-columns.gif) repeat-y 0 0;
}
/* 5/20 Daniel added one column styles */
#one-columns .columns-bg{
	width:958px;
	float:left;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-one-column.gif) repeat-y 0 0;
}

#three-columns .columns-bottom{
	width:958px;
	float:left;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-three-columns-bottom.gif) no-repeat 0 100%;
}
/* 5/20 Daniel added two columns styles */
#two-columns .columns-bottom{
	width:958px;
	float:left;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-two-columns-bottom.gif) no-repeat 0 100%;
}
/* 5/20 Daniel added one column styles */
#one-columns .columns-bottom{
	width:958px;
	float:left;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-one-column-bottom.gif) no-repeat 0 100%;
}
* html #three-columns .columns-bg,
* html #three-columns .columns-bottom{
	float:none;
}
#three-columns .leftcol{
	width:217px;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 0 0 12px;
}
/* 5/20 Daniel added two columns styles */
#two-columns .leftcol{
	width:217px;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 0 0 12px;
}

ul.special {
    float:left;
	margin:0;
	width:400px;
	padding:10px 0 20px;
	list-style:none;
	line-height:15px;
}

.special li{
    float:left;
	width:350px;
	display:inline;
	margin:0 0 0 10px;
	padding:0 0 0 15px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 4px;
	
}

ul.optocuplers-hermetic,
ul.search-products{
	float:left;
	width:217px;
	margin:0;
	padding:10px 0 15px;
	list-style:none;
	line-height:15px;
}
.optocuplers-hermetic li,
.search-products li{
	float:left;
	display:inline;
	width:192px;
	margin:0 0 0 10px;
	padding:0 0 0 15px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 4px;
}


ul.expanded {
	float:left;
	width:217px;
	margin:0;
	padding:0px;
	list-style:none;
	line-height:15px;
}

.expanded li {
    float:left;
	display:inline;
	width:192px;
	margin:0 0 0 10px;
	padding:2px 0 0 15px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-bullet.gif) no-repeat 0 6px;
}



.optocuplers-hermetic a.active{
	color:#000;
}


#three-columns .leftcol .new{
	float:left;
	display:inline;
	margin:0 0 0 10px;
}
#three-columns .centralcol{
	float:left;
	display:inline;
	width:476px;
	margin:0 0 0 12px;
	padding:0 0 3px;
}
/* 5/20 daniel */
#two-columns .centralcol{
	float:left;
	display:inline;
	width:476px;
	margin:0 0 0 12px;
	padding:0 0 3px;
}

/* SJ */
.centralcol {
    padding-left: 1em;
    padding-right: 1em;
}

.breadcrumb{
	width:455px;
	overflow:hidden;
	margin:0 0 0 21px;
	padding:0;
	list-style:none;
	color:#666;
	font-size:10px;
}
.breadcrumb li{
	float:left;
	padding:0 12px 0 12px;
	margin:0 0 0 -12px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-breadcrumb.gif) no-repeat 3px 4px;
}

.centralcol h3{
	margin:0 40px 0 21px;
	font-size:16px;
	line-height:18px;
	color:#333;
}
.tab-head{
	height:24px;
	width:476px;
	overflow:hidden;
	margin:18px 0 0;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tab-head.gif) repeat-x 0 100%;
	font-size:12px;
	line-height:15px;
}
.tab-head ul{
	float:left;
	width:310px;
	height:24px;
	overflow:hidden;
	margin:0;
	padding:0 0 0 8px;
	list-style:none;
}
.tab-head ul li{
	float:left;
	height:24px;
	margin:0 3px 0 0;
}
.tab-head ul li a{
	float:left;
	height:24px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tab.gif) repeat-x 0 0;
	color:#fff;
	text-decoration:none;
}
.tab-head ul li a .left{
	float:left;
	height:24px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tab-left.gif) no-repeat 0 0;
	cursor:pointer;
}
.tab-head ul li a .right{
	float:left;
	height:21px;
	padding:3px 13px 0 12px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tab-right.gif) no-repeat 100% 0;
	cursor:pointer;
}
#three-columns .tab-head ul li a:hover,
#three-columns .tab-head ul li a.active{
	color:#000;
	background:#fff url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tab-head.gif) repeat-x 0 0;
}
.tab-head ul li a:hover .left,
.tab-head ul li a.active .left{
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tab-left-active.gif) no-repeat 0 0;
}
.tab-head ul li a:hover .right,
.tab-head ul li a.active .right{
	float:left;
	height:21px;
	padding:3px 13px 0 12px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tab-right-active.gif) no-repeat 100% 0;
}
.tab-head .pdf{
	float:left;
	padding:0 0 2px 24px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/ico-pdf.gif) no-repeat 0 0;
}
.tab-cont{
	width:474px;
	overflow:hidden;
	border:1px solid #BABBBC;
	border-top:none;
}
.tab-cont .head{
	float:left;
	display:inline;
	width:460px;
	height:30px;
	overflow:hidden;
	margin:17px 7px 0;
	background:#E0E1DD url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-tabcont-head.gif) no-repeat 0 0;
	border-bottom:1px solid #BABBBC;
}

.tab-cont .left-block{
	float:left;
	display:inline;
	width:260px;
	margin:13px 0 0 19px;
}
.tab-cont .left-block p{
	margin:0;
	line-height:15px;
	color:#333;
}
.tab-cont .left-block .links{
	width:260px;
	overflow:hidden;
	margin:47px 0 0;
}
.lead{
	float:left;
	width:104px;
	height:42px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-lead.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.rohs{
	float:left;
	width:108px;
	height:40px;
	margin:2px 0 0 4px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-rohs.jpg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.tab-cont .right-block{
	float:right;
	display:inline;
	width:188px;
	margin:13px 7px 0 0;
}
.right-block h4{
	margin:0;
	padding:0 0 8px;
	font-size:11px;
	line-height:15px;
	color:#000;
}
.right-block h4 strong{
	color:#390;
}
.right-block a{
	float:left;
	font-weight:bold;
	margin:0 58px 0 0;
	padding:0 0 0 2px;
	font-size:10px;
}
.right-block img{
	float:left;
	padding:20px 0;
}

ul.features{
	float:left;
	display:inline;
	width:320px;
	overflow:hidden;
	margin:10px 0 0 20px;
	padding:0 0 15px;
	list-style:none;
	color:#333;
	line-height:15px;
}
ul.features li{
	float:left;
	width:320px;
	overflow:hidden;
}
#three-columns .rightcol{
	float:right;
	display:inline;
	width:217px;
	margin:0px 12px 0 0;
}

#three-columns .rightcol form{
	margin:0;
}
#three-columns .rightcol select{
	margin:0 0 0 10px;
}
.search form{
	margin:8px 0 0 9px!important;
	background:none!important;
	padding:0 0 22px!important;
}
.purchase .login{
	margin:10px 0 0 12px;
}
.purchase .order-samples{
	margin:9px 0 0 11px;
}
.purchase p{
	margin:3px 0 0 10px;
}
.rightcol .support{
	width:217px;
	overflow:hidden;
	float:left;
	margin:21px 0 0;
	padding:0 0 21px;
}
.rightcol .support label{
	margin:0 0 1px 10px;
}
.support .find-doc{
	margin:9px 0 0 11px;
}
.rightcol .button{
	float:right;
	display:inline;
	margin:1px 4px 0 0;
}






div.stay-updated{
	width:217px;
	overflow:hidden;
	float:left;
	padding:0 0 6px;
	background:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-left-ul.gif) repeat-x 0 100%;
}

div.relatedBox{
	width:217px;
	overflow:hidden;
	float:left;
	padding:0 0 6px;
}

.relatedBox p{
	float:left;
	display:inline;
	margin:8px 30px 0 12px;
	padding:0 0 7px;
	color:#4D4F53;
	line-height:15px;
}

.stay-updated p{
	float:left;
	display:inline;
	margin:8px 30px 0 12px;
	padding:0 0 7px;
	color:#4D4F53;
	line-height:15px;
}
.stay-updated .grey{
	color:#4D4F53;
}
#three-columns .rightcol .pcn-central-signup{
	margin:15px 0 0 8px;
}
.tab-inactive{
 display:none;
}
.tab-active{
 display:block;
}


.mainBox {
float:left;
width:456px; 
padding-left:10px; 
padding-right:10px;
}

.mainContainer {
float:left;
width:456px; 
padding-top:20px; 
padding-left:10px;
padding-right:10px;
background-image:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-green.gif);
background-repeat:repeat-y;
}

.firstColumun {
 float:left; 
 width:217px; 
 padding-right:22px;
}

.lastColumun {
 float:left; 
 width:217px; 
}

.firstColumun p, .lastColumun p {
 margin-top:10px;
 padding-top:0px;
 margin-bottom:0px;
 padding-bottom:0px;
 color:#4d4f53;
 font-size:11px;
 padding-left:10px;
 padding-right:48px;
}

.subContainer {
float:left;
width:466px; 
padding-left: 10px;
background-color:#dddfca;
}

.wideContainer {
color:#4d4f53;
float:left;
width:466px; 
padding-left: 10px; 
border-top: 2px solid #f8f9f4; 
padding-top:20px; 
background-image:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/bg-green.gif); 
background-repeat:repeat-y
}

.starbutton {
float:left;
margin-left:2px;
}

.starbutton img{
cursor:pointer;
}

.expand img{
	margin:0px;
	padding:0px;
	border:0px;
	cursor:pointer;
}

.leftNavBox { 
	width:194px;
	margin-top:0px;
	margin-left: 10px;
	clear:both;
} 

.leftNavBox img {
	margin:0px;
	padding:0px;
	float:left;
}

.content {
    float:left;
/*	background-image:url(http://webapp.avagotech.promotionteam.de/avago/global_templates/img_new/fieldset_bg.gif); */
	background-repeat:repeat-y;
	background-position: 0px 0px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.box {
float:left; 
margin-top:16px;
}

.photo {
float:left;
width:24px;
}

.description{
float:left; 
width:192px;
}

.description p{
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}

.title {
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size:18px;
line-height:normal;
}

.greyTitle{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:14px;
line-height:normal;
}

/* NEW TITLES */
.greenHeading{
	background-image:url('/avago/global_templates/img_new/bg-green-head.gif');
	width:216px;
	height:32px;
	margin:0px 0 0 10px;

}


.greenHeadingLong{
	background-image:url('/avago/global_templates/img_new/green_long_heading.gif');
	width:455px;
	height:32px;
	margin:0px 0 0 10px;
}

.blueHeading{
	background-image:url('/avago/global_templates/img_new/bg-leftcol-head.gif');
	width:217px;
	height:32px;
	margin:10px;
	margin:0px 0 0 10px;	

}

.orangeHeading{
	background-image:url('/avago/global_templates/img_new/bg-orange-head.gif');
	width:217px;
	height:32px;
	margin:10px;
	margin:0px 0 0 10px;
		

	
}

.greyHeadingLong{
	background-image:url('/avago/global_templates/img_new/grey_long_header.gif');
	width:460px;
	height:31px;
	margin:20px 0 0 7px;	

}

.greenHeading h2, .greenHeadingLong h2, .blueHeading h2, .orangeHeading h2, .greyHeadingLong h2{
	padding:9px 0 10px 10px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	margin:0px;	
}

b{
	/* margin-left:20px; */
	color:#485d6c;
}

.h2second{
	color:#cccccc;
	font-size:13px;
	margin:0px;
	margin-left:20px;
	margin-top:20px;
	font-weight:normal;
}

/* 5/20 Daniel added third party content styles */
.thirdpartycontents {
	margin-top:5px;
	margin-left:20px;
	margin-bottom:20px;
}

.thirdpartycontents2 {
	margin-top:5px;
	margin-left:260px;
	margin-bottom:20px;
}

.thirdpartycontents3 {
	
	margin-top:5px;
	margin-left:260px;
	margin-bottom:20px;

}
