/*h1 a.song_title {
	color: black;
	text-decoration: none;
}*/
h1 a.song_title,
h1 a.song_artist {
	color: #0088cc;
	text-decoration: none;
	border-bottom: 1px dotted #0088cc;
}
h1 .by {
	color: gray;
}
h1 a.search_by_artist {
	color: #444;
	text-decoration: none;
}
h1 a.search_by_artist:hover {
	color: #0088cc;
	text-decoration: underline;
}
#new_title_form input[type=text]{
	
}
table#mp3 {
	border: 1px solid rgb(198, 206, 221);
	background-color: rgb(237, 239, 244);
	margin-right: 20px;
	margin-bottom: 20px;
	width: 540px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-collapse: separate;
	padding-left: 20px;
	padding-right: 20px;
}
table#mp3 th, table#mp3 td {
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	border-top: 1px solid rgb(198, 206, 221);
}
table#mp3 th{
	font-weight: normal;
	text-align: right;
	width: 140px;
	padding-right: 5px;
}
table#mp3 tr.player_tr th,
table#mp3 tr.player_tr td {
	border-top: none;
}
table#mp3 #embed_code {
	width: 295px;
}
#more_from_user ul, #more_from_user li {
	margin: 0;
	padding:0;
}
table#mp3 th#more_th {
	vertical-align: top;
}
#times_played {
	color: gray;
}
#times_played a {
	color: gray;
}
#share_icons img {
	padding-right: 3px;
	width: 12px;
	height: 12px;
}
#share_icons a {
	text-decoration: none;
	vertical-align: middle;
	color: black;
}
#share_icons .addthis_toolbox {
	vertical-align: middle;
}
#customize_embed {

}
#customize_embed h2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
#customize_embed form {
	display: inline;
}

#detailed_info {
	padding: 5px;
/*	position: absolute;*/
}
#click_to_listen:hover #detailed_info {
/*	display: block!important;*/
}
#detailed_info table {
	padding: 5;
	margin: 0;
}
#detailed_info table  td, #detailed_info table th{
	margin: 0;
	padding: 5px;
	border: 1px solid rgb(198, 206, 221);
}
#detailed_info table td {
	text-align: left;
	background: white;
}
#detailed_info table th {
	background: rgb(237, 239, 244);
	text-align: right;
}
#detailed_info tr.size a {
	display: none;
}
#stats td {
	overflow: hidden;
}
#fb_comments {
	margin-left: 0;
	clear: both;
}