<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.animBox {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	white-space: nowrap;
}
.animBoxDropover {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	visibility: visible;
}
#animBoxCart {
	background-color: #EFEFEF;
	border: 1px solid #7F7F7F;
	display: none;
	margin-left: 0px;
	position: absolute;
	top: 20px;
	width: 340px;
	z-index: 1000;
}
.animBoxCartContent {
	color: #7F7F7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #DD2A00;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	color: #828282;
	text-decoration: none;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited {
	color: #DD2A00;
	font-weight: bold;
	text-decoration: none;
}
.animBoxCartName A:hover {
	color: #828282;
	font-weight: bold;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited {
	color: #DD2A00;
	font-weight: bold;
	text-decoration: none;
	padding:3px;
}
.animBoxCartLink A:hover {
	color: #828282;
	font-weight: bold;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	color: #DD2A00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding:3px;
}
.animBoxCartLink {
	border-bottom: 1px solid #7F7F7F;
}
.animBoxCartTotal {
	border-top: 1px solid #7F7F7F;
}
.animBoxCartNotice {
	color: #7F7F7F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#animBoxCart a {
	color:#F00 !important;
}
#animBoxCart .animBoxCartContent {
	text-align:left;
}
#animBoxCart .animBoxCartImage, #animBoxCart .animBoxCartContent {
	float:left;
}
#animBoxCart .animBoxCartContent{width:210px;}
#animBoxCart .animBoxCartName{width:200px;word-wrap: break-word;word-break: normal;}
#animBoxCart .animBoxCartImage {
	margin-right:10px;
}
#animBoxCart .item {
	margin-top:10px;
}
#animBoxCart .animBoxCartName ul.animBoxCartAttributes{text-align:left;}
#animBoxCart .animBoxCartName ul.animBoxCartAttributes li{text-align:left; list-style:none; float:none; font-style:italic; display:block}</pre></body></html>