/* block myaccount */

div.myaccount.block { 
	background-color: #FFFFFF !important;
	width:246px;
	background-image:none !important;
	margin-bottom:40px;
	position: relative;
	}
	
	
#myaccount .block_content { 
	position:relative; 
	/*top:-110px; 
	width:220px;*/
	padding-left: 2px;
	padding-right: 24px;
	background-image: none;
	background-color: white;
	border:0px;
	margin:0px;
	color: black;
	}
div.myaccount h4 { 
	/*
	position:relative; 
	top:-120px; 
	width:196px;
	*/
	text-align: left;
	background-image: none;
	color: red !important;
	}
div.myaccount h4 a {
	color: red;
}

#myaccount_block_image {

	background-image: url('../../../img/lc2_img_6.png'); 
	background-repeat: no-repeat;
	position:absolute; 
	top:-30px; 
	right:-35px;
	width:70px;
	height:80px;
	z-index:999;
}

#myaccount_block_bottom {
	
	background-image: url('../../../img/lc2_bottom_left.png');
	height: 16px;
	position:relative;
	top:16px;	
}

.myaccount_block_content 
{
	background-color: white !important;
	background-image: none !important;
}

