.bookmarks_shell {
	position: relative;

	border: 1px solid black;
	margin: 4px;

	/*width:  400px;*/
	/*height: 300px;*/

	overflow: hidden;
}

.bookmarks_top, .bookmarks_bottom {
	/*position: absolute;*/
	/*height: 20px;*/

	width: 100%;
	background-color: #ccc;
	overflow: hidden;
}

.bookmarks_top {
	top: 0px;
}

.bookmarks_bottom {
	bottom: 0px;
}

.bookmarks_tree {
	position: relative;

	margin: 4px 1px;
	height: 260px;

	overflow: auto;
}

.bookmarks_shell .button
{
	overflow: hidden;
	text-align: center;
}

.bookmarks_shell .btn_cnt
{
	border: 1px solid gray;
	float: left;
	width: 60px;
	height: 42px;
	margin-right: 3px;
	cursor: pointer;
}

.bookmarks_lb
{
	margin: 10px 3px;
}

.bookmarks_shell .bookmark_folder,
.bookmarks_shell .bookmark_item
{
	line-height: 16px;
	padding-left: 16px;
	text-indent: -16px;
	/*background-image: url(folder.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	height: 16px;
	min-height: 16px;
	height: auto !important;
}

.bookmarks_shell .bookmark_item
{
	background-image: url(item.gif);
*/
}

.bookmarks_shell .bookmark_folder,
.bookmarks_shell .bookmark_item
{
	line-height: 16px;
	padding-left: 16px;
	text-indent: -5px;
}


