p.qty-rule {
color: #333;padding: 10px;border: 1px solid #ddd;font-size:12px;border-radius:2px
}

p.qty-rule ins {
	font-weight: bold;
	text-decoration: none;
	color: #238689;
}

/**
* in cart offer
*/
.cart_note {
	text-align: center;
	color: #555;
	background: #faebaf;
	padding: 10px 15px;
	border: 1px solid #d7c88e;
	border-radius: 3px;
	font-family: Open Sans;
	font-size: 14px;
}

.cart_note strong {font-family: Open Sans;font-weight: bold}

.calc-extra1 {
	padding: 0 100px 0 0;
	margin: 12px 80px 0 0;
	width: 200px;
	color: #444;
	text-transform: uppercase;
	position: relative;
	font-size: 13px;
}

.calc-extra1 span {
	position: absolute;
	top: 0;
	left: 240px;
	color: #999;
	font-size: 15px;
	font-family: Tahoma;
}