#btn_animBoxCart {
}
/* 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;	
	border: #888 solid 1px;
	background-color: #fff;
	display:none;
	width: 308px;
	top:auto;
	margin:0;
	z-index: 100;
	min-height:30px;
	height:auto !important;
	height:30px;
}
#animBoxCart td { padding:2px;}
#animBoxCart a {
	font-weight: bold;
	text-decoration: none;
    background:transparent none;
    display:inline;
    height:auto;
    line-height:normal;
    margin:0;
    text-align:left;
    text-transform:none;
    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: #555;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #555;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	text-decoration: none;
	color: #000;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited  {
	font-weight: bold;
	color: #555;
	text-decoration: none;
    white-space: normal;
}
.animBoxCartName A:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited  {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.animBoxCartLink A:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #555;
}
.animBoxCartLink { border-bottom: #888 solid 1px; }
.animBoxCartTotal { border-top: #888 solid 1px; }
.animBoxCartNotice {
	padding: 10px 5px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #555;
}