/* variables */
/* for mixins */
.zero-margin {
  margin: 0;
  padding: 0;
}
/* clear */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* global */
.last {
  border: 0 !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
/* layout */
body {
  margin: 0;
  padding: 0;
  color: #3c3c3c;
  background: #dcb893;
  font-family: Arial;
  font-size: 12px;
}
a {
  color: #f39106;
}
.maxwidth {
  width: 980px;
  margin: 0 auto;
}
.header-wrap {
  float: left;
  width: 100%;
  height: 164px;
  background: url('../img/header_wrap.gif') repeat-x;
}
.header {
  float: left;
  width: 980px;
  height: 164px;
  position: relative;
  /*color: #707070;*/

}
.header ul.navbar {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 980px;
  text-align: center;
}
.header ul.navbar li {
  font-size: 17px;
  display: inline-block;
}
.header ul.navbar li a {
  color: #3c3c3c;
  text-decoration: none;
  display: inline-block;
  border-top: 8px solid transparent;
  height: 39px;
  line-height: 39px;
  vertical-align: middle;
  margin: 0 20px;
  font-family: 'pt_sansregular';
}
.header ul.navbar li a:hover,
.header ul.navbar li a.active {
  border-top: 8px solid #f39106;
  color: #f39106;
}
.header .logo {
  position: absolute;
  top: 54px;
  left: 386px;
}
.header .login {
  float: right;
}
.header .login a {
  font-size: 11px;
  color: #f39106;
}
.header .login label {
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
  color: #707070;
}
.header .login input.text {
  display: block;
  width: 180px;
  height: 24px;
  line-height: 24px;
  border: 0;
  background: url("../img/login_input.png") no-repeat;
  padding: 0 10px;
  outline: none;
  font-size: 11px;
  color: #cdcbcb;
  font-family: "Trebuchet MS";
  margin-top: 4px;
}
.header .login input.password {
  display: block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  border: 0;
  background: url("../img/login_pass.png") no-repeat;
  padding: 0 10px;
  outline: none;
  font-size: 11px;
  color: #cdcbcb;
  font-family: "Trebuchet MS";
  margin-top: 4px;
  float: left;
}
.header .login input.submit {
  display: block;
  width: 28px;
  height: 24px;
  border: 0;
  background: url("../img/login_submit.png") no-repeat;
  margin-top: 4px;
  cursor: pointer;
}
.header .login ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 9px;
  text-align: center;
}
.header .login li {
  display: inline-block;
}
.header .login li.sep {
  color: #bababa;
}
.header .search {
  float: left;
  margin-top: 25px;
}
.header .search input.text {
  width: 198px;
  height: 30px;
  line-height: 30px;
  background: url("../img/search.png") no-repeat;
  border: 0;
  padding: 0 10px;
  outline: none;
  font-size: 14px;
  font-family: "Trebuchet MS";
  float: left;
  margin-left: 20px;
}
.header .search input.submit {
  width: 32px;
  height: 30px;
  background: url("../img/search_button.png") no-repeat;
  border: 0;
}
.header .search .special {
  width: 159px;
  height: 53px;
  position: relative;
}
.header .search .special .pbox {
  position: absolute;
  left: 0;
  top: 48px;
  height: 191px;
  width: 902px;
  background: url("../img/search_box.png") no-repeat;
  z-index: 10;
  padding: 25px 40px 0 40px;
}
.header .search .special a.open-popup {
  background: url("../img/arrow_right.png") 133px 16px no-repeat;
  font-size: 14px;
  color: #f39106;
  display: inline-block;
  width: 149px;
  height: 33px;
  padding-top: 15px;
  padding-left: 10px;
  font-weight: bold;
}
.header .search .special a.active {
  background: url("../img/search_active.png") left top no-repeat;
  color: #fff;
  text-decoration: none;
}
.header .search .special .select-320-bg {
  color: #9f9f9f;
  display: inline-block;
  height: 30px;
  background: url("../img/select.png") no-repeat right;
  position: absolute;
  line-height: 30px;
  text-indent: 5px;
  overflow: hidden;
  width: 315px;
  padding-left: 5px;
}
.header .search .special .select-320 {
  position: absolute;
  z-index: 20;
  height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  display: inline-block;
  width: 320px;
}
.header .search .special .select-250-bg {
  color: #9f9f9f;
  display: inline-block;
  height: 30px;
  background: url("../img/select-250.png") no-repeat right;
  position: absolute;
  line-height: 30px;
  text-indent: 5px;
  overflow: hidden;
  width: 245px;
  padding-left: 5px;
}
.header .search .special .select-250 {
  position: absolute;
  height: 30px;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  display: inline-block;
  width: 250px;
}
.pbox a.close {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  right: 22px;
  top: 20px;
}
.pbox table {
  width: 900px;
}
.pbox td {
  padding-bottom: 10px;
}
.pbox input.textinput {
  width: 230px;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: url("../img/textinput.png") no-repeat;
  outline: none;
  padding: 0 10px;
  color: #9f9f9f;
}
.pbox input.textinput-long {
  width: 300px;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: url("../img/textinput-long.png") no-repeat;
  outline: none;
  padding: 0 10px;
  color: #9f9f9f;
}
.pbox label {
  display: block;
  margin-bottom: 5px;
}
.pbox select {
  color: #9f9f9f;
}
.pbox button.submit {
  width: 250px;
  height: 30px;
  background: url("../img/submit.png") no-repeat;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
}
.pbox button.submit .arrow {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../img/arrow_right_mini.png");
  position: absolute;
  margin-left: 5px;
  margin-top: 3px;
}
.content-wrap {
  float: left;
  width: 100%;
  background: url('../img/content_wrap.jpg') top center no-repeat;
  min-height: 759px;
}
.content {
  float: left;
  width: 980px;
}
.content .head {
  float: left;
  width: 980px;
  height: 248px;
}
.content .sub-head {
  float: left;
  width: 980px;
  height: 178px;
}
.content .cart {
  float: right;
  font-size: 12px;
  color: #fff;
  background: url("../img/cart_circle.png") right 15px no-repeat;
  padding-right: 100px;
  padding-top: 23px;
  padding-bottom: 10px;
  position: relative;
}
.content .cart .cart-icon-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 87px;
  height: 100px;
}
.content .cart .order {
  display: block;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  width: 100px;
  padding: 4px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f39106 url("../img/arrow_right_mini.png") 102px center no-repeat;
  margin-top: 5px;
}
.content .cart .call-us {
  margin-top: 10px;
  text-align: right;
  padding-right: 45px;
  background: url("../img/call.png") right center no-repeat;
  height: 39px;
  line-height: 39px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  margin-right: -100px;
  margin-top: 30px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  float: right;
}
.content .intro {
  float: left;
  width: 405px;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 17px;
  color: #f1f1f1;
  font-family: 'pt_sansregular';
  line-height: 29px;
  height: 228px;
  background: url("../img/opened_book.png") 21px 147px no-repeat;
}
.content .intro strong {
  font-size: 34px;
  font-family: 'pt_sansbold';
}
.content .sub-intro {
  float: left;
  width: 405px;
  padding-left: 20px;
  font-size: 50px;
  color: #f1f1f1;
  font-family: 'pt_sansregular';
  line-height: 29px;
  height: 131px;
  padding-top: 47px;
  line-height: 38px;
}
.content .sub-intro strong {
  font-size: 50px;
  font-family: 'pt_sansbold';
}
.content .outer {
  float: left;
  width: 980px;
  background: #ffffff url("../img/outer.jpg") top center no-repeat;
  min-height: 530px;
  padding-bottom: 20px;
}
.content .outer-sub {
  background: #ffffff url("../img/outer_sub.jpg") top center no-repeat;
}
.outer .leftmenu {
  float: left;
  width: 291px;
}
.outer .leftmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0px 20px;
  margin-top: 10px;
}
.outer .leftmenu li {
  border-bottom: 1px solid #d7d6d4;
  padding: 15px 0px;
  padding-left: 54px;
}
.outer .leftmenu li a {
  font-size: 15px;
  color: #3c3c3c;
  text-decoration: none;
}
.outer .leftmenu li.lm01 {
  background: url("../img/lm_01.png") left center no-repeat;
}
.outer .leftmenu li.lm02 {
  background: url("../img/lm_02.png") left center no-repeat;
}
.outer .leftmenu li.lm03 {
  background: url("../img/lm_03.png") left center no-repeat;
}
.outer .leftmenu li.lm04 {
  background: url("../img/lm_04.png") left center no-repeat;
}
.outer .leftmenu .fb {
  float: left;
  padding: 0px 20px;
  margin-top: 20px;
}
.outer .rightside {
  float: left;
  width: 648px;
  border-left: 1px solid #d7d6d4;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.rightside h1 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  font-family: 'pt_sansbold';
  margin-bottom: 10px;
}
.rightside h1 .sub {
  font-size: 22px;
  color: #f39106;
  font-weight: bold;
}
.rightside .text {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.rightside .text .main-img {
  float: left;
  margin-right: 20px;
  /*max-width: 340px;*/

}
.rightside .text a {
  color: #f39106;
}
.rightside .text li {
  list-style-position: inside;
}
.rightside .product {
  float: left;
  width: 648px;
}
.rightside .product .product-name {
  float: left;
  width: 648px;
}
.rightside .product .product-name span {
  font-size: 11px;
  color: #a8a8a8;
  display: inline-block;
  margin-bottom: 5px;
}
.rightside .product .product-name h3 {
  font-size: 22px;
  font-weight: bold;
  color: #f39106;
  margin-top: 0;
}
.rightside .product .product-detail {
  float: left;
  width: 648px;
}
.rightside .product .product-detail .product-pic {
  margin-bottom: 20px;
  text-align: center;
}
.rightside .product .product-detail .product-pic img {
  max-width: 254px;
}
.rightside .product .product-detail .left {
  float: left;
  width: 253px;
}
.rightside .product .product-detail .excerpt {
  float: left;
  width: 380px;
  padding-left: 15px;
}
.rightside .product .product-detail .excerpt p:first-child {
  margin-top: 0;
}
.rightside .form td {
  padding-bottom: 10px;
}
.rightside h3 {
  font-size: 18px;
  font-weight: bold;
  color: #f39106;
  margin-top: 0;
}
.rightside .success h3 {
  color: green;
}
.rightside .form {
  position: relative;
}
.rightside .form .textinput {
  width: 509px;
  border-top: 1px solid #dddddc;
  border-left: 1px solid #dddddc;
  border-bottom: 0;
  border-right: 0;
  height: 30px;
  padding: 0 10px;
}
.rightside .form h3 {
  color: #f39106;
}
.rightside .form .short-input {
  width: 389px;
}
.rightside .form textarea {
  width: 509px;
  border-top: 1px solid #dddddc;
  border-left: 1px solid #dddddc;
  border-bottom: 0;
  border-right: 0;
  height: 180px;
  padding: 10px;
}
.rightside .form .submit {
  width: 204px;
  height: 39px;
  color: #fff;
  background: url("../img/submit_form.png") no-repeat;
  border: 0;
  margin-top: 15px;
  font-weight: bold;
}
.rightside #file input.filename {
    width: 379px;
    padding-left: 10px;
    border: 0;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #dddddc;
    border-left: 1px solid #dddddc;
    border-right: none;
    border-bottom: none;
    float: left;
}
.rightside #file button {
    float: left;
    margin-left: 9px;
    width: 132px;
    height: 32px;
    background: url("../img/button_file.png") no-repeat;
    border: none;
}
.rightside .error {
  background-color: #FFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
  padding: 6px 10px;
  font-weight: bold;
  color: red;
  margin-bottom: 10px;
}
.rightside .error.right {
  right: 0;
  position: absolute;
}
.rightside .brb {
  border-bottom: 1px solid #d7d6d4;
}
.rightside h2 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  font-family: 'pt_sansbold';
  margin-bottom: 10px;
}
.rightside .sorter {
  width: 648px;
  float: left;
  margin-bottom: 20px;
}
.rightside .sorter .label {
  float: left;
  width: 80px;
}
.rightside .sorter .by {
  float: left;
}
.rightside .sorter .by .sorter-link {
  text-decoration: none;
  color: #3c3c3c;
  margin-left: 5px;
  margin-right: 20px;
}
.rightside .sorter .by a.desc-inactive {
  width: 12px;
  height: 8px;
  background: url("../img/sort_desc_inactive.png") no-repeat;
  display: inline-block;
}
.rightside .sorter .by a.desc-active {
  width: 12px;
  height: 8px;
  background: url("../img/sort_desc_active.png") no-repeat;
  display: inline-block;
}
.rightside .sorter .by a.asc-inactive {
  width: 12px;
  height: 8px;
  background: url("../img/sort_asc_inactive.png") no-repeat;
  display: inline-block;
}
.rightside .sorter .by a.asc-active {
  width: 12px;
  height: 8px;
  background: url("../img/sort_asc_active.png") no-repeat;
  display: inline-block;
}
.rightside .pager {
  width: 648px;
  float: left;
}
.rightside .pager .prev,
.rightside .pager .next {
  float: left;
  width: 125px;
}
.rightside .pager .prev a,
.rightside .pager .next a {
  color: #c3ce2a;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.rightside .pager .prev {
  text-align: left;
}
.rightside .pager .next {
  text-align: right;
}
.rightside .pager .num {
  float: left;
  width: 398px;
  text-align: center;
}
.rightside .pager .num a {
  font-size: 13px;
  font-weight: bold;
  color: #c3ce2a;
  text-decoration: none;
  display: inline-block;
  margin: 0 2px;
}
.rightside .pager .num a:hover,
.rightside .pager .num a.active {
  color: #f39106;
}
.rightside .fb-like {
  float: right;
}
.item {
  float: left;
  width: 185px;
  border-right: 1px solid #d7d6d4;
  padding: 0 15px;
  margin-bottom: 20px;
  height: 370px;
}
.item .img {
  text-align: center;
  margin-bottom: 10px;
}
.item .img img {
  max-height: 110px;
}
.item .book-title {
  font-size: 16px;
  font-weight: bold;
  height: 70px;
}
.item .book-title a {
  color: #3c3c3c;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  height: 2.5em;
}
.item .book-title .author {
  font-size: 11px;
  font-weight: bold;
  display: block;
  height: 2.6em;
}
.book-desc {
  font-size: 11px;
}
.book-desc .publisher {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.book-order {
  font-size: 11px;
}
.book-order p {
  font-weight: bold;
  margin: 0;
  margin-top: 5px;
}
table.order td {
  padding: 2px 0;
}
table.order tr.school-price td {
  color: #a8a8a8;
}
table.order div.input {
  background: url("../img/order_input.png") no-repeat;
  width: 66px;
  height: 20px;
  margin-left: 8px;
}
table.order div.input input.textinput {
  float: left;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0;
  text-align: right;
  padding-right: 5px;
  outline: none;
}
table.order div.input label {
  float: left;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  width: 20px;
}
table.order div.input button {
  float: left;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
}
.cart-detail {
  float: left;
  width: 648px;
}
.cart-detail table.cart-table {
  width: 648px;
}
.cart-detail table.cart-info td {
  vertical-align: middle;
  padding: 2px 0;
  height: 25px;
}
.cart-detail .book {
  position: relative;
  float: left;
  width: 315px;
}
.cart-detail .book img {
  float: left;
  margin-right: 10px;
  max-width: 110px;
}
.cart-detail .cart-row td {
  padding: 10px 0;
}
.cart-detail tr.info-row td {
  border-top: 1px solid #8c8c8c;
}
.cart-detail a.remove {
  position: absolute;
  bottom: 0;
  margin-left: 83px;
  display: inline-block;
  width: 92px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  background: url("../img/button_remove.png") no-repeat;
  color: #383838;
  text-decoration: none;
  font-size: 11px;
}
.cart-detail p.book-title a {
  font-weight: bold;
  color: #3c3c3c;
  margin-bottom: 3px;
  text-decoration: none;
}
.cart-detail p.book-author {
  font-size: 11px;
  font-weight: bold;
  color: #a8a8a8;
}
.cart-detail th {
  text-align: left;
  height: 30px;
  background: #8c8c8c;
  color: #fff;
}
.cart-detail td {
  vertical-align: top;
}
.cart-detail td p {
  margin: 0;
}
.cart-detail .th-left {
  padding-left: 10px;
}
.cart-detail .th-right {
  padding-right: 10px;
}
.cart-detail label {
  width: 40px;
  display: inline-block;
}
.cart-detail input.small-input {
  border-top: 1px solid #dddddc;
  border-left: 1px solid #dddddc;
  border-right: none;
  border-bottom: none;
  width: 20px;
  height: 19px;
  padding-right: 3px;
  text-align: right;
}
.cart-detail .sum-db {
  display: inline-block;
  margin-left: 50px;
}
.cart-detail .method {
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  width: 648px;
  margin-top: 10px;
}
.cart-detail .method tr.upper td {
  padding-top: 20px;
  padding-bottom: 10px;
}
.cart-detail .method tr.lower td {
  padding-bottom: 20px;
}
.cart-detail .method label {
  display: inline;
  padding-right: 5px;
}
.cart-detail .total {
  border-bottom: 1px solid #8c8c8c;
  width: 648px;
}
.cart-detail .total td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-detail .total .price {
  padding-right: 50px;
  text-align: right;
}
.cart-detail .sumtotal {
  width: 648px;
}
.cart-detail .sumtotal td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-detail .sumtotal .price {
  padding-right: 50px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #f39106;
}
.order-form {
  float: left;
  width: 648px;
}
.order-form h3 {
  font-size: 18px;
  font-weight: bold;
  color: #f39106;
}
.order-form td {
  padding-bottom: 10px;
}
.order-form textarea {
  width: 540px;
  height: 190px;
  border-left: 1px solid #dddddc;
  border-top: 1px solid #dddddc;
  border-bottom: 0;
  border-right: 0;
}
.order-form input.submit {
  border: 0;
  width: 204px;
  height: 39px;
  color: #fff;
  background: url("../img/order_submit.png") no-repeat;
  float: left;
  margin-right: 10px;
}
.order-form input.reset {
  border: 0;
  width: 204px;
  height: 39px;
  color: #3c3c3c;
  background: url("../img/order_reset.png") no-repeat;
}
.order-form #file {
  display: none;
}
.order-form #file input.filename {
  width: 389px;
  padding-left: 10px;
  border: 0;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dddddc;
  border-left: 1px solid #dddddc;
  border-right: none;
  border-bottom: none;
  float: left;
}
.order-form #file button {
  float: left;
  margin-left: 9px;
  width: 132px;
  height: 32px;
  background: url("../img/button_file.png") no-repeat;
  border: none;
}
.footer-wrap {
  clear: left;
  width: 100%;
  height: 172px;
  background: url('../img/footer.png') top center no-repeat;
}
.footer {
  float: left;
  width: 980px;
  position: relative;
}
.footer .bottom-menu {
  color: #3c3c3c;
  font-family: 'pt_sansregular';
  margin-top: 39px;
  text-align: center;
}
.footer .bottom-menu a {
  color: #3c3c3c;
  margin: 0 10px;
  text-decoration: none;
}
.footer p {
  text-align: center;
  color: #acabaa;
  font-size: 11px;
  margin: 95px 0 0 0;
}
.footer img {
  vertical-align: middle;
}
.footer .banner {
  position: absolute;
  top: 70px;
  left: 0;
  width: 270px;
  height: 90px;
}
#copy-payment-datas {
  float: right;
  color: #f39106;
  text-decoration: none;
  font-weight: bold;
}
#content-list {
  clear: both;
}
#content-list .content-item {
  clear: both;
}
#content-list .content-item .main-img {
  max-width: 100px;
}
#content-list .content-item h3 a {
  text-decoration: none;
  color: #3c3c3c;
}
#login-select {
  text-align: center;
  margin: 10px;
}
#login-select span {
  padding: 0 30px;
}
#login-select label {
  font-size: 14px;
  padding-left: 3px;
  font-weight: bold;
}
#orders-table td {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
}
#school-login {
  background: url("/img/hatter_isk_belepes.jpg") no-repeat scroll 0 0 transparent;
  height: 71px;
  width: 233px;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}
#school-login select {
  position: absolute;
  right: 5px;
  bottom: 13px;
}
.result-count {
  float: right;
  font-weight: bold;
}
#simplepay-logo {
  float: right;
  text-align: right;
}
.go-back {
  float: right;
}
.popup-bookbuying {
  position: absolute;
  top: 100px;
  margin-left: -200px;
  left: 50%;
  z-index: 100;
}
.popup-bookbuying a.close {
  position: absolute;
  top: 15px;
  left: 328px;
  font-family: 'pt_sansregular';
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: url("../img/popup_close.png") right no-repeat;
  padding-right: 25px;
  display: inline-block;
  z-index: 100;
}
.popup-bookbuying a.details {
  position: absolute;
  width: 400px;
  height: 400px;
  background: url("../img/popup.jpg") no-repeat;
}
