<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * Flexible Footer Menu Multilingual
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * 
 * @added for version 1.0 by ZCAdditions.com (rbarbour) 4-17-2013 $
**/
 
#flex-navSupp ul {margin: 0;padding:0;list-style-type: none;text-align: center;}
#flex-navSupp ul {display:block;text-align:center;}
#flex-navSupp ul li h4 {text-align:center;}
#flex-navSupp ul li span {display:block;text-align:center;}
#flex-navSupp a.activePage {font-weight: bold;color: #000;}
#flex-navSupp a:hover {font-weight: bold;text-decoration: underline;color: #000;}
.col {float: center;}

/* Example for styleing individual column blocks */
ul#col_1 {background-color:#c0c0c0;color:#333;}
ul#col_2 {background-color:#c0c0c0;color:#333;}
ul#col_3 {background-color:#c0c0c0;color:#333;}
ul#col_4 {background-color:#c0c0c0;color:#333;}
ul#col_5 {background-color:#c0c0c0;color:#333;}
ul#col_6 {background-color:#c0c0c0;color:#333;}
ul#col_7 {background-color:#c0c0c0;color:#333;}
ul#col_8 {background-color:#c0c0c0;color:#333;}
ul#col_9 {background-color:#c0c0c0;color:#333;}

/* Each span represents a columns width */
.span_9_of_9 {width: 10.55%;}
.span_8_of_9 {width: 11.94%;}
.span_7_of_9 {width: 13.72%; }
.span_6_of_9 {width: 16.08%; }
.span_5_of_9 {width: 19.38%; }
.span_4_of_9 {width: 24.35%; }
.span_3_of_9 {width: 32.66%;}
.span_2_of_9 {width: 49.25%; }
.span_1_of_9 {width: 99%; }

/* Changes column width at 768px, changed to be consistent with responsive code */
@media only screen and (max-width: 768px) {
div#flex-navSupp&gt;div&gt;div&gt;ul&gt;li {display: block; text-align:center;}
.span_9_of_9 {width: 98%; }
.span_8_of_9 {width: 98%; }
.span_7_of_9 {width: 98%; }
.span_6_of_9 {width: 98%; }
.span_5_of_9 {width: 98%; }
.span_4_of_9 {width: 98%; }
.span_3_of_9 {width: 98%; }
.span_2_of_9 {width: 98%; }
.span_1_of_9 {width: 98%; }
}</pre></body></html>