

/************* MISC *************/

/* reset the widget top margin to 0 */
.widget {
    margin: 0px 0 0 0;
}

/* footer gallery */
#footer .block-gallery ul.block-data a div {
    width: 64px;
    height: 64px;
}

#footer .block-gallery ul.block-data li {
    padding: 2px;
}



.product_description ul {
    list-style: disc outside;
}
.product_description ol {
    list-style: decimal outside;
}
.product_description ul li, 
.product_description ol li{
    margin-left: 20px;
}

.cms_equal_height {
    overflow: hidden;
    box-sizing: initial;
}

/* LISTS */
ul.cms_bullet_arrow , ul.cms_bullet_checkmark , ul.cms_bullet_custom_1 , ul.cms_bullet_custom_2 , ul.cms_bullet_custom_3 {
    list-style:none;
    list-style: outside none none;
    margin-left:0px !important;
    padding-left:15px !important;
    margin-bottom:7px;
    position: relative;    
}
ul.cms_bullet_arrow li:before , ul.cms_bullet_checkmark li:before , ul.cms_bullet_custom_1 li:before , ul.cms_bullet_custom_2 li:before , ul.cms_bullet_custom_3 li:before {
    margin-right:7px;
    position: absolute;
    left: 0px;
    font-family: "FontAwesome";
}


ul.cms_bullet_arrow li:before {
    content:"\f105";
}

ul.cms_bullet_checkmark li:before {
    content:"\f00C";
}

ul.cms_bullet_custom_1 li:before {
    content:"\f005"; /* star */
}

ul.cms_bullet_custom_2 li:before {
    content:"\f067"; /* plus */
}

ul.cms_bullet_custom_3 li:before {
    content:"\f101"; /* angle double right */
}



._cms_pages_divider {
    height: 1px;
    /*background-color: #eee;*/
    background-color: #e2e2e2;
    clear:both;
    margin-bottom:15px;
}

ul#navTrail {
    float: none;
    margin-top:10px;
}

table.cms_custom_table_1 {
    border-collapse: collapse;
    border:1px solid #eee;
    margin-bottom:20px;
}
table.cms_custom_table_1 th , table.cms_custom_table_1 td {
    padding:3px 5px;
    border-bottom:1px solid #eee;
}
table.cms_custom_table_1 th {
    
    background-color: #222;
    color:#fff;
}
table.cms_custom_table_1 td {
    
}