/* customizable styles */

body {
    height: auto; 
    /* customize_body-background */  /* customize_body-background */
}

body#tinymce {
    background-color: #fff;
}

a {
    text-decoration: none;
}
div#main-container #header {
    padding-top: 0;
    /* customize_header-background */  /* customize_header-background */
    height: 160px;
}	


.img-round {
    border-radius: 8px;
    border: 2px solid #8c7355;
}

/* text styles */

h2 span {
    color: #fca475;
}

table.pretty {
    background: #ffffff;
    border-right: 1px solid #fff !important;
    margin-top: 0;
}

table.pretty, table.pretty th, table.pretty td
{
    border-top: 0;
    width: 78%;
    margin-left: 5px;
}

table.pretty th {
    padding: 10px 8px 10px;
    background: #f6f5f5;
    font-weight: bold;
    text-align: center;
}

body table.pretty tr p {
    margin-top: 0;
}

table.pretty tr td {
    border-top: 1px solid #f6f5f5;
    padding: 18px 5px;
    text-align: center;
}
table.pretty tr td.empty {
    border-right: 0 !important;

    width: 80px;
    border-left: 0 !important;
}

.product-list {
    margin-top: 15px;
    background: #fff;
    padding: 10px 0 10px 10px;
}

.product-list a {
    display: inline-block;
    vertical-align: top;
}

.nav-products-table {    
    width: 200px;
    display: inline-block;
}