﻿.div_product_thumb {
    width: 130px;
    text-align: center;
    float: left;
    font-size: 8pt;
    height: 175px;
    padding-left: 5px;
    padding-right: 5px;
}
.div_product_thumb a {
    text-decoration: none;
}
.div_product_thumb a:hover {
    text-decoration: underline;
}

.admin_menu_item {
    display: block;
    float: left;
    height: 19px;
    padding-top: 4px;
    background-color: #9a6655;
    color: white;
    text-decoration: none;
    margin-right: 4px;    
    padding-left: 4px;
    padding-right: 4px;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}
.admin_menu_item:hover {
    background-color: #ab7970;
}
.admin_menu_filler {
   height: 23px; 
   background-color: #9a6655;
   margin-left: 0px;
   margin-bottom: 5px;
}

.product_description {
    font-size: 10pt;
    color: #571600
}
.product_minqty {
    padding-top: 8px;
    font-size: 8pt;
    color: #571600;
    
      
}
.product_price {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 14pt;
    color: #a32c2d;
    text-align: left;

}

.product_setup_field_title {
    font-weight: bold;
    color: #202020;
}


.emailus_form {
    width: 450px;
    margin: 0 auto;
}
.emailus_row {
    padding-bottom: 5px;
}

.emailus_fieldtitle {
    padding-top: 3px;
    width: 125px;
    float: left;
}

.emailus_fieldvalue {
    width: 325px;
    float: left;
}

.shipping_note_div {
    font-size: 8pt;
}

.product_image_div a {
    border: 1px solid black;
    width: 100%;
    height: 100%;   
}

#divAdultsOnly {
    font-size: 1.2em;
}

.category_description {
    padding-bottom: 15px;
    font-size: 12pt;
}


