div.card_item{
	font-size: 11px;
	border: 1px solid #999999;
	float: left;
	width: 530px;
	padding: 10px;
	margin-bottom: 25px;
}

p.card_info{
	float: left;
	height: 70px;
	width: 180px;
	border-right: 1px solid #999999;
	margin-right: 10px;
}

p.envelope_info{
	padding-left: 10px;
	margin-bottom: 10px;
}

p.addresslabels_info{
	padding-left: 10px;
	margin-bottom: -10px;
}

div.card_item img.product{
	float: left;
	margin-right: 10px;
}

span.removeProduct{
	font-weight: bolder;
	font-size: 11px;	
	cursor: pointer;
	color: #FF0066;
	display: block;
	position: relative;
	top: 85px;
	float: right;
}

span.changeProduct{
	font-weight: bolder;
	font-size: 11px;	
	cursor: pointer;
	color: #FF0066;
	display: block;
	position: relative;
	top: 85px;
	float: right;
	margin-left: 10px;
}

p.cartInfo{
	height: 385px;
}

/**
 * all prices
 */
table.allPrices{
	display: block;
	height: 100px;
	width: 160px;
}
table.allPrices a{
	color: #FF0066;
	font-weight: bolder;
	text-decoration: none;
	font-size: 13px;
}

table.allPrices td#cartAmount,
table.allPrices td#shippingCost,
table.allPrices td#cartTotalPrice,
table.allPrices td#cartPrice{
	color: #FF0066;
	text-align: right;
	padding: 3px 0px;
}

table.allPrices td#cartTotalPrice{
	border-top: 1px solid #000000;
	font-size: 15px;
}

table.allPrices td{
		font-weight: bolder;
}


