/************************************************************
  Disney DVD Rancking Cascading Style Sheet
                    by Yuko Haraki Kimura on Jan, 2003
                    aiueo.css
************************************************************/


hr{
	height: 1px;
	width: 95%;
	color: #B5A584;
}


.tabBody{
	width: 600px;
	background: #FFF7E7;

	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B5A584;

	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B5A584;

	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B5A584;

}

.cover{
	text-align: center;
	width: 70px;
}

.coverImage{

}

.title{
	text-align: left;
	color: #5A6E52;
	font-weight: bolder;
	font-size: 100%;
	padding: 5px;
}

.summary{
	width: 88%;
	height: 100%;
	text-align: left;
	color: black;
	font-size: 90%;
}

