#main-body {
	padding-bottom: 100px;
}

#sub #categories {
	margin: 1.6em 0 1.6em -.5em;
}

#tracks h2 .original {
	vertical-align: -3px;
	margin-left: .33em;
}

#tracks h2 .new {
	vertical-align: -3px;
	margin-left: .33em;
}


#sub #categories li {
	padding: .2em 1em;
}

#sub #categories li.link-current {
	font-weight: bold;
	background-color: #fff;
	margin-right: -40px;
	padding: .4em 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#sub #categories li.link-current a {
	text-decoration: none;
}

#sub #categories li.link-current a:hover {
	text-decoration: underline;
}

#main #tracks {
	margin: 1.6em 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

#main #tracks li {
	padding: 2.4em 2em;
	border-bottom: 1px solid #ddd;
}

#main #tracks .link-sample {
	margin: 0;
	float: left;
	width: 25px;
	height: 25px;	
	margin-right: .66em;
	margin-top: -2px;
}

#main #tracks .link-sample a {
	display: block;
	height: 25px;
	text-indent: -900em;
	background: url("../images/main/bg-link-play_sample.png") no-repeat left bottom;
}

#main #tracks li .link-sample a:hover {
	background-position: left top;
}

#main #tracks li.playing .link-sample a {
	background-position: right bottom;
}

#main #tracks li.playing .link-sample a:hover {
	background-position: right top;
}

#main #tracks .id {
	margin: 0 .11em 0 0;
	font-size: 1.5em;
	/*color: #87c039;*/	
	color: #ffa200;		
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
	
}

#main h1 span.id {
	margin: 0 .11em 0 0;
	color: #ffa200;			
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline;
}

#main .id:after {
	content: " \2022";	
	color: #ccc;
}

#main #tracks .title {
	margin: 0 0em 0 0;
	letter-spacing: -1px;
	display: inline;
}

#main #tracks li .description {
	clear: both;
	padding: .8em 0 0;
	margin: 0;
}

#main #track .image {
	width: 134px;
	height: 134px;
	background-color: #ccc;
	float: left;
	margin-right: 1.5em;
	margin-bottom: .8em;
}

#main #track .description {
}

#main table.options {
	margin-top: 1.6em;
	width: 100%;
	clear: both;
}

#main table.options thead {
	display: none;	
}

#main table.options th {
	text-align: left;
	font-variant: small-caps;
	text-transform: lowercase;	
	padding: 0em .8em;
	color: #336;
	background-color: #cecbe7;
}

#main table.options td {
	padding: .4em .8em;
	background-color: #ededed;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

#main table.options .sample {
	width: 25px;
	padding-right: 0;
}

#main table.options .sample a {
	display: block;
	height: 25px;
	width: 25px;
	text-indent: -900em;
	background: url("../images/main/bg-link-play_sample.png") no-repeat left bottom;
}

#main table.options .sample a:hover {
	background-position: left top;
}

#main table.options tr.playing .sample a {
	background-position: right bottom;
}

#main table.options tr.playing .sample a:hover {
	background-position: right top;
}

#main table.options td {
	padding-left: .6em;
}

#main table.options .type {
	font-weight: bold;	
}

#main table.options .length {
	color: #444;
	text-align: right;
}

#main table.options .download {
	padding-right: 0;
}

#main table.options .download,
#main table.options .cd {
	text-align: center;
	width: 20%;
	color: #666;
	font-style: italic;
}

#main #track .download a,
#main #track .cd a {
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	background-color: #336;
	color: #fff;
	text-decoration: none;	
	padding: 4px 10px 5px 25px;
	border: 1px solid #569413;
	white-space: nowrap;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-style: normal;
	
}

#main #track .download a {
	background: url("../images/main/bg-link-download.png") no-repeat left bottom;
}

#main #track .cd a {
	background: url("../images/main/bg-link-cd.png") no-repeat left bottom;
}

#main #track .download a:hover,
#main #track .cd a:hover {
	background-position: left top;
}

#main #track .price_original {
	text-decoration: line-through;
	color: #ddd;
}

#main #track .price_sale {
	color: #fff568;
}

#main table.info {
	margin: 1.6em 0;	
	color: #666;
	font-size: 11px;
}

#main table.info th {
	text-align: right;
	padding: .2em .33em;
}

#main table.info th:after {
	content: ":";
}

#main table.info td {
	padding: .2em .33em;
	text-align: left;
}

#main table.info .categories ul {
	display: inline;
	margin: 0;
	list-style: none;
}

#main table.info .categories ul li {
	display: inline;
}

#main table.info .categories ul li:after {
	content: ", ";
}

#main table.info .categories ul li:last-child:after {
	content: "";
}
