.sidebar-box {
    border: 1px solid #cccccc;
    padding: 5px;
    width: 100%;
    background-image: url("../images/backgrounds/article.jpg");
    background-position: bottom right;
    background-repeat: repeat-x;
    margin-bottom: 10px;
}

.sidebar h1,h2,h3 {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    letter-spacing: -3px;
    color: #000000;
    border: none;
    background-image: none;
}

.sidebar-group-link {
    padding-left: 4px;
    margin: 2px;
    margin-top: 6px;
    border : 1px solid;
    border-color: transparent;
    _border-color: #cccccc;
    /*	_filter: chroma(color=#010000); */
}

.sidebar-group-link-span {
    width: 100%;
    height: 100%;
    display: block;
}

.sidebar-group-link:hover {
    border : 1px dashed  #cccccc;
    background-color:#f6f6f6;
}

.sidebar-group-link a:hover {
    border-bottom: none;
}

#cart-value {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bolder;
    text-align: center;
    width: 100%;
}
