/* MiniCart */

#miniCart {
	background-color:#fff;
	border:3px solid #8f0022;
	padding:10px;
	text-align:left;
	z-index:100;
}

#miniCart .mitem {
	clear:both;
	border-bottom:1px dashed #8f0022;
	float:left;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:6px;
	width:180px;
}

#miniCart .mitem a {
	display:block;
	clear:both;
	color:#513312;
	text-decoration:none;
	padding-bottom:3px;
}

#miniCart .mitem a:hover {
	text-decoration:underline;
}

#miniCart .mitem img {
	float:left;
	border:1px solid #513312;
	margin-right:4px;
}

#miniCart .mitem span {
	color:#513312;
	display:block;
	border-bottom:1px solid #ccc;
	padding:0px 0px 7px 0px;
}

#miniCart .mitem strong {
	color:#000;
	display:inline;
	padding:0px;
	margin:0px;
}

#miniCart .mitem div {
	float:left;
	margin-top:2px;
}

#miniCart .bottom {
	clear:both;
}

#miniCart .subtotal {
	text-transform:uppercase;
	display:block;
	background-color:#fff;
	font-weight:bold;
	color:#513312;
	font-size:14px;
	padding:4px;
	margin-bottom:5px;
	width:180px;
}

#miniCart .subtotal strong {
	color:#4a6125;
	font-size:14px;
}

/* End MiniCart */
