body {
	background: url(images/bg.png) no-repeat center top #facd55;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #a0a0a0;
	margin: 0 auto;
	text-align: center;
}

#container {
	width: 475px;
	margin: 70px auto 0 auto;
}

img {
	border: 0;
}

form {
	background: url(images/search_box.gif) no-repeat;
	width: 320px;
	height: 38px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.search {
	border: 0;
	background: none;
	width: 266px;
	float: left;
	color: #666666;
	font-size: 14px;
	margin: 9px 0 0 8px;
	}
	
.go {
	width: 22px;
	height: 22px;
	margin: 8px 8px;
	float: right;
}
	
#empty{
	width: 330px;
	height: 100px;
	margin: 66px auto;
}

.Results {
	text-align: left;
	margin-top: 50px;
}

.Results .Info {
	width: 484px;
	height: 23px;
}

.Results .Result {
	background: url(images/box.gif) no-repeat;
	width: 504px;
	height: 26px;
	margin-bottom: 3px;
}

.Results .Player {
	width: 22px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

* html .Results .Player {
	padding-top: 8px;
}

.Results .Name {
	display: block;
	width: 310px;
	float: left;
	padding-top: 5px;
	white-space: nowrap;
}

.Results  .Name a {
	color: #666666;
	text-decoration: none;
}

.Results .Name a:hover {
	color: #e69100;
	padding-left: 5px;
}

.Results .Size {
	float: left;
	width: 64px;
	padding-top: 5px;
}

.Results .Duration {
	float: left;
	width: 54px;
	padding-top: 5px;
}

.Results .Listen{
	width: 20px;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
}

.Results .Download {
	float: right;
	padding-top: 4px;
	padding-right: 6px;
}

.marked {
	font-weight: bold;
}

.Pages {
	height: 24px;
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 50px;
}

.Pages a {
	background: url(images/page.gif) no-repeat;
	width: 24px;
	height: 24px;
	padding-top: 4px;
	float: left;
	color: #666666;
	text-decoration: none;
	margin-right: 2px;
}

.Pages a:hover {
	background: url(images/page_selected.gif) no-repeat;
}

.Pages #page_selected {
	background: url(images/page_selected.gif) no-repeat;
	width: 24px;
	height: 24px;
	padding-top: 4px;
	float: left;
	color: #FFFFFF;
	margin-right: 2px;
}

#footer {
	color: #666666;
	font-size: 11px;
	margin-top: 60px;
	margin-bottom: 10px;
}

#footer a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.topTags {
	margin: 30px auto 40px auto;
	width: 320px;
	text-align: left;
}

.topTags a {
	color: #666666;
	text-decoration: none;
	margin-right: 3px;
}

.topTags a:hover {
	color: #202020;
}

#Site {
	margin: 40px auto 0 auto;
	width: 504px;
	text-align: left;
	color: #666666;
}

#Site a {
	color: #666666;
	text-decoration: none;
}

#Site a:hover {
	color: #202020;
	text-decoration: none;
}

.tag {
	padding-right: 5px;
}