/* block myaccount */
div.micuenta_cuerpo {
padding: 7px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
background: #;
width: 176px;
}
a.micuenta_titulo {
	color:#e0010b;
}
a.micuenta_cerrarsesion {
	color:#e0010b;
	font-family:arial; text-align:center;
	font-size:11px;
}


.myaccount ul {margin-bottom:10px}
.myaccount li {height:22px;}
.myaccount li a {
   display: block;
   padding: 7px 11px 5px 22px;
  
   background: url("../blockcms/img/arrow_right.png") no-repeat 10px 10px transparent;
   font-family:arial;
   font-size:12px;
   color:#262626;
   line-height:19px;
}
.myaccount p.logout {
	padding-bottom:0;
	font-weight:bold;
	text-align:right
}


/* block myaccount in footer */
#footer .myaccount .title_block, #footer .myaccount h4  {background: none;}
#footer .myaccount .logout {display:none;}
#footer .myaccount .title_block, #footer .myaccount h4  {
	padding:0 0 10px 0;
	background:none
}
#footer .myaccount ul {margin-bottom:0}
#footer .myaccount li {border-bottom:none}
#footer .myaccount li a {
   display: block;
	padding:0;
   color: #fff;
   background: none
}
#footer .myaccount li.lnk_wishlist img {display:none
}
