/***************************************************************/
/* Filename: product.css                                       */
/* Use with product pages in Jabez Press website.              */
/* Author: Scott A. Hoffmeyer    <scott@warrendouglas.com>     */
/* Company: WarrenDouglas                 02 December 2004     */
/***************************************************************/

/***************************************************************/
/* HTML tag styles                                             */
/***************************************************************/
TABLE, TR, TD{
	color: #000000;
	font: normal 11px/18px Verdana, Helvetica, Arial, sans-serif;
}

/***************************************************************/
#title{
	height: 20px;
	font-weight: bold;
}

#composer{
	height: 30px;
	font-style: italic;
}

IMG#product{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 5px 10px 0px;
}

#details{
	line-height: 24px;
}

#links{
	float: right;
	background-color: #FBF7DE;
	border: 1px dotted #CCCCCC;
}

.product{
	display: block;
	padding: 5px;
}

.icon{
	margin-bottom: -2px;
	border: none;
}
