/* CSS Document */

/********** CD list table **********/

table#CDList td {
	height: 110px;
	text-align: center;
	vertical-align: top;
	width: 160px;
}

table#CDList td img {
	border: 2px #cccccc outset;
}

/********** Score list table **********/

table#ScoreList td {
	height: 180px;
	text-align: center;
	vertical-align: top;
	width: 160px;
}

table#ScoreList td img {
	border: 2px #cccccc outset;
}

/********** Book/Video list table **********/

table#BookList td {
	height: 160px;
	text-align: center;
	vertical-align: middle;
	width: 160px;
}

table#BookList td img {
	border: 2px #cccccc outset;
}

table#BookList td#Item1 {
	width: 180px;
}

table#BookList td#Item2 {
	width: 390px;
}

table#BookList td#Item3 {
	width: 180px;
}

