/* block top links */
ul#header_links {
	float:left;margin-top:5px;
}
#header_links li {
	float: left;text-transform:uppercase;
	margin-right:18px;font-family: 'Open Sans', sans-serif;font-weight:600;
}
#header_links li:before{font-family:"FontAwesome";font-size:13px;margin-right:8px;display:inline-block;}
#header_links li:hover{color:#0072ff}
#header_links li#header_link_special:before{content:"\f005"}
#header_links li#header_link_contact:before{content:"\f095"}
#header_links li#header_link_sitemap:before{content:"\f0e8"}
#header_links li#header_link_wishlist:before{content:"\f004"}
#header_links li#header_link_bookmark:before{content:"\f02e"}
#header_links li a{font-size:11px;}
/*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;
}
@media (max-width: 767px ) {
	ul#header_links {display: none; float:none;margin-bottom:14px;overflow:hidden;}
	#header_links li{float:none;display:inline-block;margin-right:15px}
	#header_links li#header_link_contact {margin-right:0;}
}
@media (max-width: 479px ) {
	#header_links li {margin-bottom:8px;}
	ul#header_links{margin-bottom:8px;}
}
/* block footer links */
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}
