

/* SpiffySearch needs at least 100 pixels to run */
#container { width:200px; margin:10px; float:right;}

/* If you're not using a container, you can specify width here */
#ss, #ss_a dd { width:100%; font-family: verdana; font-size: 100%; border:1px solid gray;}

/* to attach details to right side, use right instead of left */
#ss_a dd { margin:0; padding:3px; position:absolute; left:5px; background:#ffe; overflow:hidden; font-size:100%;}

/* I'm using B tags for my mouse-over autofill; delete this if you're not */
#ss b { font-weight:normal; background-color:#ffc; }

/* all links look like links: */
#ss a { color:blue; text-decoration:none; cursor:pointer;}

/* careful when messing with the rest of this! */
#ss, #ss_d { position:relative;}
#ss a:hover { text-decoration:underline;}
#ss_d { border:none; position:absolute; top:4px; right:5px;}
#ss_r { position:absolute; top:2px; left:37px;}
#ss_q { margin:25px 5px 5px 5px; background-color:#ffc;}
#ss_a  { position: relative; margin:0 5px 5px 5px; padding:0;}
#ss a { margin-bottom:0;}
#ss_a h4 { margin:0 0 3px 0; padding:0; font-size:100%;}
#ss_a dd p {color:#a00; margin:3px 0 0 0; padding:0; text-align:center;  font-size:100%;}
#ss_a dt { padding:0; margin:0; position:relative; width:100%; height:1.2em; white-space:nowrap; overflow: hidden;}
#ss_a dt.odd { background-color:#eef;}
#ss_a dt a.resultTitle { position:absolute; left:20px;}
#ss_a dt a.addToMyWeb { display:block; float:left; height:15px; width:15px; background: transparent url(http://us.i1.yimg.com/us.yimg.com/i/us/my/bn/cust_addcontent.gif) 0 3px no-repeat; }
#ss_n { margin-top:5px; background:#a00; text-align:center; }
#ss p#ss_u { margin:5px; overflow:hidden;}
a#ss_nx { position:absolute; bottom:0; right: 3px; color:#ff0; font-weight:bold;}
a#ss_pr { position:absolute; bottom:0; left: 3px; color:#ff0; font-weight:bold;}
a#ss_yh { color:#ff0; }
#ss a.yahooSearch
{
	position: absolute;
	height: 20px;
	width: 28px;
	background-image: url(kndelview_bg_imgs/yahoo.gif);
	background-repeat: no-repeat;
	background-position: 3px  5px;
}


#ss a.yahooNews { background: url(http://us.i1.yimg.com/us.yimg.com/i/ws/w2/news.gif) 6px 5px no-repeat; }



/* Mike Malloch customising a bit for use in delicious tag viewer */

#ss, #ss_a dd {
    font-size:75%;
    width:240px;
    margin:10px;
    width:expression('215px');
}


#ss_label {
     position:absolute;
     top:3px;
     left:60px;
     font-size:110%;
     font-weight:bold;
     color:#77F;
}

#ss_q{
    margin-right:3px;
}

#ss a.spiffySearch_creditlink {
    font-size:x-small;
    text-decoration:none;
    color:#999;
}