/**
 * SEE JSP FOR < IE7 ONLY CSS 
 */
#bundledDiscounts {font-family:arial; font-size:12px;}
.ui-corner-all { -moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px;}
.ui-box-shadow {-moz-box-shadow: 0px 4px 5px #888; -webkit-box-shadow: 0px 4px 4px #888; box-shadow: 0px 4px 5px #888;}
.ui-box-shadow-left {-moz-box-shadow: -2px 2px 3px #999; -webkit-box-shadow: -2px 2px 3px #999; box-shadow: -2px 2px 3px #999;}
.scrollx {overflow-x:auto; overflow-y:hidden;}
.scrolly {overflow-x:hidden; overflow-y:auto;}
.col {width: 146px; display: -moz-inline-box; vertical-align: top; zoom: 1;}
body#admBundles-page{line-height:1.5;}
.showIfBundle {display: none;}

.displayNone {
	display: none;
}

/* REMOVE */
.sprBtn {
	background-image:url("/images/en/bhSprite.png");/*background-position:0 0;*/
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;}

.addToCartButton, .inCartButton {}
.has-currency .totals .addToCartButton {margin-top:3px;}
.map.label {color:#860509;}

/*dialog*/
.ui-dialog {
	background:#f0f0f0;
	-moz-box-shadow: 3px 3px 25px #d3d3d3;
	-webkit-box-shadow: 3px 3px 25px #d3d3d3;
	box-shadow: 3px 3px 25px #d3d3d3;
	position:absolute;
	border: 1px solid #b2b2b2;
	width:790px;
	left:50%;
	margin-left:-395px;
	text-align:left;}
	
.ui-dialog-titlebar {
	background-color: #fff;
	height: 60px;
	text-align:left;
	border-bottom: 1px solid #B2B2B2;
	background-repeat:no-repeat;
	background-position:4px center;}
	
.ui-dialog-title {
	color:#000;
	font-family:Arial, sans-serif;
	line-height:60px;
	text-align:left;
	font-size:22px;
	white-space:normal;
	display:inline;
	margin-left:24px;}

.ui-dialog-titlebar-close {
	background-image: url(/images/popupLayerCloseX.gif?v=0107);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	display: block;
	height: 10px;
	width: 10px;
	padding: 10px;
	background-position: 10px 10px;}
	
.ui-dialog-titlebar-close:hover {background-position:10px -80px;}

.ui-dialog-content {/*height:100%; error on url#tabid */ background:#f1f1f1}

.topContainer {height:185px; background-color:#fff; width:775px; margin:5px auto 0;}
.main.product {height:185px; background:#fff; position:relative;float:left; width:400px;}
.has-bundle .main.product .addToCartButton {display:none;}
.main.product .thumbnail {float:left; margin:20px 25px 0px 24px; _display:inline;}
.main.product .details {padding:16px 0px 0px 0px; float:left;}
.main.product h2 a {font-size:12px; color:#165485; text-decoration:none; margin-bottom:0.3em;}
.main.product h2 a:hover {text-decoration:underline;}
.main.product .details p {margin-bottom:0.3em; color:#990000;}
.main.product .details .qty {margin:0px; font-size: 10px; color:#595959;}
.qty-box{
	width: 20px;
	padding: 1px 2px 1px 0px;
	text-align: center;
	border-radius: 3px;
}
.topContainer .multipack {
	position: absolute;
	top: 10px;
	left: 5px;
	min-width: 45px;
	min-height: 45px;
	background-color: #FFF;
	border: 3px #c0c0c0 solid;
	border-radius: 50%;
	text-align: center;
}
.topContainer .multipack:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding: 50% 0;
}
.topContainer .multipack>div {
	display: inline-block;
	margin: 0 -0.25em;
	vertical-align: middle;
	padding: 2px 5px 0 3px;
}
.topContainer .multipack-amount {
	color: #343434;
	font-family: ariel, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}
.topContainer .multipack-pack {
	color: #000;
	font-family: ariel, sans-serif;
	font-size: 8px;
	line-height: 2em;
}

.bundles {
	background:#F1F1F1;
	color:#595959;
	width:360px;
	float:right;
	margin:5px;
	height:175px;}

.bundles h3 {
	padding:4px 0 4px 10px;
	width: 89%;
	margin:0;
	font-size:11px;}

.selectItemsMsg {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin: 45px 0 0;
	line-height: 20px;}
	
.selectItemsMsg span.freeItemsMsg {
	font-weight: bold;
	font-size: 14px;
	display: none;}

.freeItemsMsg .red {color:#900;}

.allAddedBundles {
	overflow-y: auto;
	margin: 0 10px 0 0;
	height: 98px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;}
	
.exeeding {
	border: 1px solid #ccc;	
	background-color:#fff;}	

.addedBundle {
	display:none;
	height: 18px;
	margin: 3px 0;
	clear: both;
	padding-right:5px;}

.allAddedBundles .addedBundle {display:block;}

.allAddedBundles p {
	font-size:11px;
	margin:0;
	padding-left:10px;
	width:300px;
	float:left;}	
	
span.addedBundle .remove {
	outline:none;
	float:right;
	display:block;
	text-indent:-9990px;
	width:10px;
	height:14px;
	background-image:url(/images/popupLayerCloseX.gif?v=0107);
	background-repeat:no-repeat;
	background-position:0 4px;
	cursor: pointer;}
	
.totals {padding-top:7px; position:relative;}
	
.totals div {
	float:left;
	width:156px;}

.totals .addToCartButton {float:left;}

.selectItem {
  height: 24px;
  padding: 0 2px;
  min-width: 86px;
  cursor: pointer
}
.removeBtn {
  background-color: white;
  border: 1.5px solid #0a2957;
  border-radius: 3px;
  box-shadow: 0 0 2px #bbcada inset;
  color: #164585;
  font-size: 11px;
  height: 24px;
  padding: 0 2px;
  width: 83px;
  cursor: pointer;
}

.totals .currency {display:none; font-size:10px; text-align:right; margin-right:13px;}

.totals .total,
.totals .savings {display:block; text-align:right; font-size:11px; height: 15px; margin-right:13px;}

.totals .total .value,
.totals .savings .value {color:#900;}

.bundleContent {
	padding:0 7px 7px 7px;
	margin-top:10px;}

.bundleContent .bundleTabs {
	width:162px;
	background-color:#E6E6E6;
	float:left;
	text-transform:uppercase;
	height:515px;
	padding:0 0 0 12px;}
	
.bundleContent .bundleTabs h3 {
	color: #414141;
	margin:15px 0 10px 0;}
	
.bundleContent .bundleTabs ul {
	color:#545454}
	
.bundleContent .bundleTabs ul li a {
	background:url(/images/adm_tabs_sep.jpg) no-repeat;
	display:block;
	padding: 5px 0;
	color:#545454;
	text-decoration:none;}

.bundleContent .bundleTabs ul li a span {
	padding-left: 18px;
	display: block;}	

.bundleContent .bundleTabs ul li a span.arrow {
	float: left;
	padding-left:0;
	margin-left: 5px;
	width: 13px;}

.bundleContent .bundleTabs ul li a.selected {
	background-color:#fff;
	background-image: none;
	color:#165485;}

.bundleContent .bundleList {
	height: 515px;
	overflow-y: scroll;}

.bundleContent .bundleItems {
	width:586px;
	background-color:#fff;
	float:right;
	margin-bottom:15px;}

.product.row {
	padding:10px 0 0;
	border-bottom:1px solid #ccc;
	color:#333;
	margin:0 10px;
	text-align:left;}
	
.product.row:last-child {border-bottom:none;}	
	
.product.row.message {
	border-bottom:none;}

.product.row.message .title {
	color:#165485; 
	font-size:14px; 
	margin-bottom:0px;
	font-weight: bold;
	line-height:17px;}
	
.product.row.message .subNote {color:#414040; font-size:10px; font-weight:normal; margin-bottom:0px;}

.product .fn {color:#165485; font-weight:normal; font-size:12px; overflow:hidden; width:200px;}
.product .title .grey {font-size:11px; color:#6d6d6d; text-decoration:underline;}

.product.row .col.thumbnail {/*margin:10px 0 0 6px; width:10%;*/ position: relative; width:65px; text-align:center; vertical-align:middle; margin:10px 7px 0 6px; background:#fff; padding:5px 0; float:left;}
.product.row .col.thumbnail img {display:block; margin:auto;}
.product.row .col.titleDetails {width:260px; float:left;}
.product.row .col.prices {width:130px; float:left;}
.product.row .col.buttons {/*width: 108px;*/width: 90px; text-align:center; margin-top:4%;}

.addToBundleSection {float:right; width:85px;}
.pt .col.buttons .add,
.pt .col.buttons .remove,
.sp .col.buttons .add,
.sp .col.buttons .remove {font-size:10px}

.col.buttons .add:hover {background-position:0px -29px;}
.col.buttons .remove {background-position:-91px 0px;}
.col.buttons .remove:hover {background-position:-91px -29px;}
.col.buttons .nwisBtn {font-size:10px; color:#165485;width:auto;}
.col.buttons .addToCartForm {z-index:8000; position:relative;}

.product.row .title {font-size:11px; margin-bottom:1em;}
.product.row .details {font-size:11px; padding:0px; margin-bottom: 1em;}/* IE6 merges styles from ".main.product" and ".main.product .details" */
.product.row .details p {margin:0px;}
.product.row span.bhSku {color: #595959; font: 11px verdana,sans-serif;}

.product.row .prices p {
	color:#666;
	font-size:10px;
	margin-bottom:0px;}
	
.product.row .prices p span.label {
	width: 75px;
	display: block;
	float: left;}
	
.product.row .prices p span.price {
	width: 48px;
	display: block;
	text-align: right;
	float: right;}

.product.row .prices .price.final {color:#900; font-weight:bold;}

.product.row .remove,
.product.row .add {margin:auto;}
.product.row .remove {display:none;}
.product.row.selected .add {display:none;}
.product.row.selected .remove {display:block;}
.bundleItems .multipack {
	position: absolute;
	top: -15px;
	left:-5px;
	min-width: 30px;
	min-height: 30px;
	background-color: #FFF;
	border: 3px #c0c0c0 solid;
	border-radius: 50%;
	text-align: center;
}
.bundleItems .multipack:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding: 50% 0;
}
.bundleItems .multipack>div {
	display: inline-block;
	margin: 0 -0.25em;
	vertical-align: middle;
	padding: 1px 5px 0 2px;
}
.bundleItems .multipack-amount {
	line-height: 1em;
	color: #343434;
	font-family: ariel, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bundleItems .multipack-pack {
	color: #000;
	font-family: ariel, sans-serif;
	font-size: 7px;
	padding: 0;
}

/*Confirm Page*/

.confirm .ui-dialog {
	background:#f0f0f0;
	position: absolute;
	overflow:hidden;
	width:auto;
	margin:auto auto auto -215px;
	text-align:left; left: 50%;
	padding-bottom: 10px;}

.confirm .ui-dialog-titlebar {
	background-color: #fff;
	height: 60px;
	display: block;
	text-align:left;
	width:100%;
	border-bottom: 1px solid #B2B2B2;
	background-repeat:no-repeat;
	background-position:4px center;}

.confirm .ui-dialog-title {
	color:#000;
	font-family:Arial, sans-serif;
	line-height:60px;
	text-align:left;
	font-size:15px;
	font-weight: bold;
	white-space:normal;
	display:inline;
	margin-left:24px;}

.confirm .ui-dialog-content {margin-top: 10px;}	

.confirm .thumbnail {float:left; padding:0px 12px;}
.confirm .thumbnail img {border:1px solid #000;}

.confirm .fn {font-weight:bold; font-size:12px; color:#515050; line-height:1.25;}
.confirm .details {margin-left:80px;width:262px;}
.confirm .details p {font-weight:bold; color:#515050;}
.confirm .details .price {color:#900;}

.confirm .group {height:150px; width:375px; overflow-x:hidden; overflow-y:auto; margin-bottom:1.75em;clear:both;}
.bundleItem {clear: both;}
.confirm .bundleItem .details {border-top:1px solid #c3c3c3; padding-top:1em;}
.confirm .bundleItem .details p {font-weight:normal; margin-bottom:1em;}
.confirm .bundleItem .fn {font-weight:normal; font-size:11px;}
.confirm .buttons {padding-right:2em; text-align:right; margin-bottoam:12px;width: auto;}
.confirm .buttons .sprBtnKeepShopping,
.confirm .buttons .sprBtnViewCart {display: -moz-inline-stack; disply:inline-block; zoom:1; *display:inline; /* Alignment Fix */vertical-align:top; margin-left:1em;}

/* bhLayer Overrides */
#atcAtwLayer {right:0px;}

.includesFree{
	font-size: 0.917em;
	margin-bottom: 1em;
}
.includesFree strong{
	text-transform:uppercase;
}
span.ifItem {
    background-image: url(/images/bullet_595959_3x3.gif);
    background-position: 3px 5px;
    background-repeat: no-repeat;
    padding-left: 10px;
}
span.ifValue {
    color: #B80505;
    display: block;
    width: 380px;
}

.tooltip {
	display: none;;
	position: absolute;
	color: #900;
	font-size: 11px;
	width: 314px;
	border: 1px solid #900;
	padding: 4px;
	right: 30px;
	top: -30px;
	background-color: #FDEBEB;}

.tooltip span {
	display: block;
	background-image: url(/images/admLayer_tooltip.png);
	width: 18px;
	height: 11px;
	position: absolute;
	top: 24px;
	*top: 25px;
	right: 15px;
}
	
.aat_content {
	clear:left;
	padding:0 10px;
	line-height:16px;
	color:#595959;
}	

.aat_container {
	clear:both;
	width:570px;
	font-size:11px;
	background-color:#fff;}

.aat_tabs {
	border-bottom: 1px solid #ccc;
    height: 17px;
    padding:0;
	margin:0}

.aat_tabs li {
	float:left;
	list-style:none;}
	
.aat_tabs li a {
	background: url("/images/arrows.png") no-repeat scroll right -19px;
	display:block;
	text-decoration:none;
	color:#000;
	float:left;
	height:17px;
	line-height:14px;
	padding:0 20px 0 10px; 
	border-right:1px solid #ccc;}
	
.aat_tabs li a.active {
	top:1px;
	background-color:#fff;
	border-bottom: 1px solid #FFFFFF;
	background-position:right 5px;}		


/*.aat_content > div {display:none;}	*/
.aat_content div.active {display:block;}

.sectionHeaders dt {font-weight: bold;}

.aat_content .proReview {display: none;}

.aat_content span.openButton, .aat_content span.close {display: none;}

/* Customers Rewards Program */
a.twoPercent {
    clear: both;
    color: #666666;
    display: block;
    font-size: 13.3px;
    text-decoration: none;
}
.ie9 #admBundles-page .details{position:relative;left:-20%;}
.ie8 #admBundles-page .details{position:relative;left:-20%;}
.ie9 #admBundles-page .titleDetails .details{left:0PX;}
.ie8 #admBundles-page .titleDetails .details{left:0PX;}

button.close{
	padding: 2px 5px;
	text-transform:uppercase;
	border: 1px solid #BEBEBE;
	border-radius: 4px;
	box-shadow: 0px 0px 1px #ccc;
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	
}
button.close:hover{
	border: 1px solid #969696;
}
#admBundles-page .specNote{display:none;}
#admBundles-page{list-style-position:inside;}

.aat_content .openButton, .aat_content span.close {display: none;}

.js-close{display:none;}
/*START Sales Comments*/
.salesComments {
	clear: both;
	color:#595959;
	font-size: 11px;
	min-height: 1.5em;
}
.salesComments .value{
    color: #737373;
}
.salesComments.scAvailability .value.notStock{
    color: #990000;
}
.salesComments.scAvailability .value.inStock{
    text-transform: uppercase;
    color: #165485;
    cursor: pointer;
}
.salesComments.scAvailability .value.inStock:hover{
    text-decoration: underline;
}
.salesComments .showComment{
    background-position: -2px -328px;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 14px;
    margin-bottom: -3px;
    margin-left: 3px;
    width: 14px;
}

.salesComments.scShipNote {
    color: #165485;
}
.salesComments.scShipNote a{
    color: #165485;
    text-decoration: none;
}
.salesComments .sprBtnDownloadIcon {
    display: inline-block;
    margin-right: 3px;
    vertical-align: text-bottom;
}
/*END Sales Comments*/

.confirm #bundledDiscounts{
	border: 0px;
	box-shadow: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 375px;
	max-height: 341px;
}
.sqr-btn{
	display: inline-block;
	width: 125px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #0a92ca;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.14);
	color: #165485;
	cursor: pointer;
	margin-left: 4px;
}
.sqr-btn:hover{
	box-shadow: 0 0 0 1px #0a92ca inset;
}