#header {
	position: relative;
	height: 246px;
	width: 922px;
	background: url(images/top-inside-bg-bigger.jpg) no-repeat top left #fff;
}

#homelink a {
	position: absolute;
	left: 85px;
	display: block;
	width: 350px;
	height: 104px;
  	text-decoration: none;
}

#homelink a i, #newcd a i { visibility: hidden; }

#newcd a {
	position: absolute;
	top: 60px;
	left: 460px;
	display: block;
	width: 80px;
	height: 80px;
  	text-decoration: none;
}

#container {
	position: relative;
	background-color: #401320;
	width: 922px;
	margin: 0px auto;
}

/* We need this other div to get the right bg color */
#bg {
	background-color: #f0ff00;
	width: 900px;
	min-height: 1000px;
	margin: 0px auto;
}

#main {
	background-color: transparent;
}

#body {
	background-color: transparent;
}

.menu a {
	display: block;
	padding: 0px 0px 1px 3px;
}

.menu a {
	text-decoration: none;
}

.menu a:active {
	color: #8b8f72;
	text-decoration: underline;
}

.menu {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: transparent;
	line-height: 20px;
}

.menu ul {
	width: 230px; /* 255px - 75px margin */
	margin: 5px 25px 0 75px;
	list-style: none;
	padding: 0; 
}

.menu li {
	display: inline-block;
	width: 230px;
	text-align: right;
}

.product {
	clear: both;
	padding-top: 30px;
}

.product-meta {
	clear: both;
}

.first_product {
	padding-top: 0 !important;
}

.left-col {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 200px;
	margin: 25px 25px 0 30px;
	padding-left: 0px;
}

#body .left-col ul, #body .left-col ul li {
	margin: 0; padding: 0;
}

#body .left-col ul li {
	display: block;
}

q {
	padding: 0;
}

.citesrc {
	margin: 0 0 0 50px;
}

.left-col ul.reviews {
	font-size: 12px;
	line-height: 15px;
}

#body .left-col ul.reviews li {
	padding: 3px 0 2px 0;
	border-bottom: 1px solid #222;
}

.preview {
	float: left;
	position: relative;
	font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 143px; /* 255px - 112px margin */
	color: #333;
	margin: 0 25px 0 87px;
	padding-left: 0px;
}

/* IE6 double-margin bugfix */
* html .preview {
	margin-left: 0;
	padding-left: 87px;
}

.preview img {
	float: right;
	padding-bottom: 10px;
}

#body .tracklist {
	margin-left: 255px;
	font-size: 12px;
	line-height: 16px;
	font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

/* tracklist -- can have two of these in the big column! */
#body .tracklist ul {
	float: left;
	margin: 0px;
	width: 238px; /* 495px/2 approx. */
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 8px;
	text-indent: -8px;
	font-weight: normal;
}

.price {
	float: right;
	padding-top: 3px; /* bring the price inline with the button */
	font-size: 26px;
	font-weight: bold;
	color: #1d1d1d;
}

/* purchase button! */

.button {
   display: block;
   color: #777;
   text-decoration: none;	
   font-family: Frutiger, Univers, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   background: url(images/new_media_button.gif) no-repeat;
}

.button a {
	text-decoration: none;
}

h2 .notice {
	color: #fff;
	background-color: #00f;
	font-size: 11px;
	line-height: 24px; /* same as h2 - vertical align */
	vertical-align: 4px;
	text-transform: uppercase;
	padding: 2px 4px;
	white-space: nowrap;
}

hr {
	border-width: 1px 0 0 0;
	border-color: #666;
	padding-bottom: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tr { background: url(images/new_media_button.gif) no-repeat top right; }
.bl { background: url(images/new_media_button.gif) no-repeat bottom left; }
.br { background: url(images/new_media_button.gif) no-repeat bottom right; }
.br span {
     color: #333;
     font-size: 11px;
     font-weight: bold; 
     display: block;
     padding: 2px 6px 2px 6px;
     text-shadow: white 0px 1px 1px;
}

.button:hover {
  text-decoration: underline; }
.button:active,
.button:active .tr,
.button:active .bl,
.button:active .br {
  background-image: url(images/new_media_button_active.gif); }

