/****************************************
Style for PicReader Pages
This is site independent, and only contains structural information
****************************************/

body {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
    }


div.right {
    margin: 0px 20px 0px 220px;
    }


#block1 {
text-align: center;
width: 200px;
/* height: 600px; */
float: left;
margin: 0px 0cm 0px 0px;



}

#block1 img{
    margin: 2px;
}

.pad10 {
padding: 10px;
}

.overflow {
overflow: auto;
width: 180px;
height: 580px;
border: 0px solid #FFF;
border-width: 2px 0px;
}

ul {
  list-style-type: none; 
  list-style-position: outside;
}

li.plus:before{
  content             : "+ ";
  list-style-type: none; 
  list-style-position: outside;
}

li.minus:before{
  content             : "- ";
  list-style-type: none; 
  list-style-position: outside;
}
 