/* Every style specific to IE must have .isie preceeding the class (but after any reference to the html or body tag 
because IE10 and above no longer supports conditional stylesheets */

* html body .isie {text-align: center;}
* html .isie #wrap {text-align: left;}
/*header*/

* html .isie #header ul#headerNav li ul {/*background: url(../images/ie/bg-headerNav-ul.gif) no-repeat 0 100%;*/ }

/*.isie #header #utility ul#utilityNav li.lcms {float:right !important; margin:0 10px 0 0 !important;}*/


.isie #header #utility div.SearchPanel #ctl00_ctrlSearch_SearchButton { cursor:pointer; margin-top:3px; border-style: none; border-width: 0; }

.isie #header #utility div.SearchPanel #ctl00_ctl10_SearchButton  { cursor:pointer; border-style: none; border-width: 0; }
.isie #header #utility div.SearchPanel input {margin-top:-4px !important;}
/*content and columns*/
.isie #content,#main #carousel #carouselNavigation,#main #products,#main ul#banners,#footer,#footer #columns {display: inline-block;}

* html .isie #content {/*background: url(../images/bg-content-new.jpg) no-repeat 8px 100%;*/}
.isie #contentbg {/*background: url(/App_Templates/Skin_7/images/bg-contentrepeater.png); background-repeat:repeat-y; display:inline; background-position:8px 20%;*/}


* html .isie #main,#header #utility form,* html #footer #columns #column1 {display: inline;}

* html .isie #main #recommend .recommend ul li,* html #main #products .products ul li,* html #main #carousel .carousel ul li {display: inline;}
.isie #main #product #productCollateral .tabWrap,* html #main .toggleWrap h4 {zoom: 1;}
.isie #main #product #productInfo {display: inline;}
* html .isie #main ul#breadcrumbs li.sectionTitle a {display: inline;}

/*left column*/
* html .isie #sidebar ul li a,* html #sidebar ul li.first a {zoom: 1;}

/*right column*/


.isie #productImage {padding-bottom:90px !important;}

/*footer*/
* html .isie #footer #columns div {height: 220px;}



/* Buttons */

.isie .btn-giftcard  {padding: 4px 8px 5px; }



/* BCheckout Button Fix */

.isie #header #utility #cart a {  padding: 7px 12px 7px 12px;
  font-family: Arial;
  font-size: 13px;
  font-weight:600;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:#fff;
  border: 1px solid #767571;
  background: #756d60 url(/images/btn-secondary-dark-bg.jpg) repeat-x;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#a39b8e), to(#787063));
  background: -moz-linear-gradient(top, #a39b8e, #787063);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a39b8e, endColorStr=#787063);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a39b8e, endColorStr=#787063);
  display:inline-block;
  cursor:pointer;
}

/** Search Button Fix **/

.isie .btn-secondary-dark { /*btn-search */
  font-family: Arial;
  display:inline-block;
  font-weight:600;
  text-decoration: none;
  border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  color:#fff;
  border: 1px solid #767571;
  background: #756d60 url(/images/btn-secondary-dark-bg.jpg) repeat-x;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#a39b8e), to(#787063));
  background: -moz-linear-gradient(top, #a39b8e, #787063);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a39b8e, endColorStr=#787063);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#a39b8e, endColorStr=#787063);
  width:60px !important;
  height:30px;
  position: absolute;
  margin-left: -6px !important;
  cursor:pointer;
}


/* create account */
.isie .accountleft {
  width: 500px ;
}