* {
	padding: 0;
	margin: 0;
}
body {
	background: #262219;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
h1, h2, h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 17px 0 0 17px;
	line-height: 1em;
}
a {
	color: #f8b922;
}
strong a {
	color: #68c4ce;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 744px;
	margin: 0 auto;
}
.download_albums, .download_album {
	display: block;
	text-align: right;
	margin: 15px 0 0;
}
.h {color:#ffffff; }
.search {padding-left:20px; }
.search ol li {list-style-type:none; }
table.data .download_album, table.data .download_albums {
	margin: 0;
	text-align: center;
}
/* HEADER */
#header {
}
	.logo {
		padding: 0 0 0 29px;
	}
	#sub {
		background: url(/themes/music-satisfaction/images/sub.png) no-repeat;
		width: 744px;
		height: 138px;
		padding: 6px 0 0 10px;
	}
		ul.menu {
			list-style: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			width: 183px;
			float: left;
		}
			ul.menu li {
				background: url(/themes/music-satisfaction/images/ul-li.png) no-repeat 0 top;
			}
			ul.menu li.first {
				background: none;
			}
				ul.menu a {
					display: block;
					color: #fef100;
					font-weight: bold;
					text-decoration: none;
					padding: 4px 0;
				}
		#search {
			float: left;
			padding: 53px 0 0 21px;
		}
			#search span.letters {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
				#search span.letters a {
					color: #fff;
					font-weight: bold;
					text-decoration: none;
					margin: 0 8px 0 0;
				}
			#search input.text {
				width: 515px;
				display: block;
				margin: 6px 0;
			}
			#search input.image {
				display: block;
				margin: 0 0 0 auto;
			}
/* FOOTER */
#footer {
	clear: left;
	font-size: 11px;
	color: #555;
	padding: 20px 0;
	overflow: hidden;
}
	#footer a {
		color: #555;
	}
	#footer div.copy {
		float: left;
	}
	#footer div.menu {
		float: right;
	}
/* SIDEBAR */
#sidebar {
	width: 172px;
	float: left;
	margin: 0 3px 0 0;
	background: #333;
	padding: 0 9px 30px;
	font-size: 12px;
	color: #8a9c9c;
	overflow: hidden;
}
	#sidebar h1 {
		font-family: "Century Gothic", "Times New Roman", Times, serif;
		font-size: 16px;
		padding: 0 0 12px 7px;
		color: #b3b3b3;
		font-weight: normal;
		margin: 0;
	}
	#sidebar h3, #sidebar h2 {
		background: url(/themes/music-satisfaction/images/sidebar-h.png) no-repeat;
		width: 190px;
		height: 45px;
		margin: 0 -9px;
	}
	#sidebar img.photo {
		display: block;
		margin: 0 auto 16px;
	}
	#sidebar .behaviour {
		list-style: none;
	}
		#sidebar .behaviour li {
			border-top: 1px solid #444;
			padding: 5px 0 6px;
		}
		#sidebar .behaviour li.first {
			border-top: none;
		}
/* CONTENT */
#content {
	width: 531px;
	float: left;
	color: #a8b5b5;
	font-size: 12px;
	padding: 0 10px;
}
	#content h1, #content h2 {
		background: url(/themes/music-satisfaction/images/content-h.png) no-repeat;
		width: 531px;
		height: 45px;
		margin: 0 -10px;
	}
	#content a.preview {
		width: 20px;
		height: 15px;
		display: block;
		background: url(/themes/music-satisfaction/images/preview.png) no-repeat;
		margin: 0 auto;
	}
	#content a.preview.playing {
		background: url(/themes/music-satisfaction/images/pause.png) no-repeat;
	}
/* DATA */
table.data {
	width: 100%;
	font-size: 11px;
}
	table.data th {
		border-bottom: 4px solid #707d7d;
		background: #3e4545;
		text-align: center;
	}
		table.data th span {
			display: block;
			padding: 14px 4px;
			border-right: 1px solid #707d7d;
		}
		table.data th.last span {
			border-right: none;
		}
	table.data td {
		border-bottom: 1px solid #707d7d;
		padding: 14px 4px;
		text-align: center;
	}
		table.data a {
			text-decoration: none;
		}
	table.data td.data {
		text-align: left;
	}
	table.data td.price, table.data td.money {
		color: #69aa39;
		font-weight: bold;
	}
	table.data tr.odd td {
		background: #3e4545;
	}
/* ALBUMS */
#content ul.albums {
	list-style: none;
}
	#content ul.albums li {
		width:130px;
		height:220px;
		float: left;
		margin: 0 13px 13px;
		background: #333;
		padding: 9px;
		line-height: 1.3em;
	}
		#content ul.albums li div.album_image {
			height: 128px;
			width: 128px;
			overflow: hidden;
			vertical-align: middle;
			margin: 0 0 5px;
		}
			#content ul.albums li div.album_image img {
				border: 1px solid #2c2c2e;
			}
		#content ul.albums strong a {
			display: block;
			text-align: center;
		}
		#content ul.albums small a {
			display: block;
			text-align: center;
			color: #8A8A8A;
			text-decoration: none;
		}
		#content ul.albums a.download {
			text-align: center;
			margin: 4px 0 0;
			display: block;
		}
#sidebar ul.albums {
	list-style: none;
}
	#sidebar ul.albums li {
		background: url(/themes/music-satisfaction/images/albums-li.gif) no-repeat center bottom;
		padding: 0 0 7px;
		margin: 0 0 3px;
		line-height: 1em;
		color: #837f59;
		font-weight: bold;
	}
		#sidebar ul.albums li small {
			padding: 0 0 0 9px;
		}
			#sidebar ul.albums li small a {
				color: #837f59;
				text-decoration: none;
			}
		#sidebar ul.albums li h4 {
			margin: 0 0 2px;
			background: url(/themes/music-satisfaction/images/albums-h4.gif) no-repeat left center;
			padding: 0 0 0 9px;
			font-size: 12px;
		}
			#sidebar ul.albums li h4 a {
				text-decoration: underline;
				color: #e2af25;
			}
/* LIST */
#list {
}
	#list ul {
		list-style: none;
		float: left;
		margin: 0 50px 0 0;
		width: 150px;
	}
		#list ul li {
			background: url(/themes/music-satisfaction/images/list-li.png) no-repeat left 0.6em;
			padding: 0 0 0 9px;
			margin: 0 0 7px;
		}
			#list ul a {
				color: #b4ad9f;
			}
#paginationControl {
	margin: 10px 0 0;
	text-align: center;
