
.style1 A:link {text-decoration: none}
.style1 A:visited {text-decoration: none}
.style1 A:active {text-decoration: none}
.style1 A:hover {text-decoration: none}



body#home h1 {
	font-weight: normal;
	display: none;
}

/* ------- shopping cart ---------------- */

.cart {
	width: 100%;
	border: 1px solid #D5E4E1;
}

.cart tbody {
	margin: 8px 0;
}

.cart-head th {
	height: 36px;
	background-color: #D5F2ED;
	border: none;
	text-align: left;
	padding: 0 8px;
}

.cart .albumart {
	float: left;
	margin-right: 10px;
}

.cart td p {
	margin: 2px 0;
}

.cart td {
	border: none;
	padding: 8px;
	background: #EBEBE7;
}

.cart .cartline-alt2 td {
	background: #E8F6F3;
}

.cart .cartline-alt1 td {
	background: #FAFDFC;
}

td#totalprice {
	font-weight: bold;
}

.cart .itemprice, .cart .itemsubtotal, .cart .shipcost, .cart .taxcost, .cart .totalcost {
	text-align: right;
	padding-right: 1.5em;
}
.shiplabel, .totallabel, .taxlabel {
	font-weight: bold;
}
body#cd h4.style {
	margin: 12px 0;
}

