@charset "utf-8";

/* CSS Document */

body,
td {
  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #444;
}

b {
  color: #6D43F9
}

ul.regli {
  list-style: none;
  padding: 0 10px
}

ul.regli li {
  background: url("../img/bullet.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #efefef;
  padding: 2px 0 0 10px;
  font-size: 12px
}

ul.mntct li {
  border-bottom: 1px solid #EFEFEF;
  padding: 4px 0 0 15px;
  background: url("../img/pdf_icon.jpg") no-repeat -2px 7px;
  float: left;
  width: 350px;
}

.relct {
  margin: 0;
  padding: 0
}

.ctn {
  margin: 5px 0 0 0
}

.ctn_thumb {
  box-shadow: 2px 2px 14px rgba(50, 50, 50, 0.65);
  height: 140px;
  margin-bottom: 10px;
  overflow: hidden;
}

.ctn_thumb img:hover {
  opacity: 0.5;
}

.ctn_desc {
  height: 140px;
  overflow: hidden;
}

.ctn_desc h2 {
  font-size: 1.5em;
  height: 27px;
  line-height: 1.3em;
  overflow: hidden;
}

.desc {
  height: 90px;
  margin-right: 18px;
  overflow: hidden;
}

.meta_desc {
  height: 20px;
  font-size: 11px;
}

.label {
  border-radius: 0.25em;
  color: #ffffff;
  display: inline;
  font-weight: bold;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  font-size: 80%;
  white-space: nowrap;
  background-color: #5472C7;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #4D90FE;
}

a:hover {
  color: #fc3867;
}

#header {
  background: url("../img/bgline.png");
  padding-bottom: 3px;
  margin-bottom: 20px;
}

#headerbox {
  height: 28px;
  padding: 15px 0;
}

.tgl {
  border-color: #161F29 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 58px 58px 0 0;
  float: left;
  width: 250px;
  margin-top: -15px;
  opacity: 0.9;
}

#footer {
  font-size: 12px;
  color: #555;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

h1 {
  font-size: 26px;
  line-height: 36px;
}

h2.h2sidebar {
  background: #294149;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 12px 10px;
}

.root {
  margin: auto;
  width: 980px;
}

.sidebar {
/*  float: left;
  width: 200px;*/
}

.sidebox {
  border: 1px solid #ddd;
  padding: 5px;
}

.maincontent {
/*  float: right;
  width: 730px;*/
}

.maincontent h1 {
  border-bottom: 1px solid #DDDDDD;
  padding: 5px 0;
  margin: 15px 0;
  font-weight: bold
}

.maincontent h2 {
  padding: 0 0 5px 0;
  margin: 0 5px 0 0
}

.maincontent h3 {
  margin: 0 0 2px 0
}

.bbox {
  padding: 14px;
  border: 1px solid #ddd;
  background: url("../img/bgline.png") top no-repeat;
}

.item {
  border-bottom: 0 solid #dddddd;
  float: left;
  height: 195px;
  margin: 5px;
  overflow: hidden;
  padding: 8px;
  width: 120px;
}

.item h2 {
  font-size: 14px;
  border: none
}

.thumb {
  box-shadow: 2px 2px 14px rgba(50, 50, 50, 0.65);
  height: 140px;
  margin-bottom: 10px;
  width: 120px;
}

.cat-itm {
  border-bottom: 0 solid #dddddd;
  float: left;
  width: 242px;
  height: 40px;
  font-size: 13px;
}

.thumb img:hover {
  opacity: 0.5;
}

.clr {
  clear: both;
}

.pagination-small {
  text-align: center;
}

.pagination-small ul {
  height: 30px;
  padding: 10px 0 0 0;
}

.pagination-small ul li {
  float: left
}

.pagination {
  margin-top: 0px;
}

.descrel {
  font-size: 11px;
  margin-bottom: 5px;
  border-bottom: 1px solid #DDDDDD
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0px;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.element {
  background: -moz-linear-gradient(center top, #FFFFFF 0pt, #F0F0F0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px #666666;
  height: 38px;
  margin: 0;
  padding: 0;
  width: 722px;
}

.action {
  margin: 0;
  padding: 0
}

.action li {
  float: left;
}

.down {
  background: url("../img/arrow_down.png") no-repeat 5px;
  padding-left: 20px;
}

.action li a {
  color: #7CB336;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 13px 5px;
  text-decoration: none;
  text-shadow: 0 1px 1px #FFFFFF;
  width: 81px;
}

.action li a:hover {
  color: #035CA0;
  text-shadow: 0 1px 1px #000000;
}

.social-media {
  float: left;
  padding: 10px 0 0;
  width: 302px;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 30px 0;
}

#search-form {
  height: 40px;
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  margin: 15px 0 20px 25px;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  /*width: 90%;*/
  padding: 11px 0 12px 1em;
  color: #777;
  outline: none;
}

#search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 86px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #4d90fe;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

.morebtn {
  padding: 5px 0;
  text-align: center;
  color: #4D90FE
}

a.button-full-width,
a.button-center-width {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  box-shadow: 0 2px 1px #F2F2F2, 0 1px 0 #FFFFFF inset;
  color: #4D90FE;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
}

a.button-full-width:hover,
a.button-center-width:hover {
  background: none repeat scroll 0 0 #F7F7F7;
}

a.button-full-width:active,
a.button-center-width:active {
  background: none repeat scroll 0 0 #E9E9E9;
}

#pdf {
  width: 721px;
  height: 500px;
  margin: 0 0 20px 0;
}

.tags {
  border: 1px solid #dddddd;
  margin: 10px 10px 10px 0;
  padding: 5px;
  line-height: 20px;
}

.pltxt {
  line-height: 20px
}

.mainsrc {
  margin-top: 10px
}

.mn_cont {
  border: 1px solid #FD5D70;
  height: 215px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

.hm_cat_cont {
  border: 1px solid #FD5D70;
  height: 550px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.hm_lang_cont {
  border: 1px solid #FD5D70;
  height: 155px;
  border-radius: 5px;
  margin-bottom: 30px;
}

h3.head_cont {
  background: none repeat scroll 0 0 #FD5D70;
  border: 1px solid #FD5D70;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 10px;
  padding: 2px 0 2px 5px;
  width: 145px;
}

h3.mr_cont {
  background: none repeat scroll 0 0 #4d90fe;
  border: 1px solid #4d90fe;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0 900px;
  padding: 2px 0 2px 5px;
  width: 60px;
  border-radius: 5px
}

h3.mr_cont a {
  color: #ffffff
}

.hm_item {
  border-bottom: 0 solid #dddddd;
  float: left;
  height: 198px;
  margin: 5px 3px;
  overflow: hidden;
  padding: 8px;
  width: 120px;
}

.hm_item .hm_title {
  font-size: 12px;
  border: none;
  margin: 0;
}

.hm_thumb {
  box-shadow: 2px 2px 14px rgba(50, 50, 50, 0.65);
  height: 140px;
  margin-bottom: 10px;
  width: 120px;
  overflow: hidden;
}

.hm_title {
  height: 60px;
  overflow: hidden;
}

.hm_thumb img:hover {
  opacity: 0.5;
}

.trm {
  margin: 10px 0 20px 0;
  font-size: 12px
}

.page-title, 
.page-subtitle {
  margin: 0;
  text-transform: uppercase;
}

.page-subtitle {
  font-size: 1.4em;
}

.book-author {
  margin-bottom: 20px;
}

img.cover-detail {
  border: 1px solid #ccc;
  float: left;
  height: auto;
  margin: 5px 20px 20px 0;
  padding: 4px;
  width: 200px;
}
