.listing {
	border: 1px solid #f9f6e7;
	padding: 4px 4px 4px 4px;
	margin: 2px 2px 2px 2px;
	display: block;
	float:left;
	width: 200px;
	height: 195px;
}
.listing-image {
	/* width: 210px; */
	height: 150px;
}
.listing-price {
	float: right;
	text-align: center;
	color: #a5813a;
	font-weight: bold;
	font-size: 1.2em;
}
.listing-saleprice {
	float: right;
	text-align: center;
	color: #C00;
	font-weight: bold;
}
.listing-title {
	color:#3c1301;
	height: 30px;
}
.listing-sku {
	float: left;
	color: #a5813a;
	padding-top: 3px;
}
.prodimagecontainer {
	float:left;
	width: 55%;
}
.prodimage {
	margin: 0px 0px 0px 20px;
}
.prodinfo {
	float:right;
	width: 45%;
}
.album {
	float:left;
	width:100%;
}
.body {
	float:left;
	width:100%;
}
.title {
	font-size: 1.4em;
	color: #3c1301;
	font-weight:bold;
}
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; width:95%; }
.sku{
	color:#666;
	font-size: 1.1em;
}
.price{
	color:#a5813a;
	font-size: 1.3em;
	font-weight:bold;
}

#shoppingcart {
	width: 580px;
	background: url(../formstyles/form.jpg) repeat-x bottom left;
	border: 1px solid #BCBCBC;
	padding: 10px 10px 10px 10px;
	margin: auto;
}

#shoppingcart p {
	margin: 0 1em 1em;
}

#cartlist, #contents {
	width: 580px;
	background: url(../formstyles/form.jpg) repeat-x bottom left;
	border: 1px solid #BCBCBC;
	padding: 10px 10px 10px 10px;
	margin: auto;
}

#cartlist ul {
	list-style-type: none;
}

#cartlist ul li {
	margin: 0 1em 1em;
}

#cartcontents table {
	font-size: 90%;
	border-collapse: collapse;
}

#cartcontents table td {
	border: 1px solid #999;
	width: 20%;
}

#cartcontents p, #cartcontents button {
	margin: 1em;
}
.tableheader { background-color:#EBEBEB; }
.tablerow { background-color:#F8F8F8; }

.btn {
	color:#FFF;
	font: bold 100% 'segoe ui',helvetica,sans-serif;
	background-color:#2465cf;
	border:1px solid;
	border-color: #1A4691;
	padding: 2px 5px 2px 5px;
}
.btnhov {
	color:#FFF;
	font: bold 100% 'segoe ui',helvetica,sans-serif;
	background-color:#F90;
	border:1px solid;
	border-color: #1A4691;
	padding: 2px 5px 2px 5px;
}