<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.side_cart_container {
	float:right;
	background-image:url(/images/cart_button.png);
	background-repeat:no-repeat;
	width:165px;
	height:28px;
	margin-top:2px;
	margin-right:3px;
	cursor:pointer;
	}
.side_cart_title {
	float:left;
	width:60px;
	margin-top:7px;
	margin-left:24px;
	color:#555555;
	font-size:13px;
	font-weight:bold;
	text-shadow:#FFF 1px 1px;
	}
.side_cart_items {
	float:left;
	width:80px;
	margin-top:7px;
	color:#555555;
	font-size:13px;
	font-weight:bold;
	text-shadow:#FFF 1px 1px;
	}
</pre></body></html>