.item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8em;
}
.item .title {
	font-weight: bold;
	color: #9B1212;
}
.item .new {
	float: right;
	margin-left: 20px;
}
.item .prices {
	float: right;
}
.gap {
	height: 120px;
}

.gaplarge {
	height: 150px;
}
.item img {
	float: left;
	margin-right: 10px;
}
.item .prices table {
	font-size: 0.85em;
	border-collapse: collapse;
}
.item .prices td {
	padding: 2px;
	text-align: center;
}
.item .prices tr {
	padding: 0px;
	text-align: center;
}
.item .prices th{
	width: 130px;
	text-align: left;
}
.gapverylarge {
	height: 160px;
}
.shows {
	border: 1px solid #471975;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.alphabet {

	border: 1px solid #471975;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.letter {
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}
.retailprice {
	float: right;
	margin-top: 20px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
