@charset "utf-8";
/* CSS Document */

p.paging {
	float: right;
	display: inline;
	margin:0;padding:0;
	margin-top: 15px;

}

ul#page-results {
	list-style-type: none;
	margin:0;padding:0;
	display: inline;
	float: right;
}

ul#page-results li {
	display: inline;
	float: left;
	padding: 0 4px 0 4px;
	margin-right: 5px;
}

ul#page-results li a {
	display: block;
}



#home-left {
	display: inline;
	float: left;
	width: 490px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#home-right {
	display: inline;
	float: left;
	width: 425px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#left-corner {
	width: 18px;
	height: 36px;
	display: inline;
	float: left;
	background: url(../images/left-corner.gif);
}

#right-corner {
	width: 18px;
	height: 36px;
	display: inline;
	float: left;
	background: url(../images/right-corner.gif);
}

#middle-info {
	margin-bottom: 5px;
	height: 36px;
	display: inline;
	float: left;
	background: url(../images/middlebg.gif) repeat-x;
}


#play-box {
	display: inline;
	float: left;
	width: 26px;
	height: 26px;
	margin:0;padding:0;

}

p.music-title {
	display: inline;
	float: left;
	width: 303px;
	margin: 10px 0 0 4px;
	font-size: 1em;
}

p.music-price {
	display: inline;
	float: left;
	width: 58px;
	margin: 10px 0 0 0;
}
p.music-duration {
	display: inline;
	float: left;
	width: 114px;
	margin: 10px 0 0 0;
}

p.music-license {
	display: inline;
	float: left;
	width: 155px;
	margin: 10px 0 0 0;
}

p.music-details {
	display: inline;
	float: left;
	width: 58px;
	height: 18px;
	background: url(../images/details.gif);
	margin: 10px 0 0 0 ;
}

p.music-details a {
	display: block;
	width: 58px;
	height: 18px;
	text-indent: -5000px;
}

p.music-specifics {
	display: inline;
	float: left;
	width: 160px;
	margin: 10px 0 0 0;
}

p.royalty-free-2 {
	display: inline;
	float: left;
	text-indent: -5000px;
	width: 403px;
	height: 68px;
	background: url(../images/1-2.gif) no-repeat;
	margin-bottom: 18px;
	margin-top: 47px;
}

p.pay-with {
	display: inline;
	float: right;
	text-indent: -5000px;
	width: 403px;
	height: 54px;
	background: url(../images/2-2.gif) no-repeat;
	margin-bottom: 18px;
	margin-top: 47px;
}




















