.cartElement {
	border-bottom: 1px #FF9BC5 solid;
	margin: 5px;
}
.cartElement h3 {
	color: #D90166;
	margin-top: 8px;
	margin-bottom: 5px;
}
.cartElement h3 a {
	color: #D90166;
	text-decoration: none;
}
.cartElement .thumbnail {
	float: left;
	width: 80px;
	height: 90px;
	padding-top: 10px;
	text-align: center;
	
}
.cartElement .description {
	float: left;
	width: 900px;
}
.cartElement .description2 {
	width: 950px !important;
}
.cartElement .description div {
	padding-right: 20px;
	width: 120px;
	float: left;
}
.cartElement .description .color {
	width: 150px;
}
.cartElement .description .capacity {
	width: 310px;
}
.cartElement .description .size {
	width: 140px;
}
.cartElement .description .shipment {
	width: 130px;
}
.cartElement .description .priceCart {
	width: 120px;
}
.cartElement .description .value{
	width: 120px;
}
.cartElement .description .amount{
	width: 68px;
}
.cartElement .description .producer {
	margin-bottom: 8px;
	margin-top: 5px;
	width: 100%;
}
.cartElement .description .delete {
	width: 21px;
}
.cartElement .description div span {
	color: #107A0B;
	font-weight: bold;
	font-size: 14px;
}
.cartElement .description input {
	width: 30px;
}
#summary {
	background: #F3F1F2;
	margin: 0 10px;
	height: 50px;
}
#summary div {
	margin-top: 12px;
	float: left;
}
#goToShop {
	width: 630px;
	margin-left: 15px;
	
}
#orderPrice span{
	color: #0000FE;
	font-weight: bold;
	font-size: 14px;
}
#orderPrice {
	margin-top: 15px !important;
	width: 200px;
}
#shippingAddress dt{
	padding-top: 5px;
}
#shippingAddress dd{
	font-weight: bold;
	padding-bottom: 5px;
}
#finishOrder {
	background: url('/images/index/make-order.png') no-repeat;
	width: 107px;
	height: 25px;
	border: 0;
	cursor: pointer;
}

