.empty {
	display: inline;
	float: left;
	width: 580px;
	height: 25px;
	margin: 80px 0 100px 10px;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	color: #CCC;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.empty a, .empty a:visited, .empty a:hover, .empty a:active {
	color: #669;
	text-decoration: underline;
}

#shop {
	float: right;
	width: 600px;
	margin: 0 auto;
	background: transparent url(/images/shop/shopbg.png) repeat;	
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
}

#shop-header {
	float: left;
	width: 600px;
	background: transparent url(/images/shop/shop_header.png) 0 20px no-repeat;
}

#order-notes {
	display: inline;
	float: left;
	width: 510px;
	margin: 10px 0 0 35px;
	padding: 5px 10px;
	color: #666;
	border: 1px solid #666;
}

#shop-container {
	display: inline;
	float: left;
	width: 595px;
	margin-top: 8px;
	margin-bottom: 40px;
	overflow: auto;
}

#shop-link a {
	display: block;
	position: absolute;
	top: 58px;
	left: 453px;
	width: 195px;
	height: 23px;
}

#shop .separator {
	display: inline;
	float: left;
	width: 555px;
	height: 1px;
	margin: 0 0 5px 20px;
	line-height: 0;
	border-bottom: 1px solid #333;
}

#shop .album-wrapper {
	display: inline;
	float: left;
	width: 540px;
	height: 220px;
	max-height: 240px;
	margin: 0 0 0 20px;
	padding: 10px 0 0 15px;
}

#shop .album-wrapper .album-details {
	display: inline;
	float: left;
	width: 190px;
	height: 100%;
	margin-right: 20px;
	line-height: 18px;
	color: #669;
}

#shop .album-wrapper .album-details .cost {
	float: left;
	margin-top: 3px;
}
html>body #shop .album-wrapper .album-details .cost { margin-top: 4px; }
*+html>body #shop .album-wrapper .album-details .cost { margin-top: 3px; } /* IE7 */

#shop .album-wrapper .album-details .cart {
	float: right;
	margin-top: 5px;
}

#shop .album-wrapper h3 {
	font-size: 13px;
	color: #CCC;
}

#shop h4 {
	width: 500px;
	margin: 250px auto 0 auto;
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

/*--- SCROLLING LISTS ---*/

.list-container {
	float: left;
	width: 325px;
	height: auto;
	margin-top: 5px;
}

.list-container .list-header {
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	color: #333;
	text-align: center;
	background: transparent;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

.list-container .scrolling-list ul {
	float: left;
	width: 100%;
}

.list-container .scrolling-list ul li {
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #333;
	list-style: none;
	overflow: hidden;
}

.list-container .scrolling-list .error {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #CCC;
}

.list-container .t, .list-container .p, .list-container .s, .list-container .tc, .list-container .co {
	display: inline;
	float: left;
	width: 120px;
	color: #669;
	border-left: 1px solid #333;
	overflow: hidden;
}

.list-container .t {
	width: 160px;
	padding-left: 10px;
	text-align: left;
	color: #CCC;
}

.list-container .p {
	width: 60px;
	text-align: center;
}

.list-container .s {
	width: 65px;
	padding-left: 10px;
	text-align: center;
}

.list-container .tc {
	width: 459px;
	padding-right: 10px;
	text-align: right;
	color: #CCC;
	border: 1px solid #333;
	border-top: 0;
}

.list-container .co {
	float: right;
	width: auto;
	padding-top: 2px;
	text-align: center;
	border: 0;
}


.scrolling-list li.even { background: transparent; }
.scrolling-list li.odd { background: #111; }
.scrolling-list li a, .scrolling-list li a:visited, .scrolling-list li a:hover, .scrolling-list li a:active { color: #669; }
.scrolling-list li em {
	font-style: normal;
	color: #CCC;
}

.scrolling-list {
	float: left;
	width: 100%;
	height: auto;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

/*--- END SCROLLING LISTS ---*/

#cart {
	display: inline;
	float: left;
	width: 545px;
	height: auto;
	min-height: 235px;
	margin: 15px 0 0 0px;
	padding: 0 0 0 55px;
	background: transparent;
}

#cart .list-container {
	width: 470px;
}

#cart .list-header {
	margin-top: 20px;
}

#cart .list-container .t {
	width: 260px;
	padding-left: 10px;
	text-align: left;
	color: #FFF;
}

#cart .list-container .p {
	width: 60px;
	text-align: center;
}

#cart .list-container .s {
	width: 65px;
	padding-left: 10px;
	text-align: center;
}

#cart .checkout {
	display: inline;
	float: left;
	width: 470px;
	height: auto;
	margin: 0;
	color: #669;
	overflow: visible;
}

#cart .checkout em {
	float: left;
	margin: 5px 20px 0 0;
	color: #669;
	font-style: normal;
}

#cart .checkout .continue {
	display: inline;
	float: left;
	width: 100px;
	height: 17px;
	margin: 2px 5px 0 0;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	color: #FFF;
	background: #336;
	border: 1px solid #222;
}

#cart .checkout .continue a {
	display: block;
	font-size: 11px;
	color: #FFF;
}

#cart .checkout form .submit {
	width: 60px;
}

#profile .list-header {
	margin-top: 10px;
}

#backbutton {
	z-index: 500;
	display: block;
	float: left;
	margin-left: 190px;
}
