/* block myaccount */  
 
.myaccount h4 {
    padding: 20px 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Questrial', Verdana, Arial;
	color: #493D3B;
	font-weight: normal;
	background: none;
	border-bottom: 1px solid #DFD8D2
}
.myaccount ul {margin-bottom:10px}
.myaccount ul.bullet li p {margin-bottom:0}
.myaccount li { font-size: 15px; font-weight: normal; }
.myaccount li a {
    display: block;
    padding: 8px 3px;
	color: #241F1D;
	text-decoration: none;
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.myaccount li a:hover {

	color:#FC4D43;

}

.myaccount p.logout { 
    background: transparent url("../../../img/cultura/logout-bi-20.png") no-repeat left 0;

	position: relative;
    color: #241F1D;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
	padding: 0 0 0 30px;
    text-transform: none;
	font-size: 16px;
	text-align: left; 
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;

} 

.myaccount p.logout:hover { 
    background:  transparent url("../../../img/cultura/logout-bi-20.png") no-repeat left -20px;
	color: #FC4D43;
	padding: 0 0 0 30px;

}

.myaccount li.loyalty a img {
    display: none
}
.myaccount li.lnk_wishlist a img {
    display: none
} 

.myaccount div.titlebordrtext1 { 

    text-align: center;
    width: 100%;		
	
}

.myaccount div.titleborderout1 { 

	float: left;
    position: relative;
    width: 100%;
    word-wrap: break-word;	
	
} 

.myaccount div.titleborder1 { 

	background: url("../../../img/cultura/titleborder.png") repeat-x;
    height: 10px;
    margin-top: -50px;
    position: relative;	
	
}

.myaccount h4.titleborderh4 {  

    background: #F2F2F0;
	border-bottom: none;
	padding: 20px 0;
    position: relative;
    z-index: 99;
	display: inline-block;
	padding: 20px 20px 19px; 
	font-size: 20px !important;

}


/* block myaccount in footer */	   

#footer .myaccount {padding:15px 10px;}
#footer .myaccount h4 {background: none;}
#footer .myaccount .logout {display:none;}
#footer .myaccount h4 {
	padding:0 0 10px 0;
	background:#333
}
#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
}
#footer p.logout { 
   display: none;
   background: url("../../../img/cultura/sign-out-mini.png") no-repeat scroll 0 21px transparent;	
   padding: 20px 0 0 20px;

}

#footer p.logout a:hover { 
   color: #FC4D43;

}