.page-content {
    padding: 10px 10px 10px 15px;
    font-size: 11px;
}
/* the border along the left of pages */
#page_wrap {
    border-left: 1px solid #A1A1A1;
    border-right: 1px solid #A1A1A1;
    margin-top: -3px;

}

.margin-buffer {
    margin-top: 3px;
}
/* the border along the bottom of pages */
.sidebar_footer {
    border-top: 1px solid #A1A1A1;
    margin-left: -1px;
}

.small_font {
    font-size: 11px;
    font-weight: normal;
    float: left;
}

#cart_announcement {
    padding: 4px;
    margin: 15px 0 0 0;
    position: relative;
    width: 618px;
    border: 2px solid #D3D2D1;
}

#cart_announcement img {
    float: left;
    padding: 4px;
}

#cart_announcement h4 {
    font-weight: bold;
    margin-bottom: 1px;
    padding-top: 5px;
}

#cart_announcement p {
    margin-bottom: 3px;
}
table {
    border-spacing: 0 3px;
}

tr.cart_header {
    background-color: #D3D2D1;

}

tr.cart_header th {
    padding: 5px;
}

tr.cart_item {
    padding-top: 5px;
}

tr.cart_item td{
    vertical-align: top;
    padding-top: 5px;
    border-top: 3px solid #D3D2D1;
    border-bottom: 3px solid #D3D2D1;

}

tr.cart_item td.first_cart_item {
    vertical-align: top;
    border-left: 3px solid #D3D2D1;
    font-size: 10px;
}

tr.cart_item td.last_cart_item {
    border-right: 3px solid #D3D2D1;
    padding-right: 2px;
}

.inner_table {
    border-spacing: 0;
}

.inner_table tr td {
    vertical-align: top;
    border: none;
}

.inner_table_td {
    vertical-align: top;
}

tr.cart_item img {
    padding: 0px 0 5px 0;
    float: left;
    margin-top: -5px;

}

.cart_item_title {
    font-weight: bold;
    color: #a8342c;
}

.cart_quantity {
    font-size: 10px;
}

.cart_quantity input {
    margin-bottom: 0;
    width: 35px;
}

.cart_quantity img{
    position: relative;
    top: 13px;
    left: 70px;
}

#cart_subtotal {
    position: relative;
    padding: 3px -3px 0 3px;
    width: 100%;
    border-bottom: 1px solid #D3D2D1;
}

#cart_subtotal span {
    float: right;
    padding-right: 10px;
}

#payment_totals td {
   border-bottom: 1px solid #D3D2D1;
   padding: 3px 10px 3px 0;
}

#payment_totals .label {
   width: 85%;
   text-align: right;
   font-weight: bold;

}

#payment_totals .value {
   width: 15%;
   text-align: right;

}

#payment_edit_order {
    float: right;
    padding-right: 10px;
}

#cart_buttons {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D3D2D1;
}

/* Buttons */
.cart_create_another_book_button {
    display: block;
    width: 204px;
    height: 38px;
    margin: 5px 0 5px 220px;
    background: url(/assets/images/cart/createanotherbook_small_button.png) no-repeat 0 0;
}

.cart_create_another_book_button:hover {
    background-position: 0 -38px;
}
.cart_proceed_to_checkout_button {
    display: block;
    width: 204px;
    height: 38px;
    margin: 5px 0 5px 7px;
    background: url(/assets/images/cart/proceedtocheckout_small_button.png) no-repeat 0 0;
}

.cart_proceed_to_checkout_button:hover {
    background-position: 0 -38px;
}

/* end buttons */

#cart_contact {
    font-size: 10px;
}

.cart_quantity {
    font-size: 12px;
}


/* Checkout Process */
/* Billing Informatin */
#checkout_header {
    position: relative;
    top: 30px;
}
#checkout_header h3 {
    padding-top: 17px;
}

#checkout_header_text {
    font-size: 11px;
}

#checkout_cart_content {
    padding-top: 22px;
}

#checkout_edit_order {
    margin: 10px 0 10px 0;
    padding: 3px 0 3px 0;
    border-top: 1px solid #D3D2D1;
    border-bottom: 1px solid #D3D2D1;
    font-size: 10px;
}

#checkout_edit_order a {
    float: right;
}

#checkout_billing_address {
    padding: 5px 0 5px 0;
}

#checkout_shipping_address {
    padding: 15px 0 5px 0;
}

#checkout_form {
    font-size: 11px;
    margin: 0 0 0 30px;
}

#checkout_form label {
    font-weight: normal;
}

#checkout_form .field_horizontal label, .field_horizontal_short label {

    display: block;
    float: left;
    width: 110px;
    padding-top: 8px;
}

#checkout_form .field_horizontal input {
    width: 210px;
}

#checkout_form .field_horizontal select {
    width: 212px;
}

#checkout_form .field_horizontal_short input {
    width: 30px;
}

#checkout_form_info {
    padding: 5px 0 10px 0;
}

#checkout_shipping_option {
    margin: 10px 0 10px -30px;
    padding: 10px 0 15px 0;
    border-top: 1px solid #D3D2D1;
    border-bottom: 1px solid #D3D2D1;
}

#checkout_shipping_option .radio_field {
    margin: 0 0 0 25px;
}
#checkout_shipping_option .payment_information {
    margin: 0 0 0 25px;
}
#checkout_shipping_option_title {
    font-weight: bold;
}

#checkout_form .fields {
    margin: 0 0 0 25px;
}

#checkout_form .fields label {
    display: block;
    margin-bottom: -0.5em;
}

#checkout_form .fields input {
}

#checkout_coupons {
    margin: 0 0 10px -30px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #D3D2D1;
}

.checkout_continue_button {
    position: relative;
    display: block;
    width: 110px;
    height: 38px;
    left: 485px;
    margin: 5px 0 5px 7px;
    background: url(/assets/images/checkout/red_small_button.png) no-repeat 0 0;
}

.checkout_continue_button:hover {
    background-position: 0 -38px;
}

#checkout_contact {
    position: relative;
    top: -33px;
    left: 290px;
}

.form_error {
    color: #a8342c;
}

#checkout_review_message {
    font-size: 11px;
}

#checkout_ftp_message {
    position: relative;
    font-size: 11px;
    border: 3px solid #a8342c;
}

#checkout_ftp_message img {
    float: left;
}

#payment_address_verify {

}

#payment_address_verify ul {
    list-style-type: none;
}

.payment_submit_button {
    position: relative;
    display: block;
    width: 110px;
    height: 38px;
    left: 485px;
    margin: 5px 0 5px 7px;
    background: url(/assets/images/checkout/red_small_button.png) no-repeat 0 0;
}

.payment_submit_button:hover {
    background-position: 0 -38px;
}

#cc_code {
    width: 50px;
}

#order_number {
    text-align: right;
}


/* Order History Page */
#order_history_header {
    margin-top: 15px;
}

tr.order_history_header {
    background-color: #D3D2D1;
}

tr.order_history_header th {
    padding: 5px;
}

tr.order_history_item td{
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #D3D2D1;
}

#order_history_content {
    padding-top: 15px;
}

#order_history_content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.order_back_home_button {
    display: block;
    width: 204px;
    height: 38px;
    margin: 5px 0 5px 430px;
    background: url(/assets/images/orders/backtohomepage_small_button.png) no-repeat 0 0;
}

.order_back_home_button:hover {
    background-position: 0 -38px;
}
