#store-body {
    padding-right: 20px;
    padding-left: 20px;
}
.store-item {
    display: inline-block;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 10px;
    max-width: 200px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.store-item img {
    border: 1px solid #142D51;
    margin-bottom: 5px;
}
#featured-items table {
    margin-right: auto;
    margin-left: auto;
}
#store-items table {
    margin-right: auto;
    margin-left: auto;
}
#store-body h3 {
    text-align: center;
}
.featured-item {
    background: none repeat scroll 0 0 #D9E3E8;
    border: 4px double #FFFFFF;
    display: inline-block;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 10px;
    max-width: 200px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.featured-item img {
    border: 1px solid #142D51;
    margin-bottom: 5px;
}
#item-listing {
    padding: 20px;
}
#item-listing div.title {
    font-family: Georgia, Times, "Times New Roman", Garamond, serif;
    color: #142D51;
    font-size: x-large;
    font-weight: bold;
    margin-top: 55px;
}
#item-listing a {
    color: #142D51;
    text-decoration: none;
}
#item-listing a:hover {
    text-decoration: underline;
}
#item-listing div.description {
    color: #4D4D4D;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 1em;
}
#item-listing p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5em;
    padding: 5px;
}
#item-listing .add-to-cart {
    float: right;
    line-height: 1em;
}
#item-listing .add-to-cart td {
    vertical-align: middle;
}
#item-listing .out-of-stock {
    font-size: 1.2em;
    font-family: Georgia, Times, "Times New Roman", Garamond, serif;
    color: #CC0000;
    float:right;
    margin-right: 10px;
}
#item-listing .pricing {
    color: #B50D3D;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#item-listing div.sharing {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4D4D4D;
    font-size: .8em;
    font-style: italic;
}
#item-listing .gallery {
    text-align: center;
    font-size: .8em;
    font-style: italic;
}
#item-listing .gallery img {
    border: 2px solid #142D51;
}
#item-listing div.main-photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#item-listing div.photo-clear {
    clear: both;
}
#item-listing .extra-information {
    color: #4D4D4D;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-size: 1em;
    padding: 15px;
}
#item-listing .extra-information object {
    margin-left: auto;
    margin-right: auto;
}
#item-listing .extra-information table {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Added to cart page */
.added-to-cart {
    color: #142D51;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 35px;
}
.suggested-items {
    text-align: center;
    color: #4D4D4D;
}
.suggested-items .featured-item {
    margin: 10px;
}
.shop-navigation {
    clear: both;
    text-align: center;
    padding-top: 35px;
    color: #4D4D4D;
}
.shop-navigation a {
    color: #142D51;
    text-decoration: none;
}
.shop-navigation a:hover {
    text-decoration: underline;
}
.cart-header {
    text-align: center;
}
.cart-summary {
    background: url(../img/layout/post_divider.gif) no-repeat bottom center;
    padding-bottom: 10px;
}
.cart-summary a {
    color: #142D51;
    text-decoration: none;
}
.cart-summary a:hover {
    text-decoration: underline;
}
.cart-summary table th {
    background-color: #BCD8EB;
}

.cart-totals {
    width: 350px;
    margin-left: auto;
}
.cart-totals table {
    width: 100%;
    margin-top: 15px;
}
.cart-totals table td.bold {
    font-weight: bold;
}
.checkout-steps {
    font-size: 1.5em;
    padding: 15px;
}
.errorlist {
    color: red;
}
.complete-purchase-button {
    text-align: center;
    margin-top: 15px;
}

#store-thanks .title {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url(../img/layout/post_divider.gif) no-repeat bottom center;
}
#store-thanks .instructions {
    padding: 15px;
}

/* Cart that displays in the rightcol during store visits. */
#cart-sidebar {
    color: #142D51;
    text-align: center;
}
#cart-sidebar a {
    text-decoration: none;
    color: #142D51;
}
#cart-sidebar a:hover {
    text-decoration: underline;
}
#cart-sidebar .title {
    text-transform: uppercase;
    font-size: .9em;
    padding: 10px;
    background: url(../img/layout/sidebar_divider.gif) no-repeat bottom;
}
#cart-sidebar .empty {
    margin-top: 10px;
    margin-bottom: 10px;
}
#cart-sidebar .item {
    margin: 5px;
    text-align: left;
}
#cart-sidebar .quantity {
    float: right;
}
#cart-sidebar .divider {
    background: url(../img/layout/sidebar_divider.gif) no-repeat bottom;
    height: 10px;
    margin-bottom: 10px;
}

/* Navigation of ItemCategory objects in the store. */
#store-sidebar-nav {
    margin-top: 30px;
    margin-bottom: 30px;
}
#store-sidebar-nav a {
    color: #142D51;
    text-decoration: none;
}
#store-sidebar-nav a:hover {
    text-decoration: underline;
}
#store-sidebar-nav .category {
    margin: 4px;
}
#store-sidebar-nav .depth-1 {

}
#store-sidebar-nav .depth-2 {
    text-indent: 15px;
}


/* Volume pricing details for individual items. */
#volume-pricing {
    font-size: .8em;
    color: #888888;
}
#volume-pricing .emphasis {
    color: #B50D3D;
    font-weight: bold;
}