/*******************
 * RECORD LIST TABLE
 ********************/
div.content table.record_list td {
}


/*******************
 * RECORD THUMB IMAGE
 ********************/
div.content table.record_list td.record_image {
	width: 70px;
	padding-right: 1em;
}

div.content table.record_list td.record_image img {
	padding-left: 1em;
	width: 200px;
}


/*********************************
 * RECORD DESCRIPTION (Title, Text)
 *********************************/
div.content table.record_list td.record_text {
	font-size: 14px;
	padding-right: 15px;
}

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;
	width: 140px;
}

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;
	white-space: nowrap;
}
