/* jQuery Bookmark styles v1.2.0 */
div.basicBookmark { position: absolute; top: -160px; left: 257px; width: 475px; padding-top: 15px; border-top: 1px dotted #bdc1c7; }
.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 320px;
	border: 1px solid #aaa;
}
.bookmark_list { display: inline-block; float: left; list-style-type: none; font-size: 80%; width: 475px; margin: 0; padding: 0 0 0 0; }
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact {  }
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0 5px 3px 0;
	padding: 1px;
	background-color: #f7f7f1;
	border: solid 1px #e7e5d9;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span { display: inline-block; width: 16px; height: 16px; }
.bookmark_list span.bookmark_icons {
	background: url(bookmarks.png) no-repeat center;
}
.bookmark_list img {
	border: none;
}
