/* block top links */
ul#header_links {
  display: inline;
    float: left;
    height: 15px;
    list-style-type: none;
    position: absolute;
    right:0px;
    text-align: right;
    top: -23px;
    width: 610px;
    z-index: 2;
}
#header_links li {
	display: inline;
    padding: 0 8px;
	float:right;
	background:url("pipe1.gif") no-repeat scroll left center transparent;
    
}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none; color:#000;  font-size:12px;}
#header_links a:hover {color:#406CB0; text-decoration:underline;}
#header_links li:last-child {border:none;background:none;}

/*block permanent links right and left columns*/
.permanent_links_block li {border-bottom: 1px dotted #eee}
.permanent_links_block li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(http://www.dvdbrazil.com/themes/PRS020034/css/modules/blockpermanentlinks/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
}

.myaccount_home {
    margin: 2px 0 !important;
    padding-left: 4px !important;
}
.myaccount_home a img {
    margin-right: 5px;
}