﻿@font-face {
    font-family: 'DIN OT';
    src: url('../fonts/DINOT-Medium.eot');
    src: url('../fonts/DINOT-Medium.eot?#iefix') format('embedded-opentype'),
        /*url('../fonts/DINOT-Medium.woff2') format('woff2'),
        url('../fonts/DINOT-Medium.woff') format('woff'),*/
        url('../fonts/DINOT-Medium.ttf') format('truetype');
    font-style: normal;
}
body,
html{
	float:center;
	/*text-align:center;*/
	margin: 0px;
	padding: 0px;
	font-family:'DIN OT', sans-serif,Arial, Helvetica;
	font-size: 9pt;/*12px;*/
	height:100%;
	overflow:auto;
}
a {
    cursor: pointer;
}
a:link, a:visited, a:active,a:hover {
	color:rgb(48, 106, 255);
	text-decoration:none;
}
input{
	/*text-align: left;*/
    border-style: solid;
    border-width: thin;
    border-color: #ccc;
    outline-color: #ccc;
}
.TextBox_SelectForm{
	text-align: center ;
    border-style: solid;
    border-width: thin;
    border-color: #ccc;
    outline-color: #ccc;
}
.hiddendiv
{
	display:none;
}
span label {
    font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
span {
	color:#4A4A4A;/*Black;*/
}
th span {
    color:#FFFFFF;
}
.linkbutton {
	text-decoration:none;
}
th {
    background-color: #306aff;
    /*font-weight: bold;*/
}
tr {
    background-color: #FFFFFF;
}
td{
	margin: 0px;
	padding: 2px;
	font-family: 'DIN OT', sans-serif,Arial, Helvetica;
	font-size:9pt;
}
#wrapper{
	float: left;
	text-align:center;
	margin: 0px;
	padding:0px;
	width: 100%; 
}

#header{
	float: left;
	margin: 0px;
	padding:0px;
	width: 100%; 
	background: #FFFFFF;
	/*border-right: #ffe solid 1px;*/
}
#top{
	float:left;
	text-align:left;
	padding:0;
	margin: 0;
	height:63px; 
	width:1030px;
/*	background: url(../images/dcdc_designer.jpg) no-repeat;*/
	border-bottom:solid 1px #D0DFBB;
}
#logo {
	float:left;
}
#header_menu{
	float:right;
	text-align:right; 
	top:7px; 
	padding-right:1px;
	width:500px;
}
#loginpad{
	float:right;
	text-align:right; 
	height: 27px;
}
#topmenu{
	clear:both;
	float:right;
	text-align:right; 
	width:500px;
}
#nav{
	margin:0px;
	padding:0px;
	clear:both;
	float:left;
	text-align:left; 
	height:10px;
	width:100%;
}
#main{
	margin:0px;
	padding:0px;
	clear:both;
	float:left;
	text-align:left; 
	width:99%;
	/*border-right:#ffe solid 1px;*/
	overflow:auto;
	/*background: #ffe;*/
}
#siderbar{
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
	width:240px;
}
#sidetree {
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
}
.auto-style1 {
        height: 30px;
        width: 160px;
    }
.sidetitle {
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
	font-weight:normal;
	/*background: #7aa04b;*/
	/*background:url(images/submenu-title-bg.png) repeat-x 50%;*/
	color:#FFFFFF;
	height:25px;
	font-family: 'DIN OT', Verdana;
	FONT-SIZE: 10pt;
	clear:both;
}
.inputoutputtext{
	font-size: 9pt;
	height:14px;
	color: #4A4A4A;
	text-decoration:none;
	/*font-weight:bold;
	font-style: italic;*/
	font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}
.inputtextbox{
	font-size: 9pt;
	height:14px;
	color: #306aff;
	text-decoration:none;
	/*font-weight:bold;
	font-style: italic;*/
	font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    float: right;
    border-style: solid;
    border-width: thin;
    border-color: #ccc;
    outline-color: #ccc;
}
.outputtextbox{
	font-size: 9pt;
	height:14px;
	color: #384460;
	text-decoration:none;
	/*font-weight:bold;
	font-style: italic;*/
	font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-style: solid;
    border-width: thin;
    border-color: #ccc;
    outline-color: #ccc;
    outline: none;
}
.outputcaptypetext
{
	font-size: 9pt; 
	height:14px;
	line-height:19px;
	color: #4A4A4A;
	text-decoration:none;
	/*font-weight:bold;
	font-style: italic;*/
    font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}
.outputtext
{
	font-size: 9pt; 
	height:14px;
	color: #4A4A4A;
	text-decoration:none;
	/*font-weight:bold;
	font-style: italic;*/
	font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
}
tr.row:hover {
    background:#FAF7E4;
}
.row-button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(gainsboro));
    background-origin: padding-box;
    border: 1px solid #D0D0D0;
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    color: #666666;
    padding:1px 6px;
    cursor:pointer;
}
.iAccept-button {
    background: #306aff;
    color: #ffffff;
    border-radius: 6px;
    font-family: 'DIN OT';
    font-size: 16px;
    /*font-weight: bold;*/
    border: 1px solid #cdcdcd;
    text-align: center;
}
    .iAccept-button:hover {
        cursor: pointer;
    }
.button {
	/*border: 1px solid #c2c2c2;
    border-color: #0D569E;*/
    background: #ffffff;
	/*background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%);*/
	/*box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);*/
    color: #306aff;
    border: solid 1px #306aff;
    /*font-weight:bold;
	text-shadow: 0px -1px 0px #185B93;*/
	border-radius:6px;
    font-family:'DIN OT';
    font-size: 9pt;
    text-align: center;
}
.download-button {
    background:url(../images/icons.png) no-repeat;
}
.button:hover {
    cursor:pointer;
    border-color: #0D569E;
    background: #6cb6f3;
    background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2));
    background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%);
    background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%);
    color: white;
}
.button-enabled:hover {
    cursor:not-allowed;
    border-color: #0D569E;
    background: #6cb6f3;
    background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2));
    background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%);
    background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%);
    color: white;
}
.pointer:hover {
    cursor:pointer;
}
/*begin inc_sidebar*/
.resetCompButton,.cot_resetCompButton{
    /*margin-left:100px;*/
    width:283px;
    height:32px;
    border-width:1px;
    font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:16px;
    /*border-style:outset;*/
}
.canManualChangeCheckBox, .cot_canManualChangeCheckBox {
    /*margin-left:100px;*/
    width:220px;
    height:32px;
    border-width:1px;
    background:#306AFF;
    color:white;
    font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:16px;
    /*border-style:outset;*/
}

.button.resetCompButton:disabled,.button.cot_resetCompButton:disabled {
    /*color: rgb(84, 84, 84);*/
    cursor:not-allowed;
}

cot_canManualChangeCheckBox label{
    font-family: 'DIN OT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*end inc_sidebar*/

/*begin selectInductor*/
.filterFind {
    height:25px;
    width:70px;
}
.cancelButton, .selectButton {
    width:80px;
    height:25px;
}
/*end selectInductor*/

.table_link {
    text-decoration:none;
}
.table_link:hover {
    text-decoration:underline;
}
.leftinput{
	
}
.login_pad
{
	float:left;
	margin:2px 0;
	padding:0;
	color:#13877E;
	font-weight:bold;

	width:250px;
}
.chiptablecontent {
	margin:0px;
	padding:10px 0 0 0;
	float:left;
    border-top:solid 1px #ccc;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-color:#ffffff;
    background:#ffffff;
}
.inputcontent {
    margin:0 0 4px 0;
	padding:0 0 10px 0;
	float:left;
    border-bottom:solid 1px #ccc;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-color:#ffffff;
    background:#ffffff;
}
.outputcontent {
    margin:0px;
	padding:10px 0 10px 0;
	float:left;
	border: solid 1px #ccc;
    border-radius:4px;
    background:#ffffff;
}
.sidecontent {/*
	margin:0 0 4px 0;
	padding:0px;
	float:left;
	border: solid 1px #ccc;
    border-radius:4px;
    background:#ffffff;*/
}
.sidecontent ul{
	margin:10px 0 10px 0;
	padding:0px;
	float:left;
	width:180px;
}
.sidecontent ul li{
	margin:0px;
	padding:0px 0px 0px 10px;
	text-align:left;
	width:100%;
	height:20px;
	font-family: 'DIN OT', sans-serif;
	FONT-SIZE: 9pt;
	vertical-align:middle;
}
.sidebottom{
	margin:0px;
	padding:20px 0px 0px 24px;
	float:left;
	text-align:left;
}
.tabinnertitle {
    /*font-weight:bold;*/
    font-size:24pt;
    color:#4A4A4A;
    font-family: 'DIN OT', Arial, Helvetica, sans-serif;
}
#selectcontent {
	margin:5px 0px 0px 0px;
	padding:0px;
	float:left;
	text-align:left;
	/*width:750px;*/
	width:99%;
	background: #ffffff;
}

#maincontent {
	margin:-3px 0 0 10px;
	padding:0 0 0 10px;
	float:left;
	text-align:left;
	width: 785px;/*800px;760px;*/
}
#maintop{
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
	width:100%;
}
#maintitle {
	margin: 0 0 4px 0;
	padding:4px 0 0 0;
	float:left;
	text-align:left;
	font-weight:bold;
	background: #7aa04b;
	color:#FFFFFF;
	width:100%;
	height:25px;
	font-family: 'DIN OT', Verdana;
	FONT-SIZE: 10pt;
	clear:both;
	display:none;
}
#mainlogintitle {
	margin: 0 0 4px 0;
	padding:6px 0 0 0;
	float:left;
	text-align:left;
	font-weight:bold;
	background: #7aa04b;
	color:#FFFFFF;
	width:1030px;
	height:25px;
	font-family: 'DIN OT', Verdana;
	FONT-SIZE: 10pt;
	clear:both;
}

#inputoutput {
	margin:0px;
	padding:0px;	
	border:solid 1px #ccc;
	TEXT-ALIGN: center;
	clear:both;
	width: 100%;
	height:50px;
	display:none;
	
}
#mainFrame {
    border: 1px solid #d3d3d3;
    margin-top: -1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#maintopnav {
	margin:0px;
	padding:0px;	
	/*BACKGROUND: url(../images/TabstripBackground.gif) repeat-x left bottom; */
	TEXT-ALIGN: center;
	clear:both;
	width: 100%;
	font-family: 'DIN OT', Arial;
}
#maintopnav UL {
	margin: 0;
	padding:0;
	height:50px;
	width:100%;
	COLOR: white;
	PADDING-TOP: 3px;
}
#maintopnav UL LI{
	PADDING: 0;
	MARGIN:0 10px 0 0;
	LIST-STYLE: none none outside;
	FLOAT: left;
	/*border: 1px solid #306aff;#d3d3d3;*/
    /*border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-radius:6px;
    font-weight:bold;*/
}
#maintopnav LI A , #maintopnav li span.tab {
	MARGIN:0;
	PADDING: 0; 
	LINE-HEIGHT: 40px; 
	/*FLOAT: left;*/
	TEXT-DECORATION: none;
}
#maintopnav li span.tab:hover {
        cursor: pointer;
    }
#maintopnav LI A IMG,  #maintopnav li span.tab img {
	BORDER-WIDTH: 0px; 
	MARGIN: 5px 0 0 0; 
	FLOAT: left;
}
#maintopnav LI A .leftwrap,  #maintopnav li span.tab .leftwrap {
	/*PADDING: 0 0 0 3px;*/ 
	FLOAT: left;
	/*BACKGROUND: url(../images/tabLeftOff.gif) no-repeat left top;*/
}
#maintopnav LI A .rightwrap,  #maintopnav li span.tab .rightwrap {
	/*PADDING: 0 3px 0 0;*/
	FLOAT: left;
	/*BACKGROUND: url(../images/tabRightOff.gif) no-repeat right top;*/
}
#maintopnav LI A .innerWrap{
	/*PADDING: 0 4px 0 4px;*/
	FLOAT: left;
	COLOR: #306aff;/*#203b78; */
	cursor: pointer;
    border-radius: 6px;
    border:1px solid #306aff;
	/*BACKGROUND: url(../images/tabMiddleOff.gif) repeat-x right top;*/
}
    #maintopnav li span.tab .innerWrap {
        PADDING: 0 8px 0 8px;
        FLOAT: left;
        COLOR: #306aff; /*#203b78; */
        cursor: pointer;
        /*BACKGROUND: url(../images/tabMiddleOff.gif) repeat-x right top;*/
        background: #ffffff;
        border-radius: 6px;
        border:1px solid #306aff;
        /*width: 96px;*/
    }
#maintopnav LI A.selected,  #maintopnav li span.selected {
	LINE-HEIGHT: 25px;
}
#maintopnav LI A.selected .leftwrap, #maintopnav li span.selected .leftwrap {
	LINE-HEIGHT: 25px; 
	/*BACKGROUND: url(../images/tabLeftOn.gif) no-repeat left top;*/
}
#maintopnav LI A.selected .rightwrap, #maintopnav li span.selected .rightwrap {
	LINE-HEIGHT: 25px; 
	/*BACKGROUND: url(../images/tabRightOn.gif) no-repeat right top;*/
}
#maintopnav LI A.selected .innerWrap{
	LINE-HEIGHT: 25px; 
	/*BACKGROUND: url(../images/tabMiddleOn.gif) repeat-x right top;*/
    background: #306aff;/*#CCCCCC;*/
	COLOR: #ffffff;/* #203b78; */
}
#maintopnav li span.selected .innerWrap {
	LINE-HEIGHT: 40px; 
	/*BACKGROUND: url(../images/tabMiddleOn.gif) repeat-x right top;*/
    background: #306aff;/*#CCCCCC;*/
	COLOR: #ffffff;/* #203b78; */
    /*border-radius: 6px;
    width: 96px; */
}

#maintopdesc {
	margin:0px;
	padding:6px 0 0 20px;
	height:0px;
	/*background: #ffe;*/
}
#mainmain {
	margin:0px;
	padding:0px;
}
#loginform {
	margin: 0;
	padding:0;
}

#loginform UL {
	margin: 0;
	padding:20px 100px;
}
#loginform UL LI{
	FLOAT: left;
	display:block;
	PADDING: 0;
	MARGIN:0 15px 0 0;
	width:80%;;
	LIST-STYLE: none none outside;

}
#mainoutput {
	/*float:center;*/
	text-align: center;
	margin:0px;
	padding:0px;
	font-family: 'DIN OT', sans-serif,Arial, Helvetica;
	font-size:12px;
	clear:both;
	position:relative;
	width:742px;
	/*height:500px;*/
}
#mainarticle {
	margin:0px;
	padding:0px;
	font-family: 'DIN OT', sans-serif,Arial, Helvetica;
	font-size:12px;

}
#mainnote {
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	font-family: 'DIN OT', sans-serif,Arial, Helvetica;
	font-size:12px;
	clear:both;
	word-wrap:break-word;
	text-align:center;
}
#mainnote p{
	margin:0px;
	padding:0px;
	width:90%;
	font-family: 'DIN OT', sans-serif,Arial, Helvetica;
	font-size:12px;
	clear:both;
	word-wrap:break-word;
	text-align:left;
}
#articlebody {
	float:left;
	margin:0px;
	padding:10px 20px;
	font-family: 'DIN OT', Arial, Helvetica,sans-serif;
	font-size:14px;
	clear:both;
	word-wrap:break-word;
}
#footer{
	margin:10px 0;
	padding: 10px 0;
	clear:both;
	width:100%;
	background: #eee;
	border-top: #ccc solid 1px;
	text-align:center;	
}
#footer ul
{
	float:center;
	margin: 0;
	padding:0;
	width:360px;
	text-align:center;	
	list-style-type:disc;
	clear:both;
	display:inline-block;
}
#footer ul li
{
	float:left;
	margin: 0;
	padding:0;
	width:33%;
}

/*.Freezing {     
   position:relative ; 
   table-layout:fixed;
   top:expression(this.offsetParent.scrollTop-document.body.scrollTop);   
   z-index: 10;
} 
.Freezing th{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding:2px;
}*/

.rss-title
{
	font-size:16px;
	font-weight:bold;		
}
.rss-box 
{ 
	float: left; 
	margin: 20px; 
	padding:0; 
	width:600px;
}

.rss-box ul 
{ 
	float: left; 
	margin:0 0 0 10px; 
	padding:0;
	width:100%;
}

.rss-box ul li 
{ 
	float: left; 
	display:block; 
	text-align: left; 
	width:90%; 
	line-height:23px; 
	margin: 0 10px 0 0; 
	padding: 0 0 0 10px; 
	background: url(../images/arrow_right.gif) no-repeat 0px 9px; 
	word-wrap:break-word; 
}

.rss-box ul li a 
{ 
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#alert {border:1px solid #369;width:400px;height:auto; min-height:140px;background:#e2ecf5;z-index:1000;position:absolute;display:none;font-size:12px} 
#alert h4 {height:20px;background:#369;color:#FFFFFF;padding:5px 0 0 5px;font-size:12px} 
#alert h4 span {float:left;} 
#alert h4 span#close {margin-left:210px;font-weight:500;cursor:pointer;font-size:12px} 
#alert p {padding:10px 0 0 20px;} 
#alert p input {width:120px;margin-left:20px;} 
#alert p input.myinp {border:1px solid #ccc;height:16px;} 
#alert p input.sub {width:80px;margin-left:260px;} 
.title
{
     float:right;
     clear:both;
     width:100%;
     height:20px;
     text-align:left;
     margin:0 0 6px 0;
     background-color:#369;
     color:#FFFFFF;
}

 .comphelpStyle
    {
        border: dashed 1px blue;
        width: 240px;
        height: 150px;
        visibility: hidden;
        background-color: #ffffee;
        position: absolute;
        
    }
     .pcmcomphelpStyle
    {
        border: dashed 1px blue;
        width: 385px;
        height: 137px;
        visibility: hidden;
        background-color: #ffffee;
        position: absolute;
    }
    .comphelpStyle2
    {
        border: dashed 1px blue;
        width:80px;
        height: 50px;
        visibility: hidden;
        background-color:transparent;
        position: absolute;
    } 
    a.newsa {color:Red;text-decoration:none; font-family: 'DIN OT', Arial;}  
    a.newsa:hover{ color:Red;}  
    a.newsb{color:Black;text-decoration:none;font-family: 'DIN OT', Arial;}  
    a.newsb:hover{ }  
    
     .tablefontStyle
    {
        font-family: 'DIN OT', Arial; 
    }
    .tablefontStyle tr{font-family: 'DIN OT', Arial; }
    .tablefontStyle tr td{font-family: 'DIN OT', Arial; }
    
    textarea {resize: none;}
    
  #loadingcalc 
  {
      border:1px solid #369;
      width:300px;
      height:auto;
      min-height:125px;
      background:#e2ecf5;
      z-index:1000;
      position:absolute;
      display:none;
      font-size:12px;
      
  } 
  
.titlecalc
  {
     float:center;
     clear:both;
     width:100%;
     height:20px;
     text-align:center;
     margin:0 0 6px 0;
     background-color:#369;
     color:#FFFFFF;
     
  }
  
.myimg{ max-width:48px; max-height:48px; }



/* Harrick:2015-7-2 */
.td-action {
    
}
    .td-action .button{
        padding:0;
        width:283px;
    }
        .td-action .button input{
            float:left;
            height:30px;
            margin:0 5px 0 10px;
            margin-top: -5px \9;
        }
        .td-action .button label{
            float:left;
            height:32px;
            line-height:28px;
        }
/* Harrick:2015-7-2 */




.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8{height:1px; font-size:1px; overflow:hidden; display:block;}
.b1,.b8{margin:0 5px;}
.b2,.b7{margin:0 3px;border-right:2px solid; border-left:2px solid; }
.b3,.b6{margin:0 2px;border-right:1px solid; border-left:1px solid; }
.b4,.b5{margin:0 1px;border-right:1px solid; border-left:1px solid; }
.content {border-right:1px solid;border-left:1px solid;overflow:hidden;}


.color1 .b2,.color1 .b3,.color1 .b4,.color1 .b5,.color1 .b6,.color1 .b7,.color1 .content{border-color:#369;}
.color1 .b1,.color1 .b8{background:#369;}

.color1 .b2,.color1 .b3,.color1 .b4,.color1 .b5,.color1 .b6,.color1 .b7,.color1 .content{background:#e2ecf5;}

.layout-img{
    width:100%;
    max-width: 80%;
    max-height: 80%;
}

.iAcceptCheckBox input{vertical-align: middle;}

.Freezing {
    display: none;
    /*position:fixed;
    width:877px;
    height:30px;
    top: 242px;
    top: 245px \9;
    left:0;
    margin-left: 3px;
    padding-right: 6px;
    padding-top: 5px \9;*/
}

/*@-moz-document url-prefix()  
{
    .Freezing 
    {
        top: 197px;
    }
}*/
.capacitor-header {
    top: 220px \9;
}
.inductor-header {
    top: 220px \9;
}
.compensationCap-header {
    padding-right: 8px;
}
.schottky-header {
    top: 220px \9;
    padding-right: 0px;
}
.MOSFET-header {
    top:245px \9;
}

.sidecontent td{
	padding-left:5px;
}
.data-row{
  border-bottom: solid;
  border-bottom-color: #D3D3D3;
  border-bottom-width: 2px;
  border-bottom-color: #CCCCCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.cap-select-disable a, .cap-select-disable td
{
    cursor: default;
    color: #ccc !important;
    font-weight: normal;
    background-color: #fff;
}

.filterPartNOTextbox, .filterVendorTextbox, .filterMaterialTextbox, .filterPackageTextbox {
    min-width: 100px;
    width: 96%;
}
/* Begin SelectCapacitor*/
.capacitorHeader {
    background-color: #507CD1;
}
.capacitorHeader tr {
    height: 25px;
    background-color: #507CD1;
    color: #FFF;
    font-weight: bold;    
}
    .capacitorHeader td {
        border:solid 1px #507CD1;
    }

.capacitorHeader .select-btn {
     width: 60px;
}

.capacitor-result-wrap .item-select-btn {
    width: 60px;
}

.capacitorHeader .partNo {
      width: 200px;
}

.capacitor-result-wrap .item-partNo {
     width: 200px;
}

.capacitorHeader .capacitance {
     width: 150px;
}

.capacitor-result-wrap .item-capacitance {
     width: 150px;
}

.capacitorHeader .voltageRating{
     width: 150px;
}

.capacitor-result-wrap .item-voltageRating{
     width: 150px;
}

.capacitorHeader .vendor {
    width: 100px;
}

.capacitor-result-wrap .item-vendor {
     width: 100px;
}

.capacitorHeader .material {
     width: 100px;
}

.capacitor-result-wrap .item-material {
     width: 100px;
}

.capacitorHeader .package {
     width: 90px;
}

.capacitor-result-wrap .item-package {
     width: 100px;
}
/* End SelectCapacitor*/

/* Begin SelectInductor*/
.inductorHeader {
    background-color: #507CD1;
}
.inductorHeader tr {
    height: 25px;
    background-color: #507CD1;
    color: #FFF;
    font-weight: bold;
}
    .inductorHeader td {
        border:solid 1px #507CD1;
        font-family: 'DIN OT', Arial;
    }

.inductorHeader .select-btn {
    width: 40px;
}
.inductor-wrap .item-select-btn {
    width: 40px;
}

.inductorHeader .partNo {
    width: 200px;
}
.inductor-wrap .item-partNo {
    width: 200px;
}

.inductorHeader .inductance {
    width: 110px;
    width: 110px \9;
}
.inductor-wrap .item-inductance {
    width: 100px;
}

.inductorHeader .DCR {
    width: 90px;
}
.inductor-wrap .item-DCR {
    width: 90px;
}

.inductorHeader .saturationCurrent {
    width: 95px;
}
.inductor-wrap .item-saturationCurrent {
    width: 95px;
}

.inductorHeader .vendor {
    width: 110px;
}
.inductor-wrap .item-vendor {
    width: 110px;
}

.inductorHeader .size {
    width: 130px;
}
.inductor-wrap .item-size {
    width: 130px;
}

.inductorHeader .package {
    width: 60px;
}
.inductor-wrap .item-package {
    width: 60px;
}
/*End SelectInductor*/

/* Begin SelectSchottky*/
.schottkyHeader {
    background-color: #507CD1;
}
.schottkyHeader tr {
    height: 25px;
    background-color: #507CD1;
    color: #FFF;
    font-weight: bold;    
}
    .schottkyHeader td {
        border:solid 1px #507CD1;
    }

.schottkyHeader .select-btn {
    width: 60px;
}
.schottky-result-wrap .item-select-btn {
    width: 60px;
}

.schottkyHeader .partNo {
    width: 180px;
}
.schottky-result-wrap .item-partNo {
    width: 180px;
}

.schottkyHeader .coltageVRRM {
    width: 150px;
}
.schottky-result-wrap .item-coltageVRRM {
    width: 150px;
}

.schottkyHeader .currentRatingI {
    width: 150px;
}
.schottky-result-wrap .item-currentRatingI {
    width: 150px;
}

.schottkyHeader .vdrop {
    width: 100px;
}
.schottky-result-wrap .item-vdrop {
    width: 100px;
}

.schottkyHeader .vendor {
    width: 100px;
}
.schottky-result-wrap .item-vendor {
    width: 100px;
}

.schottkyHeader .package {
    width: 142px;
}
.schottky-result-wrap .item-package {
    width: 140px;
}
/* End SelectSchottky*/

/* Begin SelectCompensationCap*/
.compensationCap-result-wrap .select {
    width:270px;
}
.compensationCap-result-wrap .capValue {
    width:370px;
}
.compensationCap-result-wrap .package {
    width:224px;
}

.compensationCapHeader {
    background-color: #507CD1;
}
.compensationCapHeader tr {
    height: 25px;
    background-color: #507CD1;
    color: #FFF;
    font-weight: bold;    
}
    .compensationCapHeader td {
        border:solid 1px #507CD1;
    }
.compensationCap-result-wrap .item-select, .compensationCapHeader .item-select {
    width:261px;
}
.compensationCap-result-wrap .item-capValue, .compensationCapHeader .item-capValue {
    width:370px;
}
.compensationCap-result-wrap .item-package, .compensationCapHeader .item-package {
    width:224px;
}
/* End SelectCompensationCap*/

/* Begin SelectMOSFET*/
.mosfetHeader {
    background-color: #507CD1;
}
.mosfetHeader tr {
    height: 25px;
    background-color: #507CD1;
    color: #FFF;
    font-weight: bold;    
}
    .mosfetHeader td {
        border:solid 1px #507CD1;
    }

.mosfetHeader .select-btn {
    width: 40px;
}
.mosfetHeader .partNo {
    width: 115px;
}
.mosfetHeader .voltage {
    width: 87px;
}
.mosfetHeader .Qg {
    width: 61px;
}
.mosfetHeader .Rds {
    width: 200px;
}
.mosfetHeader .vendor {
    width: 100px;
}
.mosfetHeader .package {
    width: 155px;
}
.mosfetHeader .singleN {
    width: 66px;
}

.MOSFET-wrap .item-select-btn {
    width: 40px;
}
.MOSFET-wrap .item-partNo {
    width: 115px;
}
.MOSFET-wrap .item-voltage {
    width: 87px;
}
.MOSFET-wrap .item-Qg {
    width: 61px;
}
.MOSFET-wrap .item-Rds {
    width: 200px;
}
.MOSFET-wrap .item-vendor {
    width: 100px;
}
.MOSFET-wrap .item-package {
    width: 155px;
}
.MOSFET-wrap .item-singleN {
    width: 66px;
}
/*End SelectMOSFET*/

.inputCapTypeDropList {
    float: right;
    margin-right: 4px;
    width: 90px;
    color:#306aff;
    /*font-weight:bold;*/
    font-family: 'DIN OT';
    font-size:9pt;
	border-color: #ccc;
    outline: none;
}
.combox_PCMCompensationType {
    float: right;
    margin-right: 4px;
    width: 90px;
    /*font-weight:bold;*/
    font-size:9pt;
    color:#306aff;
    font-family: 'DIN OT';
	border-color: #ccc;
    outline: none;
}
.combox_OutputCapType {
    width: 90px;
    float: right;
    margin-right: 5px;
    color: #306aff;
    /*font-weight: bold;*/
    font-size: 9pt;
    font-family: 'DIN OT';
    border-color: #ccc;
    outline: none;
}
.combox_CompensationType {
    width: 90px;
    float: right;
    margin-right: 5px;
    color: #306aff;
    /*font-weight: bold;*/
    font-size: 9pt;
    font-family: 'DIN OT';
    border-color: #ccc;
    outline: none;
}
.combox_Filter {
    width: 90px;
    float: left;
    color: #306aff;
    font-size: 9pt;
    font-family: 'DIN OT';
    border-color: #ccc;
    outline: none;
}
.disabled,.disabled:hover {
    cursor: not-allowed !important;
    box-shadow: none;
    border-color: #4387d2;
    /*background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2));
    background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%);*/
    /*background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6cb6f3',endColorStr='#4387d2',gradientType='0');*//*IE6-IE9*/
    /*background-image: -ms-linear-gradient(top,#6cb6f3,#4387d2);*/ /* IE10 */
}
.vender-link,.vender-link:focus,.vender-link:visited{
    text-decoration:none;
    border:none;
}
.vender-link img,.vender-link img:focus,.vender-link img:visited{
    text-decoration:none;
    border:none;
}
.small-signal-radio-button {
    margin-left:59pt; /*109px;*/
    float:none;
    /*background:#f3f3f3;*/
    /*background:yellow;*/
    /*border:solid 1px #eee;*/
    width:600px; 
    height:30px;
    clear: none; 
    font-weight: bold; 
    padding-top: 5px;
}
.select-chip {
    /*width: 70px;*/
    float:right;
    font-family: 'DIN OT', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: rgb(48, 106, 255);
    margin-right: 6px;
    display: inline-table;
    margin-top: 4px;
    text-decoration: none;
}
.PCMtable tr td input.start-button, .Cottable tr td input.start-button {
    float: none ;
    /*border-radius:6px;
    background:#306aff;
    font-weight:bold;
    color:#ffffff;
    font-size:14pt;
    width:112px;
    height:40px;*/
}
.selected-table {
    width: 888px;
    margin-left: 3px;
}
.common-use-button {
    margin: 0 0 5px 0;
    background: #ededed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
    background: -moz-linear-gradient(center top, #FFFFFF, #DCDCDC) repeat scroll 0 0 #EEEEEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -o-linear-gradient(top, #FFFFFF, #DCDCDC) repeat scroll 0 0 #EEEEEE;
    background: -ms-linear-gradient(top, #FFFFFF, #DCDCDC) repeat scroll 0 0 #EEEEEE;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
    color: #666666;
    height: 25px;
    padding: 0 30px;
    font-family: 'DIN OT';
}

.common-use-button:hover {
        background: #ededed;
        background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EDEDED');
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EDEDED));
        background: -o-linear-gradient(top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
        background: -ms-linear-gradient(top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
        cursor: pointer;
    }

    .common-use-button:active {
        color: #999999;
        background: #ededed;
        background: -moz-linear-gradient(center top, #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#FFFFFF');
        background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#FFFFFF));
        background: -o-linear-gradient(top, #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
        background: -ms-linear-gradient( top, #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
    }
.BOMTable th {
    background-color: #306aff;
    color: #FFFFFF;
    text-align: center;
    /*font-weight: bold;*/
    height: 30px;
}
.BOMTable tr {
    background-color: #FFFFFF;
    height: 25px;
    text-align: center;
}

