/* ------- FONTS ------- */
/* ------- BORDERS ------- */
/* ------- BACKGROUNDS ------- */
/* ------- COLORS ------- */
/* ------- Indents ------- */
/* ------- Product Elements ------- */
/* ------- Buttons ------- */
/* ------- Buttons +/- ------ */
/* ------- Button Small ------- */
/* ------- Button exclusive-medium ------- */
/* ------- My Account List bg ------- */
/* ------- Product Listing ------- */
/* ------- Grid/List vars ------- */
/* ------- Pagination vars ------- */
/* ------- Product Info ------- */
/* ------- Cart Steps ------- */
/* ------- sub heading (h2,h3) define ------- */
/* ------- Image vars ------- */
/* block top links */
ul#header_links {
  list-style-type: none;
  float: left;
  margin: 0; }
  ul#header_links li {
    float: left; }
    ul#header_links li:first-child {
      border-right: none; }
    ul#header_links li a {
      text-decoration: none; }
      ul#header_links li a:hover, ul#header_links li a.active {
        text-decoration: none; }
  @media (max-width: 480px) {
    ul#header_links {
      float: none;
      text-align: center;
      width: 100%;
      overflow: hidden; }
      ul#header_links li {
        display: inline-block;
        float: none; }
        ul#header_links li a {
          display: inline-block; } }

/*block permanent links right and left columns*/
#permanent_links div a {
  display: block; }

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center; }

ul#footer_links li {
  display: inline; }
