html, body
{
    background-color: #707070;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
	overflow-y: scroll;
}

h1
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
}

span.heading
{
    color: #FFFFFF;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

span.heading a
{
    color: #FFFFFF;
    text-decoration: none;
}

span.heading a:hover
{
    color: #DDDDDD;
    text-decoration: none;
}


* html #container
{
    height:100%
}            

div#container
{
    background-color: #FFFFFF;
    border-color: #FC0000;
    border-style: solid;
    border-width: 0 thick;
    margin: 0 auto;
    min-height: 100%;
    width: 950px;
}

div#container:after
{
    clear: both;
    display: block;
    height: 1%;
    content: " ";
}

h1#logo
{
    float: left;
    height: 85px;
}

.logo-link {
  font-family: 'BlackChancery';
  text-decoration: none;
  color: #000;
  font-size: 30pt;
}

.logo-image {
  object-position: top left;
  object-fit: none;
  width: 46px;
  height: 85px;
  float: left;
}

.logo-text {
  font-weight: 100;
  width: 525px;
  padding-top: 15px;
  box-sizing: content-box;
}

div#header_contact
{
    float: right;
    padding-right: 8px;
    padding-top: 25px;
    text-align: right;
}

span.top_left_nav
{
    float: left;
    margin-left: 8px;
}

span.top_right_nav
{
    float: right;
    margin-right: 8px;
}

div.top_bar
{
    background-color: #FC0000;
    overflow: hidden;
    width: 100%;
}


div#nav_left
{
    float: left;
    width: 130px;
}

div#nav_right
{
    float: right;
    padding-right: 2px;
    width: 130px;
}

.box
{
    background-color: #FAFAFA;
    border-color: #FC0000;
    border-width: 2px;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}

.box_centre
{
    border-style: solid;
    padding-bottom: 6px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.box_left
{                
    border-style: solid solid solid none;

    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

div.box_right
{                
    border-style: solid none solid solid;

    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

h2.box_heading
{
    background-color: #FC0000;
    color: #FFFFFF !important;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0 0 2px 8px;
    margin: 0;
}

h2.box_heading a
{
    color: #FFFFFF !important;
    display: block;
    text-decoration: none;
}

h2.box_heading_centre
{
    border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;

    border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
}

h2.box_heading_centre_collapsed
{
    /*border-top-radius: 7px;*/
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

h2.box_heading_left
{
    
    border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    
}

h2.box_heading_right
{
    border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
}

div.nav_links
{
    margin-left: 4px;
    margin-right: 4px;
    padding: 2px 0 4px 0;
}

div.nav_links a
{
    color: #000000;
    display: block;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    padding: 0 4px 0 4px;
    margin: 0;
    text-decoration: none;
}

div.nav_links a:hover
{
    background-color: #DDDDDD;
}

#main
{
    margin: 10px 140px 0 140px;
    padding-bottom: 100px;
}

#main a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#main a:hover
{
    color: #FC0000;
}


div.info_box
{
    background-color: #F0F0F0;
    display: table;
    float: left;
    font-weight: bold;
    height: 150px;
    /*border: 1px solid #FC0000;*/
    margin: 7px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    width: 153px;
}

div.info_box:hover
{
    background-color: #DDDDDD;
}

div.info_box img
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}

div.info_box a
{
    color: #000000;
    display: table-cell;
    text-decoration: none;
    vertical-align: middle;
    width: 153px;
}


div#footer
{
  background-color: #FFFFFF;
  border-color: #FC0000;
  border-style: solid;
  border-width: 0 thick 0 thick;
  clear: both;
  margin: -100px auto 0 auto;
  padding-top: 10px;
  text-align: center;
  width: 950px;
  padding-bottom: 1px;
}

p#notices
{
    padding-bottom: 0px;
    padding-top: 0px;
}

table.main_table
{
    background-color: #FAFAFA;
    border-color: #FC0000;
    border-width: 2px;
    border-style: solid;
    width: 670px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    padding-bottom: 5px;
}

.main_table thead {
    background-color: #FC0000;
}

.main_table tbody {
    margin-left: 1px;
    margin-right: 1px;
}

.main_table th
{
    color: #FFFFFF;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.main_table td
{
    font-size: 12px;
    font-weight: bold;
    height: 100%;
}

.main_table img
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
}

.main_table tbody tr
{
    height: 128px;
}

.main_table tbody tr td a
{
    color: #000000;
    display: block;
    line-height: 124px;
    text-decoration: none;
}

.row_even
{
    background-color: #F0F0F0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.row_odd
{
    background-color: #FAFAFA;
    padding-top: 4px;
    padding-bottom: 4px;
}

.row_even:hover, .row_odd:hover
{
    background-color: #DDDDDD;
}

th.product_image, td.product_image
{
    text-align: center;
    width: 30%;
}

th.product_name, td.product_name
{
    text-align: left;
    width: 55%;
}

th.product_price, td.product_price
{
    padding-right: 10px;
    text-align: right;
    width: 15%;
}

div#product_main
{
    float: left;
    margin-top: 0px;
    width: 470px;
}

h2#product
{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

div#product_bar
{
    float: right;
    margin-top: 12px;
    width: 200px;
}

#product_price
{
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

#product_image_container
{
    font-size: 10px;
    margin-top: 10px;
    text-align: right;
}

#product_image_container img
{
    border-color: #707070;
    border-width: thick;
    border-style: solid;
}

#product_image_container a
{
    color: #000000;
    text-decoration: none;
}

#product_box
{
    background-color: #FAFAFA;
    border-color: #FC0000;
    border-style: solid;
    border-width: 2px;
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 6px;
    width: 200px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

form#product_form
{
    padding: 5px;
    text-align: center;
}

form#product_form label
{
    display: block;
    font-size: 14px;
    font-weight: bold;
}

form#product_form select
{
    float: none;
    margin-bottom: 5px;
    width: 100%;
}

div#product_button
{
    background-color: #FC0000;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 170px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

#product_button button
{
    background-color: #FC0000;
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    height: 22px;
    margin: 0px;
    width: 156px;
}

#photo_back
{
    color: #000000;
    font-size: 20px;
    text-decoration: none;
}

#comments_box
{
    background-color: #FAFAFA;
    border-color: #FC0000;
    border-style: solid;
    border-width: 2px;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#comments_box h2 a
{
    font-size: 14px;
}

#comments_box h2 a img
{
    vertical-align: top;
}

#comments_box_main
{
	display: none;
	padding: 5px;
	padding-top: 10px;
}

#comments_box_main a
{
	margin-left: 5px;
	font-size: 16px;
}

.comment_main
{
    padding: 5px;
}

.comment_rating
{
    margin-top: 8px;
}

.comment_rating img
{
    vertical-align: middle;
}

#open_arrow
{
	display: none;
}

#shopping_basket tbody tr
{
    height: 45px;
}

#shopping_basket tbody tr td
{
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}

#shopping_basket tbody tr td a
{
    display: inline;
    font-weight: bold;
    line-height: 1;
}

#shopping_basket_footer
{
    padding-top: 10px;
    text-align: right;
    width: 100%;
}

.shopping_basket_subtotal, .shopping_basket_total
{
    font-size: 14px;
    margin-right: 12px;
}

.shopping_basket_total
{
    font-weight: bold;
}

#shopping_basket_buttons
{
    margin-right: 10px;
    margin-top: 5px;
}

.basket_row_even
{
    background-color: #F0F0F0;
}

.basket_row_odd
{
    background-color: #FAFAFA;
}

.item_name
{
    padding-left: 10px;
    text-align: left;
}

.item_options
{
    font-size: 10px;
}

.item_remove
{
    text-align: center;
}

.item_quantity
{
    text-align: center;
}

.item_quantity input
{
    text-align: right;
    width: 40px;
}

.item_unit_price
{
    text-align: right;
}

.item_subtotal
{
    padding-right: 10px;
    text-align: right;
}

.errorlist
{
    background-color: #ff9999;
    list-style-type: none;
    margin-bottom: 3px;
    padding-left: 5px;
}

#login_fields, #reset_fields
{
    width: 265px;
}

#register_link
{
    font-size: 15px;
}

#registration_fields, #contact_details_fields, #newsletter_fields, #address_fields, #credit_card_fields
{
    width: 280px;
}

#contact_fields
{
    width: 400px;
}

#contact_fields label, #contact_fields input
{
    float: none;
    margin-bottom: 4px;
}

#contact_fields textarea
{
    width: 100%;
}

#config_fields
{
    width: 400px;
}

#config_fields fieldset input
{
    width: 220px;
}

.main_form label
{
    float: left;
    padding-left: 7px;
    padding-top: 6px;
}

.main_form p
{
    clear: both;
    margin: 0;
}

.main_form input, .main_form select
{
    float: right;
    margin-top: 2px;
}

.main_form fieldset
{
    margin-bottom: 10px;
}

.main_form fieldset input
{
    width: 130px;
}

.main_form fieldset select
{
    width: 136px;
}

.main_form a
{
    color: #000000;
    font-size: 10px;
    text-decoration: none;
}

.required label
{
    background-image: url('/static/images/required.gif');
    background-position: top left;
    background-repeat: no-repeat;    
}

#reset_confirm_fields, #change_password_fields
{
    width: 330px;
}

#review_form
{
    padding: 8px;
}

#review_form button
{
    float: right;
    margin-top: 8px;
}

#review_form_rating
{
    text-align: right;
}

#review_form_rating label
{
    line-height: 22px;
}

#id_rating
{
    margin-left: 5px;
}

#review_text
{
    height: 80px;
    width: 100%;
}

#orders tbody tr
{
    height: 30px;
}

#orders tbody tr td
{
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}

#orders tbody tr td a
{
    display: block;
    font-weight: bold;
    line-height: 30px;
}

#orders tbody tr td a:hover
{
    color: #000000;
}

.order_date
{
    padding-left: 10px;
    text-align: left;
}

.order_id
{
    text-align: center;
}

.order_value
{
    text-align: right;
}

.order_status
{
    padding-right: 10px;
    text-align: center;
}

.account_management
{
    padding: 0px 10px 0px 10px;
}

.account_management ul
{
    padding-left: 10px
}

.account_management ul li
{
    margin-bottom: 4px;
}

#addresses tbody tr
{
    height: 45px;
}

#addresses tbody tr td
{
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
}

#addresses tbody tr td a
{
    display: inline;
    font-weight: bold;
    line-height: 1;
}

.addresses_row_even
{
    background-color: #F0F0F0;
}

.addresses_row_odd
{
    background-color: #FAFAFA;
}

.address_address
{
    text-align: left !important;
    padding-left: 30px;
    width: 340px;
}


.address_edit
{
    width: 180px;
}

.address_delete
{
    padding-right: 25px !important;
}

.address_new
{
    text-align: center !important;
}

.button_link
{
    background-color: transparent;
    border: 0;
    color: #000000;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

.button_link:hover
{
    /* TODO: replicate this in JS for IE6 (and 7?) */
    color: #FC0000;
    cursor: pointer;
}

.button_link:active
{
    border-style: none;
}

.order_quantity
{
    text-align: right;
}

.order_divider
{
    height: 4px;
    line-height: 4px;
}

.order_info
{
    float: left;
    padding: 8px;
    width: 45%;
}

.order_info span
{
    font-size: 12px;
    font-weight: bold;
}

#order_comment
{
    padding: 8px;
}

#order_comment span
{
    font-weight: bold;
}

#order_updates
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#order_updates table {
    width: 100%;
}

#order_updates_heading
{
    font-size: 12px;
}

#order_updates tr
{
    vertical-align: middle;
}

#order_updates td, #order_updates th
{
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
}

#order_updates td {
    padding-top: 10px;
    padding-bottom: 10px;
}


.update_date, .update_status
{
    text-align: left;
    width: 100px;
}

.update_row_even
{
    background-color: #F0F0F0;
}

.update_row_odd
{
    background-color: #FAFAFA;
}

#size_table
{
    border-color: #FC0000;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    width: 250px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#size_table thead tr td
{
    font-weight: bold;
}

#search_box
{
    text-align: center;
}

#search_box input
{
    width: 95px
}

.checkout_tracking {
    display: none;
}

.checkout
{
    padding: 4px 8px 4px 8px;
}

.checkout_heading
{
    font-size: 12px !important;
}

.new_address_fields label, .credit_card_fields label
{
    float: left;
    padding-left: 7px;
    padding-top: 6px;
}

.new_address_fields p, .credit_card_fields p
{
    clear: both;
    margin: 0;
}

.new_address_fields input, .new_address_fields select, .credit_card_fields input, .credit_card_fields select
{
    float: right;
    margin-top: 2px;
}

.new_address_fields fieldset, .credit_card_fields fieldset
{
    margin-bottom: 10px;
}

.new_address_fields fieldset input, .credit_card_fields fieldset input
{
    width: 130px;
}

.new_address_fields fieldset select, .credit_card_fields fieldset select
{
    width: 136px;
}

#id_card_expiry_0, #id_card_expiry_1, #id_card_start_0, #id_card_start_1
{
	width: 68px;
	float: left;
}

.credit_card_date
{
	float: right;
}

#checkout_comment
{
    width: 100%;
}

#next
{
    float: right;
    width: 100px;
}

.weapon_warning {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.social-links {
    margin-top: 10px;
}

.social-link {
    display: inline-block;
    overflow: hidden;
}

.social-link-facebook {
    width: 33px;
}

.product-social-links {
    margin-top: 20px;
}

.product-social-link {
    display: inline-block;
    height: 20px;
    vertical-align: top;
}

@font-face {
    font-family: 'BlackChancery';
    src: url('/static/fonts/BlackChancery.woff2') format('woff2'),
        url('/static/fonts/BlackChancery.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.contact-link {
  text-decoration: none;
  font-family: BlackChancery;
  color: #000;
  font-size: 14pt;
}
