@charset "UTF-8";
/* CSS Document */
.moodplayerAlbumSmall{
	width:140px;
	height:220px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
	position:relative;
	margin-right:-40px;
	float:left;
	margin:auto;
}
.moodplayerAlbumCoverSmall{
	height:140px;
	width:140px;
}
.moodplayerAlbumTitleSmall{
	height:30px;
	margin-left:4px;
	width:130px;
	text-align:center;
	font-size:14px;
	line-height:14px;
	color:#555;
}
.moodplayerAlbumArtistSmall{
	font-size:10px;
	height:15px;
	width:140px;
	line-height:12px;
	color:#5C5780;
	font-weight:normal;
	font-variant:small-caps;
	text-align:center;
}
.moodplayerMoreInfoSmall{
	width:140px;
	height:20px;
	background-image:url(http://www.mood-player.com/images/basket-moreinfo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	}

.moodplayerAlbum{
	width:130px;
	height:300px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
	padding-right:-40px;
	float:left;
	margin:auto;
}
.moodplayerAlbumCover{
	height:200px;
	width:200px;
	
}
.moodplayerAlbumTitle{
	height:30px;
	width:150px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	text-align:center;
	font-size:14px;
	line-height:16px;
	color:#333;
	font-weight:bold;
	font-variant:small-caps;
}
.moodplayerAlbumArtist{
	font-size:14px;
	line-height:16px;
	width:130px;
	padding-left:30px;
	padding-right:30px;
	color:#5C5780;
	font-weight:normal;
	font-variant:small-caps;
	text-align:center;
}
.moodplayerAlbumDesc{
	font-size:10px;
	line-height:12px;
	font-weight:normal;
	height:24px;
	width:140px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	font-variant:normal;
}
.moodplayerMoreInfo{
	width:50px;
	height:24px;
	background-image:url(http://www.mood-player.com/images/basket-moreinfo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.moodplayerToolBar{
	width:100%;
	text-align:right;
	height:35px;
}
.moodplayerToolBar a {
	padding-left:10px;
}
.moodplayerAlbumList {
	text-align:center;
	margin:auto;
}
.moodplayerCategory {
	font-size:36px;
	color:#CCC;
	text-align:left;
	padding-bottom:15px;
}
.moodplayerCategorySub {
	font-size:18px;
	color:#999;
	text-align:left;
	padding-bottom:15px;
}
.moodplayerAlbumPage{
	width:100%;
	height:400px;
}
.moodplayerAlbumPageCover{
	width:33%;
	height:400px;
	float:right;
	padding-top:20px;
	text-align:center;
}
.moodplayerAlbumPageDetails{
	width:66%;
	float:left;
}
.moodplayerAlbumPageHeading{
	width:100%;
	text-align:center;
}
.moodplayerAlbumPageTitle{
	font-size:42px;
	line-height:44px;
}
.moodplayerAlbumPageArtist{
	font-size:32px;
	font-variant:small-caps;
	color:#777;
}
.moodplayerAlbumPageShortDesc{
	font-size:14px;
	font-style:italic;
}
.moodplayerAlbumPageDesc{
	width:90%;
	margin:auto;
	text-align:left;
	font-size:12px;
	line-height:16px;
	padding-bottom:20px;
	min-height:250px;
}
.moodplayerAlbumPageButtons{
	margin:auto;
	height:35px;
	width:100%;
	position:inherit;
	bottom:0px;
	text-align:center;
	vertical-align:top;
}
.moodplayerBackButton{
	width:99px;
	height:35px;
	background-image:url(images/button-back.jpg);
	background-repeat:no-repeat;
	margin-top:-35px;
}
.moodplayerPrice{
	font-size:14px;
	line-height:20px;
}
.basketContainer{
	width:500px;
	margin:auto;
}
.basketEntry{
	width:100%;
	height:100px;
	padding-bottom:10px;
}
.basketAlbumCover{
	height:100px;
	width:100px;
	padding-right:10px;
	float:left;
}
.basketAlbumDesc{
	width:190px;
	height:100px;
	float:left;
	text-align:center;
}
.basketButtons{
	text-align:center;
	width:190px;
	height:100px;
	float:left;
	vertical-align:middle;
}
.clear{
	clear:both;
}
.newAlbum{
	position:relative;
	width:50px;
	height:50px;
	left:-20px;
	top:-90px;
	background-image:url(images/new.png);
}
.hotAlbum{
	position:relative;
	width:50px;
	height:50px;
	left:-20px;
	top:-90px;
	background-image:url(images/hot.png);
}
.bestSeller{
	position:relative;
	width:50px;
	height:50px;
	left:-20px;
	top:-90px;
	background-image:url(images/bestseller.png);
}
.albumReport{
	width:290px;
	height:350px;
	float:left;
}
