/* shopping cart dropdown box */
#btn_animBoxCart {}
#animBoxCart {
	position:absolute;
	border: #bfbebf solid 1px;
	background-color: #ffffff;
	width:250px;
	top:auto;
	right:0;
	margin:0 29px 0 0;
	display:none;
	z-index: 100;
}
.animBoxCartLoading {
	background:url(../images/az_loading.gif) center center no-repeat;
	height:24px;
}
.animBoxCartImage { }
.animBoxCartImage a img {
	border:none;
}
.animBoxCartContent {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #606763;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #7d8480;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	text-decoration: none;
	color: #8b928e;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited  {
	font-weight: bold;
	color: #7d8480;
	text-decoration: none;
}
.animBoxCartName A:hover {
	font-weight: bold;
	color: #8b928e;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited  {
	font-weight: bold;
	color: #7d8480;
	text-decoration: none;
}
.animBoxCartLink A:hover {
	font-weight: bold;
	color: #8b928e;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7d8480;
}
.animBoxCartLink { border-bottom: #bfbebf solid 1px; }
.animBoxCartTotal { border-top: #bfbebf solid 1px; }
.animBoxCartNotice {
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7d8480;
}