/* layout */
body {
  font-family: "Calibri",Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #3f3f3f;
}
#main {
  background: url(../../images/hejian/x-white/main-right.png) repeat-y right;
}
#main #col1,
.layout-32 #col3,
.layout-3 #col3 {
  background: url(../../images/hejian/x-white/main-left.png) repeat-y left;
}
#footer {
  margin-top: 10px;
  border-top: 3px solid #3c3229;
  background: #e1dbc5;
  padding: 20px;
  text-align: center;
}

/* block */
.sidebar .block {
  background: #eae7e0 url(../../images/hejian/x-white/block-grey-border.png) repeat-x top;
}
#page .sidebar .block .inner {
  background: url(../../images/hejian/x-white/block-grey-border.png) repeat-x bottom;
}
#page .sidebar .block .inner2 {
  background: url(../../images/hejian/x-white/block-grey-border.png) repeat-y left;
}
.sidebar .block .inner3 {
  background: url(../../images/hejian/x-white/block-grey-border.png) repeat-y right;
}
.sidebar .block .inner4 {
  background: url(../../images/hejian/x-white/block-grey-top-left.png) no-repeat top left;
}
.sidebar .block .inner5 {
  background: url(../../images/hejian/x-white/block-grey-top-right.png) no-repeat top right;
}
.sidebar .block .inner6 {
  background: url(../../images/hejian/x-white/block-grey-bottom-right.png) no-repeat bottom right;
}
.sidebar .block .inner7 {
  background: url(../../images/hejian/x-white/block-grey-bottom-left.png) no-repeat bottom left;
}
.sidebar .block h3 {
  font-size: 16px;
  color: #3c3229;
  text-transform: uppercase;
  border-bottom: 1px solid #c5ba95;
  text-align: center;
  height: 36px;
  line-height: 36px;
}
.sidebar .block .content {
  padding: 20px;
}

/* title */
.article h3 a {
  color: #3c3229;
}

/* tabs */
.ui-tabs-nav {
  margin-bottom: 20px;
}
.ui-tabs-nav a {
  color: #00518a;
  font-size: 16px;
  line-height: 20px;
  padding: 3px;
}
.ui-tabs-nav a:hover {
  background: #c3c3c3;
}
.ui-tabs-panel ul {
  margin: 0;
}
.ui-tabs-panel li {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px dashed #787878;
}
.ui-tabs-panel li .title,
.ui-tabs-panel li .title a {
  color: #3c3229;
  font-weight: bold;
}
.ui-tabs-panel li .meta,
.ui-tabs-panel li .meta a {
  color: #787878;
}

