#tabContent {
	background-color: #FFFFFF;
	padding: 5px;
}

#tabIndex {
	margin: 0px;
	padding: 0px;
}

#tabIndex li {
	float:left;
	margin-right: 10px;
	padding: 1px 15px;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
  background-color: #ebebeb;
  color:#777777;
}
#tabIndex .open {
  background-color: #CCCCCC;
  text-decoration: none;
}

#tabBoxIndex {
	background-color: #FFFFFF;
	border: solid #cccccc 1px;
	padding: 1em;
	clear: both;
	width: 455px;
}
.itemdate{
	color: #777777;
	margin-right: 10px;
}
#tabContent{
	margin:15px 0 20px 10px;
	padding:0 10px 10px 10px;
	overflow:hidden;
}
#tabContent h2{
	background: url(h3-bg.gif);
	padding: 5px 0 5px 20px;
	font: serif;
	font-weight: bold;
	height: auto;
}
#tabContent .book{
	float:right;
	padding-top:10px;
	width:270px;
}
.book p{
	margin:10px 0 10px 0;
}
#tabContent .date{
	text-align: right;
	margin: 0 15px 0 0;
	 clear: both;
}
#tabContent .image{
	float: left;
	margin: 20px 15px 0 10px;
	width: 160px;
	height: 160px;
	display: inline;
	text-align: center;
}
.entry .image{
	margin: 10px;
}