.ls_pagebuttons {
    margin-top:20px;
    float:left;
}

.ls_pagebuttons .gsc div {
    margin-bottom:10px;
}

.ls_pagebuttons .col3 {
    
}

.ls_pagebuttons .group {
    float: left;
    margin:0px;
    min-height:80px;
/*    border:2px solid #666;
    border-top:1px solid #999;
    border-left:1px solid #999;
*/
border:1px solid #bbb;
    border-radius: 3px;
    background-color:#ddd;
    margin-bottom:20px;
    cursor: pointer;
    min-width:307px;
}

.ls_pagebuttons .group:hover {
    background-color:#f0f0f0;
}
.ls_pagebuttons h2 {
  margin:0px;
  padding:2px 0px 0px 5px;
  line-height:20px;
  color:#444;
  font-size:16px;
}

.ls_pagebuttons p {
  margin:0px;
  font-style: italic;
  padding:0px 5px 0px 5px;
  margin-top:0px;
  line-height:16px;
  color:#444;
  font-size:13px;
}

.ls_pagebuttons a {
    text-decoration: none;
    color:#000;
}
