#module-mailalerts-mailalerts-account #left_column {display:none}
#module-mailalerts-mailalerts-account #center_column {width:757px}

#mailalerts_block_account .mailalert {
	position:relative;
    margin-bottom: 14px;
    padding: 12px 8px;
}

.mailalert a.product_img_link {
    width: 210px;
	height: 210px; 
	padding: 5px 0 0 5px;
    display: block;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
}
 
.mailalert a.product_img_link img {	 

    border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
	width: 200px;
	height: 200px
} 
.mailalert a.product_img_link img:hover {

    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1); 
    -moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1); 
    -ms-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
}

.remove img {
    height: 13px;
    width: 11px;
}

.mailalert h3 {
    color: #2E2E2E;
    font-size: 15px;
    padding: 0 0 10px;
}

.mailalert  p.product_desc {
    line-height: 16px;
    overflow: hidden;
    padding: 0;
}

.mailalert .remove {
	position:absolute;
	top:10px;
	right:10px
}
.mailalert .remove .icon {cursor:pointer}


/* lnk fiche produit */

#usefull_link_block li#mailalerts_block_extra_remove {
	padding-left:20px;
	background:url(img/del_alert.gif) no-repeat 0 0;
	cursor: pointer;
}