/* status
----------------------------------------------- */
.dev{
display:block;
height:18px;
margin:0 10px 0 0;
background:url(../../images/search/dev.gif) no-repeat;
padding:3px 0 0 34px;
float:left;
}

.new{
display:block;
height:18px;
margin:0 10px 0 0;
background:url(../../images/search/new.gif) no-repeat;
padding:3px 0 0 34px;
float:left;
}

.pre{
display:block;
height:18px;
margin:0 10px 0 0;
background:url(../../images/search/pre.gif) no-repeat;
padding:3px 0 0 34px;
float:left;
}

/* ELSE
----------------------------------------------- */
.note{
font-size:11px;
line-height:11px;
margin:10px 10px 0 0;
}

.w100{
width:100px;
}


/* spice
----------------------------------------------- */
#subtitle{
position:relative !important;
margin:0 auto;
width:710px;
height:48px;
}

.back{
position:absolute;
text-align:right;
font-size:14px;
}

#h4_mosfet{
background:url(../../images/discrete/title_h5_mosfet.jpg) no-repeat;
height:26px;
margin:20px 0 5px 0;
}

.ghost{
display:none;
}

#spice-info{
margin:10px 0 0 20px;
}

#spice-list{
width:700px;
margin:0 auto;
clear:both;
}

#spice-list table{
border-collapse:collapse;
empty-cells:show;
line-height:140%;
border:1px solid #666666;
font-size:12px;
width:24%;
float:left;
}

#spice-list table th{
border:1px solid #666666;
padding:3px;
text-align:center;
background-color:#E1F2FF;
}

#spice-list table td{
text-align:center;
border:1px solid #666666;
padding:3px 5px;
height:29px;
}

#spice-list table th.left, #spice-list table td.left{
text-align:left;
font-weight:normal;
}

#spice-list:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

