.echospinCart {
	display: none;
	clear: both;
	font: normal normal normal 12px/13px Arial,Helvetica,sans-serif;
	color: #000000;
}
.echospinCart .item {
	float: left;
	padding: 0 6px 4px 6px;
	border-bottom: 1px solid #333;
	width: 287px;
}

.echospinCart .item .type {
	float: left;
}

.echospinCart .item .type.empty {}
	

/*.echospinCart .item .type {
	float: left;
	width: 35px;
	height: 27px;
	margin-top: 6px;
	margin-right: 10px;
}
.echospinCart .item .type.empty {
	display: none;
}*/
.echospinCart .item .type.typeCD {
	background: url(../images/icons/cd_sm.png) right 50% no-repeat;
}
.echospinCart .item .type.typeMP3s {
	background: url(../images/icons/mp3s_album_sm.png) right 50% no-repeat;
}
.echospinCart .item .type.typeMP3 {
	background: url(../images/icons/mp3s_sm.png) right 50% no-repeat;
}
.echospinCart .item .type.typeRingtone {
	background: url(../images/icons/ringtone_sm.png) right 50% no-repeat;
}
.echospinCart .item .type.typeApparel {
	background: url(../images/icons/merch_sm.png) right 50% no-repeat;
}
/*
.echospinCart .item .type.typeMerchandise {
	background: url(../images/icons/merch_sm.png) right 50% no-repeat;
}
*/

.echospinCart .item .type.typeMerchandise {}
.echospinCart .item .title {
	float: left;
	width: 149px;
	padding-top: 6px;

}


/*
.echospinCart .item .title {
	float: left;
	width: 149px;
	padding-top: 6px;
}
*/



/*.echospinCart .item .title.empty {
	padding-top: 8px;
	width: 194px;
	color:#000000;
}*/

.echospinCart .item .title.empty {
	color:#000000;
}

.echospinCart .item .title a {
	text-decoration: none;
	color: #000000;
}
.echospinCart .item .title .artist {
	font-style: normal;
	color: #330033;
}
.echospinCart .item .quantity {
	float: left;
	width: 40px;
	padding-top: 12px;
	text-align: center;
	color:#000000;
}						
.echospinCart .item .quantity select {
	font-size: 9px;
}						
.echospinCart .item .price {
	float: left;
	width: 50px;
	padding-top: 12px;
	text-align: right;
	color:#330033;
}
.echospinCart .item.header {
	padding-bottom: 0px;
}
.echospinCart .item.header .title,
.echospinCart .item.header .quantity,
.echospinCart .item.header .price {
	color::#000000;
	height: 21px;
	padding-top: 10px;
	font-weight: bold;
}
.echospinCart .item.subtotal {
	font-weight: bold;
	border-bottom: none;
}



.echospinCart .item.subtotal .title{}
.echospinCart .item.subtotal .price {
	padding-top: 8px;
}
.echospinCart .item.footer {
	background-color: #330033;
	font-weight: bold;
	padding: 0px;
	width: 299px;
	height: 29px;
	border-bottom: none;
}
.echospinCart .item.footer .checkout {
	margin-top: 6px;
	width: 94px;
	height: 18px;
	margin-left: 206px;
	background: transparent url(../images/btn_checkout.png) top right no-repeat;
}
.echospinCart .item.footer .checkout.empty {
	display: none;
	border: none;
}
.echospinCart .item.footer .checkout a {
	display: block;
	text-decoration: none;
	width: 94px;
	height: 18px;
}
.echospinCart .item.default .title {
	font-style: italic;
}



/***** ALBUM MODULE STYLES *****/
.albumModule {
	float: left;
	width: 177px;
	height: 226px;
	margin-top: 10px;
	padding-bottom: 20px;
	border-right: 1px solid #996699;
	padding-left: 5px;
	font: normal normal normal 12px/13px Arial,Helvetica,sans-serif;
}

.albumModule.lastCol {
	border-right: 0px;
}

.albumModule img {
	border: 1px solid #333;
	margin-bottom: 3px;
}
	
.albumModule ul li {
	float: none;
}

.albumModule .artist {
	color: #663366;
}

.albumModule .title {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
}

.albumModule .title a {
	color: #000000;
}

.albumModule .details {
	margin-top: 6px;
	font-size: 11px;
	color: #666666;
}

.albumModule .items {
	margin-top: 6px;
}

.albumModule .item {
	clear: both;
	display: none;
	padding-top: 5px;
}

.albumModule .items .item.echospinCartEnabled {
	display: block;
}

.albumModule .items .item.echospinCartAdded .add {
	cursor: default;
}
.albumModule .items .item ul li {
	float: left;
}

.albumModule .items .item .add {
	float: left;
	width: 60px;
	height: 23px;
	cursor: pointer;
}

.albumModule .items .item.typeCD .add.hover {
	background: url(../images/icons/add_cd_on.png) top left no-repeat;
}

.albumModule .items .item.typeCD .add,
.albumModule .items .item.typeCD.echospinCartAdded .add.hover {
	background: url(../images/icons/add_cd.png) top left no-repeat;
}

.albumModule .items .item.typeMP3s .add.hover {
	background: url(../images/icons/add_mp3s_album_on.png) top left no-repeat;
}

.albumModule .items .item.typeMP3s .add,
.albumModule .items .item.typeMP3s.echospinCartAdded .add.hover {
	background: url(../images/icons/add_mp3s_album.png) top left no-repeat;
}

.albumModule .items .item.echospinCartAdded{
	cursor: default;
	filter:alpha(opacity=20); 
	-moz-opacity: 0.20; 
	opacity: 0.20;
}
.albumModule .items .item .price {
	float: left;
	color: #663366;
	font-weight: bold;
	width: 60px;
}
.albumModule .items .item .buy {
	float: left;
	color: #663366;
	font-weight: normal;
	font-size: 10px;
}



/***** ALBUM MODULE FEATURED STYLES *****/
.albumModuleFeatured {
	width: 545px;
	padding: 12px 0px 0px 4px;
	font: normal normal normal 11px/12px Arial,Helvetica,sans-serif;
	line-height: 1.5em;
}

.albumModuleFeatured img {
	margin-right: 18px;
}

.albumModuleFeatured ul li {
	float: left;
}


.albumModuleFeatured .artist {
	color: #330033;
	font-size: 14px;
}

.albumModuleFeatured .title {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-top: 1px;
}
.albumModuleFeatured .title a {
	color: #FFF;
}

.albumModuleFeatured .details {
	margin-top: 10px;
	font-size: 11px;
	color: #999;
	line-height: 1.2em;
}


.albumModuleFeatured .items {
	margin-top: 15px;
	float: left;
}

.albumModuleFeatured .items .item ul li {
	float: left;
}
.albumModuleFeatured .items .item {
	float: left;
	padding-right: 37px;
	display: none;
	width: 170px;
}

.albumModuleFeatured .items .item.echospinCartEnabled {
	display: block;
}
.albumModuleFeatured .items .item .add {
	margin-right: 9px;
	height: 23px;
	cursor: pointer;
	float: left;
}
.albumModuleFeatured .items .item.echospinCartAdded .add {
	cursor: default;
}

.albumModuleFeatured .items .item.typeCD .add.hover {
	background: url(../images/icons/add_cd_on.png) top left no-repeat;
}

.albumModuleFeatured .items .item.typeCD .add,
.albumModuleFeatured .items .item.typeCD.echospinCartAdded .add.hover {
	background: url(../images/icons/add_cd.png) top left no-repeat;
	width: 45px;
}

.albumModuleFeatured .items .item.typeMP3s .add.hover {
	background: url(../images/icons/add_mp3s_album_on.png) top left no-repeat;
}

.albumModuleFeatured .items .item.typeMP3s .add, 
.albumModuleFeatured .items .item.typeMP3s.echospinCartAdded .add.hover {
	background: url(../images/icons/add_mp3s_album.png) top left no-repeat;
	width: 56px;
}

.albumModuleFeatured .items .item.echospinCartAdded {
	cursor: default;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.40; 
	opacity: 0.40;
}
.albumModuleFeatured .items .item .price {
	color: #330033;
	font-weight: bold;
	font-size: 19px;
	float: left;
}
.albumModuleFeatured .items .item .buy {
	color: #330033;
	font-weight: normal;
	font-size: 12px;
	float: left;
}




/***** MERCHANDISE STYLES *****/
.featuredImg {
	margin: 1px 0px 0px -5px;
}



/***** TRACK MODULE STYLES *****/
.trackModule {
	margin-bottom: 20px;
	font: normal normal normal 12px/13px Arial,Helvetica,sans-serif;
}
.trackModule .track {
	float: left;
	color: #666;
	border-bottom: 1px solid #333;
	margin-left: 4px;
	width: 549px;
}
.trackModule .track.lastRow {
	border: none;
}
.trackModule .track.header {
	border-bottom: 1px solid #333;
	background-color:#330033;
}
.trackModule .track.header div {
	float: left;
	height: 23px;
}
.trackModule .track.header .previewHdr {
	width: 55px;
}
.trackModule .track.header .titleHdr {
	width: 347px;
}
.trackModule .track.header .lengthHdr {
	width: 51px;
}
.trackModule .track.header .priceHdr {
	width: 43px;
}

.trackModule .track.echospinPreviewEnabled .preview,
.trackModule .track.echospinPreviewEnabled .tracknumber,
.trackModule .track.echospinPreviewEnabled .title,
.trackModule .track.echospinPreviewEnabled .length,
.trackModule .track.echospinPreviewEnabled .price, 
.trackModule .track.echospinPreviewBuffering .preview,
.trackModule .track.echospinPreviewBuffering .tracknumber,
.trackModule .track.echospinPreviewBuffering .title,
.trackModule .track.echospinPreviewBuffering .length,
.trackModule .track.echospinPreviewBuffering .price, 
.trackModule .track.echospinPreviewPlaying .preview,
.trackModule .track.echospinPreviewPlaying .tracknumber,
.trackModule .track.echospinPreviewPlaying .title,
.trackModule .track.echospinPreviewPlaying .length,
.trackModule .track.echospinPreviewPlaying .price {
	cursor: pointer;
}

.trackModule .track.echospinPreviewHover .preview {
	background: url(../images/icons/audio_sm.png) left 50% no-repeat;
}
.trackModule .track.echospinPreviewBuffering .preview {
	background: url(../images/icons/audio_play_sm.gif) left 50% no-repeat;
}
.trackModule .track.echospinPreviewPlaying .preview {
	background: url(../images/icons/audio_play_sm.gif) left 50% no-repeat;
}

.trackModule .track div {
	float: left;
	height: 18px;
	padding-top: 5px;
}	
.trackModule .track .preview {
	width: 28px;
	margin-left: 5px;
	padding-top: 4px;
	background: url(../images/icons/audio_off_sm.png) left 50% no-repeat;
}
.trackModule .track .tracknumber {
	width: 24px;
}
.trackModule .track .title {
	width: 345px;
	color: #333333;
}
.trackModule .track .length {
	width: 51px;
}
.trackModule .track .price {
	display: none;
	width: 46px;
}
.trackModule .track .add {
	display: none;
}

.trackModule .track.echospinCartEnabled .price,
.trackModule .track.echospinCartEnabled .add {
	display: block;
	color:#330033;
}

.trackModule .track.typeRingtone .title {
	font-style: italic;
	color: #999;
	width: 328px;
	padding-left: 41px;
	background: url(../images/icons/icon_arrow.png) 14px 8px no-repeat;
}
.trackModule .track.typeRingtone .price {
	color: #999;
}
.trackModule .track.echospinCartEnabled .add {
	cursor: pointer;
}

.trackModule .track.echospinCartAdded .add {
	cursor: default
}

.trackModule .track.typeMP3 .add.hover {
	background: url(../images/icons/add_mp3s_sm_on.png) left center no-repeat;
}

.trackModule .track.typeMP3 .add,
.trackModule .track.typeMP3.echospinCartAdded .add.hover {
	background: url(../images/icons/add_mp3s_sm.png) left center no-repeat;
	width: 42px;
	height: 17px;
}

.trackModule .track.typeRingtone .add.hover {
	background: url(../images/icons/add_ringtone_sm_on.png) left center no-repeat;
}

.trackModule .track.typeRingtone .add,
.trackModule .track.typeRingtone.echospinCartAdded .add.hover {
	background: url(../images/icons/add_ringtone_sm.png) left center no-repeat;
	width: 34px;
	height: 17px;
}

.trackModule .track.echospinCartAdded .price,
.trackModule .track.echospinCartAdded .add {
	filter:alpha(opacity=20); 
	-moz-opacity: 0.20; 
	opacity: 0.20;	
}



