/*/////////////////////////////////////////////////////////////////////
	Homepage
/////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////////////////
	Welcome window
/////////////////////////////////////////////////////////////////////*/
	#container #welcome {
		margin:0 0 10px 0;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Frame
/////////////////////////////////////////////////////////////////////*/
	
	#container #top {
		background:#854242 url(../../images/layout/featured/content-back.jpg) repeat-y top center;
		/*margin:0 0 10px 0;*/
		margin:0;
	}
	#container #content {
		background:none;
	}
	#container #content #pageContent #top{
		margin-bottom:10px;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Account bar
/////////////////////////////////////////////////////////////////////*/
	
	#account {
		background:url(../../images/layout/home/account.jpg) no-repeat top center;
	}
	#account a {
		background:url(../../images/buttons/view-cart-home.jpg) no-repeat top left;
	}
		
/*/////////////////////////////////////////////////////////////////////
	Featured tracks
/////////////////////////////////////////////////////////////////////*/
	
	#featured {
		background:url(../../images/layout/featured/featured.jpg) repeat-y center;
		width:700px;
		margin:0 auto;
	}
	#featured h2 {
		height:32px;
		background:url(../../images/headings/featured.jpg) no-repeat top center;
		margin:0;
		padding:18px 0 0 20px;
	}
	#featured .listings {
		background:url(../../images/layout/featured/featured-repeat.jpg) no-repeat center 25px;
	}
	#container #top .bottom {
		height:26px;
		margin:-5px 0 0 0;
		background:url(../../images/layout/featured/featured-bottom.jpg) no-repeat top center;
	}
	
	/* featured item listing */
	#featured .item {
		float:left;
		width:350px;
		height:162px;
		padding:20px 0 1px 0;
		background:none;
	}
	#featured .item .img {
		background:url(../../images/layout/album-placeholder.jpg) no-repeat top left;
		padding:3px;
		height:131px;
		width:131px;
		float:left;
		margin:0 10px 0 19px;
	}
	#featured .item .info {
		float:left;
		width:150px;
	}
	#featured .item .info h3,
	#featured .item .info h3 a {
		color:#c5ae73;
		font-weight:100;
		font-size:1.2em;
		line-height:1.4em;
		margin:0 0 2px 0;
	}
	#featured .item .info p,
	#featured .item .info p a {
		color:#9c856f;
		font-size:1.1em;
		line-height:1.4em;
		margin:0 0 5px 0;
	}
	#featured .item .info .lang {
		color:#ffffff;
		font-size:1.1em;
		line-height:1.4em;
		margin:0 0 8px 0;
	}
	#featured .item .info .lang strong {
		display:block;
		font-size:1.2em;
		font-weight:100;
	}
	#featured .item .info ul.links {
		margin:0;
	}
	#featured .item .info ul.links li {
		float:left;
		list-style:none;
	}
	#featured .item .info ul.links li a {
		float:left;
		display:block;
		background-repeat:no-repeat;
		background-position:top center;
		height:24px;
		text-indent:-9999px;
		outline:0;
	}
	#featured .item .info ul.links li a:hover {
		background-position:bottom center;
	}
	#featured .item .info ul.links li.download a {
		background-image:url(../../images/buttons/download-f.jpg);
		width:92px;
	}
	#featured .item .info ul.links li.cd a {
		background-image:url(../../images/buttons/cd-f.jpg);
		width:45px;
	}
	
/*/////////////////////////////////////////////////////////////////////
	New releases and Latest Offers
/////////////////////////////////////////////////////////////////////*/
	#bottom {
		background:url(../../images/layout/content-back.jpg) repeat-y top center;
	}
	#bottom .top {
		height:25px;
		background:url(../../images/layout/content-top.jpg) no-repeat top center;
	}
	#bottom .bottom {
		height:15px;
		clear:both;
		background:url(../../images/layout/content-bottom.jpg) no-repeat bottom center;
	}
	
	#bottom h2 {
		margin:0 0 15px 5px;
	}
	
	#new {
		/*float:left;
		width:348px;
		padding:0 6px 0 16px;
		background:url(../../images/layout/dot.jpg) repeat-y right;*/
		width:700px;
		margin: 0 auto;
	}
	/* featured item listing */
	#new .item {
		float:left;
		/*width:350px;
		height:162px;
		padding:20px 0 1px 0;
		background:none;*/
	}
	
	#offers {
		float:left;
		width:348px;
		padding:0 0 0 5px;
	}
