<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catalogTitle
{
	font-family: Verdana;
	font-size: 12px; 
	font-weight: bold;
	color: #05173B;
	text-decoration: none;	
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 40px;
}
.productbox
{
     height:250px;
     width:180px;
     border:1px solid #c5c5c5;
     margin:10px 5px 5px 5px;
}
.productimage
{
    width:100px;
}
.productsummarydisplaywrapper
{
     width:180px;
     padding-top:15px;
}
.productsummaryimageholder
{
    height:120px;
    text-align:center;
    vertical-align:middle;
}
.productsummarytext
{
    padding-left:20px;
    height:55px;
}
.productsummaryproductname
{
	width:100%;
}
.retailprice
{
    font-weight: bold;
    color: black;
}
.ourprice
{
	font-weight: bold;
	font-size: 10pt;
	color: #b22222;
	font-family: verdana;
}
.smalltext
{
    font-size: 8pt;
    color: #666666;
    font-family: verdana;
}</pre></body></html>