﻿.aaa {
	float: right;
}
.bbb.cart {
	padding: 0 30px;
	position: relative;
}
.bbb {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	background: #4258a0;
	font-size: 14px;
	margin-left: 7px;
}
.bbb.cart i {
	background: url(../images/ico-cart_f154eaf.png) 50% 50% no-repeat;
}
.bbb i {
	display: inline-block;
	width: 23px;
	height: 23px;
	position: relative;
	top: 5px;
	margin-right: 6px;
}
.bbb.cart span.num {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #ea3524;
	text-align: center;
	line-height: 18px;
	color: #fff;
	border-radius: 50%;
}
