.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 250px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 15px;
    background: #f8f8f8;
    color: #333;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb;
}
.sidr .sidr-inner { padding: 0 0 15px }
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr.right {
    left: auto;
    right: -250px;
}
.sidr.left {
    left: -250px;
    right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    color: #333;
    line-height: 40px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff,#dfdfdf);
    background-image: -moz-linear-gradient(#ffffff,#dfdfdf);
    background-image: -o-linear-gradient(#ffffff,#dfdfdf);
    background-image: linear-gradient(#ffffff,#dfdfdf);
}
.sidr p {
    font-size: 12px;
    margin: 0 0 12px;
}
.sidr p a { color: rgba(51,51,51,0.9) }
.sidr>p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr ul {
    display: block;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}
.sidr ul li {
    font-size: 11px;
    display: block;
    margin: 0;
    line-height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}
