/* Style for "Search Other Engine in *"|ç”¨äºŽâ€œè·³è½¬æœç´¢å¼•æ“Žâ€GMè„šæœ¬çš„æ ·å¼:
 * ç™¾åº¦çš„è„šæœ¬ï¼šhttp://userscripts.org/scripts/show/46658
 * Googleçš„è„šæœ¬ï¼šhttp://userscripts.org/scripts/show/46659
 * æœ‰é“çš„è„šæœ¬ï¼šhttp://userscripts.org/scripts/show/46660
 * å¿…åº”çš„è„šæœ¬ï¼šhttp://userscripts.org/scripts/show/57989
 */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
domain("www.baidu.com") ,
domain("www.google.com") ,
domain("google.co.jp"),
domain("www.google.cn") ,
domain("www.youdao.com") ,
domain("bing.com")
{

/* === Style for the Jump Bar === */
div[class="more"] > a{
border:1px dotted #ccccee !important;
background: #eeeeFF !important;
}
/*div[class="more"] > a:hover{
border:1px solid #bbbbdd !important;
background: #ddddFF !important;
}*/

div[class="more"]{
padding: 0px 0 0px; 
text-align: right; 
font-size: 12pt; 
background: #F0F7F9;

/* === Fixed Bar position settings === */ /*
position: fixed !important; 
top: 95px !important; 
left: 682px  !important; 
border: 4px solid #33CCFF;*/
}

/* === hide Youdao blue bar === */ /*
table.all td[class^="titleblue"] {display: none !important;} */
}

@-moz-document 
domain("bing.com"){
div[class="more"] {position: absolute !important; top: 90px !important; right: 10px !important; width: 180px !important; }
div[class="more"] *{line-height: 1.5em !important;}

}