div.leftsidebar_header {
    background: url('/img/site/shop_header.jpg') #00abdf no-repeat left;
    height: 53px;
}

div.rightsidebar_header {
    background: url('/img/site/cart_header.jpg') #00abdf no-repeat right;
    height: 53px;
}

/* SIDEBAR LEFT */
#sidebarLeft #categories {
    list-style-type: none;
    padding: 1px 0 8px 0;
    margin: 0;
    background: #181818;
}

#sidebarLeft #categories li {
    color: #fff;
    padding: 0 5px 0 5px;
    margin: 0;
    font-size: 1.1em;
    background: url('/img/site/border_categories.jpg') no-repeat bottom;
    z-index: 10;
}

#sidebarLeft #categories li:hover {
    background: #00abdf;
}

#sidebarLeft #categories li.menu_header {
    background: #696969;
    margin-top: 5px;
}

#sidebarLeft #categories li.menu_header a {
    border-bottom: none;
}

#sidebarLeft #categories li.menu_header:hover {
    background: #696969;
}

#sidebarLeft #categories .subCats1 {
    display: none;
    list-style-type: none;
    padding: 0 0 8px 0;
    position: absolute;
    width: 210px;
    margin: -25px 0 0 205px;
    background: #181818;
}

#sidebarLeft #categories a {
    padding: 4px 0 4px 10px;
    margin: 0;
    color: #fff;
    width: 94%;
}

#sidebarLeft #categories a.subcats {
    background: url('/img/icons/arrow_subcategories.gif') right no-repeat;
}

#sidebarLeft #categories .cyan_hover {
    background: #00abdf;
}

/* SIDEBAR RIGHT */
#sidebarRight #sidebarRightMiddle {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 100px 0 0 0;
}

#sidebarRight #sidebarRightMiddle #sidebarRightMiddleContent {
    overflow: hidden;
    text-align: left;
    width: 170px;
    padding: 10px 0 0 0;
}

#sidebarRight #sidebarRightMiddle ul {
    list-style-type: none;
    padding: 0 10px 0 20px;
}

#sidebarRight #sidebarRightMiddle ul li {
    text-align: left;
}

#sidebarRightMiddleContent table {
    width: 170px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#sidebarRightMiddleContent td {
    width: 170px;
    margin: 0;
    padding: 0;
    text-align: right;
}

#sidebarRightMiddleContent p {
    width: 170px;
    margin: 0;
    padding: 0;
}

#sidebarRightMiddleContent img {
    max-width: 145px;
    margin: 0;
    padding: 0;
}
