/* shopping cart dropdown box */
#animBoxCartPane {
	background:url(../images/az_cartbox_bottom_bg.png) repeat-y;
	display:none;
	padding-top:12px;
	overflow:hidden;
}
#btn_animBoxCart { /*width: 304px;*/ }
#animBoxCart {
	position:absolute;
	width: 282px !important;
	width: 282px;
	top:auto;
	right:0;
	margin:93px 14px 0 0;
	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: #ffffff;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #e9eed4;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	text-decoration: none;
	color: #ffffff;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited  {
	font-weight: bold;
	color: #e9eed4;
	text-decoration: none;
}
.animBoxCartName A:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited  {
	font-weight: bold;
	color: #b2327c;
	text-decoration: none;
}
.animBoxCartLink A:hover {
	font-weight: bold;
	color:#c46c9f;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}
.animBoxCartLink { /*border-bottom: #b2b2b2 solid 1px;*/ }
.animBoxCartTotal { /*border-top: #b2b2b2 solid 1px;*/ }
.animBoxCartNotice {
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #b2327c;
}

.cartbox_bottomL {
	background:url(../images/az_cartbox_bottom_left.png) left bottom no-repeat;
}
.cartbox_bottomC {
	background:url(../images/az_cartbox_bottom_mid.png) bottom repeat-x;
	height:15px;
	font-size:0;
	width:100%;
}
.cartbox_bottomR {
	background:url(../images/az_cartbox_bottom_right.png) right bottom no-repeat;
	padding:0 15px 0 15px;
}