/*감사원 템플릿*/
.bc-s-audit-cafewidget { 
  height: auto; 
  margin: 0; 
  min-width: 200px; 
  padding: 0 0 20px; 
  width: 100%; 
}

.bc-s-audit-cafewidgettitle { 
  border-bottom: 2px solid #b0b0b0; 
}

.bc-s-audit-cafewidgettitle-sub { 
  background-color:#f2f2f2; 
  margin-top:10px; 
  padding:3px 0 0; 
}

.bc-s-audit-cafewidgettitle h3.cafe-category { 
  color: #3489d2; 
  margin-left:15px; 
  padding: 5px; 
}

.bc-s-audit-cafewidgettitle h3.cafe-title { 
  color: #00559d; 
  margin: 0; 
  padding: 0 5px 5px; 
}

.bc-s-audit-cafewidgetbody ul {
  color: rgb(99, 99, 99);
  line-height: 25px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.bc-s-audit-cafewidgetbody ul li {
  background: url(../eXPortal/ctt/images/icon_bullet.gif) no-repeat scroll 10px 50%
    rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ddd;
  margin: 5px 0;
  padding-left: 20px;
}

.bc-s-audit-cafewidgetbody a {
  color: #707070;
}

.bc-s-audit-cafewidgetbody a:hover {
  color: #333;
  text-decoration: underline;
}

.bc-more-btn {
  background: none repeat scroll 0 0 #aeaeae;
  border: 1px solid #979797;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  overflow: visible;
  padding: 0 3px;
  position: relative;
  text-decoration: none !important;
  white-space: nowrap;
  margin-right: 5px;
}

.bc-s-audit-cafelist a {
  color: #333;
}

.bc-s-audit-cafelist a:hover {
  color: #00559d;
}

.bc-s-audit-btn {
  padding-right:5px;
}


/*감사원 템플릿*/