/* CSS Document */


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

#song-search {}

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

#song-search #searchbox {}

#song-search #searchterm {
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 8px #BDBDBD;
    -moz-box-shadow: 0 0 8px #BDBDBD;
    -webkit-box-shadow: 0 0 8px #BDBDBD;
    color: #333333;
	float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
	margin-right: 10px;
    padding: 5px;
    width: 600px;
}

#song-search #searchterm:focus {
	box-shadow: 0 0 12px #999999;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
}

#searchby {
	margin-top:5px;
}

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

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

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

#song-search #searchbuttons {
	float: left;
	margin-left: 10px;
}

#song-search #searchbuttons a {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #DFDFDF;
    color: #666666;
	display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
	width: 105px;
}

#song-search #loader {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

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

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

#ajax-songs .paging {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
}

#ajax-songs .paging a {
    background: none repeat scroll 0 0 #333333;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #FFFFFF;
    margin-right: 8px;
    padding: 0 4px;
}

#ajax-songs .paging a:hover {
    background-color: #999999;
	text-decoration: none;
}

#ajax-songs .paging .paging_text {
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
	text-transform: uppercase;
}

#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: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 0 0 0 10px;
}

#tbl_songlist th a {
	background:transparent url(/images/store/sort_col_arrow.png) 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 {
	font-family:Helvetica, Arial, sans-serif; 
	font-size:10px;
	padding:10px;
	text-align:left;
	text-transform:uppercase;
	vertical-align:middle;
}

#tbl_songlist .col_title {
	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.png) 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.png) no-repeat scroll right -5px;
	color:#333333;
	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:#4194A6;
}

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

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

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

#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.png) no-repeat scroll 0 0;
	font-size:11px;
	padding-left:15px;
}

#tbl_songlist .amc0 {}

#tbl_songlist .amc1 {
    background: none repeat scroll 0 0 #F2F2F2;
}

#tbl_songlist .amc0:hover,
#tbl_songlist .amc1:hover {
    background: none repeat scroll 0 0 #DFDFDF;
}

#tbl_songlist .not_available {
	color:#454545;
}

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

#sample_audio {
	float:left;
	margin-right:20px;
	width:250px;
}

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

#sample_chart {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    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:#4194A6;
	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: url("../images/btn_all-songs.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 24px;
	width: 120px;
}

#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 .heading h3 {
	font-size: 12px;
	margin: 0 0 10px;
}

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

#song_downloads .key {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}

#song_downloads .key a {
	background: url("../images/bg_keys.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	text-decoration: none;
}

#song_downloads .key a .text {
	color: #4194A6;
	float: left;
	font-size: 14px;
	width: 60px;
}

#song_downloads .key a .subtext {
	color: #666666;
	float: right;
	font-size: 11px;
	text-align: right;
	width: 100px;
}

#song_downloads .key a:hover {
	background-position: 0 -23px;
}

#song_downloads .key a.inactive {
	background-position: 0 0;
	cursor: default;
}

#song_downloads .key a.inactive .text {
	color: #BDBDBD;
}

#sample_audio #audio_player { margin-top:10px; }
