/* @override 
	http://207.23.252.81/ViArt/templates/regent_bookstore/styles/product_listing.css
	http://www2.regent-college.edu/templates/regent_bookstore/styles/product_listing.css
*/

.prod-divline h2 {
	font-size: 1.4em;
}
.prodlist-block {
}
.prodlist-block h2 {
	margin-bottom: -5px;
	font-size: 1.1em;
}

/* .prodlist-block .subtitle {
	margin-bottom: 5px;
	display: block;
} */


.prodlist-block p {

	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.prodlist-block a {
	text-decoration: none;
	font-weight: bold;
}

.prodlist-block a:hover {
	text-decoration: underline;
}

.rowlinebreak {
	border-top: 1px dotted #797979;
	width: 520px;
	margin-bottom: 20px;
}


#hoverbox
{                     
    color: #FFF;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 0px;
    z-index: 200;
}


