table.beatinfo {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 890px;
	font-family: Arial,sans-serif;
	font-size: 1em;
	}

table th, table td {
	margin: 0px;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

table th {
	color: #999;
}

table .name {
	text-align: left;

}

table tr {
	background: #e6e6e6;
	
}

table tr.alt {
	background: #f1f1f1;
}

table tr.cart {
	background: #f1f1f1;
	border-top: 2px solid #165AAD;
}

table td h4 {
	display: block;
	font-weight: bold;
	font-size: 115%;
}

.name p {
	display: block;
	font-weight: normal;
	color: #666;
	margin: 2px 0;
}

.name a {
	color: #637885;
	text-decoration: underline;
	font-style: italic;
}

.name a:hover {
	color: #0EB0D8;
}

table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	background: #fff;
}

.beatname {
	color: #165AAD;
	margin: 2px 0;
}





