

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
}

.notedefault img.boardImage{position:absolute;z-index:888;top:6px;}
.notedefault {position:absolute;top:0px;left:0px;width:180px;height:330px;filter:alpha(opacity=0);-moz-opacity:0;opacity:0}
.notedefault ul{list-style-type:none;list-style-image:none;width:	150px;margin:10px;font:0.8em/150% verdana; padding:4px;}
.notedefault img.boardImage{position:absolute;z-index:999;top:6px;}
.notedefault .content{border:2px solid #bacbe0;background-color:#FFFBEF;position:absolute;z-index:888;margin-left:5px;}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 155px;
 margin-top: -15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

ul.notedefault2 {line-height:130%;margin:4px 0 4px 10px;font-weight:bold;padding:0;list-style-image: url(http://img.alibaba.com/images/eng/style/css_images/mainCategory.gif);}
ul.notedefault2 ul{margin-left:0;font:10px verdana;list-style-image:none;list-style-type:none;}
ul.notedefault2 li {margin-bottom:5px;}
ul.notedefault2 li li{line-height:100%;}


