﻿ /* Default.css - Styles used on the storefront site. */

/* Reset styles to cross-browser defaults */

@import "../../Styles/Reset.css";


/* Overall page layout */

body {
    background-color: #b7872f;
    background-image: url(../../Images/PageBackground.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    font-size: medium;
}

.page-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    width: 774px;
    position: relative;
}

.sidebar-outer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 208px;
}

.content-outer {
    position: absolute;
    top: 0px;
    left: 209px;
    width: 566px;
}


/* Sidebar */

.sidebar-logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../Images/SidebarLogo.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 177px;
    height: 0px;
    padding-top: 59px;
    overflow: hidden;
}

.sidebar-logo a {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 59px;
    width: 177px;
    height: 0px;
    overflow: hidden;
}

.sidebar-top-border {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-image: url(../../Images/SidebarTop.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 187px;
    height: 34px;
}

.sidebar-bottom-border {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../Images/SidebarBottom.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 187px;
    height: 39px;
}


/* Navigation links / checkout steps */

.navigation-section-outer {
    background-image: url(../../Images/NavigationSectionBottom.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.navigation-section-inner {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../../Images/NavigationSectionTop.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.navigation-level-1 {
    font-weight: bold;
}

.navigation-level-2 {
    font-weight: normal;
}

.navigation-level-1,
.navigation-level-2 {
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 140%;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 95%;
    text-decoration: none;
}

.navigation-level-1:link,
.navigation-level-2:link,
.navigation-level-1:visited,
.navigation-level-2:visited {
    background-color: Transparent;
    color: #612d14;
}

.navigation-level-1:hover,
.navigation-level-2:hover,
.navigation-level-1:active,
.navigation-level-2:active {
    background-color: #b3836f;
    color: #532611;
}

.static,
.static:link,
.static:visited,
.static:hover,
.static:active {
    background-color: Transparent;
    color: #612d14;
}

.checkout-step, 
.checkout-step-selected {
    display: block;
    padding-right: 4px;
    color: #612d14;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 80%;
    line-height: 180%;
}

.checkout-step {
    padding-left: 4px;
}

.checkout-step-selected {
    padding-left: 24px;
    background-image: url(../../Images/MenuArrowRight.gif);
    background-position: 7px center;
    background-repeat: no-repeat;
}

.back-link {
    padding-left: 24px;
    background-image: url(../../Images/MenuArrowLeft.gif);
    background-position: 7px center;
    background-repeat: no-repeat;
    font-size: 80%;
}


/* Sidebar shopping cart */

.sidebar-cart {
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 4px;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 70%;
    color: #612d14;
}

.sidebar-cart-items {
    width: 100%;
    border-top: 1px solid #87614e;
    border-collapse: collapse;
    line-height: 120%;
}

.sidebar-cart-items td {
    border-bottom: 1px solid #87614e;
    padding: 2px;
}

.sidebar-cart-items .quantity {
    width: 2.5em;
    text-align: right;
}

.sidebar-cart-links {
    padding-top: 10px;
    padding-bottom: 6px;
}

.sidebar-cart-links a:link, 
.sidebar-cart-links a:visited {
    color: #772d00;
}

.sidebar-cart-links a:hover, 
.sidebar-cart-links a:active {
    color: #933700;
}




/* Content box */

.content-outer {
    width: 550px;
    background-color: #e5d2c2;
    background-image: url(../../Images/ContentBackground.jpg);
    background-position: top left;
    background-repeat: repeat-y;
}

.content-middle {
    background-image: url(../../Images/ContentTop.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.content-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-image: url(../../Images/ContentBottom.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}


/* Basic content styles */

.content-inner {
    font-family: Georgia, Serif;
    color: #613A14;
    line-height: 115%;
}

.content-inner p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 90%;
    text-align: justify;
}

.content-inner h1 {
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 120%;
}

.content-inner h2 {
    margin-top: 1.3em;
    margin-bottom: 0.7em;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 100%;
}

.content-inner h3 {
    margin-top: 1.5em;
    font-size: 90%;
    font-weight: bold;
}

.content-inner strong {
    font-weight: bold;
}

.content-inner ul {
    margin-left: 2em;
    font-size: 90%;
    list-style-type: disc;
}

.content-inner a:link,
.content-inner a:visited {
    color: #A85400;
}

.content-inner a:hover,
.content-inner a:active {
    color: #b34300;
}


/* Content footer */

.content-footer {
    margin-top: 2em;
    border-top: 1px solid #87614e;
    padding-top: 1em;
    overflow: hidden;
    font-size: 70%;
    font-style: italic;
}

.content-footer-left {
    float: left;
    width: 50%;
}

.content-footer hr {
    display: none;
}

.content-footer-right {
    float: left;
    width: 50%;
    text-align: right;
}


/* Side Boxes */

.side-box-right {
    float: right; 
    margin-left: 1em;
    margin-bottom: 1em;
}


/* Homepage */

.homepage-category-links {
    overflow: hidden;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

ul.homepage-category-links {
    margin-left: 0em;
}

.homepage-category-links li {
    display: inline;
    float: left;
    margin-right: 3%;
    width: 30%;
    overflow: hidden;
}

.homepage-category-links a,
.homepage-category-links a:link,
.homepage-category-links a:visited {
    display: block;
    border: 1px solid #783718;
    background-color: #dabea7;
    color: #783718;
    text-align: center;
    line-height: 250%;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 80%;
    text-decoration: none;
}

.homepage-category-links a:hover {
    border: 1px solid #582812;
    background-color: #ceaa8c;
    color: #582812;
}


/* Product grids */

.product-grid {
    margin-left: -10px;
    border-collapse: separate;
    border-spacing: 10px;
}

.product-grid td {
    border: 1px solid #C59F72;
    padding: 10px;
    background-color:#DCC7AD;
    width: 90px;
    text-align: center;
    vertical-align: middle;
}

.product-grid img {
    border: 1px solid #713213;
}

.product-grid .item-name,
.product-grid .item-price {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 70%;
    line-height: 130%;
}

.product-grid .item-price {
    font-weight: bold;
}


/* Item view */

.item-view td {
    vertical-align: top;
}

.item-view-photo {
    padding-right: 15px;
}

.item-view-photo img {
    border: 1px solid #713213;
}

p.item-description {
    margin-top: 0.4em;
}

p.item-price {
    font-weight: bold;
}

p.enlargement-caption {
    margin-top: 0.4em;
    font-family: Verdana, Sans-Serif;
    font-size: 60%;
    text-align: center;
}

p.item-shipment-message {
    font-size: 70%;
}

p.item-added-message {
    margin-top: 0.5em;
}

.item-added-message strong {
    display: block;
    color: #721623;
    font-weight: bold;
}


/* Pager control */

.pager {
    font-family: Verdana, Sans-Serif;
    font-size: 80%;
}

.pager span, 
.pager a {
    display: block;
    margin-right: 0.1em;
    padding-bottom: 0.1em;
    width: 1.8em;
    line-height: 180%;
    text-align: center;
}

.pager span {
    background-color: #d2b197;
}

.pager a {
    text-decoration: none;
}

.pager a:hover,
.pager a:active {
    color: #A85400;
    background-color: #dcc4af;
}


/* Order item list */

.order-item-list {
    margin-top: 1.5em;
    margin-bottom: 1em;
    width: 100%;
    border-collapse: collapse;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 75%;
}

.order-item-list td, 
.order-item-list th {
    border: 1px solid #87614e;
    padding: 6px;
    vertical-align: middle;
}

.order-item-list th {
    font-weight: bold;
}

.order-item-list .numeric-cell {
    text-align: right;
}
.order-item-list .numeric-cell input {
    text-align: right;
    padding-right: 0.3em;
}


.order-item-list .photo-cell {
    text-align: center;
}

.order-item-list .photo-cell img {
    border: 1px solid #87614e;
}

.order-item-list .subtotal-row td {
    text-align: right; 
    font-weight: bold;
}

.order-item-list .tax-row td {
    text-align: right; 
    font-weight: normal;
}

.order-item-list .discount-row td {
    text-align: right; 
    font-weight: normal;
}

.order-item-list .total-row td {
    text-align: right; 
    font-weight: bold;
}

.order-item-list .empty-cart-row td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


/* Shopping cart page */

.shopping-cart-buttons {
    margin-top: 0.5em;
    overflow: hidden;
}

.shopping-cart-left-buttons {
    width: 50%;
    float: left;
}

.shopping-cart-right-buttons {
    width: 50%;
    float: right;
    text-align: right;
}

.shopping-cart-buttons input {
    margin-bottom: 0.5em;
}

p.shopping-cart-note {
    margin-top: 0.5em;
    clear: both;
}


/* Order form */

.order-form {
    width: 100%;
}

.order-form .form-row {
    position: relative;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-size: 80%;
}

.order-form .review-message {
    text-align: center;
    font-size: 90%;
}

.order-form label {
    float: left;
    width: 9em;
    min-height: 1em;
}

.order-form span {
    position: absolute;
    left: 31em;
    top: 0.3em;
    font-size: 90%;
}

.address-copy-button {
    position: absolute;
    display: block;
    font-size: 85%;
    left: 14em;
    top: -2.8em;
}

.continue-button-row {
    text-align: center;
}

.continue-button-row input {
    margin-top: 3em;
    width: 10em;
}


/* Order review page */

.order-review-information {
    overflow: hidden;
}

.order-review-shipping-information {
    float: left;
    padding-right: 8%;
    width: 46%;
}

.order-review-billing-information {
    float: left;
    width: 46%;
}

.order-review-buttons {
    overflow: hidden;
}

.order-review-buttons .left-buttons {
    float: left;
    width: 50%;
    text-align: left;
}

.order-review-buttons .right-buttons {
    float: left;
    width: 50%;
    text-align: right;
}


/* Order confirmation page */

.order-confirmation-basics {
    font-size: 90%;
}

.order-confirmation-basics th {
    font-weight: bold;
    padding-right: 1em;
}

.order-confirmation-information {
    overflow: hidden;
}

.order-confirmation-shipping-information {
    float: left;
    padding-right: 8%;
    width: 46%;
}

.order-confirmation-billing-information {
    float: left;
    width: 46%;
}

.order-confirmation-back-button {
    margin-top: 1em;
    text-align: center;
}