/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;   
    background: #FFFFFF;
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
}
A {text-decoration: none;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}
/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 934px;
}

/*  Header  */
.header {
    float: left;
    width: 100%;
}
.header .main-menu {
    float: left;
    width: 100%;
    background: #686868 url("../images/header/bg-menu.jpg") left top repeat-x;
	margin-top: -34px;
	position: relative;
	z-index: 1;
}
.header .main-menu .left {
    float: left;
    width: 100%;
    background: url("../images/header/bg-menu-left.gif") left top no-repeat;
}
.header .main-menu .right {
    float: left;
    width: 100%;
    background: url("../images/header/bg-menu-right.gif") right top no-repeat;
}
.header .main-menu .menu {
	float: left;
	width: 615px;
	position: relative;
	left: 195px;
}
.header .main-menu .menu UL {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.header .main-menu .menu UL LI {
	float: left;
}
.header .main-menu .menu UL LI A {
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding: 10px 13px 10px 13px;
}
.header .main-menu .menu UL LI A:HOVER {
	color:#FF9900;
	text-decoration: none;
}
.header .main-menu .menu UL LI.selected A {
	background: url(../images/header/bg-menu-selected.jpg) left top repeat-x;
}
.header .main-menu .primary-menu {
	float: right;
    width: 150px;
    position: relative;
    right: 15px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: right;
    padding: 10px 0 0 0px;
}
.header .main-menu .primary-menu A {color: #FFFFFF;} 


.header .text {
	float: right;
	width: 742px;	
	padding: 20px 0 0 0;
	font-family: Georgia,"Times New Roman",Times,serif;
}
.header .text .left {
	float: left;
	width: 400px;
}
.header .text .right {
	float: right;
	width: 200px;
	text-align: right;
}
.header .text P {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.header .text A {
	color: #666666;
	font-size: 12px;
}
.header .text A:HOVER {color: #3571B9;}
.header .logotype {
    float: left;
    font-size: 1px;
    line-height: 0;
    padding: 0 0 0 25px;
	position: relative;
	z-index: 100;
	margin-top: -15px;
}
.header .search {
    float: right;
    width: 393px;
}
.header .search .param-search {
    float: left;
    width: 132px;
    background: #86C9EA url("../images/header/bg-search-param.gif") left top repeat-x;
}
.header .search .param-search .lb {
    float: left;
    width: 100%;
    background: url("../images/header/lb-search-param.gif") left bottom no-repeat;
}
.header .search .param-search .rb {
    float: left;
    width: 100%;
    background: url("../images/header/rb-search-param.gif") right bottom no-repeat;
}
.header .search .param-search A {
    font-size: 12px;
	display: block;
    font-weight: bold;
	padding-bottom: 5px;
    color: #FFFFFF;
	text-align: center;
	margin: 7px 0 4px 0;
    background: url("../images/header/arrow-bottom.gif") bottom center no-repeat;
}
.header .search .search-form {
	float: right;
	width: 260px;
	background: #B0B0B0 url(../images/header/bg-search.gif) left top repeat-x;
}
.header .search .search-form LABEL {
	float: left;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 5px 5px 5px;
}
.header .search .search-form .search-input {
	float: left;
	width: 158px;
	margin: 0;
	padding: 2px 0;
	margin: 2px 3px 0px 0;
}
.header .search .search-form .search-button {
	float: left;
	width: 29px;
	height: 19px;
	border: none;
	margin: 5px 0 0 0;
	background: #E59A00 url(../images/header/bg-button-go.gif) no-repeat;
}
.header .search .search-form .lb {
    float: left;
    width: 100%;
    background: url("../images/header/lb-search.gif") left bottom no-repeat;
}
.header .search .search-form .rb {
    float: left;
    width: 100%;
    background: url("../images/header/rb-search.gif") right bottom no-repeat;
	padding-bottom: 5px;
}
.header .path {
    float: left;
    width: 100%;
    padding: 3px 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.header .path UL {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 10px;
    color: #333333;
    line-height: 14px;
}
.header .path UL LI {
    display: inline;
    padding-right: 3px;
}
.header .path UL LI A {
    color: #3571B9;
}
.header .title {
    float: left;
    width: 100%;
    background: #437FB1 url("../images/header/bg-title.jpg") no-repeat;
}
.header .title P {
    padding: 17px 0 16px 18px;
    margin: 0;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 14px;
}
/*  Fix for Safari  */
/*\*/
html>body* .header .title P {padding: 16px 0 14px 18px;}
/**/

/*  Content  */
.content {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.content .left-col {
    float: left;
    width: 194px;
}
.content .left-col .menu {
    float: left;
    width: 100%;
    line-height: 12px;
    font-weight: bold;
    font-size: 12px;
}
.content .left-col .menu UL {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.content .left-col .menu UL LI {
    border-bottom: 1px solid #BFBFBF;
    padding: 6px 15px 6px 15px;
}
.content .left-col .menu UL LI.first {border-top: 1px solid #BFBFBF;}
.content .left-col .menu UL LI A {
    color: #666666;
}
.content .left-col .menu UL LI A:HOVER {
    color: #3571B9;
    text-decoration: none;
}
.content .left-col .menu UL LI.selected {background: url("../images/menu-left-selecetd.gif") left top repeat-y;}
.content .left-col .menu UL LI.selected A {color: #366FBC;}


/*  Footer  */
.footer {
     float: left;
     width: 100%;
     font-family: Georgia,"Times New Roman",Times,serif;
     padding-top: 50px;
     padding-bottom: 50px;
}
.footer .left {
    float: left;
    width: 650px;
}
.footer UL {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer UL LI {
    float: left;
    font-size: 11px;
    padding: 0 0 0 3px;
}
.footer UL LI A {
    color: #666666;
    padding-right: 3px;
}
.footer .right {
    float: right;
    width: 200px;
    font-family:Arial,Helvetica,sans-serif;
    text-align: right;
}
.footer .right P.contact {
    padding: 0 0px 0 0;
    margin: 0;
    font-size: 13px;
    color: #999999;
    font-weight: bold;
}
.footer .right P.contact A {
    color: #666666;
}
.footer .right P.contact A:HOVER {color: #3571B9;}
.relaxator{
	width:100%;
	clear:both;
	float:left;
	height:1px;
    font-size: 1px;
    line-height: 0;
}
.content .right-col {
    float: right;
    width: 724px;
    border-left: 1px solid #BFBFBF;
}
.content .right-col H1 {
    margin: 0 0 0 10px;
    padding: 0;
    color: #FF9900;
    font-size: 32px;
    font-weight: bold;
}
.content .row {
    float: left;
    clear: left;
    width: 100%;
}
.content .right-col .search-frame {
    float: left;
    width: 100%;
    background: url("../images/bg-search-frame.gif") left top repeat-x;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.content .right-col .search-frame P.head {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #3571B9;
}
.content .right-col .search-frame .width125 {width: 125px !important;}
.content .right-col .search-frame .width300 {width: 300px;}
.content .right-col .search-frame .width550 {width: 550px;}
.content .right-col .search-frame .width195 {width: 195px;}

.content .right-col .search-frame .col {float: left;}
.content .right-col .search-frame .right-float {float: right !important;}
.content .button-hide {
    background: url("../images/bg-button-hide.gif") left center no-repeat;
    padding-left: 10px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #3571B9;
    margin: 0px 15px 0px 0;
} 
.content .right-col .search-frame .row.padding-b {padding-bottom: 10px;}
.content .right-col .search-frame INPUT {
    margin-top:1px;
    float: left;
    clear: left;
}
.content .right-col .search-frame LABEL {
    float: left;
    cursor: pointer;
    font-size: 12px;
    margin: 3px 0 0 3px;
}
.content .right-col .search-frame .button {
    float: right;
    width: 108px;
    height: 17px;
    position: relative;
    right: 15px;
    border: none;
    background: url("../images/button-view-results.gif") no-repeat;
}
.content .right-col H5 {
    padding: 0 0 3px 0;
    margin: 0;
    font-size: 15px;
    color: #FF9900;
}
.series-matching {
    float: right;
    width: 717px;
    font-size: 12px;
    font-family:Georgia,"Times New Roman",Times,serif;
}
.series-matching TABLE {
    width: 100%;
}
.series-matching TABLE TD {
    text-align: center;
}
.series-matching .head {
    background: #4085ad;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:top;
}
.series-matching A {
    color: #3571B9;
}
.series-matching .alt {background: #f2f2d9;}

/*  Power CSS  */
.power-inductors {
	float: left;
	width: 722px;
	text-align: left;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.power-inductors H1 {
	margin: 0 0 12px 0;
	padding: 0;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
}

.power-inductors H1 SPAN {
	color: #4194CC;
}

.power-inductors .submenu {
	background: #d6eef8;
	border-top: 1px solid #BFBFBF;
	float: left;
	width: 100%;
}

.power-inductors .submenu UL{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 4px 0 2px 16px;
	margin: 0;
	float: left;
}

.power-inductors .submenu UL LI {
	float: left;
	font-weight: bold;
}

.power-inductors .submenu UL LI.separator {
	padding: 0 2px;
}

.power-inductors .submenu UL LI A {
	color: #666666;
	text-decoration: none;
}

.power-inductors .submenu UL LI A:hover {
	color: #3571B9;
}

.power-inductors IMG.products {
	margin: 18px 16px 8px 0;
}

.power-inductors H2 {
	margin: 0 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #FF9900;
}

.power-inductors H2.fw-norm {
	font-weight: normal;
}

.power-inductors P {
	margin: 5px 0 0 0;
	padding: 0;
}

.power-inductors A {
	color: #3571B9;
}

.power-inductors UL {
	margin: 5px 0 0 16px;
	padding: 0;
	color: #FF9900;
}

.power-inductors UL LI SPAN {
	color: #666666;
}

.power-inductors .border {
	border-top: 1px dotted #666666;
	font-size: 0px;
	line-height: 0px;
	margin: 9px 0 7px 0;
}

.power-inductors A.to-top {
	float: right;
}

.power-inductors TABLE.list {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.power-inductors TABLE.list SPAN.underline {
	text-decoration: underline;
}

.power-inductors TABLE.list TH {
	font-family: Arial, Helvetica, sans-serif;
	background: #4085AD;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 4px 16px 3px 16px;	
}

.power-inductors TABLE.list TD {
	text-align: center;
	padding: 4px 16px 3px 16px;	
}

.power-inductors TABLE.list TH.al-left,
.power-inductors TABLE.list TD.al-left {
	text-align: left;
}

.power-inductors TABLE.list TR.highlight {
	background: #F2F2D9;
}

.power-inductors TABLE.simple-list {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.power-inductors TABLE.simple-list STRONG {
	width: 175px;
	display: block;
}

.power-inductors TABLE.simple-list td {
	vertical-align: top;
}

.power-inductors .dimensions {
	float: right;
	position: relative;
	left: -250px;
	top: 100px;
}

.power-inductors .dimensions SPAN {
	padding-right: 5px;
}

.power-inductors-frame {
	padding: 0 0 0 16px;
}

/*  Form CSS  */
#page.search-page{
	text-align:center;
}
#page A.search{
	color:#349BD8;
	font-size:12px
}
.search-form SPAN.u{
	text-decoration:underline;
}

.search-form{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:auto;
	width:580px;
	text-align:left;
	
}

.s-frame{
	float: left;
	text-align:center;	
	clear:left;
	width:98%;
	border:1px solid #3E6EB8;
}

.s-frame H1{
	text-align:left;
	font-size:18px;	
	color:#349BD8;
	padding:0px;
	margin:0px;
	padding:14px;
}
.s-frame .hide{
	float:right;
	position:relative;
	margin:-40px 15px 0 0 ;
	
}


.s-frame .hide A{
	color:#349BD8;
	font-size:10px;
	padding:0 0 0 10px;
	background:url("../images/search/hide.gif") no-repeat center left;
}
.search-content{
	margin:auto;
	width:96%;
}

.search-content .form-body,
.search-content .menu{
	float:left;
	clear:left;
	width:100%;
}

.search-content .menu UL{
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
	padding-left:15px;
	font-size:12px;
	
}
.search-content .menu UL LI A:HOVER{
	text-decoration:none;
}
.search-content .menu UL LI A{
	float:left;
	display:block;
	padding: 5px 10px;
}
.search-content .menu UL LI{
	float:left;
	margin-right:1px;
	background:url("../images/search/a.gif") no-repeat top right;
}
.search-content .menu UL LI:HOVER A{
	background:url("../images/search/li-hover.gif") no-repeat top left;

}
.search-content .menu UL LI:HOVER{
	background:url("../images/search/a-hover.gif") no-repeat top right;

}
.search-content .menu UL LI:HOVER.current A{
	background:url("../images/search/li-hover.gif") no-repeat top left;
}
.search-content .menu UL LI A{
	float:left;
	color:#FFFFFF;
	font-weight: bold;
	background:url("../images/search/li.gif") no-repeat top left;
}

.search-content .menu UL LI.current,
.search-content .menu UL LI:HOVER.current{
	float:left;
	background:url("../images/search/a-active.gif") no-repeat top right;
}
.search-content .menu UL LI.current A,
.search-content .menu UL LI:HOVER.current A{
	float:left;
	background:url("../images/search/li-active.gif") no-repeat top left;
}
.search-content .buttons{
	float:left;
	clear:left;
	width:100%;
	text-align:right;
	padding:10px 0px;
}
.divider{

	height:50px;
	float:left;
	
	clear:left;
}

.form-body{
	float:left;
	clear:left;
	width:100%;
	border:1px solid #9BB8D5;
	border-top:3px solid #4085AD;
	position:relative;
	top:0px;
	left:0px;
}
.form-body TABLE{

}
.form-body .cbr{
	background:url("../images/search/cbr.gif") no-repeat bottom right;
	float:left;
	clear:left;
	width:100%;
	position:relative;
	top:1px;
	left:1px;
}
.form-body TD.inputs INPUT{
	width:100%;
}
.form-body TD.inputs{
	width:180px;
}
.form-body TD.separator{
	vertical-align:baseline;
	text-align:center;
	width:25px;
}
.form-body .cbl{
	background:url("../images/search/cbl.gif") no-repeat bottom left;
	float:left;
	clear:left;
	width:100%;
	position:relative;
	top:0px;
	left:-2px;
	padding-top:10px;
	padding-bottom:10px;
}

.form-body  TH{
	font-size:12px;
	color:#3571B9;	
}
.form-body  TD{
	vertical-align:middle;
	color:#666666;
	
}
.form-body  TD.select{
	text-align:center;
}
.form-body  TD.label{
	text-align:right;
	font-weight:bold;
}
.popup_effect1 {
    opacity: 0.2;
}
.popup_effect2 {
    background:#ffffff;
}