/*******************
 * RECORD LIST TABLE
 ********************/
div.content table.record_list td {
	padding-bottom: 2em;
}


/*******************
 * RECORD THUMB IMAGE
 ********************/
div.content table.record_list td.record_image {
	width: 90px;
	padding-right: 1em;
}

div.content table.record_list td.record_image img {
	width: 90px;
}


/*********************************
 * RECORD DESCRIPTION (Title, Text)
 *********************************/
div.content table.record_list td.record_text {
	font-size: 14px;
}

div.content table.record_list td.record_text div.title_author {
	height: 62px;
}

div.content table.record_list td.record_text h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
	
		
}

div.content table.record_list td.record_text h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
}

div.content table.record_list td.record_text div.price,
div.content table.record_list td.record_text div.price a {
	font-weight: bold;
	color: #C00;
	margin-bottom: 0.7em;
}

/*****************
 * Synopsis (Track List)
 ****************/
div.content div.synopsis h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}
div.content div.synopsis {
	margin-top: 2em;
	margin-bottom: 1.5em;
}
div.content div.synopsis ol {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}

