/* @override http://www.surplusclothing.ca/style/JDEC/StoreApp/menu-footer.css */

/*******************
 *
 * JDEC Footer Menu Styles
 * 
 * Colours:
 * 
 *    
 *******************/
 
#menu_footer {
    background-color: #000;
    text-align: center;
    margin-bottom: 10px;
    padding: 7px 0;
    vertical-align: middle;
}

#menu_footer a {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

#menu_footer a:hover {
	color: #fe0000;
	text-decoration: none;
}

#menu_footer table {
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
}

#menu_footer tr {
	vertical-align: middle;
}

#menu_footer td {
	vertical-align: middle;
	padding: 0 5px;
}

#menu_footer .item {
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px;
    line-height: 1.1em;
    border-right: 1px solid #000;
    color: #FFF;
}

#menu_footer .item a {
    color: #FFF;
    text-decoration: none;
	letter-spacing: 1pt;
}

#menu_footer .item a:hover {
    color: #838383;
    background-color: transparent;
}

#menu_footer .last {
    border-right-width: 0px;
}
