<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-image
{
	margin: 5px 10px 2px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 320px;
}

.explanation
{
	margin: 0px 2px 2px 0px;
	padding-left: 10px;
	text-align: left;
	font-weight: nomal;
	font-size: 95%;
	position:relative;
	top:15px;
	left:0px;
	line-height: 160%;
}

.view-detail-button
{
	text-align: right;
	vertical-align: bottom;
	margin: 10px 40px 0px 0px;
	padding: 0;
	font-weight: bold;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	clear: both;
}

.view-detail-button a
{
	border: 3px double #7c0101;
	font-size:85%;
	color:#ccc !important; 
	background: url("../images/on.jpg") #420002 repeat;
	margin: 0;
	padding:2px 6px 2px 6px;
}

.view-detail-button a:hover
{
	color:#000 !important;
	background-color:#420002;
	text-decoration:none;
}
</pre></body></html>