#works_list
{
	width: 110%;
	/* how big the lines are */
	line-height: 15px;
	margin-left: -40px;
}

.category
{
    /* spacing between categories */
	margin-top: 10px;
	z-index: 2;
}

.left_col
{
    width: 45%;
	float: left;
}
.right_col
{
    width: 55%;
	float: right;
}

.holder
{
	margin: 0px 10px 10px 40px;
	padding: 3px 3px 3px 3px;
}

.category_header
{
	cursor: default;
	font-weight: bold;
	margin: 16px 0px -21px 40px;
}

.song
{
	cursor: pointer;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 10px;
	height: auto;
}
.song:hover .song_name
{
    text-decoration: underline;
}

.song_name, .detailed_notes_header
{
    color: #5e8aec;
	font-style: normal;
}
.song_purchase
{
    color: #a11601;
}
.song_info
{
    font-size: 90%;
	font-style: italic;
}

.song_detailed
{
	border: solid 1px #5D0A24;
	position: relative;
	overflow: hidden;
}
.song_detailed_content
{
    padding: 10px 25px 5px 25px;
    position: relative;
    /* font-size: 10px; */
}

.detailed_cover
{
    width: 100%;
    height: 100%;
    background-color: Black;
}

.detailed_header
{
    padding-left: 5px;
    margin-bottom: 5px;
}

.detailed_bottom
{
    padding-left: 5px;
    margin-top: 5px;
}

.paypal
{
    display: inline-block;
    width: 100%;
}
.paypal div
{
    margin-top: 5px;
    float: left;
}

.detailed_notes
{
    margin-top: 5px;
    margin-bottom: 10px;
}
.detailed_notes_header
{
    color: black;
	font-weight: bold;
}
.detailed_notes_info
{
    margin-top: 7px;
}

.video_file {
    overflow: auto;
}