/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	margin-right:2px;
	margin-left: -150px;
	padding: 13px 0;
}
#header_links li {
	float: left;
	margin-right: 2px;
}
#header_links a.link-out { margin: 0; background: url(img/login.png) no-repeat 0 2px; ;}
#header_links a.link-out:hover{background-position: 0 110%;}
#header_links a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #EEE;
	text-transform: capitalize;
	padding-left: 25px;
	
	}
#header_links a:hover{color: #3EC2DF;}
#header_links a.link-wishlist
{
	background: url(img/my_account.png) no-repeat 0 2px; ;
}
#header_links a.link-wishlist:hover
{
	background-position: 0 115%;
}
#header_links a.link-myaccount
{
	background: url("img/my_wishlist.png") no-repeat scroll 0 6px ;
}
#header_links a.link-myaccount:hover
{
	background-position: 0 122%;
}
#header_links a.link-mycart
{
	background: url("img/my_cart.png") no-repeat scroll 0 4px ;
}
#header_links a.link-mycart:hover
{
	background-position: 0 116%;
}
#header_links a.checkout
{
	background: url("img/checkout.png") no-repeat scroll 0 3px;
}
#header_links a.checkout:hover
{
	background-position: 0 119%;
}
#header_links a.link-login
{
	background: url("img/login.png") no-repeat scroll 0 3px; 
}
#header_links a.link-login:hover
{
	background-position: 0 105%;
}
/*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: #fff;
	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
}
