.b-cartlist {
	width: 100%;
}

.b-cartlist__add {
	font-size: 14px;
	padding: 17px 0;
	color: #333;
}

.b-cartlist__order-sum {
}

.b-cartlist__price-color {
	color: #93007b;
}

.b-cartlist__table {
	vertical-align: middle;
	border: 1px solid #eee;
}

.b-cartlist__error {
	color: #c00;
}

.b-cartlist__table td {
	padding: 16px;
}

.b-cartlist__table th {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 5px 16px 5px 16px;
}

.b-cartlist__deleteitem {
	color: #666;
	text-decoration: underline;
	line-height: 17px;
	background: url("/i/v3/blocks/b-cartlist/b-cartlist__deleteitem.png") no-repeat;
	background-position: 100% 0px;
	padding: 0 20px 0 0;
	height: 17px;
	display: block;
	font-size: .75em;
	cursor: pointer;
	outline: 0;
}

.b-cartlist__deleteitem:hover {
	color: #c00;
	background-position: 100% -17px;
}

.b-cartlist__sum-left {
	font-size: 14px;
	color: #666;
	border-top: 1px solid #f0f0f0;
	background: #fcfcfc;
}

.b-cartlist__sum-right {
	font-size: 18px;
	border-top: 1px solid #f0f0f0;
	white-space: nowrap;
	background: #fcfcfc;
}

.b-cartlist a.link_dotted {
	font-size: 14px;
	border-bottom: 1px dotted;
	text-decoration: none;
}

.b-cartlist__oneclick {
	overflow: hidden;
	margin-top: 30px;
	padding: 20px 16px 20px 16px;
	background: #f6f6f6;
}

.b-cartlist__left {
	float: left;
	width: 40%;
}

.b-cartlist__right {
	float: right;
}

.b-cartlist__up {
	font-size: 14px;
	margin-bottom: 10px;
}

.b-cartlist__down {
	color: #777;
}

.b-cartlist__down2 {
	color: #777;
	margin-top: 3px;
	margin-left: 4px;
}
