#header_cart {

}
/* shopping cart dropdown box */
.animBox {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.animBoxDropover {
    position: absolute;
    visibility: visible;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#animBoxCart {
	position:absolute;	 
	width: 200px;
    top: 0;
    right: 0;
	margin: 72px 0 0 0;
	z-index: 100;
}
#animBoxCart .animBoxCartNotice, #animBoxCart TABLE{

}
#cart_cont{
    display: none;
    background: #e0e0e0; 
}
#cart_footer{
    background: transparent url(../images/az_cart_footer.gif) bottom right no-repeat;
    height: 50px;
    width: auto;   
}
.animBoxCartImage { }
.animBoxCartImage a img {
	border:none;
}
.animBoxCartContent {
	vertical-align: top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #0d3463;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #0d3463;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	text-decoration: none;
	color: #82a1c7;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited  {
	font-weight: bold;
	color: #0d3463;
	text-decoration: none;
}
.animBoxCartName A:hover {
	font-weight: bold;
	color: #82a1c7;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited  {
	font-weight: bold;
	color: #0d3463;
	text-decoration: none;
}
.animBoxCartLink A:hover {
	font-weight: bold;
	color: #82a1c7;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0d3463;
}
.animBoxCartLink { border-bottom: #7f7f7f solid 1px; }
.animBoxCartTotal { border-top: #7f7f7f solid 1px; }
.animBoxCartNotice {
	padding: 10px 5px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0d3463;
}
