
html {
    font-size: 80%;
}


#nav,
form,
#user_section,
.sorter,
.returner,
.no_print,
.contact_address_map,
.admin_access {
    display: none;
}

#contact_address_list li {
    width: 40%;
    float: left;
}

address {
    font-style: normal;
}

#category_price_range form,
#engraving_information_form,
#orders_order_comments_form,
#sign_up_form  {
    display: block;
}

#view_order_order_comments {
/*     display: block; */
    overflow: visible!important;
/*     height: auto; */
}

a {
    color: #000!important;
    text-decoration: none!important;
}

a:after {
    content: "  (  http://stevensfuneralsupplies.com" attr(href) "  )  ";
    font-size: 70%;
    color: green;
}

a[href^="http://"]:after {
    content: "  (  " attr(href) "  )  ";
}
a[href^="mailto:"]:after {
    content: none;
}


h1 {
    font-size: 100%;
}

h1 img {
    display: block;
    margin-bottom: 2pt;
}

a img {
    border: 0;
}


#cart_contents {
    overflow: hidden;
    list-style: none;
    padding: 10px 0;
    margin-left: 4px;
}
    #cart_contents h3 {
        padding-bottom: 10px;
        text-align: center;
    }
    
    #product_category_list,
    #cart_contents {
        margin: 10px auto;
    }
    
    #product_category_list,
    #product_category_list tr,
    #product_category_list td,
    #cart_contents,
    #cart_contents tr,
    #cart_contents td {
        border: 0;
    }

    #product_category_list td,
    #cart_contents td {
        width: 210px;
        padding: 10px 10px;
        border: 0;
        border-top: 1px dashed #726636;
        margin-left: 10px;
        text-align: center;
    }
    #product_category_list td,
    #cart_contents td {
        vertical-align: top;
    }
        .list_thumb,
        .product_thumb {
            display: block;
            width: 210px;
            height: 210px;
/*             border: 1px solid #3E371E; */
            background: #fff;
            text-align: center;
            margin-right: 10px;
            line-height: 210px;
        }
        .list_thumb {
            margin: 0 auto;
        }
        #product_category_list .engravable {
            display: block;
        }

        .product_thumb {
            width: 460px;
            height: 460px;
            line-height: 460px;
            float: left;
        }

        #product_category_list img,
        #cart_contents img,
        .product_thumb img,
        .list_thumb img {
            vertical-align: middle;
        }
        #product_category_list .price {
            display: block;
            font-weight: bold;
        }

#product_display {
    overflow: hidden;
    padding: 10px 0;
}

.product_information {
    overflow: hidden;
    padding-bottom: 10px;
}
    .product_information dt {
        float: left;
        clear: left;
        font-weight: bold;
        padding-right: .5em;
        width: 7em;
        text-align: right;
    }
    
    .product_information dt,
    .product_information dd {
        margin-top: 5px;
        overflow: hidden;
    }
    
    .product_price {
        font-weight: bold;
    }
    
    #product_display .is_engravable {
        font-weight: bold;
    }
    
    #product_display .product_notes,
    #product_display .product_description,
    #product_display .is_engravable {
        padding: 5px 0;
    }
    
    #product_display .product_notes {
        font-size: 90%;
        font-style: italic;
    }


#engraving_information_form .list_thumb {
    float: left;
    padding: 25px 10px 5px 5px;
    display: inline;
}
#engraving_information_form h3 {
    padding-left: 5px;
}

#engraving_information_form fieldset {
    overflow: hidden;
}

#cart_engraving_images {
    overflow: hidden;
    margin-left: 4px;
    margin-top: 10px;
}

#cart_engraving_images li {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #AAAAAA;
    float:left;
    list-style-type:none;
    text-align:center;
/*     width:162px; */
    padding: 10px;
}

#cart_engraving_images .engraving_image {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    overflow: hidden;
    margin: 5px;
}



#cart_engraving_images .engraving_image img {
    vertical-align: middle;
}

#cart_engraving_images,
#cart_engraving_images li {
    overflow: visible!important;
}

#footer {
    clear: both;
    width: 99%;
}

.placed_orders .order_id a:after {
    content: none;
}

table {
    width: 744px;
    margin: 5px 0;
    clear: both;
}

table, td, th, tr {
    border-collapse: collapse;
    border: 1px solid #e3e3e3;
}
th {
    background: #fafafa;
}
td, th {
    padding: 3px 5px;
}

.total_cost {
    text-align: right;
    padding-right: 5px;
    font-size: 110%;
    font-weight: bold;
}

.cart_checkout_quantity,
.cart_checkout_cost {
    text-align: center;
    white-space: nowrap;
}

.checkout_cart_items td,
.checkout_cart_items td {
    text-align: center;
}

table .cart_checkout_cost {
    text-align: right;
}

.cart_checkout_has_engraved,
.cart_checkout_item_cost_breakdown
{
    font-size: 90%;
    font-style: italic;
    display: block;
}

.placed_orders td {
    text-align: center;
}
.placed_orders .placed_orders_comments {
    text-align: left;
}
.placed_orders .order_id {
    font-size: 90%;
}

.view_orders_status_change_time {
    color: #888;
    display: block;
    font-size: 70%;
    text-align: center;
    white-space: nowrap;
}

.view_orders_place_time {
    white-space: nowrap;
}