/* Products */
#prod-nav
{
	position: absolute;
	right: 0;
	top: -30px;
}
.product
{
	position: relative;
}
/* Image area */
.product .imgs
{
	position: absolute;
	padding-left: 40px;
	left: -40px;
	top: 0;
	width: 537px;
	min-height: 520px;
}
.product .imgs br, .product .imgs .flag
{
	display: none;
}
.product.sale .imgs .flag, .product.new .imgs .flag
{
	display: block;
	position: absolute;
	right: 77px;
	top: -3px;
	width: 76px;
	height: 76px;
	z-index: 1;
	background: url(../img/bkgnd-prod-new.png) 100% 0 no-repeat;
}
.product.sale .imgs .flag
{
	background-image: url(../img/bkgnd-prod-sale.png);
}
.product .imgs > .ctl
{
	position: absolute;
	width: 50px;
	height: 100px;
	top: 157px;
	background: 50% 50% no-repeat;
	cursor: pointer;
}
.product .imgs > .ctl.bck
{
	left: -10px;
	background-image: url(../img/ctl-bck.png);
}
.product .imgs > .ctl.fwd
{
	right: 30px;
	background-image: url(../img/ctl-fwd.png);
}
.product .prod-img, .product .imgs .thumbs .actionelement
{
	border: solid 1px #ddd;
}
.product .prod-img
{
	display: table-cell;
	margin-left: 40px;
	width: 455px;
	height: 412px;
	background: white url(../img/bkgnd-zoom.png) 96% 95% no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.product .imgs .thumbs
{
	position: relative;
	margin-top: 16px;
	width: 455px;
	height: 72px;
}
.product .thumbs .ctl, .product .thumbs img
{
	cursor: pointer;
}
.product .thumbs .ctl
{
	position: absolute;
	padding: 6px;
	top: 20px;
}
.product .thumbs .bck
{
	left: 0;
}
.product .thumbs .fwd
{
	right: 0;
}
.product .thumbs .frame
{
	position: relative;
	margin-left: 36px;
	width: 387px;
	overflow: hidden;
}
.product .thumbs .items
{
	width: 9000px;
}
.product .thumbs img
{
	vertical-align: middle;
}
.product .thumbs .items img
{
	margin-right: 5px;
	padding: 8px 12px;
	width: auto;
	height: auto;
	max-width: 66px;
	max-height: 50px;
	background-color: white;
}
/* Info */
.product .col-r
{
	margin-left: 540px;
	width: 400px;
	min-height: 540px;
}
.product .prod-ttl
{
	margin: 0;
	font-size: 42px;
	line-height: 42px;
}
.product .prod-price
{
	margin: 5px 0 0;
	font-size: 24px;
	font-weight: 700;
}
.product .prod-price span
{
	vertical-align: middle;
}
.product .prod-price br
{
	display: none;
}
.product .RegularPrice
{
	margin-right: 10px;
	font-size: 20px;
	text-decoration: line-through;
}
.product.sale .SalePrice
{
	color: #f68b1f !important;
	font-size: 32px;
}
.product .LevelPrice
{
	color: #015998 !important;
	font-size: 32px;
}
.product .sale-txt, .product .StockHint
{
	color: #f68b1f;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.product .StockHint
{
	display: inline;
	margin-left: 5px;
}
.product .StockHint_InStock
{
	display: none;
}
.product .desc .more-ln
{
	margin-left: 7px;
}
.product .coming-soon
{
	font-size: 18px;
	font-weight: bold;
}
/* Cart form */
.product .addToCartWrap input, .product .addToCartWrap select, .product .field select
{
	display: block;
	margin: 0 0 0 2px;
	font-size: 13px;
	font-weight: 700;
}
.product .addToCartWrap select, .product .field select
{
	margin-bottom: 15px;
	min-width: 100px;
}
.product .addToCartWrap small
{
	display: block;
	margin-bottom: 7px;
	font-size: 14px !important;
	font-weight: 700;
}
.product .addToCartWrap .AddToCartButton
{
	margin: 34px 0 25px;
	padding: 10px 0 20px 42px;
	width: 225px;
	border: none;
	background: url(../img/btn-add-cart.png) no-repeat;
	color: white;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	text-transform: lowercase;
	cursor: pointer;
}
/* Share */
.product .share
{
	margin-bottom: 25px;
	padding-top: 25px;
	border-top: solid 1px #ddd;
}
.product .share .lbl
{
	margin-right: 12px;
	font-size: 14px;
	font-weight: 600;
}
.product .share .lbl, .product .share .sh-icon, .product .share iframe, .product .share img
{
	display: inline;
	vertical-align: middle;
}
.product .share .sh-icon div
{
	display: inline !important;
	vertical-align: middle !important;
}
.product .share .twitter-tweet-button
{
	width: 95px !important;
}
/* Tabs */
.product .tabs
{
	position: relative;
}
.product .tabs ul, .product .tabs li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.product .tabs ul
{
	position: absolute;
	left: 0;
	top: 0;
	width: 306px;
	border: solid 1px #ddd;
	border-width: 1px 0 1px 1px;
}
.product .tabs li
{
	position: relative;
	padding: 10px;
	border-top: solid 1px #ddd;
}
.product .tabs li:first-child
{
	border-top: none;
}
.product .tabs li.cur
{
	background-color: white;
}
.product .tabs li.cur .bkgnd
{
	position: absolute;
	left: -40px;
	top: -1px;
	bottom: -1px;
	width: 40px;
	background: white url(../img/bkgnd-tab-act.png) 0 0 no-repeat;
}
.product .tabs .ttls a
{
	display: block;
	padding: 10px 30px;
	height: 34px;
	color: #797979;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;	
	text-decoration: none;
	text-transform: lowercase;
}
.product .tabs .ctnt
{
	padding: 20px 22px 30px;
	margin-left: 306px;
	min-height: 259px;
	border: solid 1px #ddd;
	border-width: 1px 1px 1px 0;
	background: white url(../img/bkgnd-tabs.png) 0 50% no-repeat;
	font-size: 14px;
}
.product .tabs #prod-specs
{
	margin-bottom: 15px;
}
.product .tabs .sku
{
	position: absolute;
	right: 22px;
	bottom: 10px;
}
.product .tabs .ctnt .spec
{
	margin: 4px 0 8px;
}
.product .tabs .ctnt .lbl
{
	margin-right: 4px;
	font-weight: bold;
	font-style: italic;
}
.product .rel-prods h2
{
	font-size: 30px;
}
/* Out of stock email popup */
#stock-email-shade
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	/* TODO: compat */
	background-color: rgba(255, 255, 255, 0.5);
}
#stock-email-pop
{
	position: fixed;
	left: 30%;
	top: 25%;
	width: 400px;
	height: 264px;
	z-index: 9;
}
#stock-email-pop .close
{
	position: absolute;
	right: 6px;
	top: 2px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
