/* Searchmp3z CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 80% Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 160%;
	margin: 0 auto;
	text-align: center;
}

a {
	color: #f28033;
}

p {
	margin: 10px 0;
}

input.homesearch {
	width: 320px;
	height: 30px;
	padding: 4px;
	font-weight: bold;
}

input.homebutton {
	padding: 4px;
	font-weight: bold;
}

#container {
	width: 800px;
	margin: 0 auto;
	display: table;
	text-align: left;
}

#container-home {
	width: 500px;
	margin: 16% auto;
	display: table;
	text-align: left;
}

.home {
	text-align: center;
}

#content {
	width: inherit;
}

#searchresults {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0;
}

.searchquery {
	float: left;
	width: 450px;
	margin-right: 10px;
}

.searchform {
	float: right;
	width: 230px;
}

#footer {
	width: inherit;
	margin: 10px 0;
}

dl {
	font: normal 12px/15px Arial;
    position: relative;
}
dt {
    clear: both;
    float:left;
	font-weight: bold;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    margin: 0 0 8px 0;
    padding-left: 6px;
}

#homesearch {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.homesearch {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

.homesearch div {
	margin: 0 auto;
	text-align: center;
}

.homesearch div.clear {
	margin: 6px auto;
}

.totaldownloads {
	clear: both;
	font-size: 11px;
	margin: 10px 0;
	text-align: left;
}

.lastest-search {
	font-size: 11px;
}

.server {
	font-weight: bold;
	margin-right: 10px;
}

#searchresults table {
	width: 100%;
	margin: 10px 0;
}

#searchresults table td {
	background: #fff;
	border-bottom: 1px solid #dedede;
}

#searchresults table tr {
	padding: 2px;
}

/* Search results list*/
ul.results {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}

ul.results li {
	list-style: none;
	padding: 4px;
	margin-bottom: 4px;
}

ul.results li.row2 {
	background: #fcf6f2;
	padding: 4px;
	border-bottom: 1px solid #eed5c4;
}

ul.results li h3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

ul.results li a {
	font-weight: bold;
	margin-right: 10px;
}

/* Source Results */
ul.sourceresults {
	width: 100%;
	margin-bottom: 40px;
}

ul.sourceresults li {
	float: left;
	clear: both;
	width: 100%;
	list-style: none;
	margin: 6px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

ul.sourceresults h3 {
	font: 18px Arial, Helvetica, sans-serif;
}

/* Ads */
.ads-bottom {
}

.split {
	clear: both;
}

.split1 {
	float: left;
	width: 560px;
	margin-right: 4px;
}

.split2 {
	float: right;
	width: 200px;
}