.opentable
 {
 border: 0px solid rgb(20%,40%,20%);
 padding: 1em 1em 2px 0.5em;
 margin: 0 0 1.5em;
 }

.cms_block
 {
 border: 0px solid rgb(20%,40%,20%);
 padding: 0;
 margin: 0 0 1em;
 color: white;
 }
 
.cms_block_adminbar {
 text-align:right
}
 
.cms_block li
 {
  cursor:pointer
 } 

.cms_block h4
 {
  font-style: normal;
  font-size: 12px;
  color:white; 
  display: block;
  background-color: #40572D;
  padding: 1px 0px 1px 4px;
 }

.blockscenter
 {
  font-style: normal; 
  text-align: left;
  border-top: 0px dashed black;
  border-bottom: 0px dashed black;
  margin: 0 0 1.5em;
 }

.blockscenter h4
 {
  font-style: normal;
  font-weight: bold; 
  text-align: center;  
 }

/* Content Pro Block */
.cms_block {
border-bottom: 1px solid rgb(20%,40%,20%);
}


.cms_block ul{
 padding: 0 0 5px 8px;
 margin: 0;
 list-style-type:none;
}

.cms_block ul li{
 padding: 0 0 5px 0;
 margin: 0;
 list-style-type:none;
}

#listNavi ul li ul {
 display:none;
}

.activecat + ul {
 display:block !important;
}

a.activecat{
 display:block;
 width: 100%;
 background-color:#fff;
 color: #000 !important;
}

#activelink {
 display:block;
 width: 100%;
 background-color: #40572D;
 color: #fff !important; 
}


