.product {
	padding: 11px 7px 17px 22px;
}
.product-info {
	float: left;
	width: 310px;
	padding-top: 15px;
}
.product-info h1 {
	color: #333333;
	font: normal 46px "Avenir LT W01 95 Black", sans-serif;
	line-height: 48px;
	letter-spacing: -0.05em;
	padding: 0 0 0.3em 0;
}
.product-info h1 sup {
	font-size: 25%;
	top: -0.75em;
}
.product-info p {
	font: normal 16px Georgia, serif;
	color: #666666;
	line-height: 22px;
}
.product-info p.product-note {
	font-size: 14px;
	font-style: italic;
	color: #949494;
	line-height: 20px;
}

.product-tools {
	width: 305px;
}
.product-tools h2 {
	font: normal 18px "Avenir LT W01 95 Black", sans-serif;
	color: #4D7F15;
	text-transform: lowercase;
	margin: 0;
	padding: 0.5em 0 0.1em 0;
}
.product-tools select {
	width: 100%;
}
.product-tools-variant {
	padding-bottom: 20px;
}
.product-tools-variant .fancy-select-trigger {
	padding: 7px;
	font: bold 21px Georgia, serif;
	background-color: #E5E5E5;
	color: #5C5C5C;
}
.product-tools-variant .fancy-select-trigger .product-menu-price {
	font-weight: normal;
	font-size: 17px;
	position: relative;
	top: -0.1em;
	left: 0;
}
.product-tools-variant .fancy-select-trigger-open {
	background-color: #E0E0E0;
}
.product-tools-variant .fancy-select-list ul {
	background-color: #E0E0E0;
}

.product-tools-variant .fancy-select-list li {
	color: #5C5C5C;
	font: bold 18px Georgia, serif;
	padding-left: 8px;
}
.product-tools-variant .fancy-select-list li .product-menu-price {
	font: normal 15px Georgia, serif;
}



.gift-box-ribbon {
	padding: 12px 0 20px 0;
	position: relative;
	top: 0;
	left: 0;
}
.gift-box-ribbon-inner {
	background-color: #E0F0B2;
	color: #4C7F14;
	font: normal 18px "Avenir LT W01 95 Black", sans-serif;
	padding: 5px 0 0 59px;
	height: 27px;
	position: relative;
	top: 0;
	left: 0;
}
.gift-box-ribbon-details {
	color: #43780E;
	font: normal 18px "Avenir LT W01 95 Black", sans-serif;
}
.gift-box-ribbon-end {
	width: 55px;
	height: 44px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(images/gift-box-ribbon-end.png) no-repeat scroll 0 0;
}
.gift-box-price {
	position: relative;
	top: -0.2em;
	left: 0;
	font: normal 12px Georgia, serif;
}
.gift-box-price,
.gift-box-radio {
	color: #43780E;
}
.gift-box-radio {
	position: absolute;
	top: 5px;
	right: 0;
	text-transform: uppercase;
	font: normal 10px Georgia, serif;
}
.gift-box-radio-option,
.gift-box-radio-option-pipe {
	 padding: 0 10px 0 8px;
	 float: left;
}
.gift-box-radio-option-pipe {
	 border-left: 1px solid #B4CE83;
}

.radio-label {
	user-select: none;
	position: relative;
	top: 0;
	left: 0;
	padding: 5px 0 5px 20px;
	display: block;
	cursor: pointer;
}
.radio-hidden {
	position: absolute;
	top: 0;
	left: -99999px;
}
.radio-on {
	background: transparent url(images/gift-box-radio-on.png) no-repeat scroll center left;
}
.radio-off {
	background: transparent url(images/gift-box-radio-off.png) no-repeat scroll center left;
}
.radio-on:active,
.radio-off:active {
	background: transparent url(images/gift-box-radio-half.png) no-repeat scroll center left;
}



.buy-now-add {
	float: right;
	padding-bottom: 1em;
}

.product-photo {
	position: relative;
	top: 0;
	left: 0;
	float: right;
	width: 502px; /* 500 + 2 for left and right borders */

	font: normal 10px Georgia, serif;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 0.1em;
}
.product-photo img {
	border: 1px solid #E5E5E5;
}

.product-photo-info {
	float: left;
	padding-top: 9px;
}
.product-photo-info div {
	padding-bottom: 5px;
}
.product-photo-info div span {
	font-weight: bold;
	padding-left: 0.25em;
}
.product-sku {
	font-size: 13px;
}
.product-price {
	font-size: 16px;
}


.product-photo-swapper {
	float: right;
	padding-top: 9px;
}
.product-photo-swapper span {
	display: block;
	float: left;
	margin-left: 7px;
}
.product-photo-swapper-item {
	padding-bottom: 6px;
	cursor: pointer;
}
.product-photo-swapper-current {
	padding-bottom: 2px;
	border-bottom: 4px solid #769D3B;
}
.product-photo-swapper img {
	border: 1px solid #E5E5E5;
}
.product-photo-swapper .product-photo-swapper-current img {
	opacity: 0.5;
}

/* to be overridden in JavaScript */
.product-variant,
.product-photo-more-views img {
	display: none;
}




.related-products, .recently-viewed {
	background-color: #E0E0E0;
	padding: 20px 0 20px 35px;
}
.recently-viewed {
	background-color: #A0A0A0;
}
.related-products h2, .recently-viewed h2 {
	font: normal 36px "Avenir LT W01 95 Black", sans-serif;
	letter-spacing: -.05em;
	color: #333333;
	text-transform: lowercase;
	margin: 0;
	padding: 0 0 0.25em 0;
}
.related-products ul, .recently-viewed ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.related-products li, .recently-viewed li {
	float: left;
	width: 130px;
	padding: 0 10px 15px 0;
}
.related-products li a, .recently-viewed li a {
	color: #4C7F13;
	text-decoration: none;
	font: normal 14px "Avenir LT W01 95 Black", sans-serif;
	letter-spacing: -.05em;
	line-height: 16px;
}
.related-products li img, .recently-viewed li img {
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	padding: 12px 13px 13px 12px;
}
.related-products li div, .recently-viewed li div {
	padding-top: 0.25em;
}



select.txtvariant {
	border: none;
	background-color: #E5E5E5;
}