



/* from config */

    


BODY {
    font-family: Arial,Helvetica,sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      color: #303030;
}

.font1, .font2 {
    font-size: 16px;
    font-weight: normal;
}

#shoptop, #shopl, #shopr {
    background: url("../pics/bm_bg.gif") repeat-x;
    margin: 0;
}
#hd_logo {
    position: absolute;
    top: 21px;
    left: 56px;
}
#hd_links {
    position: absolute;
    left: 320px;
    top: 52px;
}
#hd_links UL {
    padding: 0;
    margin: 0;
    
}
#hd_links UL LI {
    list-style: none;
    display: inline-block;
    padding: 0 19px;
    
}

a, a:hover, a:focus {
    outline: medium none;
    text-decoration: none;
}
a .menu-title {
    position: relative;
    color: white;
}
.menu-title::after {
    background: #fff none repeat scroll 0 0;
}
li:hover > a .menu-title::after {
    transform: scale(1);
}
Li > a .menu-title::after {
    background-color: white;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: all 300ms linear 0ms;
    width: 100%;
}
LI > a .menu-title-a::after {
    transform: scale(1);
}
LI > a .menu-title-a {
    cursor: default;
}

.ic2 {
    color:  #303030;
}
.ic1border {
    border-radius: 3px ;
    border-color: #303030;
}
h1 , #cheadline, .headline, .font2.legend {
    font-size: 20px;
    text-align: center;
    color: black;
}
.highlighted {
    background-color: #7CB342 !important;
}
#profileonline TD {
    vertical-align: top;
}
#cfield {
    padding-left: 5px;
}
#agblink, #cartlink {
    display: block;
}
#cart3img {
    display: none;
}
#s2categories {
    margin-left: 0;
    margin-right: 0;
}
#s2categories A {
    background-color: #558B2F ;
    color: white;
    margin-top: 4px;
    padding-left: 2px;
}



    
