a {
    text-decoration: none;
}
ul,
ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#wrapper {
    width: 230px;
/*    margin: 100px auto;*/
    margin: -5px;
    font-size: 1.2em;
}
.menu {
    width: auto;
    height: auto;
}
.menu > li > a {
    background-color: #000;
    border-bottom: 1px solid #696969;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-weight: 600;
    color: #fff;
}

.menu ul li a {
    background: #fff;
    border-bottom: 1px solid #efeff0;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
/*    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 0.923em;
    font-weight: 400;
    color: #878d95;
}
.menu ul li:last-child a {
    border-bottom: 1px solid #33373d;
}

.menu > li > a:hover,
.menu > li > a.active {
    background-color: #990000;
    border-bottom: 1px solid #696969;
}
.menu > li > a.active {
    border-bottom: 1px solid #696969;
}


.AddToCartOverLay { 
opacity:    0.5; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed;
}

.Overlay {
height: 250px;
margin-left: 165px;
margin-top: 75px;
}

.inventory {
font-size: 1.25em;
color: #900;
font-weight:bold;
float: right;
}

#tps_recommender .productrecommendation, #mpd_recommender .productrecommendation {
width: 169px !important;
}


.padiPopupContent { opacity: 1 !important; }
.padiPop4Overlay { background-color: #900 !important; }
.padiField { background-color: #fff !important; color: #000 !important; }
.padiButton-green { background-color: #900 !important; border-color: #900 !important; }