body
{
	background-repeat: repeat-y;
	background-position: top center;
	background-image: url(bg_marcy.jpg);
	background-color: #D7C59F;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.contentArea {
	margin-left: 10px;
}

.itemTable {
	background-color: #F4F3D8;
	border-width: 3px;
	border-style: double;
	border-color: #D7C59F;
}

.normal
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.subtext
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.buyBoxText
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6688AA;
}

.albumTitle
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #680007;
}

.artist
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.price
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #680007;
}

.stockStatusInStock
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #090;
}

.stockStatusOutOfStock
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.stockStatusPreorder
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C60;
}

.sectionHeader
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C60;
}

.sectionText
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

.trackTime
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}

a.listen:link
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #437538;
}

a.listen:hover
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #76996E;
}

a.listen:visited
{
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #437538;
}

table.buyBox td.topLeft {
    background-image: url(buybox_topleft.jpg);
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-left: 12px;
}

table.buyBox td.topRight {
	background-image: url(buybox_topright.jpg);
	background-repeat: no-repeat;
}
  
table.buyBox td.bottomLeft {
	background-image: url(buybox_bottomleft.jpg);
	background-repeat: no-repeat;
	font-size: 4px;
}

table.buyBox td.bottomRight {
	background-image: url(buybox_bottomright.jpg);
	background-repeat: no-repeat;
	font-size: 4px;
}

