#header_links {
  list-style-type: none;
  float: right;
  margin: 5px 0;
  clear: both;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #header_links {
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 1px solid #d5d5d5;
    display: none;
    text-align: left;
  }
}
@media (max-width: 479px) {
  #header_links {
    width: 130px;
    margin: 0;
  }
}
#header_links li {
  float: left;
  padding: 0px 8px;
  border-left: 1px solid #999;
}
@media (max-width: 767px) {
  #header_links li {
    width: 100%;
    float: none;
    border: none !important;
    padding: 3px 8px;
    margin: 3px 0;
  }
}
#header_links li:first-child {
  border: none;
}
#header_links li a {
  text-decoration: none;
}

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eee;
}
#permanent_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px;
}
ul#footer_links li {
  display: inline;
  padding: 0 10px;
}

.header_permentlink {
  float: right;
  margin-right:20px;
}
.header_permentlink .headertoggle_img {
  display: none;
}
@media (max-width: 767px) {
  .header_permentlink .headertoggle_img {
    display: block;
    background: #363636;
  }
}
@media (max-width: 767px) {
  .header_permentlink {
    /* left: 50%; */
	right: 100px;
    position: absolute;
    text-align: center;
	/* #MODSTF 150405 
    top: 170px;
	*/
    top: 70px;
	
    width: 25%;
    border-right: 1px solid #fff;
    z-index: 95;
	
	margin-right: 0px;

  }
  
  #header .shopping_cart {
	  width: 90px;
  }
  
  #info_tel{
	  display:none;
  }
  
  .myhidden {
		display:none;
  }
  
  #mysignid {
	  		display:none;

  }
#header .headercart {
right:0px;
top: 70px;

}	
  
  
}
.header_permentlink .tm_permenu_inner {
  cursor: pointer;
}
.header_permentlink .tm_permenu_inner .headertoggle_img:before {
  content: "\f039";
  display: block;
  font-family: "FontAwesome";
  font-size: 23px;
  color: white;
  position: relative;
  top: 9px;
  line-height: 20px;
}
@media (max-width: 479px) {
  .header_permentlink .tm_permenu_inner .headertoggle_img:before {
    line-height: 19px;
  }
}
