.ProductList li:hover .over {
  display: none;
}

.BackOrderWrap {
  float: left;
  text-align: left;
  display: block;
  width: 450px;
  margin-top: 90px;
  clear: both;
  position: absolute;
}

.AccountOrder .CartContents th {padding:0 10px;}
.AccountOrder .CartContents tfoot .SubTotal td div {width:auto;}
.AccountOrder .CartContents tfoot .SubTotal td div {float:none;}

.SkuAndPrice {
    height: 55px;
    border-bottom: #E4E4E4 dashed 1px;
    margin-bottom: 10px;
    text-align: center;
}
.SkuAndPrice .SkuProduct {
    color: #666; /*#979797;*/
    font-size: 14px;
    font-weight: bold;
}
.ProductList em {
    display: block;
    padding-bottom: 5px;
    font-style: normal;
    text-align: center;
    /*font-weight: bold;
    font-size: 22px;
    color: #FF0000 !important;*/
    margin-top: 2px;
}
/*.productlist-page .CategoryPagination{ padding-top: 40px; }*/
.ProductList li {    height: 347px; }

#brandSKU .Value {
    float: left;
    width: 330px;
    height:auto !important;
    min-height: 25px;
}
.VariationProductInventory { color: #009145; font-weight: bold;}
.IcFreeShippHide {
    display: none !important;
}
.ProductList li .ProductImage a.IcFreeShipp {
    position: absolute;
    /*display:none;*/
    width: 90px !important;
    height: 89px !important;
    background-position: -225px -41px;
    top: -5px;
    left: -5px;
}
.IcFreeShipp,  .BxThumbFreeShipping{
    background: url('images/sprite17-black.png?1') no-repeat;
    display: block;
}
.BxThumbFreeShipping {
    position: absolute;
    background-position: -225px -41px;
    width: 90px;
    height: 89px;
    top: -5px;
    left: -5px;
    z-index: 10;
    display: none;
}
#back-to-top {
        background: transparent url('images/back2top-busybee.png') no-repeat center center;background-size: cover;
    position: fixed;
    bottom: 90px;
    right: 140px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
#back-to-top:hover {
}
#back-to-top.show {
    opacity: 1;
}

#topMenu li {float:left; list-style:none; color:#eee; margin-right:20px}
#topMenu li a {color:#eee}
#topMenu li a:hover {
    color: #eee;
}
#topMenu li a:hover {column-rule: #ddd;}
#topMenu li:last-child {margin-left:20px; padding-left:20px; border-left:dashed 1px #444444; margin-right:0}
#addCartBox { display:none; }
.UtilityLinks {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 5px 0;
    line-height: 1.8;
}
.page-content #LayoutColumn2 a {
    /*color: #333333;*/
}
.ShippingAddressList, .ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    min-width: 19em;
}
.icon-delete, .icon-edit, .icon-share, #WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    background: url(../images/icons_off.png) no-repeat -170px -152px;
}
.icon-delete, .icon-delete:hover, #WishLists .txt-hide .icon-delete, #WishLists .txt-hide .icon-delete:hover {
    background-position: -108px -152px;
}
.icon-edit, .icon-edit:hover, #WishLists .txt-hide .icon-edit, #WishLists .txt-hide .icon-edit:hover {
    background-position: -140px -152px;
}
#LayoutColumn2 #ChooseShippingAddress .multiStep { display:none; }



