/* HEADER FOR SUB PAGES */
#header {
    height: 49px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#header .header_bg_left, #header .header_bg_right {
    background: none;
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 49px;
    margin: 0;
    padding: 0;
}
#header .header_bg_left {
    left: 0;
    background: url(../images/header_left.gif) no-repeat;
}
#header .header_bg_right {
    right: 0;
    background: url(../images/header_right.gif) no-repeat;
}


/* Default shop does not have this element, but medicapool and val de pome do */
#header .header_bg {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    top: -6px;
    left: 13px;
    height: 55px;
    background: url(../images/header_bg.gif) repeat-x left 6px;
}

#header #logo {
    position: absolute;
    top: 10px;
    left: 25px;
}
#header #logo a {
    font-size: 180%;
    color: #fff;
    font-weight: normal;
}
#header #logo a:hover {
    text-decoration: none;
}
#header #open {
    position: absolute;
    top: 15px;
    right: 250px;
    font-size: 70%;
    color: #fff;
}
#header #open p {
    text-align: right;
    line-height: 110%;
}
#header #open p span {
    font-weight: bold;
}