@charset "UTF-8";
/* CSS Document */
* {
  margin:0;
  padding:0;
}

body {
  font-size:10pt;
  color: #333;
  letter-spacing: 0.1ex;
  font-family: "Driod Sans", Verdana, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  background: #FFF  url(../images/bodybg.png); }

#container{
  position: relative;
}

#site{
  font-size:10pt;
  display: block;
  width: 950px;
  margin: 15px auto;
  background: #FFF;
  padding: 20px 15px 0;
  -moz-box-shadow: 0 0 4px #444;
  -webkit-box-shadow: 0 0 4px #444;
  box-shadow: 0 0 4px #444;
}


a:link, a:visited {
  text-decoration:none;
  color: #72b543;
}
a:hover, A.active, a.current, .current a {
  color: #f47925;
}
a img{
  border: none;
}
input, textarea{
  background: #eee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 4px;
    margin: 0;
    border: none;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #333;
}

input:focus, textarea:focus{
  color: #FFF;
  background: #72b543;
}
input[type=submit], .loginform input[type=submit]{
  float: left;
  display: block;
  font-size: 12px;
  color: #FFF;
  border: 1px solid #999;
  text-align: left;
  padding: 3px 23px 4px 23px;
  margin: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  background: #f47925 url(../images/gradient44.png) repeat-x left center;
  }

input[type=submit]:hover{
  background: #72b543 url(../images/gradient44.png) repeat-x left center;
  color: #FFF;
}
.smalltxt{
  font-size: 8pt;
  color: #aaa;
}

p {
  padding: 0 0 8px 0;
}

hr{
  height: 1px;
  background: none;
  border: none;
  border-bottom: 1px solid #e6e2d8;
  margin: 9px 0;
}
h2, h4, #submenu a, label {font-family: 'Droid Sans', sans-serif;}
#mainmenu a, h1, h3, h5, h6, .loginform label, .loginform input[type=submit]
{font-family: 'Fanwood Text', serif;}


h1 {
  font-size: 24pt;
  padding: 0 ;
  margin: 0;
  color: #f47925;
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size:15pt;
  padding: 0 0 12px 25px;
  color: #72b543;
  font-weight: normal;
  font-style: normal;
}
h3 {
  font-size: 14pt;
  font-weight: normal;
  font-style: normal;
  padding: 15px 0 3px 0;
  margin: 0;
  color: #999;
}
h4 {
  font-size: 11pt;
  padding: 0 0 14px 0;
  color: #f47925;
}
h5 {
  font-size:9pt;
  font-weight: normal;
  font-style: normal;
  padding: 15px 0 0 0;
  color: #546886;
}
#flash_notice, .flash_notice{
  background: #72b543;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
  color: #FFF;
    font-weight:bold;
    padding:15px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.3em;
}
.divider{
  display: block;
  width: 100%;
  border-bottom: 1px dotted #0a518b;
  margin: 12px 0;
  clear:  both;
}
.clear-fix{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/* @group header */


#header{
  height: 135px;
  width: 950px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: right;
  position: relative;
  background: url(../images/logo.png) no-repeat right top;
}



#top_menu{
  position: absolute;
  left: 15px;
  top: 5px;
  margin: 0;
  padding: 0;
  font-size: 8pt;
  text-transform: uppercase;
}
#top_menu a:link, #top_menu a:visited{
  color: #999;
}
#top_menu a:hover, #top_menu a:active{
  color: #f47925;
}
#top_menu a img {
  margin: 1px 0 0 8px;
}


/* @group mainmenu */
#mainmenu{
  position: absolute;
  left: 0;
  top: 120px;
  display: block;
  width: 960px;
  padding: 0 15px;
  height: 35px;
}
#mainmenu ul{
  list-style: none;
  display: block;
  height: 35px;
}
#mainmenu ul li{
  list-style-position: inside;
  display: inline;
}
#mainmenu ul li a{
  display: block;
  float: left;
  padding: 0 10px;
  font-size: 1.2em;
  border-left: 1px solid #72b543;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited{
  color: #72b543;
}
#mainmenu ul li a:hover, #mainmenu ul li a:active, #mainmenu ul li.current a, #mainmenu ul li a.current{
  color: #f47925;
}
#mainmenu ul li:first-child a{
  border: none;
  padding-left: 0;
}

/* @end */


/* @end */

/* @group col_left */
#col_left{
  width: 230px;
  min-height: 290px;
  padding: 0 45px 10px 0;
  margin: 15px 0 20px 0;
  position: relative;
  float: left;
  text-align: left;
  /*overflow: hidden;*/
}



#submenu {
  margin: 0 0 45px 0;
  padding: 9px 0 11px;
  z-index: 100;
  overflow: hidden;
  display: block;
  background: #72b543;
}

#submenu ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  letter-spacing: 0.1em;

}

#submenu ul li{
  display: block;
  font-size: 1em;
}
#submenu ul li a:link, #submenu ul li a:visited{
  color: #FFF;
  display: block;
  margin-top: -1px;
  padding: 5px 6px 4px 11px;
  font-size: 1.1em;
  background: #72b543;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}

#submenu ul li a:hover, #submenu ul li a:active, #submenu ul li a.current{
  background: #f47925;
}


/* @end */

/* @group content */
#context {
  padding: 0;
  width: 530px;
  min-height: 250px;
  margin: 10px 0 30px 40px;
  display: block;
  float: left;
}
#context  p {
  padding: 0 0 13px 0;
}

#context td, #context th{
  text-align: left;
  vertical-align: top;
  padding: 5px;
  margin: 0 3px;
}
 #context th{
  border-bottom: 1px solid #aaa;
}

#context img{
  float:  left;
  margin: 0 7px 8px 0;
  padding: 0 0 1px 0;
}
#context a, #context a:link, #context a:visited, #context a.selected {
  color: #999;
  padding-left: 9px;
  background: url(../images/arrow_link.png) no-repeat 1px 5px;
}
#context a:hover {
  color: #333;
  background: url(../images/arrow_link.png) no-repeat 1px -24px;
}
#context ul{
  padding:  0 0 10px 0;
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
}
#context ul li{
  padding:  0 0 5px 11px;
  list-style-type: none;
  background: url(../images/lister.gif) no-repeat 0 5px;
  list-style-position: inside;
}

#context form .form_row{
  display: block;
  margin: 11px 0;
  clear: left;
}
#context form label{
  width: 130px;
  float: left;
  color: #555;
  font-size: 9pt;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  padding: 3px 20px 0 0;
  margin: 0;
  letter-spacing: 0;
}
#context form .smallhinttxt{
  display: block;
  padding: 3px 0 0 155px;
  font-size: 0.9em;
}
#context form label.error{
  color: #e00000;
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 9px 180px;
  font-size: 0.9em;
}
#context form input.error, #context form textarea.error{
  color: #e00000;
  border: 1px solid #e00000;
  background: #fff1f3;
}

#context form label.small{
  width: 130px;
}

#context form input[type=text], #context form input[type=password],#context form textarea{
  width: 270px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #DDD;
  }
#context form input[disabled] {
  background: #DDD;
  border-color: #ccc;
}


#context table.partner img{
  float: none;
  margin: 0;
  padding: 28px 0 0 0;
}

#context table.partner tr td{
  margin: 0;
  padding: 0;
}
#context table.partner tr td a{
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 5px 0 0;
  padding: 3px 0 4px 9px;
  display: block;
  background-position: 1px 9px;
}
/* @end */

/* @group catalog */
#catalog {
  padding: 25px 0;
  min-height: 250px;
  margin: 20px 0 0 30px;
}
#searchbar{
  height: 40px;
  border-bottom: 1px solid #72b543;
}
#searchbar input{
  float: left;
  margin-right: 8px;
}
#catalog td{
  padding: 9px 5px;
  margin: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #f47925;
}
#catalog tr:first-child td{
  border-top: 1px dotted #f47925;
}
#catalog .social_btns table tr td:first-child {
    width: auto;
}
.book_thumb{
  height:  80px;
  margin: 4px 10px 5px 0;
}

.metainfo{
  font-size: 0.9em;
  color: #999;
}

#qrcode img{
  float:  right;
  margin: 0 7px 8px 0;
  padding: 0 0 1px 0;
    height: 130px;
    width: 130px;
    border:  none;
}

#qrcode_big img{
    height: 300px;
    width: 300px;
}
#catalog td.bprice{
  text-align: right;
  font-weight: bold;
  width: 100px;
  padding-left: 8px;
  color: #333;
}

#catalog a.book_price:link{
  color: #72b543;
  font-size: 1.2em;
  margin-bottom: 5px;
}
#catalog a.book_price:hover{
  color: #f47925;
}
.book_detail .modaldialog{
  float: right;
}
.book_detail .modaldialog img{
  border: 1px solid #999;
}
.book_detail #qrcode .modaldialog img{
  border: none;
}

 .book_detail h1{
  font-size: 18pt;
  padding: 0;
    font-weight: normal;
}
 .book_detail h2{
  font-size: 13pt;
  font-weight: normal;
  font-style: normal;
}
 .book_detail h4{
  font-size: 10pt;
  color: #999;
  font-weight: normal;
  font-style: normal;
  padding: 0 10px 0 0;
}
a.booktitle:link{
  font-size: 1.1em;
  font-weight:  bold;
  color: #f47925;
}
a.booktitle:hover{
  color: #72b543;
}
.social_btns td{
  border: none;
}

a.twitter-share-button:link {
    background: url("../images/twitterbtn.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 20px;
    padding: 0;
    width: 67px;
}
a.twitter-share-button:hover {
    background: url("../images/twitterbtn.png") no-repeat scroll 0 -21px transparent;
}


#catalog .facebook{
  display: block;
  margin: 7px 0;
  padding: 0;
}
a.fb_button_simple{
  padding: 3px;
  margin: 0;
  background-color: #eceef5;
  border: 1px solid #cad4e7;
  -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #3b5998;
    font-size: 8pt;
    background-position: 3px 3px;
}

.book_detail_img {
    width: 230px !important;
    padding-right: 30px !important;
}

/* @group pagination */

.pagination{
    padding: 4px 10px;
    margin: 5px 0;
    text-align: left;
    font-weight: bold;
    color: #72b543;
  font-size: 1em;
    height: 17px;
}
.pagination ul li{
  list-style: none inside none;
  display: block;
  float: left;
}
.pagination a:link, .pagination a:visited{color: #72b543; margin: 0 7px 0 0;}
.pagination a:hover, .pagination a:active, .pagination li.active a{color: #f47925; font-weight: bold;}


.book_detail .pagination{
  display: block;
  height: 35px;
  border-bottom: 1px dotted #f47925;
  margin-bottom: 10px;
}
.book_detail .pagination a:link, .book_detail pagination a:visited{
  color: #FFF;
  background: #f47925;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  -moz-box-shadow: 2px 2px 4px #111;
  -webkit-box-shadow: 2px 2px 4px #111;
  box-shadow: 2px 2px 4px #111;
  padding: 4px 14px;
  float: right;
}

.book_detail .pagination a:hover{
  background-color: #72b543;
}

/* @end */

/* @group footer */

#footer{
  display: block;
  border-top: 1px dotted #72b543;
  padding: 5px 0 10px 0;
  width: 950px;
  margin:0 auto;
}
#logarea{
  width:auto;
  padding: 10px 20px 0 0;
  margin: 0;
  color: #f47925;
  display: block;
  float: left;
  border-right: 1px dotted #72B543;
}

.copyright{
  color: #72b543;
  font-size: 0.9em;
  padding: 5px;
  display: block;
  float: right;
}
#logarea .inputtse{
  display: block;
  float: left;
  width:  160px;
}

#logarea a:link, #logarea a:visited{
  font-weight: bold;
  color: #72b543;
}
#logarea a:hover, #logarea a:active{
  color: #f47925;
}
.loginform label{
  display: block;
  float: left;
  width: 75px;
  font-size: 1.9em;
  padding: 0;
  margin: -5px 0 0 0;
}
.loginform input{
  text-align: left;
  margin: 0 0 5px 0;
  border:  none;
  -moz-box-shadow: inset 0 1px 3px #000;
  -webkit-box-shadow: inset 0 1px 3px #000;
  box-shadow: inset 0 1px 3px #000;
  color: #5f9838;
  width:  145px;
  padding: 3px 7px;
  background: transparent url(../images/bodybg.png)
}
.loginform input[type=text]:focus, .loginform input[type=password]:focus{
  color: #FFF;
  background: #72b543;
}
.loginform input[type=submit]{
  display: block;
  float: left;
  font-size: 16pt;
  color: #FFF;
  text-align: center;
  padding: 6px 15px;
  margin: 0 0 0 10px;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #000;
  background-color: #72b543;
  border: 1px solid #72b543;
  }
.loginform input[type=submit]:hover{
  background-color: #f47925;
  border-color: #f47925;
}

a#fblink:link, a#fblink:visited{
  padding: 10px 0;
  height: 45px;
  width: 215px;
  display: block;
  float: right;
  background: url(../images/onfacebook.png) no-repeat 0 11px;
}
a#fblink:hover, a#fblink:active{
  background-position: 1px 12px;
}

#google_optimizer{
  display: block;
  padding:  7px 0;
  margin: 15px 20px;
  color: #333;
  width: 250px;
  overflow: hidden;
  border-right: 1px solid #FFF;
  display: block;
  float: left;
}
#google_optimizer h2{
  padding: 0 0 5px 0;
  margin: 0;
  color: #72b543;
  font-size: 1.2em;
}
#google_optimizer p{
  font-size: 1em;
  line-height: 1.1em;
  padding: 0;
  letter-spacing: 0.05em;
}
#google_optimizer .author, #google_optimizer .smalltxt{
  font-size: 8pt;
  line-height: 7pt;
  font-weight: normal;
  font-style: normal;
  color: #999;
}

.landings{
  width: 310px;
  padding: 0;
  border-right:  1px solid #e6e2d8;
  display: block;
  float: left;
}

.landings a{
  font-size: 1.3em;
  color: #72b543;
  font-style: italic;
}

.landings a:hover{
  color: #f47925;
}


.socialmedia{
  margin: 0;
  padding: 0 0 0 10px;
  width: 500px;
  display: block;
  overflow:  hidden;
  float: right;
}

/* @end */

.rounded{
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.shadow{
  -moz-box-shadow: 2px 2px 4px #111;
  -webkit-box-shadow: 2px 2px 4px #111;
  box-shadow: 2px 2px 4px #111;
}

/* Mailchimp */

#mc_embed_signup {
  width: 250px;
  padding-left: 15px;
}

#mc_embed_signup form {
  padding-top: 10px !important;
}

#mc_embed_signup_scroll p {
  color: #f47925;
}

#mc_embed_signup .mc-field-group input {
  background: #FFF !important;
  color: #000;
  width: 190px !important;
}

#mce-responses{
  width: 200px !important;
}


#mce-success-response{
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  padding-left: 0.5em !important;
  /*position: absolute;*/
  width: 200px !important;
  background-color: #fff !important;
  font-size: 8pt !important;
  color: #333 !important;

}

#mc_embed_signup .button {
  font-size: 12px !important;
  background-color: #72b543 !important;
  color: #FFF !important;
}

div.mce_inline_error {
  width: 190px !important;
  background-color: #f47925 !important;
  font-size: 8pt;
}

/* Catalog styles */
.product-wrapper .book_thumb {
  width: 150px;
}

.product-details .product-text h3 {
  font-size: 16px;
  padding-top: 0;
  line-height: 18px;
}

.product-details .product-text h3 a {
  font-size: inherit;
}

.product-details .product-text h4 {
  font-size: 12px;
}

.product-details .product-price h3 {
  font-size: 18px;
  font-weight: 600;
}

#product-details-page .product-details h3 {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 10px;
}

#product-details-page .product-details h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
}

.e-brochure {
  padding: 10px 0;
  margin-top: 40px;
  margin-bottom: 15px;
  border-top: 1px solid #72b543;
  border-bottom: 1px solid #72b543;
}

/* NEW FOOTER */
.list-unstyled {
  list-style: none;
  margin-bottom: 20px;
}

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

.btn {
  padding: 5px 10px;
  border-radius: 4px;
}

.btn-warning {
  color: #fff !important;
  background-color: #F58311;
}

.site-footer__grid {
  color: #FFF;
  background-color: #2C7E3B;
  padding-top: 30px;
  margin: 0 -15px;
}

.site-footer__grid .row {
  overflow: hidden;
  margin: 0 -15px;
  padding: 0 15px;
  box-sizing: border-box;
}

.site-footer__grid p {
  margin-bottom: 5px;
}

.site-footer__grid .col {
  float: left;
  padding: 0 15px;
  width: 33.333%;
  box-sizing: border-box;
}

.site-footer__grid__title {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
}

.site-footer__grid__logo {
  display: inline-block;
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 10px;
}

.site-footer__grid .btn-lg {
  font-weight: 600;
  font-size: 18px;
  padding: 16px 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAB/0lEQVRoQ+2YzVHDMBSEdwvgrwKgAkgJVAAUwABXOBBKoALgAFfCUADQQTogVEA6gEABj3kzChNkJ1FkvciesY4eS9pPT1qtTTS8seH60QLkrmBbgdpVQESkRNQQQI/kVW7B/vyFLTQFYNyvT3KvThCLAqj2U5K9ukDEAAxIdmoL4AsTkS0AH97zDslBHSCCbFREXgDsTwh+JHnSJIADAM+e4A2SX7khgiqgIkVErXRzQvAlyZsmAXQBXGcUrAuoDtif1LBIBdYBfGYE0KmHJLejANw2Uv8/zggxIqkL+deCK+AAdgG8ZQS4JalbOQ7AQaj/72SCKNw/C1XAAaj/P2QAeCepO+BfWxjAQaj/ry0ZotS2YwHU/y+WDFB6ccYClOUjS55XkpoGCi0KwG0jPx9ZAhyS1PmSApTlIwuIgvdXstHJziX5yAKg4P0pAZaRj2Z+e0SfAXcOrPNRqfcnq4CDsMxHcyN7pQo4AMt8NPejqTKAYT6a6v1Jt5BhPprq/ckBDPLRTO+3AtCUqhmpasgbAeiG/jxLcgYsbq/QMVsAL1rcAThyz55InoespIhE9dOxk1XAiTjzBN/Pg4jtN54nJcA3gBUP4Ifk6qwqiEhUvxbAX9XYrRDbL3kF3GUWdRhrcYhD3MbinWSH2EJcyJgtQMgqWb7TVsBydUPG/gUDecsxyw/dyQAAAABJRU5ErkJggg==");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  padding-left: 40px;
  display: block;
}

.site-footer__grid ul a {
  color: #98d463;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.site-footer__grid a:hover {
  color: #98d463;
}

.social-url {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-url__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.social-url__link {
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
  background-color: #7DC143;
}

.social-url__link img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  color: #FFF;
  background-color: #083511;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}
