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

body{
	background-image: url("../common/.gif");
	background-repeat: repeat;
	color: black;
	font-family: MS P ƒSƒVƒbƒN, verdana, sans-serif;
	text-align: center;
}

a:link{	
	color: #A84705;
}
a:active{
	color: tomato;
}
a:visited{
	color: #A37513;
}
a:hover{
	color: tomato;
}

table{
	width: 600px;
}

table.summaryTable{
	width: 600px;
	background-color: #F1EDD9;

	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #F8F6E7;

	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #F8F6E7;

	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #F8F6E7;

	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F8F6E7;
}


th{
	text-align: right;
	font-size: 90%;
	width: 150px;
}

.cover{
	text-align: center;
	padding: 5px;
	width: 120px;
}

.title{
	text-align: left;
	color: #55694D;
	font-weight: bolder;
	font-size: 130%;
	padding: 0px;
}

.point{
	width: 220px;
}

.summaryButton{
	text-align: right;
}

.summary{
	width: 270px;
	background-color: ;
	text-align: left;
	color: #55694D;
	font-size: 90%;
	font-weight: bolder;
}

.spec{
	text-align: right;
}

.font90{
	font-size: 90%;
}

.expl{
	background-color: #F1EDD9;
	padding: 10px;
	color: #394C32;
	text-align: justify;
	font-size: 90%;

	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #F8F6E7;

	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #F8F6E7;

	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #F8F6E7;

	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F8F6E7;

}

.emph{
	font-size: 105%;
	font-weight: bolder;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.navibutton{
	font-family: Comic Sans MS, Sans-serif, Arial;
	text-align: left;
}

