#header-cart {
	position: relative;
}

#header-cart-box {
	position: absolute;
	display: none;
	right: 0px;
	width: 280px;
	z-index: 300;
}

#header-cart-top {
	background: url(../images/cart/cart_up_arrow.png) no-repeat 200px 0;
	width: 280px;
	height: 11px;
}

#header-cart-content {
	padding: 0 10px;
	width: 320px;
	background-color: #E3E3E3;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
}

#header-cart-content table, #header-cart-content td {
	border-style: none;
}

#header-cart-content td  {
	padding: 10px;
	color: #000000;
}

#header-cart-content td.header-cart-picture {
	padding-left: 0px;
}

#header-cart-content td.header-cart-picture div {
	float: none !important;
	background-color: #FFFFFF;
	text-align: center;
}

#header-cart-content td.header-cart-item-count {
	white-space: nowrap;
}

#header-cart-content td.header-cart-item-price {
	padding-right: 0px;
	white-space: nowrap;
}

#header-cart-content tr.header-item-cart-item-separator td {
	border-bottom: 1px solid #C4C4C4;
}
