/* --- Pagewide Styles --- */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    background-color: #F8D8B3;
    color: #7B7B7B;
    text-align: center;
}

h1 {
    color: #AB8D69;
    font-family: Georgia, Times, serif;
    margin: 0px 0px 15px 0px;
    text-decoration: underline;
}

h2, h3, h4, h5, h6 {
    color: #6987AD;
    margin: 0px 0px 10px 0px;
}

p {
    margin: 0px 0px 10px 0px;
}

a {
    color: #AB8D69;
    text-decoration: none;
}

a:visited {
    color: #AB8D69;
    text-decoration: none;
}

a:hover {
    color: #AB8D69;
    text-decoration: underline;
}

img {
    border: solid 0px #000000;
}

fieldset {
    border: solid 0px #000000;
    margin: 0px 0px 20px 0px;
}

legend {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

table tbody tr th,
table tbody tr td {
    vertical-align: top;
}
/* --- End Pagewide Styles --- */


#main_column {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #FFFFFF;
    background-image: url('../images/main_column_background.jpg');
    background-repeat:  repeat-y;
    color: #7B7B7B;
    text-align: left;
}

#column_header {
    vertical-align: top;
}

#page_content {
    margin: 23px;
}

#navigation {
    float: left;
    width: 120px;
    margin: 10px 0px 0px 0px;
}

.navigation_section {
    background-image: url('../images/navigation_background.jpg');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #AB8D69;
    padding: 0px 0px 10px 4px;
}

.navigation_section h2 {
    color: #AB8D69;
    font-size: 9pt;
    margin: 10px 0px 6px 0px;
}

.navigation_section ul {
    list-style: none;
    font-size: 9pt;
    margin-left: 20px;
}

#content {
    margin: 10px 10px 10px 150px;
    min-height: 400px;
    width: 566px;
}

#column_footer {
    vertical-align: bottom;
    text-align: center;
    background-color: #F8D8B3;
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    color: #AB8D69;
    clear: both;
    padding: 16px 4px 4px 4px;
    font-size: 8pt;
}

#footer_navigation_wrapper {
    background-color: #F8D8B3;
    margin-top: 5px;
}

#footer_navigation_wrapper ul {
    list-style: none;
}

#footer_navigation_wrapper ul li {
    border-right: solid 2px #AB8D69;
    display: inline;
    padding-left: 5px;
    padding-right: 7px;
}

#footer_navigation_wrapper ul li.last {
    border-right: solid 0px #AB8D69;
}

#footer_navigation_wrapper ul li a {
    color: #AB8D69;
    text-decoration: underline;
}

#id_search_box {
    width: 90px;
    border: solid 1px #6987AD;
}

#id_search_button_box {
    text-align: right;
    width: 92px;
    margin: 4px 0px 0px 0px;
}

#id_search_go {
    border: solid 1px #BBBBBB;
    background-color: #D2D2D2;
    color: #000000;
    padding: 0px 6px 0px 6px;
}

#view_cart {
    margin: 20px 0px 0px 0px;
    text-align: center;
    color: #AB8D69;
    font-size: 8pt;
}

#view_cart_link {
    font-weight: bold;
    font-size: 9pt;
}

#featured_product_container {
    background-color: #B4C3D6;
    color: #5B5175;
}

#featured_product {
    height: 180px;
}

#featured_product_text {
    float: left;
    width: 350px;
}

#featured_product_text h1 {
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    padding: 15px 0px 0px 0px;
    text-decoration: none;
}

#featured_product_text h1 a {
    color: #FFFFFF;
}

#featured_product_text p {
    font-weight: bold;
    font-size: 8pt;
    margin: 10px 0px 10px 0px;
}

#featured_product_image {
    border: solid 1px #FFFFFF;
    float: left;
    margin: 10px 40px 0px 40px;
}

#featured_price_add_to_cart {
    text-align: right;
    margin: 10px 10px 0px 0px;
}

.price {
    color: #FFFFFF;
    font-size: 18pt;
}

.price_dollar_sign {
    vertical-align: super;
    font-size: 9pt;
}

.price_cents {
    vertical-align: super;
    font-size: 9pt;
}

.add_to_cart {
    float: right;
    margin: 8px 0px 0px 10px;
}

.buy_now_link {
    font-size: 10pt;
}

.seperator {
    margin: 20px 0px 20px 0px;
}

#front_page_small_products {
    
}

#front_page_small_products .small_product {
    float: left;
    height: 180px;
    overflow: hidden;
    width: 283px;
}

#front_page_small_products .small_product h2, 
#front_page_small_products .small_product h2 a {
    color: #6987AD;
    font-weight: normal;
    font-size: 9pt;
}

#front_page_small_products .small_product p {
    font-size: 7pt;
    color: #7B7B7B;
    margin-top: 20px;
}

#front_page_small_products .small_product a {
    font-size: 8pt;
}

.product_image {
    float: left;
}

#front_page_small_products .product_description {
    margin: 0px 20px 0px 120px;
}

#front_page_small_products .more_link {
    font-weight: bold;
}

.row {
    clear: left;
    margin: 0px 0px 6px 0px;
}

.label {
    float: left;
    vertical-align: top;
    width: 120px;
}

.element {
    margin-left: 130px;
}

.list_table {
    border: solid 1px #EEEEEE;
    border-collapse: collapse;
    width: 100%;
}

.list_table thead tr th {
    background-color: #9993AD;
    color: #FFFFFF;
    padding: 2px;
}

.list_table tbody tr td {
    border-bottom: solid 1px #EEEEEE;
    padding: 5px;
    vertical-align: top;
}

.list_table tbody tr td h2 {
    font-size: 11pt;
    padding: 0px 5px;
}

.list_table tbody tr td h2 a {
    color: #6987AD;
}

.list_table tbody tr td p {
    font-size: 9pt;
    padding: 0px 5px;
}

.list_table .table_separator td {
    background-color: #9993AD;
    font-size: 1pt;
    height: 5px;
}

.list_table thead tr th.price_cell {
    padding-right: 10px;
}

.list_table tbody tr td.price_cell {
    padding-right: 10px;
    padding-top: 27px;
}

.row_odd, .row_odd td {
    
}

.row_even, .row_even td {
    background-color: #F8F8F8;
}

#product h1 {
    font-size: 22px;
    text-align: center;
    text-decoration: none;
}

#product_gallery {
    background-color: #F8D8B3;
    border: solid 2px #CFAE8C;
    float: left;
    margin: 0px 10px 10px 10px;
    text-align: center;
    width: 320px;
}

#product_gallery #product_gallery_main_image_wrapper {
    margin: 10px;
    text-align: center;
}

#product_gallery #product_gallery_main_image {
    
}

#product_gallery #product_gallery_thumbnail_row {
    min-height: 60px;
    margin: 0px 60px 10px 60px;
}

#product_gallery #product_gallery_thumbnail_row .thumbnail img {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
}

#product_info {
    float: left;
    width: 220px;
}

#product_info #product_description {
    margin: 0px 0px 30px 0px;
}

#product_info #price {
    
}

input.quantity {
    border: solid 1px #5F7B9D;
    padding: 2px;
    width: 30px;
}

.numeric {
    text-align: right;
}

input.generic_button {
    background-color: #77718B;
    border: solid 2px #555069;
    color: #FFFFFF;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px 10px;
}

#checkout_or_continue {
    height: 30px;
    margin: 10px 0px;
}

#checkout_or_continue #continue_button {
    background-color: #77718B;
    border: solid 2px #555069;
    color: #FFFFFF;
    float: left;
    padding: 5px 10px;
}

#checkout_or_continue #continue_button a,
#checkout_or_continue #continue_button a:visited,
#checkout_or_continue #continue_button a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#checkout_or_continue #checkout_button {
    background-color: #77718B;
    border: solid 2px #555069;
    color: #FFFFFF;
    float: right;
    padding: 5px 10px;
}

#checkout_or_continue #checkout_button a,
#checkout_or_continue #checkout_button a:visited,
#checkout_or_continue #checkout_button a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.form_table {
    border-collapse: collapse;
}

.form_table tbody tr td {
    padding: 3px;
}

.form_table tbody tr td input, .form_table tbody tr td select {
    margin-left: 3px;
}

#checkout_wrapper fieldset legend, #checkout_wrapper h2 {
    color: #AB8D69;
    font-size: 22px;
}

#checkout_wrapper .address {
    margin-bottom: 10px;
}

#checkout_wrapper input.first_name,
#checkout_wrapper input.last_name {
    border: solid 1px #5F7B9D;
    padding: 2px;
    width: 300px;
}

#checkout_wrapper input.address1,
#checkout_wrapper input.address2,
#checkout_wrapper input.city,
#checkout_wrapper input.email,
#checkout_wrapper input.phone {
    border: solid 1px #5F7B9D;
    padding: 2px;
    width: 400px;
}

#checkout_wrapper select.state {
    border: solid 1px #5F7B9D;
    padding: 2px;
}

#checkout_wrapper input.zip_code {
    border: solid 1px #5F7B9D;
    padding: 2px;
}

.errorlist {
    background-color: #F78A8A;
    color: #C70A0A;
    list-style: none;
    margin: 3px;
}

.errorlist li {
    padding: 2px;
}

.contact_table {
    border-collapse: collapse;
    width: 100%;
}

.contact_table tbody tr td {
    padding: 2px;
    vertical-align: top;
}

#contact_wrapper input#id_name,
#contact_wrapper input#id_foobar,
#contact_wrapper input#id_subject,
#contact_wrapper textarea#id_message {
    border: solid 1px #5F7B9D;
    padding: 2px;
}

#contact_wrapper input#id_name,
#contact_wrapper input#id_foobar,
#contact_wrapper input#id_subject {
    width: 250px;
}

#contact_wrapper textarea#id_message {
    width: 350px;
}

input#id_full_search_terms {
    border: solid 1px #5F7B9D;
    padding: 2px;
    width: 300px;
}

#products_wrapper #id_search_results {
    border-top: solid 1px #EEEEEE;
    margin-top: 20px;
}

#products_wrapper #id_search_results p {
    margin-top: 10px;
}

#id_email_a_friend_wrapper {
    
}

#id_email_a_friend_wrapper input,
#id_email_a_friend_wrapper textarea {
    border: solid 1px #5F7B9D;
    padding: 2px;
    width: 300px;
}