/* Gift certificate */
#gift_cert_data {
	min-width: 650px;
}
.gift .buttons-container {
	background: #F2F2F2;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #DDD;
	margin: 15px 0 28px -21px;
	padding: 17px 20px;
	width: 100%;
}
.gift .form-field-desc {
	color: #a6a6a6;
	padding-top: 2px;
}
.gift .input-text,.gift .input-textarea,.gift-verify-table {
	width: 100%;
}
.gift .input-text-short {
	width: 112px;
}
.gift .no-items {
	display: none;
}
.gift .product-options {
	padding-right: 0;
}
.gift .product-options .text-button {
	background: url(../../images/icons/glyph_icons.png) no-repeat -2px -157px;
	padding-left: 15px;
	padding-right: 0;
}
.gift .table {
	margin-bottom: 15px;
}
.gift-history ol li {
	margin-left: 5px;
}
.gift-history ol li span {
	color: gray;
}
.gift-send {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f7f7f7;
	border-radius: 3px;
	height: 15px;
	margin: 12px 0 18px -21px;
	padding: 15px 20px;
	width: 100%;
}
.gift-send-left {
	float: right;
	margin-left: 15px;
}
.gift-send-right {
	font-weight: 700;
}
.gift-validate {
	margin-top: 42px;
}
.gift-validate .form-field {
	background: url(../../images/icons/gift_certificate_surprize.png) no-repeat;
	padding-left: 36px;
	float: right;
	width: 200px;
}
.gift-validate h4 {
	font: 400 18px sans-serif;
	padding-bottom: 17px;
	text-align: right;
}
.gift-validate-error {
	max-width: 250px;
}
.gift-verify .subheader {
	padding: 0 0 10px;
}
.gift-verify .table {
	margin-top: 0;
}
.gift-verify-table td {
	padding: 7px 13px;
}
.gift-verify-table tr:nth-child(odd) {
	background-color: #f7f7f7;
}
.info-field-body {
	overflow: visible;
	padding: 0 0 10px;
}
.info-field-body .address_2 {
	margin-top: -4px;
}
.info-field-body .country,
.info-field-body .state {
	margin: 2px 0 18px 0;
}
.info-field-body .country {
	width: 52%;
}
.info-field-body .state {
	width: 30%;
}
/* /Gift certificate */