﻿.popup-cart {
	position: absolute;
    right: -1px;
    top: 29px;
    background: #A3A3A3;
    width: 355px;
    display: none;
    z-index: 12;
    border-radius:5px;
}
.popup-holder {padding: 0 5px 5px;}
.header-popup {
	height:1%;
	overflow:hidden;
	padding: 6px 7px 4px 4px;
}
.header-popup strong {
	float:left;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ECEDEE;
	text-transform:uppercase;
}
.header-popup .close {
	float:right;
	color:#5c5c5c;
	background:url(/Images/ico-close1.gif) 0 50% no-repeat;
	padding:0 0 0 14px;
}
.popup-cart ul {
	list-style:none;
	background:#fff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.popup-cart ul li {
	border-top:1px solid #c5c5c6;
	padding: 10px 3px;
	overflow:hidden;
	height:1%;
	float:none;
	position:relative;
}
.popup-cart ul li:first-child {border:0;}
.popup-cart ul li .img-container
{
    width:68px;
    height:68px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.popup-cart ul li .img-cart
{
    float:left;
}
.popup-cart ul img {
	
}
.popup-cart ul .info-cart {
	height:1%;
	overflow:hidden;
	padding:6px 0 0;
	line-height:16px;
	padding-left:10px;
    width: 240px;
}
.popup-cart ul .info-cart strong {
	font-size:13px;
	display:block;
	margin:0;
	color:#000;
}
.popup-cart ul .info-cart dl {
	margin:0;
	color:#5c5c5c;
	overflow:hidden;
	height:1%;
}
.popup-cart ul .info-cart dl dt {
	float:left;
	margin:0 5px 0 0;
}
.popup-cart ul .info-cart dl dd {
	margin:0;
	height:1%;
	overflow:hidden;
}
.popup-cart ul .close2 {
	width:12px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:5px;
	top:17px;
	background:url(/Images/ico-close2.gif) no-repeat;
}
.popup-cart .buttons {
	height:1%;
	overflow:hidden;
	font:bold 14px 'GothamHTFBold', Arial, sans-serif;
}
.popup-cart .buttons .button {
	float:left;
	line-height:23px;
	text-transform:uppercase;
	text-align:center;
	border-radius:3px;
}
.popup-cart .buttons .view {
	color:#fff;
	background:#474747;
	margin: 0 6px 0 0;
	padding: 0 3px;
	width:100px;
}
.popup-cart .buttons .clear {
	color:#5c5c5c;
	background:#ecedee;
	padding:0 3px;
	margin:0 4px 0 0;
	width:108px;
}
.popup-cart .buttons .checkout {
	color:#fff;
	background:#B40000;
	padding: 0 3px;
	width:109px;
}
#cart-contents{
    background-color:white;	
    margin: 0 0 5px;
	padding: 0 3px 8px;
}
#mini-cart-loading,
#mini-cart-adding,
#mini-cart-removing {
	padding:5px 0 0 5px;
}
.toggleMiniCart {
	cursor:pointer;
}
.toggleMiniCart:hover {
	text-decoration:underline;
}