#formats ul {
	text-align: center;
}

#formats li {
	display: inline;
}

td.ref, td.band, td.title, td.format, td.price, td.shoppingcart, th.shoppingcart {
	font-size: 80%;
	background-color: #ccc;
	padding-left: 2px;
	padding-right: 2px;
}

th.ref, th.band, th.title, th.format, th.price {
	font-size: 90%;
	background-color: #888;
	color: black;
	padding-left: 2px;
	padding-right: 2px;
}

td.shoppingcart, th.shoppingcart {
	padding: 0px;
}

td.shoppingcart img {
	border: 0;
}

/* ya no se usa, pero ahi queda */
td.ref, th.ref {
	width: 15%;
	font-weight: bold;
}

td.artist, th.artist {
	width: 25%;
	color: Silver;
}

td.title, th.title {
	width: 40%;
	text-align: left;
}

td.format, th.format {
	width: 13%;
}

td.price {
	width: 7%;
	text-align: right;
}

th.price {
	width: 7%;
	text-align: center;
}

#shoppingcart {
	position: relative;
	top: 10px;
	width: 190px;
	left: 590px;
	border: 1px solid orange;
	background: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
#navright {
		position: absolute;
        width: 190px;
        left: 590px ;
		border: 0px;
		top: 200px;
}
*/

table {
	border: 1px solid white;
	margin-bottom: 1ex;
}

p.shop {
	width: 545px;
	background: red;
	padding: 3px;
	color: white;
	}