.shadow {
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.just-shadow {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.just-border {
    border: 1px solid #5e5e5e
}

* {
    -webkit-font-smoothing: antialiased !important
}

blockquote {
    padding: 0 14px;
    margin: 14px 0;
    border-left-width: 3px;
    color: #222
}

.row {
    margin: 0 -7px 14px;
    min-width: 0;
    max-width: none
}

.row .row {
    margin: 0 -7px 14px
}

.row form .row {
    margin-bottom: 14px
}

.column, .columns, .row form .row .column, .row form .row .columns {
    padding: 0 7px
}

.equal-height-columns .column > div, .equal-height-columns .column > ul, .equal-height-columns .columns > div, .equal-height-columns .columns > ul {
    height: 100%
}

.equal-height-columns .column .block, .equal-height-columns .columns .block {
    margin-bottom: 0 !important
}

@media screen and (max-width: 800px) {
    .equal-height-columns .column, .equal-height-columns .columns {
        height: auto !important
    }
}

.col-main {
    margin-bottom: 14px !important
}

@media only screen and (max-width: 800px) {
    .hide-for-large, .hide-for-large-up, .hide-for-medium, .hide-for-xlarge, .show-for-medium-down, .show-for-small {
        display: inherit !important
    }

    .hide-for-medium-down, .hide-for-small, .show-for-large, .show-for-large-up, .show-for-medium, .show-for-xlarge {
        display: none !important
    }
}

.main-container {
    padding-top: 14px;
    overflow: auto
}

@media screen and (max-width: 800px) {
    .column, .columns {
        margin-bottom: 14px
    }

    header .column, header .columns {
        margin-bottom: 0
    }

    .header .column, .header .columns {
        padding: 0 7px
    }

    .row {
        margin-bottom: 0
    }
}

.cms-index-index .page-title {
    background: 0 0;
    padding: 0;
    margin-bottom: 14px !important
}

.cms-index-index .page-title h1 {
    color: #234FD8 !important
}

blockquote, body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    font-size: 13px
}

body {
    color: #222;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

.wrapper {
    margin: 0 auto
}

.header-container, .main-container, footer {
    max-width: 1440px;
    margin: auto
}

@media screen and (min-width: 801px) {
    .header-container, .main-container {
        padding: 14px
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: Georgia, serif;
    color: #283667
}

h1 {
    font-size: 22px
}

.page-title h1, .page-title h2, .product-name h1 {
    margin-bottom: 14px
}

h2 {
    font-size: 13px;
    color: #5e5e5e;
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

.cms-page-view .std h2 {
    font-size: 18px;
    font-family: Georgia, serif;
    text-transform: none;
    color: #02205f
}

h3 {
    font-size: 16px
}

ol, ul {
    margin-bottom: 0
}

.std ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 1em
}

.std ul.messages {
    list-style-type: none;
    margin-bottom: 1em
}

.std ol {
    padding-left: 20px;
    list-style-type: decimal;
    margin-bottom: 1em
}

hr {
    border-color: #bfbcbc;
    margin: 14px 0
}

.button, button {
    min-height: 0;
    padding: 7px !important;
    color: #fff;
    float: left;
    display: block;
    font-size: 13px;
    background: #2a4782;
    text-align: left;
    margin-bottom: 7px;
    margin-right: 7px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 400;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #2a4782
}

.button:focus, .button:hover, button:focus, button:hover {
    background: #283667;
    border: 1px solid #283667
}

.button.small, button.small {
    font-size: 11px;
    padding: 3.5px !important;
    height: auto;
    min-height: 0
}

.button[disabled]:hover, button[disabled]:hover {
    background: #283667;
    border: 1px solid #283667
}

section[role=main] {
    margin-bottom: 28px
}

.actions {
    overflow: auto
}

.button.secondary {
    background: #dadbe4;
    border: 0;
    color: #222 !important
}

.button.secondary:focus, .button.secondary:hover {
    background: #bfbcbc
}

@media screen and (max-width: 800px) {
    .button, button {
        min-height: 0;
        padding: 5px;
        margin-bottom: 5px;
        color: #fff
    }
}

a.button {
    color: #fff !important
}

p {
    font-size: 13px;
    line-height: 130%;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

a, a:visited {
    color: #02205f
}

a:active, a:hover {
    color: #283667
}

.note-msg {
    clear: both
}

dt {
    font-weight: 700
}

input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
    border: 1px solid #5e5e5e;
    border-color: #b3b3b3;
    min-height: 32px;
    font-size: 1em;
    background: #efeeee;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0;
    padding: 6px 8px
}

input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, textarea:focus {
    background: #efeeee;
    outline: 0 !important;
    border-color: #5e5e5e
}

.input-range {
    display: block;
    clear: both
}

.input-range input {
    width: 30%;
    float: left
}

.input-range .separator {
    float: left;
    display: inline;
    color: #222
}

.input-range small {
    margin: 0 10px
}

select {
    background: #efeeee
}

.block-content input[type=date], .block-content input[type=datetime], .block-content input[type=email], .block-content input[type=number], .block-content input[type=password], .block-content input[type=search], .block-content input[type=tel], .block-content input[type=text], .block-content input[type=time], .block-content input[type=url], .block-content select, .block-content textarea, footer select {
    background: #fff
}

.error-msg, .note-msg, .notice-msg, .success-msg {
    color: #222;
    padding: 7px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #5e5e5e
}

.error-msg ul li span {
    font-weight: 700
}

.error-msg:before, .note-msg:before, .notice-msg:before, .success-msg:before {
    font-size: 20px;
    margin: 0 10px 0 0
}

.error-msg {
    background-color: #ff9595
}

.success-msg {
    background-color: #c6e79f
}

.note-msg, .notice-msg {
    background-color: #fcf5ee
}

i {
    font-family: FontAwesome;
    font-style: normal
}

.product-view i {
	font-family: inherit;
	font-style: italic;
}

@media screen and (min-width: 801px) {
    [class*=column] + [class*=column]:last-child {
        float: left
    }
}

.row .mobile-two:last-child {
    float: left
}

fieldset {
    margin: 0
}

.fieldset, fieldset {
    background: #fcf5ee
}

ul.form-list li {
    max-width: 75%
}

.label, label {
    background: 0 0;
    color: #222;
    padding: 0;
    font-size: 13px
}

@media screen and (max-width: 500px) {
    ul.form-list li {
        max-width: 100%
    }

    ul.form-list li.field {
        width: 100%
    }
}

fieldset {
    border: 0;
    padding: 0;
    width: 100%
}

.fieldset h2, .fieldset h3, .fieldset h4, .fieldset h5, .fieldset h6 {
    text-transform: none
}

label {
    font-size: 1em
}

.label {
    white-space: normal
}

.fieldset input, .fieldset input[type=date], .fieldset input[type=datetime], .fieldset input[type=email], .fieldset input[type=number], .fieldset input[type=password], .fieldset input[type=search], .fieldset input[type=tel], .fieldset input[type=text], .fieldset input[type=time], .fieldset input[type=url], .fieldset select, .fieldset textarea {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0
}

.std ul.form-list, .std ul.list-select {
    margin: 0;
    padding: 0
}

li.control {
    list-style-type: none
}

.page-print h1, .page-print h2, .page-print h3, .page-print h4, .page-print h5, .page-print h6 {
    font-size: 14px;
    display: block
}

.block-left-callout {
    background-color: #eb7e20;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 7px 50% 7px 7px
}

.breadcrumbs li, .breadcrumbs li a, .breadcrumbs li span, .breadcrumbs ul {
    font-size: 11px
}

.breadcrumbs {
    margin-bottom: 13px
}

@media screen and (max-width: 500px) {
    .breadcrumbs {
        width: 100% !important;
        clear: both
    }
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    margin: 14px 0
}

caption, td, th {
    vertical-align: top;
    text-align: left;
    font-weight: 400
}

.data-table tbody tr:nth-child(odd) {
    background: #efeeee
}

.data-table tbody tr:nth-child(even) {
    background: #fcf5ee
}

.data-table thead, .data-table thead span, .data-table thead th {
    color: #fff
}

.data-table {
    width: 100%
}

.data-table .odd {
    background-color: #CDF3FF
}

.data-table .even {
    background-color: #f1f9fa
}

.data-table tbody.odd {
    background-color: #CDF3FF
}

.data-table tbody.even {
    background-color: #f1f9fa
}

.data-table td.last, .data-table th.last {
    border-right: 0
}

.data-table tr.last td, .data-table tr.last th {
    border-bottom: 0 !important
}

.data-table td, .data-table th {
    padding: 10px 7px
}

.data-table thead th {
    padding: 10px 7px;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle
}

.data-table thead th.wrap {
    white-space: normal
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap
}

.data-table tfoot {
    background: #fff
}

.data-table tfoot tr td {
    font-weight: 400
}

.data-table tbody.even tr td, .data-table tbody.odd tr td, .data-table tfoot td, .data-table tfoot th {
    border-bottom: 0
}

.data-table tbody.even tr.border td, .data-table tbody.odd tr.border td {
    border-bottom: 1px solid #ddd
}

.data-table tbody td .option-label {
    font-weight: 700;
    font-style: italic
}

.data-table tbody td .option-value {
    padding-left: 10px
}

.print-head {
    clear: both
}

table tbody tr td, table tfoot tr td, table tfoot tr th, table thead tr th, table tr td {
    font-size: 13px;
    line-height: 120%
}

header {
    margin-top: 0;
    padding-top: 0
}

.row.header-container, .row.header-container .column, row.header-container .columns, row.header-container .row {
    margin: 0;
    padding: 0
}

.contact-header, .search-header, .toplinks-header, header > .row {
    margin-bottom: 0
}

.header-container {
    background: #fff;
}

header .logo {
    margin: 0
}

.logo a img {
    float: left;
    vertical-align: middle;
	width: 164px;
    height: 97px;
}


@media screen and (min-width: 800px) {
    .logo a img {
        padding-top: 20px;
    }
}

.logo a .tagline {
    padding: 35px 0 0 20px;
    float: left;
    vertical-align: middle
}

.contact-header .contact-details {
    float: right
}

.contact-header .contact-details div {
    float: right;
    display: block
}

.contact-header .email:before {
    content: " ";
    padding-top: 5px;
    padding-left: 23px;
    padding-bottom: 5px;
    background: url(../images/firsty/mail-header.gif) left center no-repeat;
    margin-left: 10px
}

.contact-header .phone:before {
    content: " ";
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    background: url(../images/firsty/mobile-header.gif) left center no-repeat
}

.tagline {
    font-size: 15px;
    color: #2ba6cb
}

.advanced-search-link {
    font-size: 11px;
    float: right;
    margin: 10px 10px 0 0
}

#search_mini_form {
    margin: 0
}

header .form-search button.btn-search {
    display: none;
    color: #fff;
    background: #2ba6cb;
    width: 40px !important
}

header .form-search button.btn-search:before {
    color: #fff;
    font-size: 20px
}

header .form-search input.input-text {
    width: 250px;
    height: 32px;
    margin-bottom: 0
}

.quick-access .links {
    margin-right: 0
}

.quick-access .links li a {
    background: 0 0;
    font-size: 1em;
    width: auto;
    border: 0;
    box-shadow: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 15px 0 0;
    min-height: 0
}

.quick-access .links li.last a {
    margin-right: 0
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
    .quick-access .links li a {
        font-size: .9em
    }
}

@media screen and (max-width: 800px) {
    header .logo {
        margin: 7px 0 0 7px
    }

    header .logo img {
	    height: 77px;
        width: 164px;
    }

    .search-mini-form {
        width: 100%;
        margin-bottom: 0
    }

    .form-search {
        width: 100%;
        float: right
    }

    header .btn-search {
        width: 15% !important
    }

    header .form-search input.input-text {
        width: 83%;
        width: calc(60%);
        width: 100%
    }

    .quick-access .column, .quick-access .columns, .toplinks-header .columns, .toplinks-header .links {
        margin-bottom: 0
    }
}

.cart-header:before {
    color: #fff
}

#navigation-bar {
    background: #02205f;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    font-size: 14px;
    min-height: 38px
}

.toggle-navigation-bar {
    background: #02205f;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

ul.navigation-list li {
    position: relative
}

ul.navigation-list li a {
    display: block;
    float: left;
    padding: 8px 12px;
    color: #fff;
    text-transform: uppercase
}

ul.navigation-list ul {
    display: none;
    border-top: 0;
    position: absolute;
    margin-left: 0;
    top: 36px;
    left: 0;
    background: #02205f
}

ul.navigation-list li.has-dropdown ul li, ul.navigation-list li.has-dropdown ul li a {
    width: 100%;
    display: block
}

ul.navigation-list li.social {
    float: right
}

@media screen and (max-width: 1240px) {
    ul.navigation-list li.social {
        display: none
    }
}

ul.navigation-list li.social a {
    padding: 0;
    margin: 6px 8px 0 0
}

.dropdown li {
    border-top: 1px solid #fff;
    overflow: auto
}

.menu-toggle {
    cursor: pointer
}

.menu-toggle svg {
    position: relative;
    top: 2px
}

.dropdown-toggle {
    cursor: pointer;
    width: 15px;
    height: 20px;
    margin-top: 9px;
    margin-right: 9px;
    float: right;
    background: url(../images/osprey/plus-minus.png) no-repeat
}

.dropdown-toggle.click {
    background-position: 0 -201px
}

@media screen and (max-width: 1070px) {
    ul.navigation-list li a {
        padding: 8px 5px
    }
}

@media screen and (max-width: 1130px) {
    ul.navigation-list li.social {
        display: none
    }
}

.toggle-navigation-bar {
    display: none
}

@media screen and (min-width: 941px) {
    .toggle-navigation-bar {
        display: none
    }

    #navigation-bar {
        display: block !important
    }

    ul.navigation-list ul {
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
    }

    .navigation-list .dropdown-toggle {
        display: none
    }

    ul.navigation-list li.has-dropdown.hover ul {
        display: block;
        z-index: 1000;
        width: 18em
    }

    ul.navigation-list > li {
        float: left
    }

    ul.navigation-list li.has-dropdown ul a:hover, ul.navigation-list > li > a:hover {
        background: #283667
    }
}

@media screen and (max-width: 940px) {
    .toggle-navigation-bar {
        display: block
    }

    #navigation-bar {
        display: none
    }

    #navigation-bar.show {
        display: block;
        border: 0;
        border-top: 1px solid #fff
    }

    ul.navigation-list li.has-dropdown.toggled ul {
        display: block;
        clear: both;
        width: 100%
    }

    ul.navigation-list ul {
        position: relative;
        top: 0;
        background: #283667
    }

    ul.navigation-list li {
        float: none;
        width: 100%;
        clear: both;
        overflow: auto
    }

    ul.navigation-list > li {
        border-bottom: 1px solid #fff
    }

    ul.navigation-list > li li {
        border-top: 1px solid #fff
    }

    ul.navigation-list li a {
        float: none;
        width: 100%
    }

    ul.navigation-list li.has-dropdown > a {
        width: 70%;
        float: left
    }

    ul.navigation-list li.has-dropdown > span {
        float: right
    }
}

ul.toggle-navigation-bar {
    color: #fff;
    padding: 7px;
    overflow: auto
}

ul.toggle-navigation-bar a {
    color: #fff
}

ul.toggle-navigation-bar li.menu-toggle {
    float: left
}

ul.toggle-navigation-bar li.mini-cart {
    float: right;
    line-height: 0;
    position: relative;
    top: 12px
}

@media screen and (min-width: 941px) {
    ul.navigation-list li.adventures {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

ul.navigation-list li.adventures, ul.navigation-list li.adventures a {
    background-color: #000
}

ul.navigation-list li.adventures > a {
    padding-left: 44px;
    background: url(../images/osprey/adventures-mini-logo.png) 8px 5px no-repeat #000
}

@media screen and (max-width: 940px) {
    ul.navigation-list li.adventures ul li a {
        background: #ccc;
        color: #222
    }
}

ul.navigation-list li.adventures ul li a:hover {
    background: #ccc;
    color: #222
}

@media screen and (min-width: 941px) {
    ul.navigation-list li.games {
        border-left: 1px solid #fff
    }

    ul.navigation-list li.military {
        border-left: 1px solid #fff
    }
}

ul.navigation-list li.games, ul.navigation-list li.games a {
    background-color: #9e3d23
}

@media screen and (max-width: 940px) {
    ul.navigation-list li.games ul li a {
        background: #dcb199;
        color: #222
    }
}

ul.navigation-list li.games ul li a:hover {
    background: #dcb199;
    color: #222
}

li.level1 ul {
    display: none
}

li.level0 ul {
    margin-left: 0;
    padding-left: 0
}

li.level1 .cat-header {
    padding-left: 14px
}

li.level1 ul.expanded {
    display: block
}

li.active > span > a {
    font-weight: 700
}

li.active.parent > span > a {
    font-weight: 400
}

.cat-header {
    display: block;
    margin-bottom: 1;
    width: 100%;
    padding: 7px;
    font-size: 13px;
    border-bottom: 1px solid #efeeee
}

li.level1:last-child > .cat-header:last-child {
    border-bottom: 0 !important
}

.expand-cat-nav {
    background: url(../images/osprey/plus-minus.png);
    width: 15px;
    height: 20px;
    float: right;
    cursor: pointer
}

.expand-cat-nav.clicked {
    background-position: 0 -201px
}

.level0 > .cat-header {
    background: #02205f;
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

.level0 > .cat-header > a {
    color: #fff
}

.level1 > .cat-header {
    background: #02205f;
    text-transform: uppercase;
    border-bottom: 1px solid #fff
}

.level1 > .cat-header > a {
    color: #fff
}

.level2 > .cat-header {
    background: #283667
}

.level2 > .cat-header > a {
    color: #fff
}

.level3 .cat-header {
    background: #dadbe4;
    padding: 3px 7px
}

.level3 .cat-header > a {
    color: #222
}

#cat_55 .cat-header {
    background: #9e3d23;
    color: #fff
}

#cat_55 ul .cat-header {
    background: #dcb199
}

#cat_55 ul .cat-header a {
    color: #222
}

#cat_63 .cat-header {
    background: #000
}

#cat_63 ul .cat-header {
    background: #ccc
}

#cat_63 ul .cat-header a {
    color: #222
}

.block-banner {
    background: #2a4782
}

.block-banner a {
    color: #fff !important
}

.block-banner .banner-image p, .block-banner .banner-image p img {
    margin: 0;
    width: 100%
}

.bottom-banner {
    padding: 7px
}

.block {
    background: #efeeee;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.block-title {
    color: #5e5e5e;
    padding: 0;
    min-height: 30px;
    text-transform: uppercase
}

.block-title h2, .block-title h3 {
    color: #5e5e5e;
    font-size: 13px
}

.block-content {
    padding: 7px;
    background: #efeeee
}

.block-category-nav, .block-left-callouts {
    background: 0 0;
    padding: 0;
    color: #5b585e
}

.bottom-banner {
    background: #2a4782
}

.block-account .block-content, .block-account .block-title, .block-category-nav .block-content, .block-category-nav .block-title, .block-left-callouts .block-content, .block-left-callouts .block-title, .block-subscribe .block-content {
    padding: 0
}

section .block-left-callouts h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    color: #234FD8
}

.block-left-callouts {
    margin-bottom: 20px !important
}

.block .block-subtitle {
    font-size: 1em
}

.block-poll .label {
    font-size: 11px;
    line-height: 120%
}

.block-wishlist .product-details {
    clear: both
}

.block-wishlist .mini-products-list .price-box {
    font-size: 1em;
    margin-bottom: 0;
    float: none
}

.block-wishlist .mini-products-list .product-name {
    margin-bottom: 0
}

.block-account-navigation, .block-add-store, .block-best-sellers, .block-biographical-note, .block-blog-authors, .block-blog-categories, .block-blog-search, .block-blog-tags, .block-book-suggestion, .block-books-contributor, .block-cart, .block-contents, .block-description, .block-google-books-search, .block-latest-forum, .block-latest-posts, .block-members-related-content, .block-members-sidebar, .block-membership-advertisement, .block-poll, .block-reorder, .block-reviews-form, .block-reviews-list, .block-sidebar-login, .block-store-locator-callout, .block-subscribe, .block-trade-contacts, .block-twitter-feed, .block-up-sell, .block-viewed, .block-wishlist {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.block-account-navigation h2, .block-account-navigation h3, .block-add-store h2, .block-add-store h3, .block-best-sellers h2, .block-best-sellers h3, .block-biographical-note h2, .block-biographical-note h3, .block-blog-authors h2, .block-blog-authors h3, .block-blog-categories h2, .block-blog-categories h3, .block-blog-search h2, .block-blog-search h3, .block-blog-tags h2, .block-blog-tags h3, .block-book-suggestion h2, .block-book-suggestion h3, .block-books-contributor h2, .block-books-contributor h3, .block-cart h2, .block-cart h3, .block-contents h2, .block-contents h3, .block-description h2, .block-description h3, .block-google-books-search h2, .block-google-books-search h3, .block-latest-forum h2, .block-latest-forum h3, .block-latest-posts h2, .block-latest-posts h3, .block-members-related-content h2, .block-members-related-content h3, .block-members-sidebar h2, .block-members-sidebar h3, .block-membership-advertisement h2, .block-membership-advertisement h3, .block-poll h2, .block-poll h3, .block-reorder h2, .block-reorder h3, .block-reviews-form h2, .block-reviews-form h3, .block-reviews-list h2, .block-reviews-list h3, .block-sidebar-login h2, .block-sidebar-login h3, .block-store-locator-callout h2, .block-store-locator-callout h3, .block-subscribe h2, .block-subscribe h3, .block-trade-contacts h2, .block-trade-contacts h3, .block-twitter-feed h2, .block-twitter-feed h3, .block-up-sell h2, .block-up-sell h3, .block-viewed h2, .block-viewed h3, .block-wishlist h2, .block-wishlist h3 {
    margin-bottom: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

.block-account-navigation .block-content, .block-add-store .block-content, .block-best-sellers .block-content, .block-biographical-note .block-content, .block-blog-authors .block-content, .block-blog-categories .block-content, .block-blog-search .block-content, .block-blog-tags .block-content, .block-book-suggestion .block-content, .block-books-contributor .block-content, .block-cart .block-content, .block-contents .block-content, .block-description .block-content, .block-google-books-search .block-content, .block-latest-forum .block-content, .block-latest-posts .block-content, .block-members-related-content .block-content, .block-members-sidebar .block-content, .block-membership-advertisement .block-content, .block-poll .block-content, .block-reorder .block-content, .block-reviews-form .block-content, .block-reviews-list .block-content, .block-sidebar-login .block-content, .block-store-locator-callout .block-content, .block-subscribe .block-content, .block-trade-contacts .block-content, .block-twitter-feed .block-content, .block-up-sell .block-content, .block-viewed .block-content, .block-wishlist .block-content {
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.block-best-sellers .block-content, .block-biographical-note .block-content, .block-blog-authors .block-content, .block-blog-categories .block-content, .block-blog-search .block-content, .block-blog-tags .block-content, .block-book-suggestion .block-content, .block-contents .block-content, .block-description .block-content, .block-members-sidebar .block-content, .block-poll .block-content, .block-reviews-list .block-content, .block-twitter-feed .block-content {
    background: #fcf5ee
}

.block-members-related-content a {
    margin-bottom: 7px;
    display: block
}

.block-members-discount-callout .block-content {
    background: #dadbe4
}

.block-best-sellers li {
    list-style-type: disc;
    margin-left: 20px
}

.block-subscribe .block-content {
    background: #dadbe4
}

.block-subscribe .block-content .subscribe-image {
    max-height: 140px;
    overflow: hidden
}

.block-subscribe .block-content .subscribe-image > p {
    margin: 0
}

.block-subscribe .block-content form {
    padding: 7px;
    margin: 0
}

.block-subscribe .block-content form p {
    margin-bottom: 7px
}

.block-subscribe .block-content img {
    width: 100%;
    min-width: 100%
}

.block-store-locator-callout .block-content {
    background: #fff
}

.block-store-locator-callout .bottom-banner {
    background: #fff;
    color: #222
}

.block-book-suggestion .fieldset, .block-google-books-search .fieldset, .block-sidebar-login .fieldset {
    background: 0 0;
    margin: 0;
    padding: 0
}

.block-book-suggestion ul.form-list li, .block-google-books-search ul.form-list li, .block-sidebar-login ul.form-list li {
    max-width: 100%
}

.block-book-suggestion a, .block-google-books-search a, .block-sidebar-login a {
    display: block;
    margin-bottom: 7px
}

#postComment .fieldset, #postComment fieldset, .block-blog-search .fieldset, .block-blog-search fieldset {
    background: 0 0;
    padding: 0
}

.block-membership-advertisement .block-content {
    background: #2a4782
}

.block-trial-callout .block-content {
    background: #fff
}

.block-trial-callout .block-content h3 {
    font-size: 24px
}

.block-trial-callout .block-content .button {
    display: inline-block;
    float: none
}

.members-login-feature-block img {
    border: 1px solid #5e5e5e;
    margin-bottom: 1em
}

.members-login-feature-block h2, .members-login-feature-block h3 {
    font-weight: 700 !important;
    color: #222 !important;
    text-transform: none;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

.members-login-feature-block p {
    font-size: 11px
}

.banner-slideshow .cycle-slide-caption {
    background: url(../images/osprey/white-85-opac.png);
    padding: 7px 10px;
    margin-right: 7px;
    font-size: 18px;
    font-family: Georgia, serif;
    color: #222
}

@media screen and (max-width: 800px) {
    .banner-slideshow .cycle-slide-caption {
        font-size: 13px
    }
}

.home-top-callout, .home-top-callout a, .home-top-callout div, .home-top-callout img, .home-top-callout p {
    margin: 0;
    max-width: 100% !important
}

.home-top-callout a {
    display: inline-block
}

.home-top-callout.top {
    margin-bottom: 14px
}

@media screen and (max-width: 1100px) and (min-width: 801px) {
    .eight.qbanner-home-col {
        width: 100%;
        margin-bottom: 14px
    }

    .four.home-top-callouts-col {
        width: 100%
    }

    .four.home-top-callouts-col .home-top-callout {
        width: 50%;
        float: left
    }

    .four.home-top-callouts-col .home-top-callout.top {
        padding-right: 7px;
        margin-bottom: 0
    }

    .four.home-top-callouts-col .home-top-callout.bottom {
        padding-left: 7px
    }

    .four.home-top-callouts-col .home-top-callout img {
        width: 100%
    }
}

#featured-slider {
    background: #efeeee;
    padding: 7px
}

.product-slider .nav {
    width: 5%
}

.product-slider .inner-slider {
    width: 90%
}

.outer-slideshow {
    overflow: hidden;
    clear: both
}

.inner-slideshow {
    overflow: auto
}

.product-slider {
    background: #efeeee;
    padding: 14px 0 8px;
    overflow: hidden;
    width: 100%;
    max-width: 100%
}

.product-slider .nav {
    padding-top: 7%;
    cursor: pointer
}

.product-slider .nav.prev img {
    float: right
}

.product-slider .nav.next img {
    float: left
}

.product-slider .btn-cart, .product-slider .more-info, .product-slider .product-name {
    display: inline-block;
    max-width: 100%
}

.product-slider .more-info {
    background: #21285c;
    text-align: center;
    width: 100%
}

.more-info {
    width: auto
}

.product-slider {
    display: none
}

.product-slider.first {
    display: block
}

.slide-product {
    margin-bottom: 10px;
    padding: 0 30px
}

@media screen and (max-width: 1100px) {
    .slide-product {
        padding: 0 15px
    }
}

.slide-product.columns:last-child {
    float: left !important;
    height: 100%
}

.tab-container {
    float: left;
    display: block;
    margin-right: 5px
}

.slider-tabs {
    margin-left: 0
}

.tab-container a {
    padding: 7px;
    display: block;
    color: #222;
    background: #ccc
}

.cycle-pager-active.tab-container a {
    background: #233267;
    color: #fff
}

.outer-slideshow .product-name {
    margin-top: .5em;
    font-size: 13px;
    line-height: 120%
}

.outer-slideshow .price, .outer-slideshow .price-box {
    font-size: 13px
}

.more-info {
    padding: 7px;
    min-height: 0
}

.more-info > * {
    display: block
}

.featured-accordion span.cat-header {
    background: #02205f;
    color: #fff;
    margin-bottom: 7px;
    width: 100%;
    display: block;
    padding-right: 7px;
    overflow: auto
}

.featured-accordion .cat-link {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 80%;
    float: left
}

li.featured-accordion-item.active > span > a {
    font-weight: 400
}

.featured-accordion span.expand-cat-nav {
    float: right;
    display: block;
    width: 20%;
    padding: 0;
    margin: 0;
    height: 20px;
    background: url(../images/osprey/plus-minus.png) right 0 no-repeat;
    cursor: pointer
}

.featured-accordion-item.active span.expand-cat-nav {
    background: url(../images/osprey/plus-minus.png) right -201px no-repeat
}

.featured-accordion-item {
    overflow: auto
}

.featured-accordion-item .separator {
    clear: both
}

.featured-accordion-item.active {
    overflow: auto;
    background: #fbe3ce;
    margin-bottom: 7px
}

.featured-accordion-item ul {
    display: none;
    margin: 14px 0;
    overflow: auto
}

.product-slider .no-products {
    padding: 15px
}

.featured-accordion-item ul.expanded {
    display: block;
    background: #efeeee
}

.featured-accordion-expand .product-image, .featured-accordion-expand .product-name {
    width: 100%;
    display: block
}

.featured-accordion-expand .product-name {
    margin: 10px 0 5px;
    font-size: 14px
}

.featured-accordion-expand .price {
    font-size: 14px
}

.featured-accordion-expand .separator {
    clear: both;
    width: 100%
}

.twitter-feed {
    max-height: 250px;
    overflow-y: scroll
}

.block-latest-posts h5 {
    font-size: 16px
}

.block-latest-posts .block-content {
    background: #dadbe4;
    height: calc(100% - 38px)
}

.block-latest-posts .block-content .posts-container {
    background: #fff;
    padding: 7px
}

.block-latest-posts .block-title h3 {
    color: #02205f;
    font-size: 22px
}

.block-latest-posts .block-footer a {
    font-size: 18px;
    margin: 7px 0;
    display: block
}

.block-latest-forum h5 {
    font-size: 16px;
    margin-bottom: 0
}

.block-latest-forum .topics-container .latest-topic {
    border-bottom: 1px solid #5e5e5e;
    padding: 7px
}

.block-latest-forum .topics-container .latest-topic:nth-child(even) {
    background: #efeeee
}

.block-latest-forum .topics-container .latest-topic .post {
    margin: 3px 0
}

.block-latest-forum .topics-container .latest-topic footer {
    overflow: auto;
    color: #5e5e5e
}

.block-latest-forum .topics-container .latest-topic footer .date {
    float: right
}

.block-latest-forum .block-content {
    background: #dadbe4;
    height: calc(100% - 38px)
}

.block-latest-forum .block-title h3 {
    color: #02205f;
    font-size: 22px
}

.block-latest-forum .block-footer a {
    font-size: 18px;
    margin: 7px 0;
    display: block
}

.block-latest-forum .block-title, .block-latest-posts .block-title {
    min-height: 37px
}

.forum-read-more {
    display: block
}

.home-membership-advertisement-col .block .block-content, .home-newsletter-col .block .block-content, .home-poll-col .block .block-content, .home-store-locator-col .block .block-content, .home-suggestion-col .block .block-content, .home-twitter-col .block .block-content {
    height: 90%;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    margin-bottom: 0 !important
}

.footer-container {
    width: 100%;
    background: #efeeee;
    border-top: 1px solid #222;
    overflow: auto;
    padding-bottom: 28px
}

.footer-container footer {
    padding: 14px
}

.footer-container footer .footer-main-wrapper {
    width: 80%;
    float: left;
    overflow: auto
}

.footer-container footer .footer-main-wrapper .footer-col-left {
    width: 25%;
    float: left;
    padding: 0 14px 0 0
}

.footer-container footer .footer-main-wrapper .footer-col-main {
    width: 75%;
    float: right;
    padding: 0 7px
}

.footer-container footer .footer-main-wrapper .footer-col-main ul {
    width: 33%;
    float: left;
    display: block;
    margin-bottom: 1em
}

.footer-container footer .footer-main-wrapper .footer-col-main ul li {
    padding-right: 1em
}

.footer-container footer .footer-col-right {
    width: 20%;
    float: right;
    padding: 0 0 0 14px
}

.footer-container footer .footer-col-right .form-language {
    float: left
}

@media screen and (max-width: 950px) {
    .footer-container footer .footer-main-wrapper {
        width: 100%;
        float: none
    }

    .footer-container footer .footer-main-wrapper .footer-col-left {
        width: 33.33%;
        float: left;
        padding: 0 14px 0 0
    }

    .footer-container footer .footer-main-wrapper .footer-col-main {
        width: 66.66%;
        float: right;
        padding: 0
    }

    .footer-container footer .footer-col-right {
        width: 100%;
        float: none;
        padding: 0
    }

    .footer-container footer .footer-col-right .form-language {
        float: right
    }
}

@media screen and (max-width: 600px) {
    .footer-container footer .footer-main-wrapper {
        width: 100%;
        float: none
    }

    .footer-container footer .footer-main-wrapper .footer-col-left {
        width: 100%;
        float: none;
        padding: 00
    }

    .footer-container footer .footer-col-right, .footer-container footer .footer-main-wrapper .footer-col-main {
        width: 100%;
        float: none;
        padding: 0
    }

    .footer-container footer .footer-col-right .form-language {
        float: right
    }
}

@media screen and (max-width: 800px) {
    .footer-container footer .footer-main-wrapper .footer-col-main ul {
        width: 100%
    }
}

.product-image {
    display: block
}

.product-name {
    text-transform: none;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

ul.products-grid {
    margin-top: 14px
}

.product-grid-buttons {
    margin-top: 7px;
    overflow: auto
}

.product-grid-buttons .button, .product-grid-buttons button {
    clear: both
}

ul.products-grid, ul.products-list {
    padding: 0 14px
}

.products-list .product-image img {
    max-width: 70%;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.toolbar {
    background: #fff;
    border-top: 1px solid #bfbcbc;
    font-size: 11px !important;
    margin-bottom: 0
}

.toolbar * {
    font-size: 11px !important
}

.toolbar select {
    height: auto;
    min-height: 0;
    margin-bottom: 0
}

.toolbar .pages {
    clear: both
}

.toolbar .pages ol {
    margin: 0
}

.toolbar .pages li {
    font-weight: 400
}

.toolbar .sorter {
    border-bottom: 1px solid #bfbcbc;
    padding-top: 0;
    padding-bottom: 7px;
    margin-top: 3px
}

@media screen and (max-width: 600px) {
    .toolbar .pager > *, .toolbar .sorter > * {
        clear: both;
        margin: 5px 0;
        text-align: left;
        float: none !important
    }
}

.product-format {
    display: block;
    clear: both;
    font-size: 11px;
    font-style: italic
}

.products-list .product-format {
    margin-bottom: 5px
}

.products-list .regular-price {
    display: block;
    margin-bottom: 1em
}

.price-from {
    margin-top: 5px;
    margin-bottom: 5px
}

.products-grid .price-box p {
    margin-bottom: 0
}

.btn-more-info {
    color: #fff !important;
    background: #2a4782
}

.btn-cart {
    color: #fff
}

.products-list {
    width: 100%;
    margin: 0
}

li.row.item {
    margin-bottom: 0
}

.products-list li.item {
    overflow: auto;
    border-top: 0;
    border-bottom: 1px solid #bfbcbc;
    padding: 30px 0
}

.products-list li.item div:last-child {
    float: left !important
}

.products-list li.item.last {
    border-bottom: 0
}

@media screen and (max-width: 1180px) {
    .product-list-buttons-col {
        width: 25%
    }
}

@media screen and (max-width: 800px) {
    .products-list li > * {
        float: left
    }

    .products-list .product-image {
        width: 20% !important;
        float: left
    }

    .product-list-desc-col {
        width: 50% !important;
        float: left
    }

    .product-list-buttons-col {
        width: 30% !important;
        float: left
    }

    .products-list .product-image img {
        margin: 0
    }
}

@media screen and (max-width: 550px) {
    .products-list li > * {
        float: none
    }

    .products-list .product-image {
        width: auto !important;
        max-width: 33% !important;
        float: none
    }

    .products-list .product-image img {
        max-width: 100px
    }

    .product-list-desc-col {
        width: auto !important;
        float: none
    }

    .product-list-buttons-col {
        width: 50% !important;
        float: none
    }
}

@media screen and (max-width: 320px) {
    .product-list-buttons-col {
        width: 80% !important;
        float: none
    }
}

.products-grid li.item {
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 801px) {
    .products-grid li.item .item-inner {
        padding: 0 10%
    }
}

.products-grid .product-name {
    margin: 10px 0 5px
}

.products-grid .price {
    color: #4d4d4d !Important;
    margin: 5px 0 10px
}

.products-grid li.item:last-child {
    float: left !important
}

@media screen and (max-width: 800px) {
    .products-grid li.item {
        width: 25% !important;
        float: left
    }

    .products-grid li.item:last-child {
        width: 25% !important;
        float: left !important
    }

    .members-category .products-grid li.item {
        width: 50% !important;
        float: left
    }

    .members-category .products-grid li.item:last-child {
        width: 50% !important;
        float: left !important
    }
}

@media screen and (max-width: 550px) {
    .products-grid li.item {
        width: 100% !important;
        float: left
    }

    .products-grid li.item:last-child {
        width: 100% !important;
        float: left !important
    }

    .members-category .products-grid li.item {
        width: 100% !important;
        float: left
    }

    .members-category .products-grid li.item:last-child {
        width: 100% !important;
        float: left !important
    }
}

.product-img-box .product-image img {
    max-width: 100%;
    width: 100%;
    margin: 0
}

.my-account .product-review .product-img-box .product-image img {
    max-width: 100%;
    width: auto
}

@media screen and (max-width: 800px) {
    .product-img-box .product-image {
        max-width: 40%;
        width: 40%;
        margin: 0
    }

    .product-view .product-img-box .product-image {
        margin: 0 0 1em
    }
}

.add-to-links {
    display: block;
    clear: both;
    margin-left: 0
}

.category-products {
    margin-bottom: 14px
}

.product-code {
    color: #898989;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px
}

.product-image, .product-view {
    position: relative
}

.availability-notification {
    color: #ba2025;
    margin-top: 7px
}

.look-inside-button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    cursor: pointer;
    display: none
}

@media screen and (max-width: 700px) {
    .look-inside-button {
        display: none !important
    }
}

#book-preview {
    position: absolute;
    max-width: 98%;
    top: 1%;
    left: -999999px;
    height: 566px;
    padding: 14px;
    z-index: 10;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    background: #efeeee;
    text-align: right;
    overflow: hidden
}

#google-books-preview-logo {
    float: left
}

#book-preview-close {
    cursor: pointer;
    color: #02205f
}

.product-view .product-code {
    margin: .3em 0
}

.product-view .add-to-cart {
    padding: 14px;
    background: #dadbe4;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    margin-bottom: 7px
}

.product-view .add-to-cart .input-text.qty {
    max-height: 27px;
    min-height: 0
}

.product-view .product-essential .price {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 7px
}

.location-note {
    margin-top: 7px;
    display: block
}

.old-price {
    margin: 0
}

.old-price .price-label {
    display: none
}

.old-price .price {
    text-decoration: line-through
}

.special-price {
    margin: 0
}

.special-price .price-label {
    display: none
}

.special-price .price {
    color: #ba2025 !important
}

.published-note {
    font-size: 11px;
    display: block;
    color: #ba2025
}

.product-view-grouped .add-to-box {
    float: right;
    text-align: right
}

.product-view-grouped .add-to-cart {
    padding: 0;
    background: 0 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 7px
}

.product-view-grouped .add-to-cart .btn-cart {
    margin-right: 0
}

.product-view-grouped .product-essential .price {
    font-size: 15px;
    margin-bottom: 0
}

.product-view-grouped .grouped-items-table {
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.product-view-grouped .grouped-items-table td {
    background: #dadbe4
}

@media screen and (max-width: 800px) {
    .product-view-grouped .grouped-items-table td, .product-view-grouped .grouped-items-table td.a-center, .product-view-grouped .grouped-items-table td.a-right {
        text-align: left !important
    }
}

.product-view-grouped .grouped-items-table tr {
    border-bottom: 1px solid #5e5e5e
}

.product-view-grouped .grouped-items-table tr.last {
    border-bottom: 0
}

.product-view-grouped .grouped-items-table input {
    background: #fff
}

.product-view-downloadable .product-options-bottom .price {
    display: none
}

.product-view .rating-box {
    clear: both;
    margin: 7px 0
}

.product-view .ratings-table-row .rating-box {
    clear: none;
    margin: 0
}

.rating-title {
    margin-top: 7px;
    display: block;
    font-style: italic
}

.products-grid .rating-box, .products-list .rating-box {
    clear: both;
    margin: 5px 0 0
}

.ratings .amount {
    font-size: 11px
}

.no-rating, .ratings {
    margin-top: 13px
}

.rating-box {
    width: 70px
}

.ratings-table-row {
    display: block;
    padding: 7px 0
}

.ratings-table-row .ratings-box, .ratings-table-row input {
    float: left;
    display: block;
    margin-right: 7px
}

.rating-links a {
    display: block
}

.rating-links .separator {
    display: none
}

.seal-logos img {
	height: 100px;
	width: auto;
    float: left;
    margin: 5px 1% 5px 0;
	padding: 0;
}


.review-product-list .pager {
    border-top: 1px solid #bfbcbc;
    border-bottom: 1px solid #bfbcbc;
    padding: 5px 0;
    font-size: 11px !important;
    margin-bottom: 0
}

.review-product-list .pager * {
    font-size: 11px !important
}

.review-product-list .pager select {
    height: auto;
    min-height: 0;
    margin-bottom: 0
}

@media screen and (max-width: 600px) {
    .review-product-list .pager .pager > *, .review-product-list .pager .sorter > * {
        clear: both;
        margin: 5px 0;
        text-align: left;
        float: none !important
    }
}

.review-product-list dd {
    margin: 14px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #bfbcbc
}

.review-product-list dd .review-date {
    font-style: italic;
    font-size: 11px
}

.review-product-list dl {
    padding: 14px 14px 0
}

.tabs {
    border-bottom: 0;
    height: auto;
    margin-bottom: 14px
}

.tabs .tab {
    text-transform: uppercase;
    padding: 7px;
    background: #dadbe4;
    color: #02205f
}

.tabs .tab.active-tab {
    background: #02205f;
    color: #fff
}

.tabs .tab.inactive-tab {
    cursor: pointer
}

.jump-links {
    width: 100%;
    display: block;
    border-top: 1px solid #bfbcbc;
    border-bottom: 1px solid #bfbcbc;
    padding: 7px 0
}

.jump-links li {
    display: inline
}

.letter-list {
    padding: 14px 0;
    border-bottom: 1px solid #bfbcbc
}

.letter-list h3 {
    font-size: 70px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #283667
}

@media screen and (max-width: 600px) {
    .letter-list h3 {
        font-size: 24px
    }
}

.letter-list ul {
    overflow: auto;
    margin-bottom: 14px
}

.letter-list ul li {
    float: left;
    width: 25%;
    display: block
}

@media screen and (max-width: 600px) {
    .letter-list ul li {
        width: 50%
    }
}

.tabcontent.hidden {
    display: none
}

.back-to-top {
    text-align: right
}

.category-description {
    clear: both
}

.account-login .content {
    border-bottom: 0
}

@media screen and (min-width: 801px) {
    .account-login .content {
        min-height: 310px
    }
}

.account-login .content h2 {
    margin: 0 0 10px;
    padding-bottom: 5px
}

.account-login .buttons-set {
    border-top: 0;
    margin: 0;
    padding: 0
}

.account-login .col-1, .account-login .col-2 {
    background: #fcf5ee;
    padding: 25px !important;
    margin-bottom: 25px;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.block-account-navigation li {
    padding: 3px 7px
}

.block-account-navigation li.current {
    color: #fff;
    background: #02205f
}

.my-account .fieldset {
    margin: 14px 0
}

.my-account .buttons {
    margin-top: 2em
}

.dashboard .col2-set {
    margin: 0 0 14px
}

.dashboard .box-info h4 {
    font-size: 1em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #5e5e5e;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0
}

.box-account {
    background: #fff;
    margin: 0 0 20px
}

.box-account .box-head h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    float: left
}

.box-account .box-head a, .box-account .box-title a {
    float: right
}

.box-account .number {
    float: left;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 7px 0 0
}

.box-account .product-name {
    font-size: 1.5em;
    margin-bottom: 7px
}

.box-title {
    clear: both;
    display: inline-block;
    width: 100%
}

.box-title h3 {
    float: left;
    font-size: 1.3em
}

.order-info-box .box-content {
    padding: 0;
    margin-bottom: 30px;
    width: 100%
}

.info-table {
    width: 100%;
    margin: 0;
    padding: 0
}

.info-table th {
    font-weight: 700;
    width: 33%
}

.info-table tr:nth-child(even) {
    background: #fcf5ee
}

.info-table tr:nth-child(odd) {
    background: #efeeee
}

.info-box address {
    padding: 30px;
    border: 1px solid #5e5e5e;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    background: #efeeee;
    margin-bottom: 10px
}

.addresses-list h3, .order-info-box h2 {
    float: none;
    font-family: Verdana, Helvetica, Arial, sans-serif
}

.addresses-list a {
    font-weight: 700
}

.addresses-list li.item {
    background: #efeeee;
    padding: 10px 7px;
    margin: 0 0 14px
}

.addresses-list ol, ol#cart-sidebar-reorder {
    margin: 0 0 10px
}

.addresses-list .item address {
    margin-bottom: 1em
}

.page-print {
    margin: 0 auto;
    max-width: 1200px;
    padding: 14px 0
}

.page-print .print-head img {
    margin: 7px 0
}

.page-print h1 {
    font-size: 2em;
    clear: both
}

.page-print h2 {
    font-size: 1.5em
}

.my-wishlist .data-table td {
    padding: 10px
}

.my-wishlist .product-image {
    display: block;
    margin: 0 0 5px
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 10 7px
}

.my-wishlist .buttons-set {
    margin-top: 2em
}

.my-wishlist .buttons-set button.button {
    float: left;
    margin: 0 7px 7px 0
}

#wishlist-table .add-to-links {
    white-space: nowrap
}

#my-tags-table .product-name, #wishlist-table .product-name {
    font-size: 1.2em;
    margin-bottom: 7px
}

.my-tag-edit a.button {
    background: #ddd;
    border: 1px solid #bbb
}

#my-reviews-table td {
    padding: 10px
}

.product-review .product-name {
    font-size: 1.3em;
    margin: 0 0 10px
}

.product-review h3 {
    font-size: 1.1em;
    margin: 0 0 5px
}

.product-review .ratings-table {
    margin: 0 0 10px
}

.form-add fieldset {
    width: 100%
}

.fieldset .legend {
    font-size: 1em;
    text-transform: uppercase
}

#wishlist-view-form .fieldset, #wishlist-view-form fieldset, .customer-account-edit .fieldset, .customer-account-edit fieldset, .newsletter-manage-index .fieldset, .newsletter-manage-index fieldset {
    background: 0 0;
    padding: 0
}

.addresses-list .item, .dashboard .col2-set {
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

form#elibrary-search {
    background: #efeeee;
    display: block;
    clear: both;
    width: 100%;
    text-align: center
}

form#elibrary-search .fieldset {
    background: 0 0;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    margin: 0
}

form#elibrary-search .header-bar {
    background: #02205f;
    overflow: auto;
    text-align: left
}

form#elibrary-search .header-bar h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 7px
}

form#elibrary-search .button, form#elibrary-search button, form#elibrary-search input, form#elibrary-search label {
    width: auto;
    float: none;
    display: inline;
    min-height: 28px;
    margin: 0
}

form#elibrary-search input {
    width: 400px
}

@media screen and (max-width: 800px) {
    form#elibrary-search input {
        width: 75%;
        margin: 0 7px 7px
    }
}

form#elibrary-search label {
    cursor: default;
    text-align: center
}

.box-downloads .toolbar {
    margin-bottom: 14px
}

.box-downloads h3 {
    font-size: 15px
}

.box-downloads .product-author, .box-downloads .product-code {
    margin-bottom: .5em
}

.box-downloads .drm-name {
    font-weight: 700
}

.aw-blog-read-more {
    display: block;
    margin-top: 7px
}

.blog-cat-view .postWrapper, .blog-index-index .postWrapper, .blog-index-list .postWrapper {
    overflow: auto;
    padding: 28px 0;
    border-bottom: 1px solid #bfbcbc
}

.blog-cat-view .postWrapper ~ .postWrapper, .blog-index-index .postWrapper ~ .postWrapper, .blog-index-list .postWrapper ~ .postWrapper {
    padding: 14px 0 28px;
    border-top: none
}

.blog-cat-view .postWrapper ~ .postWrapper:last-child, .blog-index-index .postWrapper ~ .postWrapper:last-child, .blog-index-list .postWrapper ~ .postWrapper:last-child {
    border-bottom: none !Important
}

.blog-cat-view .toolbar:last-child, .blog-index-index .toolbar:last-child, .blog-index-list .toolbar:last-child {
    border-top: none
}

.block-blog-categories .block-content {
    background: #dadbe4;
    overflow: auto;
    padding: 7px 0 0 7px
}

.block-blog-categories .block-content li a {
    float: left;
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 3.5px 7px;
    background: #efeeee
}

.block-blog-categories .block-content li.active a {
    background: #283667;
    color: #fff
}

.postDate {
    display: block;
    padding: 0;
    margin-top: .5em;
    border: 0;
    font-size: 11px;
    color: #5e5e5e
}

.postCats {
    font-size: 11px;
    color: #5e5e5e
}

.postTitle {
    border: 0
}

#post-comments, #submit-comment, .postTitle h1, .postTitle h1 a, .postTitle h2, .postTitle h2 a {
    border: 0;
    font-size: 18px;
    font-family: Georgia, serif;
    color: #283667;
    text-transform: none
}

.postTitle h1, .postTitle h1 a {
    font-size: 24px
}

.tagcloud li {
    display: inline
}

.tagcloud li a {
    font-size: 1em !important
}

.postContent, .postDetails, .postTitle, .tags {
    clear: both;
    font-weight: 400
}

.tags ul li {
    padding-left: 6px;
    padding-right: 0
}

.blog-cat-view .aw-blog-read-more, .blog-index-index .aw-blog-read-more, .blog-index-list .aw-blog-read-more {
    display: block;
    margin-top: 1em
}

.blog-post-view .postContent {
    border-bottom: 1px solid #bfbcbc;
    padding-bottom: 20px;
    margin-bottom: 10px
}

.float-left {
    padding-right: 10px;
    padding-bottom: 10px
}

.float-right {
    padding-left: 10px;
    padding-bottom: 10px
}

.username {
    color: #444;
    font-weight: 700
}

.std ul.messages {
    padding-left: 0
}

.latest-blog-col > p, .latest-forum-col > p {
    height: 0;
    margin-bottom: 0
}

.latest-blog-col .block-title h3, .latest-forum-col .block-title h3 {
    text-transform: uppercase
}

.qty-note {
    display: inline
}

fieldset#shopping-cart-table {
    background: 0 0
}

#shopping-cart-totals-table {
    width: 100%;
    background: 0 0 !important
}

#shopping-cart-totals-table tbody tr, #shopping-cart-totals-table tfoot {
    background: 0 0 !important
}

ul.checkout-types {
    text-align: right
}

ul.checkout-types li, ul.checkout-types li.button {
    display: inline
}

.cart .button, .cart button {
    text-transform: uppercase;
    font-weight: 700
}

#discount-coupon-form, .cart-collaterals {
    padding: 15px
}

@media screen and (max-width: 800px) {
    #discount-coupon-form {
        margin-right: 0
    }
}

.quick-order.basket h2 {
    padding-bottom: 7px;
    border-bottom: 1px solid #72c1ca;
    font-weight: 700;
    color: #72c1ca
}

.quick-order-container {
    background: #72c1ca;
    padding: 15px
}

@media screen and (max-width: 800px) {
    .cart .product-image img {
        margin: 0
    }
}

.crosssell .product-name {
    margin-top: 7px
}

.crosssell .item {
    text-align: center
}

.cart-price-col p {
    margin-bottom: 0
}

.box-account h2 {
    text-transform: none
}

.box-account .col2-set {
    background: #CDF3FF;
    padding: 30px
}

@media screen and (max-width: 800px) {
    .box-account .col2-set {
        padding: 7px
    }
}

table tbody tr th {
    color: #333;
    padding: 7px 10px;
    vertical-align: top;
    border: none
}

.checkout-onepage-index .step-title {
    color: #424244;
    border-bottom: 2px solid #fff
}

.opc-block-progress .block-title.block-title-progress {
    font-size: 1em;
    color: #5e5e5e
}

.opc-block-progress .block-title {
    font-weight: 400 !important;
    padding: 5px 10px;
    text-transform: uppercase
}

.block-progress dd.complete {
    font-style: normal;
    border: none
}

.opc .allow .step-title {
    background: #2a4782;
    color: #424244
}

.opc .active .step-title, .opc .active .step-title h2 {
    color: #fff
}

.opc .step-title .number {
    background: 0 0;
    float: right;
    font-weight: lighter;
    margin: .2em
}

.opc .allow .step-title .number {
    background: 0 0
}

.opc .active .step-title .number {
    color: #fff
}

.opc fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.opc .step {
    padding-top: 2%;
    padding-bottom: 2%;
    border: none
}

.opc .buttons-set p.required {
    font-style: normal
}

.opc-block-progress .block-content dt {
    border: none
}

.opc-block-progress .block-title h3 {
    background: #00969f;
    color: #fff
}

.opc li.section.allow {
    border-bottom: 2px solid #fff
}

.opc .highlight {
    background: 0 0 !important
}

.changelink {
    float: right
}

.checkout-onepage-index .fieldset, .checkout-onepage-index fieldset {
    background: 0 0
}

#checkout-review-table {
    min-width: 500px;
    margin: 0
}

@media screen and (max-width: 800px) {
    #checkout-review-table-wrapper {
        border: 1px solid #5e5e5e
    }
}

.changelink {
    font-size: 13px
}

.changelink a {
    color: #fff
}

.changelink .separator {
    display: none
}

.block-members-header, .block-trade-header {
    background: #fcf5ee;
    overflow: auto;
    padding: 7px 0 0 7px
}

.block-members-header li a, .block-trade-header li a {
    float: left;
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 7px;
    background: #dadbe4
}

.block-members-header li.active a, .block-trade-header li.active a {
    background: #283667;
    color: #fff
}

.members-feature-block {
    clear: both;
    margin-bottom: 0;
    padding: 28px
}

.members-feature-block .members-feature-header {
    overflow: auto;
    clear: both;
    display: block;
    margin-bottom: 1em
}

.members-feature-block .members-feature-header h2 {
    float: left;
    text-transform: none;
    font-weight: 700 !important;
    font-size: 15px;
    color: #222
}

.members-feature-block .members-feature-header .button {
    float: right
}

.members-feature-block img {
    margin-bottom: 1em;
    border: 1px solid #5e5e5e
}

.members-feature-block h3 {
    font-family: Verdana, Helvetica, Arial, sans-serif
}

@media screen and (max-width: 940px) {
    .members-feature-block {
        padding: 14px !important
    }
}

.block-picture-of-the-month {
    padding: 56px
}

.block-subscription-header {
    padding: 7px;
    background: #fcf5ee;
    text-align: center
}

.block-subscription-header h2 {
    padding-top: 7px;
    font-size: 24px;
    color: #02205f;
    font-family: Georgia, serif;
    text-transform: none
}

.subscription-pricing {
    text-align: center
}

.subscription-pricing .button {
    float: none;
    display: inline-block;
    margin-top: 3px
}

.subscription-pricing .members-price {
    font-size: 16px;
    font-family: Georgia, serif;
    color: #02205f
}

form#members-content-search {
    background: #efeeee;
    display: block;
    clear: both;
    width: 100%;
    text-align: center
}

form#members-content-search .fieldset {
    background: 0 0;
    display: inline-block;
    text-align: center;
    padding: 7px 0;
    margin: 0
}

form#members-content-search button, form#members-content-search input, form#members-content-search label {
    width: auto;
    float: none;
    display: inline;
    min-height: 28px;
    margin: 0
}

form#members-content-search label {
    cursor: default;
    text-align: center
}

.members-category .products-grid {
    padding: 0
}

.members-category .products-grid li.item {
    padding-top: 0;
    padding-bottom: 0
}

.members-category .products-grid li.item .members-grid-container {
    border: 1px solid #bfbcbc;
    padding: 14px
}

.members-content-product-view .products-grid li.item {
    padding-top: 0;
    padding-bottom: 0
}

.members-content-product-view .members-content-detail-container {
    padding: 14px;
    border: 1px solid #bfbcbc
}

.map-key {
    float: right
}

#map-contain .panzoom-parent {
    margin-bottom: 14px
}

.panzoom {
    -webkit-backface-visibility: initial !important;
    -webkit-transform-origin: 50% 50%
}

.block-poll #poll-answers .poll-bar-container {
    width: 100%;
    height: 10px;
    display: inline-block
}

.block-poll #poll-answers .poll-bar-container .poll-bar {
    height: 10px;
    background: #02205f;
    display: inline-block
}

.block-poll #poll-answers .answer, .block-poll #poll-answers .votes-text {
    font-size: 11px
}

.block-poll #poll-answers .votes-text {
    color: #5e5e5e
}

#trade-login-form {
    overflow: auto;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    padding: 14px
}

.firstygroup-trade-create {
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    background: #fcf5ee;
    padding: 14px;
    overflow: auto
}

.firstygroup-trade-create .fieldset, .firstygroup-trade-create fieldset {
    padding: 0;
    overflow: auto
}

#featured-slider.trade {
    margin-bottom: 14px
}

.block-trade-dashboard .block-title h2 {
    font-size: 18px
}

#recaptcha_widget_div {
    overflow-x: auto
}

.product-shop-configurable .price-box {
    display: none
}

.product-shop-configurable .product-options-bottom .price-box {
    display: block
}

.banner-slideshow .cycle-slideshow, .cycle-slideshow-wrapper.banner-slideshow {
    position: relative
}

.cycle-slideshow-wrapper.banner-slideshow .cycle-slide {
    width: 100%;
    max-width: 100%;
    display: none
}

.banner-slideshow .cycle-slide a, .cycle-slideshow-wrapper.banner-slideshow .cycle-slide.first {
    display: block
}

.banner-slideshow .cycle-slide-caption {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 7px
}

.banner-slideshow .cycle-pager {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
    font-size: 30px;
    margin-top: -7px;
    margin-right: 5px
}

.banner-slideshow .cycle-pager span {
    color: #ccc;
    cursor: pointer
}

.banner-slideshow .cycle-pager span.cycle-pager-active {
    color: #fff;
    cursor: default
}

.banner-slideshow .cycle-prev-next {
    font-size: 32px;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    top: 50%;
    color: #fff
}

.banner-slideshow .cycle-prev {
    left: 7px
}

.banner-slideshow .cycle-next {
    right: 7px
}

.banner-slideshow img {
    width: 100%
}

.banner-slideshow {
    margin-bottom: 14px
}

.cms-index-index .banner-slideshow {
    margin-bottom: 0
}

.store-view-flag {
    float: left;
    margin-top: 5px;
    padding-right: 0
}

.social a img {
    border: 1px solid #fff;
    width: 23px;
    height: 23px
}

footer .social a img {
    border: 1px solid #bfbcbc
}

footer .social {
    margin-bottom: 1em
}

#contactForm .fieldset, .account-create .fieldset, .customer-account-forgotpassword .fieldset, .customer-account-resetpassword .fieldset, .fieldset.advanced-search, .onibi-form-create .fieldset {
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.account-create .fieldset {
    margin-bottom: 14px
}

.firstygroup-events-index-index #month-selector {
    width: 100%;
    text-align: center;
    overflow: auto;
    margin: 0 auto 7px
}

.firstygroup-events-index-index #month-selector h2 {
    display: inline-block;
    min-width: 120px;
    margin: 3px 14px 0
}

.firstygroup-events-index-index #month-selector .button {
    float: none;
    display: inline-block;
    margin: 0 14px
}

.firstygroup-events-index-index .events-list {
    margin-top: 14px
}

.firstygroup-events-index-index .events-list .row {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #bfbcbc;
    margin: 0
}

.firstygroup-events-index-index .events-list .row.heading {
    border-top: 1px solid #bfbcbc
}

@media screen and (max-width: 800px) {
    .firstygroup-events-index-index .events-list .row.heading {
        display: none
    }
}

.firstygroup-events-index-index .events-list .row .view-details {
    float: right
}

@media screen and (max-width: 800px) {
    .firstygroup-events-index-index .events-list .row .view-details {
        float: none
    }
}

.firstygroup-events-view-view .event-info ul {
    margin-bottom: 1em
}

.mobile-label {
    display: none
}

@media screen and (max-width: 800px) {
    .mobile-label {
        display: inline
    }
}

.forum-top-blocks form {
    margin: 0
}

.forum-top-blocks .button, .forum-top-blocks button, .forum-top-blocks input, .forum-top-blocks label, .forum-top-blocks select {
    float: none;
    display: inline-block;
    width: auto
}

.forum-search .button, .forum-search button, .forum-search input {
    font-size: 11px;
    padding: 3.5px !important;
    height: auto;
    min-height: 0;
    margin: 0
}

.forum-jump select {
    font-size: 11px
}

.forum-bookmarks {
    text-align: right
}

.forum-bookmarks a {
    text-decoration: underline
}

.forum-title {
    font-weight: 700
}

.forum-statistics-block h4, .forum-who-is-online-block h4 {
    font-weight: 700 !important;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    padding-bottom: 7px;
    border-bottom: 1px solid #bfbcbc;
    margin-bottom: 7px;
    color: #000
}

#forum_table_bookmark tbody tr:nth-child(odd), #forum_table_forums tbody tr:nth-child(odd), #forum_table_search tbody tr:nth-child(odd), #forum_table_topics tbody tr:nth-child(odd) {
    background: #efeeee
}

#forum_table_bookmark tbody tr:nth-child(even), #forum_table_forums tbody tr:nth-child(even), #forum_table_search tbody tr:nth-child(even), #forum_table_topics tbody tr:nth-child(even) {
    background: #fcf5ee
}

#forum_table_bookmark thead tr th, #forum_table_forums thead tr th, #forum_table_search thead tr th, #forum_table_topics thead tr th {
    background: #fff;
    border-top: 1px solid #bfbcbc;
    border-bottom: 1px solid #bfbcbc !important;
    color: #000;
    padding: 5px 7px
}

#forum_table_posts thead tr th {
    background: #dadbe4;
    color: #000;
    padding: 5px 7px
}

.topic-description #forum_table_posts thead tr th {
    background: #02205f;
    color: #fff
}

.forum-section-title {
    text-transform: uppercase;
    color: #5e5e5e;
    background: #fff;
    padding: 14px 7px
}

.forum-section-title#military-history span {
    position: relative;
    top: 7px;
    left: 5px
}

.forum-section-title#military-history span:before {
    float: left;
    content: url(../../default/images/osprey/osprey-forum-logo.jpg);
    position: relative;
    top: -7px;
    left: -5px
}

.forum-section-title#osprey-adventures span {
    position: relative;
    top: 7px;
    left: 5px
}

.forum-section-title#osprey-adventures span:before {
    float: left;
    content: url(../../default/images/osprey/adventures-forum-logo.jpg);
    position: relative;
    top: -7px;
    left: -5px
}

.topic-details {
    font-size: 11px;
    color: #5e5e5e
}

.topic-description, .topic-title {
    margin: 0 0 .5em;
    display: block
}

.forum-controls-user {
    margin-top: .5em
}

.topics-toolbar.topics-toolbar-0 .topic-sorter {
    display: none !important
}

.posts-toolbar, .topics-toolbar {
    border-bottom: 1px solid #bfbcbc
}

.posts-toolbar *, .topics-toolbar * {
    line-height: 11px
}

.posts-toolbar .pager, .topics-toolbar .pager {
    padding: 7px
}

.posts-toolbar .label, .topics-toolbar .label {
    background: 0 0;
    color: #222;
    font-weight: 400;
    padding: 0
}

.forum-bottom {
    padding-top: 7px
}

.forum-controls .button, .forum-controls button {
    float: right
}

.disabled td {
    background: #ff9696 !important
}

#simple-forum-fast-reply-block {
    display: none;
    clear: both
}

#simple-forum-fast-reply-block #simple-forum-fast-reply-button-block {
    padding: 7px 0
}

#simple-forum-fast-reply-block #simple-forum-fast-reply-button-block button {
    float: right
}

#forum_table_posts tbody tr td {
    border-bottom: 1px solid #bfbcbc
}

.forum-post-left {
    background: #efeeee
}

.forum-post-right .forum-post-signature {
    margin-top: 50px;
    padding-top: 7px;
    border-top: 1px solid #bfbcbc
}

@media screen and (min-width: 801px) {
    .forum-post-right .forum-post-signature .forum-post-signature-posted {
        float: left
    }

    .forum-post-right .forum-post-signature .forum-controls-user {
        float: right;
        margin-top: 0
    }
}

.forum-search-block-selected {
    background: #ff0
}

#forum_table_posts.data-table tbody tr:nth-child(even), #forum_table_posts.data-table tbody tr:nth-child(odd) {
    background: #fff
}

.forum-topic-edit .fieldset {
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15)
}

.forum-topic-edit .fieldset label {
    font-weight: 700;
    float: none
}

.simple-forum-account-controls > div {
    margin-bottom: 7px
}

.simple-forum-account-controls .simple-forum-account-dropdown form > button, .simple-forum-account-controls .simple-forum-account-dropdown form > select, .simple-forum-account-controls .simple-forum-account-dropdown form > span {
    width: auto;
    float: left;
    margin-right: 3px
}

.simple-forum-account-controls .simple-forum-account-dropdown .label {
    padding-top: 5px
}

.myposts-date, .mytopics-date {
    font-style: italic
}

.my-account .toolbar .view-mode {
    display: none
}

.fb_iframe_widget {
    top: -3px
}

.account-login h2 {
    color: #5e5e5e;
    text-transform: uppercase
}

.dashboard .col2-set {
    background: #efeeee;
    padding: 30px
}

@media screen and (max-width: 800px) {
    .box-account .col2-set {
        padding: 7px
    }
}

table#shopping-cart-totals-table tbody tr th {
    color: #000
}

.data-table thead {
    background: #283667
}

.cart-table tr.odd, .opc .data-table tr.odd {
    background: #efeeee;
    margin: 1em;
    border: 1px solid #ccc;
    border-collapse: collapse
}

.opc .cart-table tr.even, .opc .data-table tr.even {
    background: #fcf5ee
}

.opc .data-table tr.odd {
    border: none
}

.checkout-onepage-index .step-title, .opc .active .step-title {
    background: #02205f
}

.opc .step, .opc li.section.allow.active {
    background: 0 0
}

input[type=password]:focus, input[type=text]:focus {
    background: #efeeee
}

.checkout-onepage-index .step-title h2, .opc .step-title .number {
    color: #fff
}

#opc-login h3 {
    border: 0;
    text-transform: uppercase;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #5e5e5e
}

.opc-block-progress .block-title {
    background: #fff;
    color: #02205f
}

.opc-block-progress, .opc-block-progress .block-content {
    background: 0 0;
    border: none;
    box-shadow: none
}

.opc-block-progress .block-content dt {
    background: #02205f;
    color: #fff;
    font-weight: 400
}

.block-progress dd.complete {
    background: 0 0
}

#opc-login h4 {
    font-weight: 700;
    font-size: 1.2em
}

#shopping-cart-table .data-table thead {
    background: #fff;
    color: #333
}

#shopping-cart-table .data-table {
    background: 0 0;
    border: none;
    height: 1em
}

.qty {
    border: 1px solid #283667;
    background: #fff
}

#shopping-cart-table .row {
    padding: 1em 0;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
    margin: 0 0 14px
}

#shopping-cart-table .row:nth-child(odd) {
    background: #fcf5ee
}

#shopping-cart-table .row:nth-child(even) {
    background: #efeeee
}

#shopping-cart-table .row:nth-child(1) {
    background: #fff;
    color: #333;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

#shopping-cart-table .product-image img {
    border: 1px solid #5e5e5e
}

.cart-collaterals {
    background: #efeeee;
    border: 1px solid #5e5e5e;
    color: #fff;
    overflow: auto
}

.checkout-types .button.large {
    background: #02205f
}

#discount-coupon-form {
    background: #fff;
    border: 1px solid #5e5e5e
}

#discount-coupon-form .button {
    float: none
}

.link-wishlist {
    font-style: normal;
    font-weight: 400
}

.button:focus, .button:hover {
    background: #283667;
    color: #fff
}

.note {
    float: left;
    padding: 0 .2em;
    margin: 0 .2em
}

.qty-note {
    padding: .2em .2em .2em 0;
    margin: .2em .2em .2em 0
}

.opc .buttons-set button.button, ul.checkout-types {
    float: right
}

@media screen and (max-width: 800px) {
    .opc .buttons-set button.button {
        float: none
    }
}

.account-side-heading {
    background: #02205f;
    color: #fff;
    padding: .8em .5em;
    margin: 0;
    font-size: 1.2em
}

.my-wishlist .product-image img {
    border: 1px solid #5e5e5e
}

#wishlist-table .odd {
    background: #efeeee !important
}

#wishlist-table .even {
    background: #fcf5ee !important
}

.add-to-cart-alt input {
    background: #fff;
    border: 1px solid #02205f;
    margin-top;
    15px
}

.my-wishlist textarea {
    background: #fff;
    border: 1px solid #02205f;
    margin-top: 15px
}

.btn-cart {
    background: #283667
}

#blog-comments-table .odd, #my-orders-table .odd {
    background: #efeeee
}

#blog-comments-table .even, #my-orders-table .even {
    background: #fcf5ee
}

#forum_table tbody tr:nth-child(odd) {
    background: #efeeee
}

#forum_table tbody tr:nth-child(even) {
    background: #fcf5ee
}

.page-title {
    overflow: auto
}

.title-buttons .button {
    float: right
}

.monkey-additional-lists .listdata input {
    margin-right: .5em;
    margin-top: 8px;
    float: left
}

.monkey-additional-lists .listdata label {
    margin-right: .5em;
    margin-left: 5px;
    margin-top: 4px;
    float: left
}

.monkey-additional-lists .listdata {
    clear: both
}

.monkey-additional-lists li:nth-child(odd) {
    background: #efeeee !important;
    padding-bottom: 30px !important
}

.monkey-additional-lists li:nth-child(even) {
    background: #fcf5ee !important;
    padding-bottom: 30px !important
}

ul.monkey-additional-lists li.listdata {
    margin-bottom: 0 !important
}

.account-login .sr-error-highlight, .sr-error-highlight {
    background-color: #ff9595
}

.old-account-notice {
    color: #ba2025;
    font-weight: 700
}

.monkey-multisubscribe .fieldset {
    padding: 0;
    background: 0 0
}

.notice {
    color: #ba2025
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.latest-topic .post {
    overflow-x: hidden;
}

.col3-layout .product-view .product-img-box {
    padding: 0 5px 0 7px; /* 2px less on right accounts for border so images aren't blurred and appear at exactly 268px */
}

.product-img-box .product-image img {
    width: 270px; /* 2px more than image accounts for border so images aren't blurred and appear at exactly 268px */
}

.product-img-box .product-image .look-inside-button img {
    width: 100%;
}

table.info-table th.label {
    display: table-cell;
    padding: 9px 10px;
    text-align: left;
    line-height: 120%;
}

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: rgba(251, 242, 110, 0.92);
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
}

.demo-notice p {
    margin: 0;
}

p.required {
    color: #ba2025 !important;
}

#payment_description_sagepaycw_sagepay {
    margin: 10px 0;
}

#checkout-payment-method-load dt {
    padding-top: 10px;
    border-top: 1px solid #bbbbbb;
}

#checkout-payment-method-load dt:first-of-type {
    padding-top: 0;
    border-top: none;
}

.order-options-description {
    font-style: italic;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

#my-subscriptions-table td.a-right {
    /* Override styling */
    text-align: left !important;
}

.sp-methods label {
    display: inline;
}

label[for="p_method_sagepaycw_sagepay"]:before {
    content: url('../images/sagepaycw/sagepay_logo.png');
    position: relative;
    top: 12px;
    padding-right: 2px;
}

label[for="p_method_sagepaycw_sagepay"] {
    margin-top: -12px;
}

.summary-details-amrules td {
    color: #ba2025;
}

/* ---- RESOURCES ----- */

.resources-block {
    box-sizing: border-box;
    margin-bottom: 1em;
    width: 30%;
    float: left;
    margin-right: 2%;
}
@media screen and (max-width: 800px) {
    .resources-block {
        width: 100%;
        margin-right: 0;
    }
}
.resources-block h2 {
    padding-left: 0;
    margin: 5px 0;
    font-size: 1.8em;
}

.resources-block h3 {
    margin: 5px 0;
    font-size: 1.5em;
}

.resources-block > ul:last-of-type li.subject:last-of-type {
    border-bottom: 1px dotted #999;
}

.resources-block .subject {
    border-top: 1px dotted #999;
}

.resources-block ul li ul {
	margin-left: 0;
}

.resources-block ul li.book ul {
	margin-left: 14px;
}

.resources-block .book {
    border-top: 1px dotted #999;
    background: url('../images/resources-book.png') no-repeat;
    background-size: 18px 14px;
    background-position: 15px 10px;
}

.resources-block .book a {
    padding-left: 1em;
    display: block;
}

.resources-block .book-link {
    border-top: 1px dotted #999;
    padding: 2px 0;
}

.resources-block .book-link a {
    padding-left: 3em;
}

.resources-block .resource {
    background-color: #eee;
}

.resources-block .resource a {
    padding-left: 0;
    display: block;
    width: 100%;
}

.resources-block-misc li.resource span {
    text-indent: 1em;
}

.resources-block ul li ul li ul li > span {
    /*text-indent: 3em;*/
    margin-left: 0;
}

.resources-block .opener {
    padding-right: 5px !important;
    color: rgb(204, 0, 51);
    font-size: 12px;
    font-family: "ThemeIcons";
    float: right;
    height: 10px;
}

.resources-block .opener::before {
    font-size: 16px;
    content: "+";
}

.resources-block .expanded .opener::before {
    content: "-";
}

.resources-block li.book > span {
    display: inline-block;
    padding: 5px 0 5px 40px;
    font-size: 1.3em;
    cursor: pointer;
}

.resources-block li.book > span.opener {
    width: auto;
}

li.resource {
    border-top: 1px dotted #999;
    padding: 2px 0;
}

li.resource:first-child {
    border-top: 1px dotted #999;
}

li.resource span {
    display: inline-block;
    width: 100%;
    background: url('../images/icon-download-sprite.png') no-repeat;
    background-position: top right;
    box-sizing: border-box;
    padding: 0 2em 0 3em;
}

.catalog-product-view .resource span {
    padding-left: 0;
}

.resources-block li.book .resource > span > span {
    padding: 0 2em 0 3em;
    max-width: 100%;
    background: none;

}

.resources-block li.book .resource > span > span {
    padding: 0 2em 0 3em;
    max-width: 100%;
    background: none;
    box-sizing: border-box;
}

li.resource span:hover {
    background-position-y: -100px;
}

/* Tooltip - Log in to download */

li.resource span.locked {
    color: #bbb;
    position: relative;
    background-position-y: -100px;
}

li.resource span.locked:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 3em;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    text-indent: 0;
}

/*Social Shares*/
.social-shares {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.share-fb, .share-tw, .share-mail {
    float: left;
    margin: 5px;
}

.social-shares img {
    width: 40px;
}

.social-shares-content
{
    background: #fcf5ee;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    padding: 7px;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.social-shares-content h2
{
	color:#283667;
}

/* Book Vote*/

.book-vote
{
	border-top: 1px solid #fff;
}

/* Additional Newsletter Block*/

.newsletter-block2
{
	background: #efeeee;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
    padding: 7px;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

/* Frequently Bought Together */

#__bt_Content
{

	border: 1px solid #5e5e5e;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
	padding: 7px;
	padding-bottom: 20px;
	padding-top:10px;
}
#__bt_Content table
{
	width:100%;
	margin:0px;
}
#__bt_Content table tbody tr td
{
	padding:0px;
}
#__bt_Content .fbt-product-wrapper
{
	height:0px !important;
}
#__bt_Content .fbt-plus 
{
	line-height: 155px !important;
}
#__bt_Content.form-button .button .btn-cart
{
	margin-top:10px;
}
#__bt_Content img
{
	border: 1px solid #5e5e5e;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .15);
	width:100px;
	height:auto;
}

.gdpr
{
	clear:both;
}

.notice-cookie
{
	position: fixed;
	bottom: 0;
	width: 100vw;
	z-index: 100;
	background: #eee;
	padding: 30px;
}


li#cat_119 .cat-header {
    background: #f03120;
}

li#cat_119 .cat-header a.cat-link {
    color: #000;
	font-weight: bold;
}