/* ---------------------------------
Markup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	border-left: 10px solid #233D49;
}
body {
	font: 11px/13px Tahoma, Arial, sans-serif;
	color: #FFF;
	background: #065F8A url(/images/mp3sale_like_v3/footer-bg.gif) 0 100% repeat-x;
	border-top: 145px solid #233D49;
	border-bottom: 111px solid #233D49;
}
a {
	color: #AEE345;
	outline: none;
}
img {border: none}
input {vertical-align: middle}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	width: 970px;
	margin-top: -145px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 145px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 300px;
	height: 132px;
  text-indent: -9999px;
	background: url(/images/mp3sale_like_v3/logo.gif) no-repeat;
}

#nav {
	position: absolute;
	top: 18px;
	left: 290px;
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
	color: #3EC0FE;
	width: 70px;
	padding: 67px 0 0;
	margin: 0 47px;
  text-align: center;
}
#nav a:hover {
	color: #AFE546;
}
#n1 a {background: url(/images/mp3sale_like_v3/nav1.gif) 50% 0 no-repeat}
#n2 a {background: url(/images/mp3sale_like_v3/nav2.gif) 50% 0 no-repeat}
#n3 a {background: url(/images/mp3sale_like_v3/nav3.gif) 50% 0 no-repeat}
#n1 a:hover {background: url(/images/mp3sale_like_v3/nav1-hover.gif) 50% 0 no-repeat}
#n2 a:hover {background: url(/images/mp3sale_like_v3/nav2-hover.gif) 50% 0 no-repeat}
#n3 a:hover {background: url(/images/mp3sale_like_v3/nav3-hover.gif) 50% 0 no-repeat}

#top-nav {
	position: absolute;
	top: 10px;
	right: 11px;
  font-size: 10px;
}
#top-nav li {
	display: inline;
}
#top-nav a {
	color: #458FB3;
	margin: 0 10px;
}

#main-nav {
	position: absolute;
	top: 119px;
	left: 290px;
	list-style: none;
	z-index: 10;
}
#main-nav li {
	float: left;
	height: 49px;
	padding-top: 17px;
}
#main-nav a {
	color: #FFF;
}
#main-nav a:hover {
	color: #AEE345;
}
#main-nav li.current a {
  font-weight: bold;
	color: #AEE345;
}
li#mn1 {
	width: 77px;
  background: url(/images/mp3sale_like_v3/main-nav1.gif) no-repeat;
	padding-left: 88px;
}
li#mn2 {
	width: 91px;
  background: url(/images/mp3sale_like_v3/main-nav2.gif) no-repeat;
	padding-left: 79px;
}
li#mn3 {
	width: 87px;
  background: url(/images/mp3sale_like_v3/main-nav3.gif) 0 1px no-repeat;
	padding-left: 83px;
}
li#mn4 {
	width: 78px;
  background: url(/images/mp3sale_like_v3/main-nav4.gif) no-repeat;
	padding-left: 97px;
}

#letters {
	position: absolute;
	top: 175px;
	left: 290px;
	width: 675px;
	height: 38px;
	padding: 17px 0 0 5px;
  background: url(/images/mp3sale_like_v3/letters-bg.gif) no-repeat;
}
li#mn1.current {background: url(/images/mp3sale_like_v3/main-nav1-current.gif) no-repeat}
li#mn2.current {background: url(/images/mp3sale_like_v3/main-nav2-current.gif) no-repeat}
li#mn3.current {background: url(/images/mp3sale_like_v3/main-nav3-current.gif) 0 1px no-repeat}
li#mn4.current {background: url(/images/mp3sale_like_v3/main-nav4-current.gif) no-repeat}
#letters a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 6px 5px;
	background: #086C9F;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
#letters a:hover {
	color: #086C9F;
	background: #AEE345;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 140px;
	margin-top: -13px;
  background: url(/images/mp3sale_like_v3/bottom-corner.gif) 0 100% no-repeat;
}
* html #middle {height: 1%;}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 100px 0 0 290px;
}
* html #content {
	padding: 113px 0 0 290px;
}

#new-title,
#bestsellers-title,
#charts-title {
	width: 680px;
	height: 24px;
	margin: 13px 0 17px;
}
#new-title {background: #0A80BE url(/images/mp3sale_like_v3/new.gif) no-repeat}
#bestsellers-title {background: #7CC40E url(/images/mp3sale_like_v3/bestsellers.gif) no-repeat}
#charts-title {background: url(/images/mp3sale_like_v3/charts.gif) no-repeat}

#new table,
#bestsellers table {
	width: 100%;
}
#new td,
#bestsellers td {
  text-align: center;
	vertical-align: top;
	padding: 0 0 12px;
}
#new img,
#bestsellers img {
	display: block;
  border: 4px solid #179DDC;
	margin: 0 auto;
}
#bestsellers img {
  border: 4px solid #7CC40E;
}
.price,
.thumb span {
	width: 88px;
	margin: 0 auto 5px;
  text-align: right;
	display: block;
}
.price a,
.thumb {
  color: #FFF;
}
.artist,
.th_art,
.l_artist {
  font-weight: bold;
  font-size: 10px;
	display: block;
}
.artist a,
.th_art a {
	color: #3EC0FE;
}
#bestsellers .artist a,
.l_artist a {
	color: #AEE345;
}
.album,
.th_alb,
.l_albom {
	padding: 2px 0 3px;
}
.album a,
.th_alb a,
.l_albom a {
	color: #FFF;
  font-size: 10px;
}
.year,
.th_god {
	color: #AEE345;
  font-size: 10px;
}

#new {
	width: 100%;
	overflow: hidden;
}
#new .th {
	float: left;
	width: 25%;
	height: 180px;
  text-align: center;
}

#bestsellers {
	width: 100%;
	overflow: hidden;
}
#bestsellers li {
	float: left;
	width: 25%;
	height: 135px;
	list-style: none;
  text-align: center;
}

#charts {
	width: 675px;
	padding-left: 5px;
	overflow: hidden;
}
#charts .chart {
	padding: 82px 5px 20px 0;
}
#chart-usa, #chart-uk, #chart-de {
	float: left;
	width: 218px;
}
#chart-usa {background: #1591D2 url(/images/mp3sale_like_v3/chart-usa-top.jpg) no-repeat}
#chart-usa .chart {background: url(/images/mp3sale_like_v3/chart-usa-bottom.gif) 0 100% no-repeat}
#chart-uk {margin: 0 8px; background: #7CC40E url(/images/mp3sale_like_v3/chart-uk-top.jpg) no-repeat}
#chart-uk .chart {background: url(/images/mp3sale_like_v3/chart-uk-bottom.gif) 0 100% no-repeat}
#chart-de {background: #FFA800 url(/images/mp3sale_like_v3/chart-de-top.jpg) no-repeat}
#chart-de .chart {background: url(/images/mp3sale_like_v3/chart-de-botom.gif) 0 100% no-repeat}
#charts .update {
  text-align: right;
	padding: 0 12px 30px 0;
}
#charts ol {
	margin: 0 5px 23px 37px;
	font-size: 13px;
  line-height: 16px;
}
#charts li {
	padding: 0 0 5px;
}
#charts li .flags1 {
	display: block;
  font-weight: bold;
}
#charts a {
	color: #FFF;
}

#content h1 {
	font-size: 28px;
  font-weight: normal;
	margin: 10px 0 30px;
	color: #AEE345;
}
#content h2 {
	font-size: 13px;
  line-height: 27px;
  height: 28px;
	margin: 11px 0 11px;
	padding-left: 10px;
  background: #0A80BE url(/images/mp3sale_like_v3/headline.gif) no-repeat;
}
#content h2.green {
  background: #7EC915 url(/images/mp3sale_like_v3/headline2.gif) no-repeat;
}

.artist-info {
	border-collapse: collapse;
}
.artist-info td {
	vertical-align: top;
}
td.artist-thumb {
	padding: 0 23px 0 10px;
}
td.artist-thumb img {
	border: 4px solid #179DDC;
}
.artist-info h3 {
	font-size: 17px;
  line-height: 20px;
  font-weight: normal;
	padding: 2px 0 0;
	margin: 0 0 18px;
}
.artist-info h3 a {
	color: #FFF;
}

.th {
	margin-bottom: 22px;
}
.thtop {
  background: #0A80BE url(/images/mp3sale_like_v3/hbluebackt.gif) no-repeat;
	height: 7px;
}
.thbot {
  background: #0A80BE url(/images/mp3sale_like_v3/hbluebackb.gif) no-repeat;
	height: 7px;
	border-bottom: 2px solid #065F8A;
}
.th table {
	width: 100%;
	border-collapse: collapse;
}
.th th {
  font-weight: normal;
  font-size: 10px;
	color: #AEE345;
	background: #065F8A;
	height: 22px;
	line-height: 12px;
	vertical-align: top;
}
.th td {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
	background: #0A80BE;
}
.thtop td,
.thbot td {
	background: none;
}
th.left,
td.left {
  text-align: left;
}
td.right {
  text-align: right;
}
td.thumb {
	width: 60px;
	padding: 0 10px;
}
.th .title a {
	color: #FFF;
  text-decoration: none;
}
.th .title a:hover {
  text-decoration: underline;
}

#infortable {
	width: 270px;
	color: #FFF;
}
#infortable a {
	color: #FFF;
}
#infortable span {
	color: #AEE345;
}
#infortable2 {
	float: left;
	width: 440px;
	color: #FFF;
}
#infortable2 td {
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}
#infortable2 a {
	color: #FFF;
}
.itname {
	text-align: right;
	padding: 0 10px 0 0;
	color: #70CEFF;
}

th.track_num,
td.track_num {
	width: 3%;
  padding-left: 13px;
}
.track_title a {
  text-decoration: none;
  font-size: 10px;
}
.track_title div a {
	color: #FFF;
  font-size: 11px;
}
.track_title div span a {
	color: #AEE345;
}
.track_title a:hover {
  text-decoration: underline;
}
.track_title .nobold {
  font-weight: normal;
  font-size: 10px;
}

.th_art_let {
	float: left;
	width: 204px;
	height: 37px;
	padding: 7px 10px;
	background: #0A80BE;
	margin: 0 2px 2px 0;
}
.th_gen_let {
	float: left;
	background: #0A80BE url(/images/mp3sale_like_v3/genretop.gif) no-repeat;
	margin: 0 2px 2px 0;
}
.genrebot {
	width: 204px;
	height: 80px;
	padding: 15px 10px;
	background: url(/images/mp3sale_like_v3/genrebot.gif) 0 100% no-repeat;
}
.th_art_let a {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}
.th_gen_let a {
  font-size: 11px;
	color: #FFF;
  text-decoration: none;
}
.th_gen_let div.parent {
	padding: 0 0 10px;
}
.th_art_let div.artist a {
  font-size: 11px;
  color: #FFF;
}
.th_gen_let div.parent a {
  font-size: 17px;
  line-height: 1;
}
.th_art_let a:hover,
.th_gen_let a:hover {
  text-decoration: underline;
}
.th_art_let div span {
	color: #AEE361;
  font-weight: bold;
  font-size: 11px;
}

td.total-founded {
	font-size: 10px;
	color: #AEE345;
	background: none;
}
.total-founded img {
	position: relative;
	top: 8px;
  margin-left: 8px;
}
.search_artist_list {
	padding: 0 0 0 10px;
}
.search_artist_list a {
  text-decoration: none;
	color: #FFF;
}
.search_artist_list a:hover {
  text-decoration: underline;
}

.ptc001 td {
	padding: 30px 15px 30px 30px;
	vertical-align: top;
	color: #FFF;
}
.ptc001 a {
	color: #FFF;
}
.ptc001 .pic {
	border: 4px solid #AEE345;
}
.ptc001 object {
	margin: 0 0 10px;
}
.ptc001 p {
	margin: 0 0 11px;
}
.ptc001 p strong {
	color: #AEE345;
}
#content .ptc001 h2 {
	background: none;
	margin: 0;
	font-size: 16px;
}
#content .ptc001 h2 a {
	color: #3EC0FE;
}

div.pager {
	margin: 8px 0 10px;
	padding: 7px 0 0;
  background: #0A80BE url(/images/mp3sale_like_v3/hbluebackt.gif) no-repeat;
}
div.pager center {
	display: block;
	padding: 0 0 7px;
  background: url(/images/mp3sale_like_v3/hbluebackb.gif) 0 100% no-repeat;
}
.pager td {
  font-weight: bold;
	color: #AEE345;
}
.pager a {
	color: #FFF;
}

.reg p {
	margin: 0 12px 10px;
	color: #AEE345;
}
.reg a {
  font-weight: normal;
	color: #FFF;
}
.reg table {
	border-collapse: collapse;
	width: 500px;
	margin: 0 auto;
}
.reg td {
	padding: 5px 20px;
  text-align: right;
  font-weight: bold;
}
.regtop {
	background: #0A80BE url(/images/mp3sale_like_v3/regtop.gif) no-repeat;
	height: 8px;
}
.regbot {
	background: #0A80BE url(/images/mp3sale_like_v3/regbot.gif) no-repeat;
	height: 8px;
}
.regtop td,
.regbot td {
	padding: 0;
}
.regbg {
	background: #0A80BE;
}
.regbg input {
	width: 250px;
	border: none;
	font: 11px Tahoma, Arial;
	padding: 2px 5px 3px;
}
.reg .submit {
	margin: 7px 0 0;
	width: 150px;
	height: 24px;
}


/* Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 270px;
	padding: 0 5px 5px;
	margin-left: -100%;
	position: relative;
	left: -10px;
	background: #1591D2 url(/images/mp3sale_like_v3/sidebar-bg.gif) repeat-y;
	border-left: 10px solid #233D49;
}

#search {
	width: 275px;
	height: 80px;
	padding: 32px 0 39px;
	overflow: hidden;
  background: url(/images/mp3sale_like_v3/search-bg.gif) no-repeat;
	margin-left: -5px;
}
#search input {
	font: 11px Tahoma, Arial;
}
.search {
	width: 252px;
	padding: 1px 4px 2px;
	border: 0;
	margin: 0 0 5px 11px;
}
* html .search {margin: 0 0 5px 16px}
.go {
	float: right;
	cursor: pointer;
	border: none;
	width: 67px;
	height: 24px;
	margin: 0 6px 0 3px;
}

#register {
	background: #0A80BE;
	padding: 0 5px 15px;
}
#register h3,
#help h3,
#statistics h3 {
	width: 148px;
	height: 29px;
  background: #D10000 url(/images/mp3sale_like_v3/register-title.gif) no-repeat;
  text-indent: -9999px;
	position: relative;
	left: -20px;
	margin: 0 0 16px;
}
#register form {
  text-align: right;
	margin: 15px 0 0;
}
#register input {
	background: #D10000;
	width: 153px;
	height: 24px;
}

#help {
	padding: 0 0 25px;
}
#help h3 {
  background: #7CC40E url(/images/mp3sale_like_v3/help-title.gif) no-repeat;
	left: -15px;
}
#help ul {
	margin: 0 0 17px 95px;
}
#help li {
  font-weight: bold;
	color: #AEE345;
  line-height: 13px;
  text-transform: lowercase;
	height: 1%;
	position: relative;
}
#help ul#help1 {
	margin: -6px 0 20px 55px;
}
#help1 li {
	list-style: none;
  font-weight: normal;
  line-height: 24px;
  padding-left: 35px;
  text-transform: none;
}
li#h1 {background: url(/images/mp3sale_like_v3/help1.gif) no-repeat;}
li#h2 {background: url(/images/mp3sale_like_v3/help2.gif) no-repeat;}
li#h3 {background: url(/images/mp3sale_like_v3/help3.gif) no-repeat;}
#help1 a {
	color: #FFF;
}
#help h4 {
  text-transform: uppercase;
	font-size: 11px;
	margin: 10px 0 6px 10px;
  line-height: 35px;
  padding-left: 45px;
}
#help h4#h4_1 {
  background: url(/images/mp3sale_like_v3/help-h4-1.gif) no-repeat;
}
#help h4#h4_2 {
  background: url(/images/mp3sale_like_v3/help-h4-2.gif) no-repeat;
}

#statistics {
  background: #0A80BE url(/images/mp3sale_like_v3/statistics-icon.gif) 10px 45px no-repeat;
	padding: 0 0 20px;
}
#statistics h3 {
  background: #FFA200 url(/images/mp3sale_like_v3/statistics-title.gif) no-repeat;
}
#statistics table {
	margin: 0 0 0 55px;
	border-collapse: collapse;
}
#statistics table td {
	padding: 2px 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 99px;
	padding: 12px 0 0 10px;
  margin-bottom: -111px;
	position: relative;
	color: #1C678E;
}
#footer a {
	color: #218198;
}
#footer ul {
	position: absolute;
	top: -75px;
	left: 350px;
}
#footer li {
	display: inline;
	margin: 0 33px;
}
#footer li a {
	color: #2290C4;
}
