/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* cart table */
.checkout-cart #content .table h3, .checkout-cart .table h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
}
.checkout-cart #content .table > thead:first-child > tr:first-child > td {
    vertical-align: middle;
    border-top: 2px solid #F2F2F2;
    border-bottom: 2px solid #F2F2F2;
    background-color: #F7F7F7;
    padding-right: 20px;
}
.checkout-cart #content .table > tbody > tr > td {
    vertical-align: middle;
    border-top: 0;
    border-bottom: 2px solid #F2F2F2;
    padding-right: 20px;
}

/* checkout table */
.checkout-checkout .table h3, .checkout-cart .table h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
}

/* order table */
.account-order-info .table h3, .checkout-cart .table h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
}
.account-order-info .table > tbody > tr > td {
    border: 0;
}