/* help & support */

.bd .ctn {
  border: 1px solid #E7E7E7;
  border-top: 0 none;
  background: #EFEFEF;
}

.search-ctn {
  position: relative;
  width: 100%;
  height: 160px;
  border-bottom: 1px solid #E7E7E7;
  background: url(../img/banner_help.jpg) repeat-x center center;
}

.title {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -400px;
  font-size: 24px;
  font-weight: normal;
}

.search-input {
  position: absolute;
  top: 55px;
  left: 50%;
  width: 520px;
  height: 48px;
  margin-left: -270px;
}

.search-input .mini-textbox {
  position: static;
  margin: 0;
}

.search-input .mini-textbox-border {
  height: 44px;
  border: 2px solid #4285F4;
  line-height: 44px;
}

.search-btn.mini-button,
.search-btn.mini-button:hover {
  position: absolute;
  top: 55px;
  left: 50%;
  width: 100px;
  height: 48px;
  margin-left: 248px;
}

.search-btn.mini-button:hover{
	background: #5594fe;
}

.search-btn.mini-button .mini-button-text,
.search-btn.mini-button .mini-button-text:hover {
  font-size: 18px;
  line-height: 44px;
}

.search-msg {
  float: right;
  margin: -30px 10px 0 0;
  color: #999;
  font-size: 1.2em;
}

.search-msg em {
  margin: 0 5px;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
}

.sidebar {
  float: left;
  width: 180px;
}

.menu-list {
  padding-top: 15px;
}

.menu-list li a {
  display: block;
  margin-right: -1px;
  padding: 12px 0;
  border-left: 4px solid #EFEFEF;
  color: #333;
  font-size: 1.6em;
  text-align: center;
}

.menu-list li a:hover {
  border-left: 4px solid #CCC;
  background-color: #E7E7E7;
}

.menu-list li.active a {
  border-left: 4px solid #4285F4;
  background-color: #FFF;
  color: #4285F4;
}

.main-ctn {
  min-height: 600px;
  margin-left: 180px;
  padding: 20px 30px;
  border-left: 1px solid #E7E7E7;
  background: #FFF;
}

.main-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.6em;
}

.help-list {
  float: left;
}

.list-item {
  margin-top: 25px;
  border-bottom: 1px solid #EFEFEF;
}

.list-title a {
  color: #333;
  font-size: 1.6em;
  font-weight: normal;
}

.list-title a:hover {
  color: #4285F4;
  text-decoration: underline;
}

.list-ctt {
  padding: 10px 10px 10px 30px;
  color: #848484;
  font-size: 1.4em;
  line-height:2.0;
}

.list-item .keyword {
  color: #FF6600;
  font-style: normal;
}

.view-btn,
.view-btn:hover {
  float: right;
  margin: -5px 20px 10px 0;
  padding: 4px 16px;
  background: #FFFFFF;
  color: #53ACF3;
  font-size: 14px;
  border: 1px solid #3E9BE5;
  border-radius: 2px;
}

.view-btn:hover {
  background: #EDF6FC;
  border: 1px solid #3E9BE5;
  color: #3E9BE5;
}

.view-btn .disabled {
  background:#F7F7F7;
  color:#BBBBBB;
  border: 1px solid #DDDDDD;
}

#pager {
  margin: 30px 0 10px 0;
}

.detail-title {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.8em;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
}

.detail-ctt {
  padding: 20px;
  font-size: 1.4em;
}
