/* CSS Document */


/* =Songs - Listing
---------------------------------------------------------------------
*/

#song-search {}

#song-search h3 {
	margin-bottom:5px;
	zoom:1;
}

#song-search #searchbox {}

#song-search #searchterm {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-right:10px;
	padding:3px;
	width:300px;
}

#searchby {
	display:inline;
	float:left;
	margin-top:5px;
}

#searchby h4 {
	display:inline;
	float:left;
	margin-right:10px;
}

#searchby input {
	display:inline;
	float:left;
	#margin-top:-4px;
}

#searchby label {
	color:#8FD0E0;
	display:inline;
	float:left;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	margin:2px 10px 0 4px;
	text-transform:uppercase;
}

#song-search #searchbuttons {
	display:inline;
	float:left;
	margin:-6px 0 0 10px;
}

#song-search #searchbuttons a {
	background:transparent url(/images/FQ_btn_search.gif) no-repeat scroll 0 0;
	display:block;
	height:35px;
	text-align:left;
	text-indent:-9999px;
	width:105px;
}

#song-search #loader {
	display:inline;
	float:left;
	margin-top:-2px;
	margin-left:10px;
}

#song-info {
	margin-top:10px;
}

#ajax-songs {
	min-height:400px;
	-height:400px;
}

#ajax-songs .paging {
	float:left;
	padding:0px;
	width:150px;
	height:12px;
}

#ajax-songs .paging a {
	background-position:left top;
	background-repeat:no-repeat;
	border:0 none;
	display:block;
	float:left;
	height:12px;
	line-height:normal;
	margin-right:7px;
	text-align:left;
	text-indent:-9999px;
	width:12px;
}

#ajax-songs .paging a:hover{
	background-position:left bottom !important;
}

#ajax-songs .paging .btn_first {
	background-image:url(/images/FQ_btn_first.gif);
}

#ajax-songs .paging .btn_previous {
	background-image:url(/images/FQ_btn_previous.gif);
}

#ajax-songs .paging .paging_text {
	color:#8FD0E0;
	display:block;
	float:left;
	font-family:Helvetica, Arial, sans-serif; 
	font-size:10px; 
	margin-right:7px;
	padding-top:2px;
	text-transform:uppercase;
}

#ajax-songs .paging .btn_next {
	background-image:url(/images/FQ_btn_next.gif);
}

#ajax-songs .paging .btn_last {
	background-image:url(/images/FQ_btn_last.gif);
}

#ajax-songs #allsongs{
	float:right;
	margin-top:15px; 
	width:130px;
}

#ajax-songs #allsongs a{ 
	background:transparent url(/images/FQ_btn_allsongs2.gif) no-repeat top left; 
	display:block; 
	float:left;
	height:32px;
	text-align:left;
	text-indent:-9999px;
	width:130px; 
}

#songlist{
	margin-top:10px;
	margin-bottom:70px;
	width:840px;
}

#tbl_songlist {
	border:0 none;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
}

#tbl_songlist th {
	background:transparent url(/images/store/sort_col_bg.jpg) repeat-x scroll 0 0;
	padding:0 0 0 10px;
}

#tbl_songlist th a {
	background:transparent url(/images/store/sort_col_arrow.jpg) no-repeat scroll 96% top;
	color:#000000;
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-size:15px;
	height:20px;
	padding:4px 20px 0 0;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}

#tbl_songlist th.col_audio a,
#tbl_songlist th.col_key a {
	padding-right:0;
	text-align:center;
}

#tbl_songlist th a.col_default {
	background-position:96% top;
}

#tbl_songlist th a.col_default:hover {
	background-position:96% bottom;
}

#tbl_songlist th a.col_asc {
	background-position:96% bottom;
}

#tbl_songlist th a.col_desc {
	background-position:96% -24px;
}

#tbl_songlist th a.no_sort {
	background:none !important;
	cursor:default;
}

#tbl_songlist td {
	color:#8FD0E0;
	font-family:Helvetica, Arial, sans-serif; 
	font-size:10px;
	padding:10px;
	text-align:left;
	text-transform:uppercase;
	vertical-align:middle;
}

#tbl_songlist .col_title {
	color:#E5EB96;
	padding-left:20px;
	width:210px;
}

#tbl_songlist .col_writer {
	width:150px;
}

#tbl_songlist .col_audio {
	padding:0;
	text-align:center;
	width:150px;
}

#tbl_songlist td.col_audio a {
	background:transparent url(../images/store/icon_play.gif) no-repeat scroll center 50%;
	display:block;
	height:34px;
	margin:0 auto;
	text-align:left;
	text-indent:-9999px;
	width:15px;
}

#tbl_songlist .col_key {
	padding:0;
	text-align:center;
	text-transform:none;
	width:150px;
}

#tbl_songlist .col_key ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:30px;
}

#tbl_songlist .col_key ul li {}

#tbl_songlist .col_key ul li a.selection {
	background:transparent url(/images/store/dd_arrow.gif) no-repeat scroll right -5px;
	color:#8FD0E0;
	display:block;
	height:12px;
	padding:0 16px 0 0;
	text-align:left;
	text-decoration:none;
}

#tbl_songlist .col_key ul li a:hover {
	background-position:right 5px;
	color:#FFFFFF;
}

#tbl_songlist .col_key ul ul {
	background-color:#454545;
	display:none;
	margin-top:5px;
	position:absolute;
	width:30px;
	z-index:999;
}

#tbl_songlist .col_key ul ul li a {
	border-top:1px solid #333333;
	color:#FFFFFF;
	display:block;
	padding:3px 0;
	text-decoration:none;
}

#tbl_songlist .col_key ul ul li a:hover {
	background-color:#666666;
}

#tbl_songlist .col_buy {
	width:120px;
}

#tbl_songlist td.col_buy {
	text-indent:35px;
}

#tbl_songlist td.col_buy a {
	background:transparent url(/images/store/icon_buy.gif) no-repeat scroll 0 0;
	color:#8FD0E0;
	font-size:11px;
	padding-left:15px;
}

#tbl_songlist .amc0 {}

#tbl_songlist .amc1 {
	background:#171717;
}

#tbl_songlist .amc0:hover,
#tbl_songlist .amc1:hover {
	background:#252525;
}

#tbl_songlist .not_available {
	color:#454545;
}

#songs_info {
	margin:15px 0 20px;
}

#sample_audio {
	float:left;
	padding:0 20px;
	width:250px;
}

#sample_audio p {
	margin-bottom:5px;
}

#sample_chart {
	border-left:1px solid #16505E;
	border-right:1px solid #16505E;
	float:left;
	padding:0 20px;
	width:280px;
}

#payment_options {
	float:left;
	padding-left:20px;
}


/* =Songs - Details
---------------------------------------------------------------------
*/

#fq_song_details #song_info	{
	float:left;
	width:270px;
}

#fq_song_details #song_info h4 {
	margin-bottom:0;
}

#fq_song_details #song_info p {
	margin-bottom:15px;
}

#fq_song_details #song_info ul {
	color:#8FD0E0;
	font-family:Helvetica,Arial,sans-serif;
	margin:0;
	padding:0 0 20px 15px;
}

#fq_song_details #song_info ul li {
	font-size:12px;
	line-height:19px;
	margin:5px 0;
}

#fq_song_details #song_info ul a {
	color:#E5EB96 !important;
}

#fq_song_details #downloads {
	float:right;
	width:150px;
}

#fq_song_details #downloads #all_songs {
	background:transparent url(/images/FQ_btn_allsongs2.gif) no-repeat scroll left top;
	display:block;
	height:32px;
	width:130px;
}

#fq_song_details #downloads p {
	padding:5px 0 0 5px;
}

#fq_song_details #audio_player {
	margin-bottom:10px;
}

#fq_song_details #song_video {
	margin-bottom:20px;
}

#fq_song_details #lyrics {
	margin-bottom:20px;
}


/* =Songs - Sidebar
---------------------------------------------------------------------
*/

#song_downloads {}

#song_downloads #keys {
	margin-bottom:5px;
}

#song_downloads .key {
	background:transparent url(/images/FQ_songkey_underline.jpg) no-repeat scroll left bottom;
	margin:0;
	padding-bottom:1px;
}

#song_downloads .key a {
	background-position:left top;
	background-repeat:no-repeat;
	color:#999999;
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	height:18px;
	padding-right:10px;
	padding-top:5px;
	text-align:right;
	text-decoration:none;
}

#song_downloads .key a:hover {
	background-position:left bottom;
}

#song_downloads .key a.inactive,
#song_downloads .key a.inactive:hover { 
	background-position:0px -69px !important;
	color:#666666;
	cursor:default;
}

#song_downloads .key #key_NN 	{ background-image:url(/images/FQ_key_NN.jpg); }
#song_downloads .key #key_C 	{ background-image:url(/images/FQ_key_C.jpg); }
#song_downloads .key #key_Db 	{ background-image:url(/images/FQ_key_Db.jpg); }
#song_downloads .key #key_D 	{ background-image:url(/images/FQ_key_D.jpg); }
#song_downloads .key #key_Eb 	{ background-image:url(/images/FQ_key_Eb.jpg); }
#song_downloads .key #key_E 	{ background-image:url(/images/FQ_key_E.jpg); }
#song_downloads .key #key_F 	{ background-image:url(/images/FQ_key_F.jpg); }
#song_downloads .key #key_Gb 	{ background-image:url(/images/FQ_key_Gb.jpg); }
#song_downloads .key #key_G 	{ background-image:url(/images/FQ_key_G.jpg); }
#song_downloads .key #key_Ab 	{ background-image:url(/images/FQ_key_Ab.jpg); }
#song_downloads .key #key_A 	{ background-image:url(/images/FQ_key_A.jpg); }
#song_downloads .key #key_Bb 	{ background-image:url(/images/FQ_key_Bb.jpg); }
#song_downloads .key #key_B 	{ background-image:url(/images/FQ_key_B.jpg); }
#sample_audio #audio_player { margin-top:25px; }