li { list-style-type: none; }

#postList {
	
}
#postList a.head {
	cursor:pointer;	
	color:#5c5c5c;
	font-size: 0.75em;
  display:block;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 5px;
	text-decoration: none;
	background-image: url(images/open.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 22px;
	
}
#postList a.head:hover {
	color:#acacac;
	background-image: url(images/open_hover.gif);
	
}
#postList a.selected {
  background-image: url(images/close.gif);
}
#postList a.current {
	
}
#postList ul {
	
}
#postList li {
	list-style:none outside none; 
  /*display:inline;*/
}

.bookmarkBox { 
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #f7f7f5;
  padding: 1px 0 1px 0;  
}

.bookmark {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  height: 100%;
  padding: 5px 5px;
}



