/* SIDEBAR
-------------------------------------------- */
.sideBox {
	clear: both;
	margin-bottom: 15px;
}
	.typography .sideBox h3 {
		color: #fff;
		background: #fff url(../images/sidebar-header-bg.png) scroll no-repeat top left;
		line-height: 29px;
		padding: 3px 5px 5px 20px;
		margin: 0;
		font-size: 14px;
	}

/* make the price block so it goes on a separate line */
.cart .price {
	display:block;
}
.cart ul {
	padding: 0 5px !important;
	margin: 0 !important;
	list-style: none;
}
.cart li {
	margin: 0;
}
.cart p {
	margin: 0;
}

/* total of the cart */
.cart .total,
.cart .subtotal {
	border-top: 1px solid #e1e3e4;
	padding: 2px 0;
	margin: 0 !important;
}
.cart .total {
	font-weight: bold;
	font-size: 1.1em;
}

.cart .buyProducts {
	background: #fff url(../images/checkout-btn-bg.png) scroll no-repeat top right;
	padding: 3px 5px 5px 3px;
	float: right;
	width: 87px;
}
	.cart .buyProducts a {
		color: #fff;
		display: block;
		text-align: center;
		text-decoration: none;
		line-height: 22px;
		font-weight: bold;
	}

.cart .noItems {
	text-align: center;
}

.cart .product_orderitem {
	background-color: #ffffff;
	border: 1px solid #e1e3e4;
	padding: 5px;
	margin: 0 0 5px 0;
}

.cart .itemdetails {
	float: left;
}
	.cart .itemdetails img {
		border: none;
	}
	.cart .itemdetails span {
		display: block;
		margin: 0 0 5px 0;
	}
		.cart .itemdetails span.price {
			margin-bottom: 5px;
		}
		.cart .itemdetails span.quantity {
			margin-bottom: 0;
		}

.cart .remove {
	margin-top: 2px;
	float: right;
}

.cart .ajaxQuantityLink {
	text-decoration: none;
}

#Slideshow .slideshow img.first  {
	display: block !important;
}
#Slideshow .slideshow img {
	display: none;
}