
	/**
	* track more info
	*/
	#track-more {
		color: #635549;
		}

	#tL {
		width: 227px;
		float: left;
		margin: 15px;
		display: inline;
		}

	#tR {
		width: 305px;
		float: left;
		margin: 15px 0;
		}

	#tR p {
		margin: 0 !important;
		}



	/**
	* title
	*/
	#t-title {
		margin: 0 0 0px;
		}



	/**
	* track image
	*/
	#tL img {
		border: 1px solid #fff;
		margin: 0 0 10px;
		}



	/**
	* buy button
	*/
	#buy {
		line-height: 11px;
		margin: 10px 0 20px;
		background: url(/img/static/buttons/basket.gif) no-repeat;
		}

	#buy a {
		padding: 0 0 0 20px;
		}



	/**
	* previous button
	*/
	.previous-page {
		float: right;
		margin: 10px 20px 0 0;
		display: inline;
		background: url(/img/static/bullets/arrow-left.gif) left no-repeat;
		}

	.previous-page a {
		padding: 0 0 0 10px;
		}

	.paginator .previous-page {
		margin-top: 0;
		}



	/**
	* tracks on a cd
	*/
	.cd {
		color: #635549;
		float: left;
		width: 350px;
		margin: 0 0 0 15px;
		display: inline;
		}

	.cd h3 {
		margin: 14px 0 10px;
		}

	.cd ul {
		list-style-type:none;
		margin:0px !important;
		padding:0px !important;
		}

	.cd ul li {
		padding: 0 10px 0 12px;
		margin-left:1px;
		}
	
	.cd ul li 	span{
		margin-right:4px;
	}
	
	.cd ul li.speaker {
		background-image:url(/img/static/layout/speaker.gif);
		background-repeat:no-repeat;
		background-position:0px 3px ;
		}


