/* {{{ Background Color */

.background-color-dark {
  background-color: #82b31f !important;
}

.background-color-medium {
  background-color: #e1f0b4 !important;
}

.background-color-light {
  background-color: #f9ffe6 !important;
}

a.hover-background-color-dark:hover {
  background-color: #82b31f !important;
}

a.hover-background-color-medium:hover {
  background-color: #e1f0b4 !important;
}

a.hover-background-color-light:hover {
  background-color: #f9ffe6 !important;
}

/* }}} Background Color */

/* {{{ Border Color */

.border-color-dark {
  border-color: #82b31f !important;
}

.border-color-medium {
  border-color: #e1f0b4 !important;
}

.border-color-light {
  border-color: #f9ffe6 !important;
}

/* }}} Border Color */

/* {{{ Text Color */

.text-color-dark {
  color: #82b31f !important;
}

.text-color-medium {
  color: #e1f0b4 !important;
}

.text-color-light {
  color: #f9ffe6 !important;
}

/* }}} Text Color */

/* {{{ Top Side bar */
.background-img-two-tone-color {
  background: url('/static/img/mp/common/background/bg-green.gif') 0 50% repeat-x;
}

.background-img-bullet-big-r {
  background-image: url('/static/img/mp/common/icon/bullet-green-big.gif');
}
/* }}} */

div.finish-search div.finish-section p.finish-header {
  border-bottom: 3px #82b31f solid;
}

div.finish-search div.finish-section p.finish-header span {
  color: #82b31f;
}

div.finish-search div.finish-section dl.relation-keyword,
div.finish-search div.finish-section ul.relation-list li a:hover {
  background-color: #f9ffe6;
}

div.finish-search div.finish-section dl.relation-keyword dt {
  background-color: #82b31f;
}

div.finish-search div.search-link div.rakuten ul{
  border: 3px #82b31f solid;
}

div.finish-search div.search-link div.amazon ul{
  border: 3px #82b31f solid;
  background-color: #f9ffe6;
}
