/***************************************************************/
/* Filename: catalogue.css                                     */
/* Use with Catalogue pages in Jabez Press website.            */
/* Author: Scott A. Hoffmeyer    <scott@warrendouglas.com>     */
/* Company: WarrenDouglas                 30 November 2004     */
/***************************************************************/
a:link, a:visited, a:hover{
	font: bold 10px/18px Verdana, Helvetica, Arial, sans-serif;
}

/****************** catalogue list columns *********************/
#firstResult{
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 495px;
	border-bottom: 1px dotted #666666;
}

.title{
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 445px;
	color: #999999;
	font: bold 10px/18px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.title_P{
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 495px;
	color: #999999;
	font: bold 10px/18px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.item{
	float: right;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 50px;
	text-align: right;
}

.composer{
	float: left;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	width: 359px;
	font-style: italic;
	border-bottom: 1px dotted #666666;
}

.composer_P{
	float: left;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	width: 350px;
	font-style: italic;
	border-bottom: 1px dotted #666666;
}

.price{
	float: right;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	width: 135px;
	text-align: right;
	border-bottom: 1px dotted #666666;
}

.performance{
	float: right;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	width: 145px;
	text-align: right;
	border-bottom: 1px dotted #666666;
}

.listen{
	float: left;
	display: block;
	text-align: left;
}

.icon_white{
	margin-bottom: -2px;
	margin-right: 2px;
	border: none;
}

.title_CS{
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 400px;
	color: #999999;
	font: bold 10px/18px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.item_CS{
	float: right;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 95px;
	text-align: right;
	font-weight: bold;
	color: #999999;
}

.composer_CS{
	float: left;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	width: 359px;
	font-style: italic;
	color: #999999;
	border-bottom: 1px dotted #666666;
}
