div.x-bookmarks {
	font-family: verdana;
	font-size: 13px;

	position: fixed;
	_position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 50%;
	bottom: 0;
	padding: 8px;
	overflow: auto;
	background-color: #AACCFF;
	opacity: .9;
	filter: alpha(opacity=90);
	background-image: url("bookmark.png");
	background-position: right top;
	background-repeat: no-repeat;
}

div.x-bookmarks a {
	color: black;
	text-decoration: underline;
}

div.x-bookmarks .loading {
	position: absolute;
	right: 18px;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url("ajax-loader.gif");
	background-repeat: no-repeat;
}

div.x-bookmarks div {
	border-bottom: 1px dotted #9BE;
	padding: 8px 4px 4px 0;
}

div.x-bookmarks div a {

}

div.x-bookmarks div span.remover {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 2px;
	background-image: url("close.png");
	background-repeat: no-repeat;
}

div.x-bookmarks div span.editor {
	width: 14px;
	height: 13px;
	display: inline-block;
	margin-left: 2px;
	background-image: url("edit.png");
	background-repeat: no-repeat;
}

div.x-minimized {
	height: 20px;
	width: 50px;
	padding: 0;
	overflow: hidden;
	background-color: white;
}

div.x-minimized * {
	visibility: hidden;
}

div.x-bookmarks .clicker {
	visibility: visible;
	height: 20px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
