#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 400px;
    padding: 20px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #fff;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #fff;
    -moz-shadow: inset 0 0 5px 5px #fff;
    box-shadow: inset 0 0 5px 5px #fff;
    border:1px solid #DDDDDD ;
}


#content{width:940px;padding:10px;margin:0 auto;}
#content h1{color:#333;line-height:1em;}
#content ul{padding-left:0;list-style:none;}
#content ul li{margin-bottom:20px;}
/*

#modal{display:none;}
#modal a{background:#CCC;color:#333;font-weight:bold;padding:5px 10px;border:none;}
#modal a:hover{background:#aaa;}
*/

#product_description{display: none; border-top: 1px solid #DDDDDD; padding-top: 20px}
#product_description tr {border-bottom: 1px solid #DDDDDD;}
#product_description table{width: 100%}


#pageslide button.close {
    padding-left: 0;
    float: left;
    margin: -10px 0px 5px 5px;
}