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


body {
  font-size:10pt;
  color: #333;
  letter-spacing: 0.1ex;
  font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  background: #eeeeee;
}


/* @group header */

#header{
  height: 66px;
  background: url(../images/logo.png) no-repeat 0 6px;
  width: 990px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  position: relative;
}
#top_menu{
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  padding: 0;
  font-size: 9pt;
  text-transform: uppercase;
}

#lang_menu {
  color: #666;
  font-size: 11px;
  float: right;
  width: 380px;
  margin: 0;
  padding: 47px 10px 3px 10px;
  font-weight: bold;
  text-align: right;
  background: url(../images/worldmap.jpg) no-repeat right center;
}

#lang_menu a:link, #lang_menu a:visited{
  color: #666;
  margin: 0;
  padding: 0;
}
#lang_menu a:hover, #lang_menu a:active{
  color: #142e6a;
}
#lang_menu a img{
  margin: 0;
  padding: 0 0 0 7px;
  opacity: 0.5;
}
 #lang_menu a:hover img, #lang_menu a:active img,  #lang_menu a.current img{
  opacity: 1;
}


/* @end */

#site{
  width: 100%;
  font-size:10pt;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  background: #FFF url(../images/bg_site.jpg) repeat-x;
}


a:link, a:visited {
  text-decoration:none;
  color: #666;
}
a:hover, a.active, a.current, .current a {
  color: #bd151c;
}
a img{
  border: none;
}
input, textarea{
  background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
    margin: 0;
  border: 1px solid #CCC;
  color: #777;
}
input:focus, textarea:focus{
  color: #333;
  border: 1px solid #333;
  font-weight: bold;
}
input[type=submit]{
  display: block;
  font-size: 12px;
  color: #FFF;
  border: none;
  text-align: left;
  padding: 4px 23px 5px 23px;
  margin: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  -moz-box-shadow: 0 0 5px black;
  -webkit-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  background: url(../images/form_button_bg.png) no-repeat 0 -106px;
}
input[type=submit]:hover{
  background: url(../images/form_button_bg.png) no-repeat 0 -6px;
}

input[type="radio"] {
    margin-right: 5px;
}

label[for="account_type_of_payment"] {
    margin-top: 10px !important;
}

input[id="account_type_of_payment_0"] {
    margin-top: 15px;
}

#validationform h2 {
    clear: left;
}

.smalltxt{
  font-size: 8pt;
  color: #999;
}

p {
  padding: 0 0 8px 0;
}

hr{
  height: 1px;
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 9px 0;
  clear: left;
}
h1, h2, h3, h4, h5, h6, #submenu a, #mainmenu a { font-family: 'Arvo', Verdana, Arial, serif; }

h1 {
  font-size: 24pt;
  padding: 0 0 10px 0;
  margin: 0;
  color: #bf1e2e;
  font-weight: normal;
}
h2 {
  font-size:17pt;
  padding: 10px 0 7px 0;
  color: #afb0af;
}
h3 {
  font-size: 11pt;
  font-weight: bold;
  padding: 7px 0 3px 0;
  margin: 0;
  color: #444;
}
h4 {
  font-size:13pt;
  padding: 0 0 7px 0;
  color: #AAA;
}
h5 {
  font-size:8pt;
  font-weight: normal;
  font-style: normal;
  padding: 4px 0;
  color: #142e6a;
}
#flash_notice, .flash_notice{
  background: #142e6a;
    border: 2px solid #142e6a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  color: #FFF;
    font-weight:bold;
    padding:4px 9px;
    margin: 10px 0 11px 0;
    font-size: 1.1em;
    line-height: 1.3em;
}




.divider{
  display: block;
  width: 100%;
  border-bottom: 1px dotted #DDD;
  margin: 12px 0;
}
.clear-both{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}


/* @group siteimage */
#siteimage{
  width: 990px;
  height: 283px;
  margin:0 auto;
  overflow: hidden;
}
#google_optimizer{
  display: block;
  float: right;
  width: 290px;
  height: 265px;
  padding: 15px 0 0 15px;
  margin: 0;
  color: #FFF;
  overflow: hidden;
}
#google_optimizer h2{
  padding: 0 0 5px 0;
  margin: 0;
  color: #bd151c;
  font: normal normal 14pt 'Arvo', Verdana, Arial, sans-serif;
}
#google_optimizer p{
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 4px 0 0 0;
}
#google_optimizer .author{
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
}

#google_optimizer a.shoplink{
  display: block;
  background: #900;
  text-decoration: none;
}


/* @end */

/* @group mainmenu */

#mainmenu{
  width: 990px;
  height: 51px;
  margin: 1px auto 0 auto;
}
#mainmenu ul{
  list-style: none;
  display: block;
}
#mainmenu ul li{
  list-style-position: inside;
  display: inline;
}
#mainmenu ul li a{
  display: block;
  float: left;
  line-height: 51px;
  padding: 0 10px;
  text-shadow: #262626 1px 1px 2px;
  font-size: 10pt;
  border-right: 1px solid #bc6563;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited{
  color: #e7bfbf;
}

#mainmenu ul li a:hover, #mainmenu ul li a:active, #mainmenu ul li.current a{
  color: #FFF;
  background: url(../images/shadowmaster.png) no-repeat right bottom;
}
#mainmenu ul li:first-child a{
  border-left: 1px solid #bc6563;
}

/* @end */





#container{
  width: 990px;
  margin:0 auto;
  padding:  20px 0 50px 0;
  position: relative;
}


/* @group content */
#context {
  padding: 0;
  width: 540px;
  margin: 0 220px;
  overflow: auto;
}

table.partner tr td{
  border-bottom: 1px solid #eee;
}

#context h4{
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 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 {
  text-decoration:none;
  color: #bf1e2e;
  padding:0 0 0 9px;
  background: url(../images/arrow_link.png) no-repeat 0 4px;
}
#context a:hover {
  color: #142e6a;
  background-position: 0 -25px;
}
#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: 15px 0;
  clear: left;
}
#context form label{
  width: 160px;
  float: left;
  color: #757575;
  font-size: 9pt;
  overflow: hidden;
  font-weight: bold;
  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 185px;
  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: 255px;
  }
#context form input[disabled] {
  background: #DDD;
  border-color: #ccc;
}



/* @end */

/* @group catalog */
#catalog {
  padding: 0;
  width: 750px;
  margin: 0 220px 0 0;
}
#searchbar {
  display: block;
  margin-bottom: 9px;
  height: 35px;
}
#searchbar input{
  float: left;
  margin-right: 10px;
}

#catalog td{
  padding: 0 8px 4px 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.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;
}

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

#catalog a.book_price{
  color: #bf1e2e;
  font-size: 1.2em;
  margin-bottom: 5px;
}
 .book_detail h1{
  font-size: 15pt;
  padding: 0;
  font-weight: bold;
}
 .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: #142e6a;
}
a.booktitle:hover{
  color: #bf1e2e;
}
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{
    width: 744px;
    padding: 3px 4px;
    margin: 5px 0;
    text-align: left;
    font-weight: bold;
    color: #142e6a;
    border-top: 1px dotted #142e6a;
    border-bottom: 1px dotted #142e6a;
  font-size: 1em;
  height: 17px;
}
.pagination ul li{
  list-style: none inside none;
  display: block;
  float: left;
}
.pagination a:link, .pagination a:visited{color: #142e6a; margin: 0 7px 0 0;}
.pagination a:hover, .pagination a:active, .pagination li.active a{color: #bf1e2e;}

/* @end */


/* @end */




/* @group col_left */
#col_left{
  display: block;
  float: left;
  width: 210px;
  padding: 0;
  margin: 5px 0;
}

#submenu {
  margin: 5px 0 15px 0;
  padding: 0;
  z-index: 100;
  width: 190px;
}

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

#submenu ul li{
  display: block;
  padding: 4px 5px 5px 3px;
  margin: 0;
  text-align: right;
  border-bottom: 1px dashed #aaa;
  font-size: 1.1em;
}

#submenu ul li a:link, #submenu ul li a:visited{
  color: #7d7d7d;
  font-style: italic;
}

#submenu ul li:first-child{
  border-top: 1px dashed #aaa;
}
#submenu ul li a:hover, #submenu ul li a:active, #submenu ul li a.current{
  color: #bf1e2e;
  font-weight: bold;
  font-style: italic;
}


/* @end */

/* @group col_right */
#col_right{
  display: block;
  float: right;
  width: 210px;
  padding: 0;
  margin: 5px 0;
  /*overflow: hidden;*/
}



a.logintogglebutton:link, a.logintogglebutton:visited{
  width: 210px;
  height: 35px;
  display: block;
  padding: 10px 0 1px 30px;
  background:  url(../images/bg_loginbutton.png) no-repeat;
  font-weight: bold;
  color: #e7bfbf;
  text-shadow: #262626 1px 1px 2px;
  letter-spacing: 0.1em;
}
a.logintogglebutton:hover, a.logintogglebutton:active{
  color: #FFF;
  background:  url(../images/bg_loginbutton.png) no-repeat 1px 1px;
  padding: 11px 0 0 31px;
}
.loginform{
  width: 190px;
  background:  url(../images/redbg.jpg);
  padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.loginform label{
  margin: 3px 0;
  color: #FFF;
  font-weight: bold;
}
.loginform a:link{
  color: #FFF;
  font-size: 0.9em;
  padding: 12px 0 0 0;
  display: block;
}
.loginform a:hover{
  padding-left: 1px;
}
.loginform a.logintoggleclear {
  background:  url(../images/redbg.jpg);
  border: 1px solid #FFF;
  padding: 1px 5px;
  margin: 0 0 0 170px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    color: #FFF;
    font-size: 9pt;
}
#col_right h1{
  font-size: 14pt;
  margin: 4px 0;
  padding: 0;
}
#col_right .contact {
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
  color: #AAA;
  font-size: 9pt;
}
#col_right .contact label, #col_right .contact input{
  display: block;
  float: none;
}
#col_right .contact label{
  color: #666;
  margin: 6px 0 2px 0;
}
#col_right .contact input[type=text]{
  width: 190px;
  padding: 2px 3px;
  background: #eee;
}
#col_right .contact input[type=submit]{
    margin: 7px 4px;
}

/* @end */



/* @group sitefooter */


#sitefooter{
  width: 100%;
  position: relative;
}
#footercontent{
  color: #999;
  padding: 0;
  margin: 15px auto;
  font-size: 9pt;
  width: 990px;
}
.landings{
  width: 330px;
  height: 150px;
  padding: 0 0 0 130px;
  background:  url(../images/book.png) no-repeat;
}

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

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

.socialmedia{
  margin: 5px 0;
  padding: 5px 0;
  width: 205px;
  display: block;
  overflow:  hidden;
  border-bottom: 1px solid #345faa;
  border-top: 1px solid #345faa;
}
#socialshareprivacy{
  display: block;
  float: right;
  width: 500px;
}




.fbheader a:link{
  color: #666;
}
.fbheader a:hover{
  color: #bf1e2e;
}

.fbheader h2{
  padding: 0 0 0 5px;
  margin: 0;
  line-height: 11pt;
  font-size: 11pt;
  width: 400px;
  font-weight: bold;
}
.fbheader h2 span{
  font-size: 8pt;
}
.fbheader .fb_button_simple{
  width: 80px;
  text-align: right;
  height: 25px;
  overflow: hidden;
  display: block;
  float: right;
  padding: 0;
  background: none;
}
.fbheader .like_button_dark div.connect_widget_button_count_count{
  display: none;
}
.socialmedia #twtr-widget-1 .twtr-doc a.twtr-profile-img-anchor:link{
  color: #142e6a;
}
.facebutton a:link, .facebutton a:visited{
  font-size: 1em;
  display: block;
  background:  url(../images/facebook_40.png) no-repeat 0 3px;
  color: #345faa;
  font-weight: bold;
  padding: 0 0 0 50px;

}
.facebutton a:hover{
  padding: 1px 0 0 51px;
  background-position: 1px 4px;
}
.copyright{
  clear: both;
  border-top: 1px solid #DDD;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  font-size: 0.9em;
}

.e-brochure {
  width: 205px;
  padding: 5px 0;
  margin-top: 40px;
  margin-bottom: 15px;
  border-top: 1px solid #bf1e2e;
  border-bottom: 1px solid #bf1e2e;
}

.e-brochure img {
    /*width: 155px;
    height: 50px;*/
}

#pen-zentrum {
    width: 205px;
    height: 65px;
    margin: 20px 10px 0 0;
    padding: 5px 0;
    border-bottom: 1px solid #0092c9;
    border-top: 1px solid #0092c9;
}

#pen-zentrum p {
    color: #0092c9;
    float: left;
    font-size: 8pt;
    padding-left: 10px;
    width: 100px;
}

#pen-zentrum img {
    float: left;
    height: 65px;
}
