@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

body { font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: 1.3; background: white; }

input, button, textarea { font-family: Helvetica, Arial, sans-serif; }

a { color: #666; text-decoration: none; }

a:hover { text-decoration: underline; }

.clear { clear: both; }

.lclear { clear: left; }

.rclear { clear: right; }

.hidden { display: none; }

.dark-button, .light-button { text-align: left; display: inline-flex; min-width: 81px; padding: 0 7px; border-radius: 6px; box-sizing: border-box; box-shadow: 1px 2px 1px #efefef; line-height: 21px; background-clip: padding-box; margin-right: 5px; cursor: pointer; font-size: 12px; justify-content: space-between; }

.dark-button::after, .light-button::after { content: '›'; font-size: 16px; padding-left: 5px; }

.dark-button { background: linear-gradient(#d18782, #a91e14); border: 1px solid #d0d0d0; color: white !important; font-weight: bold; }

.dark-button:hover { text-decoration: none !important; background: linear-gradient(#c3635d, #7b160f); }

.light-button { background: linear-gradient(#fff, #ebe7e4); border: 1px solid #aaa; color: #a21a10 !important; font-weight: normal; }

.light-button:hover { text-decoration: none !important; background: linear-gradient(#e6e6e6, #d5cdc7); }

button.dark-button:hover, button.light-button:hover { text-decoration: underline; }

.dark-button.big-button, .light-button.big-button { min-width: 154px; line-height: 34px; padding: 0 12px; font-size: 14px; margin: 0; border-radius: 10px; box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.25); }

.dark-button.big-button::after, .light-button.big-button::after { font-size: 22px; padding-left: 5px; }

.site { margin: auto; margin-top: 10px; max-width: 980px; }

.site .menu { color: #999; z-index: 1; position: relative; }

.site .menu .right { float: right; }

.site .menu .right a:hover, .site .menu .right .highlight { color: black; }

.site .menu .right a.dark-button { margin: 0; }

.site .header { margin-top: 8px; height: 138px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; }

.site .header .title { background: url(images/title-en.svg) top left no-repeat; height: 42px; background-size: auto 42px; margin-bottom: 14px; }

.site .header.header-cs .title { background-image: url(images/title-cs.svg); }

.site .header .logo { background: url(images/hlava.svg) top left no-repeat; background-size: 100% 100%; height: 140px; width: 140px; position: absolute; right: 60px; bottom: 10px; }

.site .header .menubar { background: linear-gradient(#ccc, #808080); border-radius: 4px; height: 36px; }

.site .header .menubar .links { display: flex; align-items: center; margin-left: 10%; }

.site .header .menubar .links a { box-sizing: border-box; padding-top: 1px; display: inline-flex; width: 104px; height: 36px; text-decoration: none; text-align: center; color: white; font-size: 18px; align-items: center; justify-content: center; }

.site .header .menubar .links .sep { display: inline-block; height: 36px; background: linear-gradient(#b0b0b0, #707070); width: 1px; box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.25); }

.site .header .menubar .links a.active, .site .header .menubar .links a:hover { background: linear-gradient(#303030, #505050); box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.6); }

.site .submenu { margin-top: 10px; }

.site .submenu .search-button { position: relative; top: -4px; background: white; width: 309px; display: inline-flex; align-items: stretch; }

.site .submenu .search-button button { width: 78px; border: 0; padding: 0; margin: 0; background: linear-gradient(#fff, #ebe7e4); color: gray; font-size: 12px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; line-height: 20px; border-radius: 0 6px 6px 0; border: 1px solid #aaa; }

.site .submenu .search-button input { flex: 1; font-size: 12px; margin: 0; border: 0; background: transparent; padding: 4px 6px 2px 6px; border-radius: 6px 0 0 6px; border: 1px solid #aaa; border-right: 0; }

.site .submenu .right { float: right; color: gray; }

.site .submenu .right a.highlight { color: black; }

.site .submenu .right a:hover { color: black; }

.site .main { margin-top: 30px; }

.site .main .content_wrap { margin-left: -218px; float: right; width: 100%; }

.site .main .content_wrap .content { margin-left: 218px; }

.site .main .sidebar { float: left; overflow: hidden; width: 218px; }

.site .main .sidebar .categories { padding: 0 10px; }

.site .main .sidebar .categories a { display: block; }

.site .main .sidebar .categories a:hover { color: black; }

.site .main .sidebar .categories .all { margin-top: 20px; }

.site .footer { margin-top: 30px; margin-bottom: 30px; height: 180px; background-image: url(images/cards.svg), url(images/footer-mask.svg), linear-gradient(#707070, #3d3d3d); background-size: 240px auto, auto 100%, auto auto; background-position: top 30px left 250px, top left, top left; background-repeat: no-repeat, no-repeat, no-repeat; border-radius: 4px; color: white; line-height: 1.7; }

.site .footer a { color: white; }

.site .footer div { padding-right: 25px; }

.site .footer .l1 { text-align: right; padding-top: 20px; }

.site .footer .l2, .site .footer .l3 { text-align: right; margin-top: 20px; }

.site .footer .l3 { color: #aaa; }

.content h1 { font-size: 24px; font-style: italic; margin-bottom: 30px; font-weight: bold; color: #a21a10; }

.content h2 { font-size: 18px; font-weight: bold; color: #a21a10; margin-top: 30px; margin-bottom: 15px; }

.content a { color: #a21a10; text-decoration: none; }

.content a:hover { text-decoration: underline; }

.content b, .content strong { font-weight: bold; }

.content em, .content i { font-style: italic; }

.content hr { background-color: gray; border: 0; height: 1px; }

.content div.box { box-sizing: border-box; margin-bottom: 20px; border: 1px solid #e6e6e6; border-radius: 4px; }

.content div.box div.head { height: 32px; background: #e6e6e6; }

.content div.box div.head h2 { margin: 0px; color: gray; text-shadow: white 0px 0px 2px; font-size: 18px; padding: 6px 10px; font-weight: lighter; }

.content div.box div.body { background: #fdfdfd linear-gradient(to top, #f8f8f8 0px, #fdfdfd 20px, #fdfdfd 100%); min-height: 12px; padding: 10px; }

.content div.sbox { margin-bottom: 20px; width: 238px; border: 1px solid #e6e6e6; border-radius: 4px; box-sizing: border-box; }

.content div.sbox div.head { height: 32px; background: #e6e6e6; }

.content div.sbox div.head h2 { margin: 0px; color: gray; text-shadow: white 0px 0px 2px; font-size: 18px; padding: 6px 10px; font-weight: lighter; }

.content div.sbox div.body { background: #fdfdfd linear-gradient(to top, #f8f8f8 0px, #fdfdfd 20px, #fdfdfd 100%); min-height: 12px; padding: 10px; }

.content .error-box, .content .note-box { margin-bottom: 15px; }

.content .error-box span, .content .note-box span { box-shadow: #aaa 2px 2px 2px; border-radius: 4px; display: inline-block; padding: 5px; background: #ffa1a1; border: 1px solid #ff6e6e; }

.content .note-box span { background: #fffea1; border: 1px solid #d4d200; }

.content form.form div.field { margin-bottom: 7px; }

.content form.form div.field label { width: 100px; display: inline-block; padding-top: 4px; vertical-align: top; }

.content form.form div.field input, .content form.form div.field textarea { box-shadow: #ddd 1px 1px 2px 0 inset; border-radius: 4px; font-size: 12px; padding: 2px; border: 1px solid #aaa; width: 350px; }

.content form.form div.field textarea { height: 100px; }

.content form.form div.field select { padding: 2px; }

.content form.form div.field span.error { margin-top: 5px; color: red; margin-left: 5px; }

.content form.form .buttons, .content form.form button { margin-left: 102px; }

.content form.form .buttons button { margin-left: 0; }

.content div.form-box div.body { padding: 40px; }

.content div.form-box div.body h2.first { margin-top: 0; }

.content div.form-box div.body form.form .buttons, .content div.form-box div.body form.form button { margin-top: 35px; }

.content div.form-box div.body form.form .buttons button { margin-top: 0; }

.content .right-panel { background-color: white; border-left: 15px solid white; float: right; width: 238px; }

.content .right-panel div.news-box div.body .item { margin-bottom: 15px; }

.content .right-panel div.news-box div.body .last-item { margin-bottom: 0px; }

.content .right-panel div.news-box div.body .item h3 { font-size: 14px; font-weight: bold; margin-bottom: 15px; }

.content .right-panel .bs-box .bestseller { padding-bottom: 11px; border-bottom: 1px solid #ddd; margin-bottom: 11px; }

.content .right-panel .bs-box img { box-shadow: #aaa 2px 2px 2px; float: left; }

.content .right-panel .bs-box .details { padding-left: 100px; }

.content .right-panel .bs-box .details div { padding-bottom: 3px; }

.content .right-panel .bs-box .details .price { color: #a21a10; font-weight: bold; font-size: 14px; }

.content .right-panel .bs-box .showall { text-align: right; }

.content .right-panel .browser-box div.results-info { margin-bottom: 15px; font-weight: bold; }

.content .right-panel .browser-box form { clear: right; margin-bottom: 15px; padding-bottom: 4px; position: relative; }

.content .right-panel .browser-box form label { position: relative; top: 4px; }

.content .right-panel .browser-box form select { position: absolute; width: 140px; right: 0; }

.content .right-panel .browser-box form.bookspp select { width: auto; }

.content .right-panel .browser-box form.language select, .content .right-panel .browser-box form.condition select { width: 120px; }

.content .right-panel .cats-box p.nosel { margin-bottom: 15px; }

.content .right-panel .cats-box p.note { font-weight: bold; margin-bottom: 15px; }

.content .right-panel .cats-box p.all { margin-top: 15px; }

.content .right-panel .cats-box p a.active { color: black; font-weight: bold; }

.content .book-list-item { padding-bottom: 10px; padding-top: 10px; border-bottom: 1px solid #ddd; min-height: 150px; }

.content .book-list-item img { box-shadow: #aaa 2px 2px 2px; float: left; }

.content .book-list-item .details { padding-left: 105px; }

.content .book-list-item .details .author { margin-bottom: 2px; font-size: 18px; }

.content .book-list-item .details h2 { margin: 0 0 5px 0; font-size: 18px; }

.content .book-list-item .details h2 a { text-decoration: none; }

.content .book-list-item .details h2 a:hover { text-decoration: underline; }

.content .book-list-item .details .subtitle { margin: 0px 0 7px 2px; font-weight: bold; }

.content .book-list-item .details .prices { margin-top: 15px; margin-bottom: 15px; }

.content .book-list-item .details .prices span.o { text-decoration: line-through; color: #a21a10; font-size: 14px; font-weight: bold; }

.content .book-list-item .details .prices b { padding-left: 1px; }

.content .book-list-item .details .prices span.n { color: #a21a10; font-size: 18px; font-weight: bold; }

.content .book-list-item .details .av { margin-bottom: 15px; }

.content .book-list-item .details .av span { color: #a21a10; }

.content .book-list-item .reviews { margin-left: 105px; }

.content .book-list-item .reviews div.title { font-weight: bold; margin-top: 15px; }

.content .book-list-item .reviews div.text { text-align: justify; }

.content .book-list-item .reviews div.text p { margin-top: 15px; }

.content .book-list-item-last { border-bottom: 0; }

.ebooks-categories { padding-left: 10px; width: 180px; }

.ebooks-categories .head { display: none; }

.ebooks-categories .all { margin-top: 20px; }

.ebooks-categories .nosel { display: none; }

.ebooks-categories p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ebooks-categories p .active { font-weight: bold; color: black; }

.pg-home .banners { margin: auto; margin-bottom: 15px; text-align: center; }

.pg-home .banners a, .pg-home .banners img { line-height: 1; vertical-align: top; }

.pg-home .banners a { text-decoration: none; }

.pg-home .banners img { margin-left: -3px; }

.pg-home .sidebar .categories { display: none; }

.pg-home .content { margin-left: 0 !important; }

.pg-home .content .text { margin-left: 90px; margin-right: 90px; }

.pg-home .books-list table { width: 100%; empty-cells: show; table-layout: fixed; }

.pg-home .books-list table td { vertical-align: top; }

.pg-home .books-list table td.padleft { width: 76px; }

.pg-home .books-list table td.cover { padding-top: 10px; vertical-align: bottom; width: 166px; }

.pg-home .books-list table td.pad { width: 1px; }

.pg-home .books-list table td div.price { color: #a21a10; font-weight: bold; font-size: 14px; }

.pg-home .books-list table td img { box-shadow: #aaa 2px 2px 2px; }

.pg-home .books-list .linkbox { color: gray; margin-top: 10px; text-align: right; }

.pg-home .text h2 { font-size: 18px; font-weight: bold; color: #a21a10; margin-top: 30px; text-align: left; }

.pg-events .event { border-bottom: 1px solid #ddd; }

.pg-events .event h2 { margin-top: 15px; margin-bottom: 5px; }

.pg-events .event .place { margin-bottom: 15px; font-weight: bold; }

.content .pager-stripe { border-top: 1px solid #ddd; font-weight: bold; padding: 10px; text-align: center; word-spacing: 10px; }

.content .pager-stripe .active { font-size: 16px; }

.content .type-switcher { position: relative; top: -25px; color: #666; }

.content .type-switcher a { color: #666; }

.content .type-switcher a:hover { color: black; }

.pg-book .book-detail { margin-bottom: 15px; }

.pg-book .book-detail img.cover { box-shadow: #aaa 2px 2px 2px; float: left; margin-bottom: 15px; }

.pg-book .book-detail .basic-info { margin-left: 195px; }

.pg-book .book-detail .basic-info .book-buttons { float: right; width: 165px; text-align: right; }

.pg-book .book-detail .basic-info .book-buttons .add-to-cart { margin-bottom: 5px; }

.pg-book .book-detail .basic-info .book-buttons .ask-question { margin-bottom: 20px; }

.pg-book .book-detail .basic-info .book-buttons .ask-question a { margin-right: 0; }

.pg-book .book-detail .basic-info .book-buttons .addthis_toolbox { text-align: right; }

.pg-book .book-detail .basic-info .book-buttons .addthis_toolbox .icons { float: right; margin-top: 5px; clear: right; }

.pg-book .book-detail .basic-info .book-buttons .addthis_toolbox .share-btn { float: right; }

.pg-book .book-detail .basic-info h1 { margin: 0; }

.pg-book .book-detail .basic-info h1 span.author { color: black; font-style: normal; font-size: 18px; display: block; margin-bottom: 10px; }

.pg-book .book-detail .basic-info p.subtitle { font-weight: bold; }

.pg-book .book-detail .basic-info .prices { margin-top: 15px; }

.pg-book .book-detail .basic-info .prices span.o { text-decoration: line-through; color: #a21a10; font-size: 14px; font-weight: bold; }

.pg-book .book-detail .basic-info .prices b { padding-left: 1px; }

.pg-book .book-detail .basic-info .prices span.n { color: #a21a10; font-size: 18px; font-weight: bold; }

.pg-book .book-detail .basic-info .tax { margin-top: 1px; margin-left: 1px; }

.pg-book .book-detail .basic-info .field label { font-weight: bold; }

.pg-book .book-detail .basic-info .availability span.value { color: #a21a10; }

.pg-book .book-detail .basic-info .spacer { height: 15px; }

.pg-book .more-info h2 { margin-bottom: 15px; margin-top: 0; }

.pg-book .more-info p.synopsis { margin-bottom: 30px; }

.pg-book .more-info p.review { margin-bottom: 30px; }

.pg-book .book-detail-box .field label { font-weight: bold; }

.pg-book .book-detail-box .spacer { height: 15px; }

.pg-book .book-detail-box .keywords { margin-top: 15px; }

.pg-book .comments div.comment { margin-bottom: 15px; }

.pg-book .comments div.comment div.text span.author { font-weight: bold; display: inline-block; padding: 1px 3px; margin-right: 3px; }

.pg-book .comments div.comment_even span.author { background-color: #ffd8d8; border: 1px solid #ffa5a5; }

.pg-book .comments div.comment_odd span.author { background-color: #fffcd8; border: 1px solid #fff03f; }

.pg-book form.form div.field span.error { margin-top: 2px; color: red; margin-left: 102px; display: block; }

.pg-allcats table.cats, .pg-ebookcats table.cats { width: 100%; margin-left: auto; margin-bottom: 30px; }

.pg-allcats table.cats td, .pg-ebookcats table.cats td { width: 33.3%; vertical-align: top; }

.pg-allcats table.cats td p a, .pg-ebookcats table.cats td p a { color: black; }

.pg-allcats table.cats td p.index, .pg-ebookcats table.cats td p.index { color: #a21a10; margin-top: 15px; font-size: 18px; font-weight: bold; }

.pg-notfound p { margin-bottom: 15px; }

.pg-askquest p, .pg-askquest ul { margin-bottom: 15px; }

.pg-askquest ul { list-style-type: square; }

.pg-askquest ul li { margin-left: 30px; }

.pg-askquest table { border-collapse: collapse; }

.pg-askquest table td { border: 1px solid #ddd; padding: 5px; }

.pg-askquest div.box { margin-top: 40px; }

.pg-advsearch .content div.form-box div.body { padding: 25px; }

.pg-advsearch form.form_advsearch .big-button { margin-top: 20px !important; margin-left: 95px !important; }

.pg-advsearch form.form_advsearch .col1 { width: 410px; float: left; }

.pg-advsearch form.form_advsearch .col1 div.field label { width: 90px; }

.pg-advsearch form.form_advsearch .col1 div.field input { width: 285px; }

.pg-advsearch form.form_advsearch .col1 .spacer { padding-top: 25px; height: 50px; }

.pg-advsearch form.form_advsearch .col1 .type { padding-top: 25px; }

.pg-advsearch form.form_advsearch .col2 { width: 300px; float: left; }

.pg-advsearch form.form_advsearch .col2 div.field label { width: 90px; }

.pg-advsearch form.form_advsearch .col2 div.field_isbn input, .pg-advsearch form.form_advsearch .col2 div.field_keywords input, .pg-advsearch form.form_advsearch .col2 div.field_publisher input { width: 200px; }

.pg-advsearch form.form_advsearch .col2 div.field_price label { width: 94px; }

.pg-advsearch form.form_advsearch .col2 div.field_price input { width: 40px; }

.pg-advsearch form.form_advsearch .col2 div.field_price select { margin-left: 15px; }

.pg-advsearch form.form_advsearch .col2 .spacer { padding-top: 25px; height: 50px; }

.pg-advsearch form.form_advsearch .col2 .format { padding-top: 25px; }

.pg-advsearch .content div.not-found-box div.body { padding: 25px; }

.pg-advsearch .content div.not-found-box div.body a { margin-top: 25px; }

.pg-account-login .content form.form p.warning { margin-bottom: 15px; color: red; }

.pg-account-login .content form.form div.field label { width: 130px; }

.pg-account-login .content form.form div.field input { width: 190px; }

.pg-account-login .content form.form .buttons { margin-left: 132px; }

.pg-account-login .content .note { color: red; font-weight: bold; }

.pg-account-detail div.box table { border-collapse: collapse; table-layout: auto; }

.pg-account-detail div.box table td, .pg-account-detail div.box table th { vertical-align: bottom; padding: 2px 10px; }

.pg-account-detail div.box table th { padding-left: 0; font-weight: bold; }

.pg-account-detail div.box table tr.spent td { font-weight: bold; }

.pg-account-detail div.box table tr.email td { font-weight: bold; }

.pg-account-detail div.box table tr.credit th { color: darkgreen; }

.pg-account-detail div.box table tr.credit td { color: darkgreen; font-weight: bold; font-size: 18px; }

.pg-account-detail div.box .buttons { margin-top: 25px; }

.pg-account-detail div.box .buttons a { margin-right: 5px; }

.pg-browse p.empty { font-size: 18px; color: gray; }

.pg-cart p.empty { font-size: 18px; color: gray; }

.pg-cart p.search-notice, .pg-cart p.order-notice { margin-bottom: 15px; }

.pg-cart p.change-notice { display: inline-block; box-shadow: #aaa 2px 2px 2px; border-radius: 4px; background: #fffea1; border: 1px solid #d4d200; padding: 5px; margin-bottom: 15px; margin-right: 4px; }

.pg-cart p.change-notice .title { font-weight: bold; }

.pg-cart p.change-notice .author { font-style: italic; }

.pg-cart p.back-button { margin-bottom: 15px; }

.pg-cart .checkout-button { text-align: right; }

.pg-cart div.box { margin-bottom: 15px; }

.pg-cart div.box table { width: 100%; border-collapse: collapse; table-layout: auto; }

.pg-cart div.box table td, .pg-cart div.box table th { padding: 10px; }

.pg-cart div.box table .c2 { width: 100px; text-align: center; }

.pg-cart div.box table .c3 { width: 100px; text-align: right; }

.pg-cart div.box table button.light-button { margin-left: 0; }

.pg-cart div.box div.head { padding: 0 1px; }

.pg-cart div.box div.head th { font-weight: bold; }

.pg-cart div.box div.body { padding: 0 1px; }

.pg-cart div.box div.body table tr td { border-bottom: 1px solid #ddd; }

.pg-cart div.box div.body table tr.even { background-color: #f5f5f5; }

.pg-cart div.box div.body table .c1 p { margin-top: 10px; }

.pg-cart div.box div.body table .c1 p label { font-weight: bold; }

.pg-cart div.box div.body table .c1 p.title { margin-top: 0; }

.pg-cart div.box div.body table .c1 .availability-note span { display: inline-block; box-shadow: #aaa 2px 2px 2px; border-radius: 4px; padding: 5px; }

.pg-cart div.box div.body table .c1 .not-available span { background: #ffa1a1; border: 1px solid #ff6e6e; }

.pg-cart div.box div.body table .c1 .not-enough span { background: #fffea1; border: 1px solid #d4d200; }

.pg-cart div.box div.body table .c2 input { vertical-align: middle; font-size: 12px; padding: 2px; border: 1px solid #aaa; width: 30px; border-radius: 4px; }

.pg-cart div.box div.body table .c2 a { vertical-align: middle; display: inline-block; margin-left: 10px; background: url("images/cart_remove.png") center center no-repeat; width: 40px; height: 40px; border-radius: 6px; border: 1px solid transparent; }

.pg-cart div.box div.body table .c2 a:hover { border-color: #aaa; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }

.pg-cart div.box div.body table .c3 .czk { font-size: 16px; margin-bottom: 5px; }

.pg-cart div.box div.body table td.subtotal { text-align: right; font-weight: bold; }

.pg-cart div.box div.body table td.subtotal .czk { margin-bottom: 5px; }

.pg-cart div.box div.body table td.subtotal .czk label { font-size: 14px; padding-right: 5px; }

.pg-cart div.box div.body table td.subtotal .czk span { font-size: 18px; }

.pg-checkout1 .note-box-shift { margin-left: 102px; }

.pg-checkout1 .form-checkout-do .billing-group { display: none; }

.pg-checkout1 .form-checkout-do .shipping-group { display: none; }

.pg-checkout1 .form-checkout-do .repass-field { display: none; }

.pg-checkout1 .form-checkout-dont .account-group { display: none; }

.pg-checkout1 .form-checkout-create .ccard-note { display: none; }

.pg-checkout1 .account-group, .pg-checkout1 .shipping-group { margin-bottom: 30px; }

.pg-checkout2 .eet { margin-top: 15px; }

.pg-checkout2 .content form.form div.field label { padding-top: 0; width: 120px; }

.pg-checkout2 .content form.form div.field .value { font-weight: bold; }

.pg-checkout2 .customer-box .col { width: 50%; float: left; }

.pg-checkout2 .customer-box .col h2 { margin-top: 20px; }

.pg-checkout2 table.books { width: 100%; table-layout: fixed; border-collapse: collapse; }

.pg-checkout2 table.books tr td, .pg-checkout2 table.books tr th { vertical-align: top; text-align: right; padding: 5px 0px; }

.pg-checkout2 table.books tr.head th { font-weight: bold; border-bottom: 1px dashed #999; }

.pg-checkout2 table.books tr.head th.book { text-align: left; }

.pg-checkout2 table.books tr.head th.qty { width: 90px; }

.pg-checkout2 table.books tr.head th.ppi { width: 90px; }

.pg-checkout2 table.books tr.head th.tax { width: 90px; padding-left: 30px; text-align: center; }

.pg-checkout2 table.books tr.head th.price { width: 80px; }

.pg-checkout2 table.books tr.book td { padding-bottom: 0px; }

.pg-checkout2 table.books tr.book td.book { text-align: left; }

.pg-checkout2 table.books tr.book td.book span.title { font-weight: bold; }

.pg-checkout2 table.books tr.book-more td { text-align: left; padding-top: 0px; color: gray; }

.pg-checkout2 table.books tr.shipping td { border-top: 1px dashed #999; }

.pg-checkout2 table.books tr.shipping td.label { text-align: left; }

.pg-checkout2 table.books tr.totals td { border-top: 1px dashed #999; font-weight: bold; }

.pg-checkout2 table.books tr.totals td.label { text-align: left; }

.pg-checkout2 table.books tr.totals td.tax { padding-right: 10px; }

.pg-checkout2 form.form div.verify-box p.img { margin-bottom: 15px; }

.pg-checkout2 form.form div.verify-box div.field input { width: 100px; }

.pg-checkout2 .checkout-button { margin-top: 15px; text-align: right; }

.pg-checkout2 .checkout-button .dark-button { margin-left: 0px !important; }
