@charset "utf-8";
/* CSS Document */

/* Messages */
div.error_mess {
	background-color:#ffd9d9;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-family:Tahoma;
	font-size:11px;
	text-align:right;
	color:#777;
	padding:13px;
	padding-right:50px;
	margin-bottom:15px;
	}
div.success_mess {
	background-color:#e5f4e5;
	background-image:url(../images/success.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-family:Tahoma;
	font-size:11px;
	text-align:right;
	color:#777;
	padding:13px;
	padding-right:50px;
	margin-bottom:15px;
	}
div.info_mess {
	background-color:#e5efff;
	background-image:url(../images/info.gif);
	background-repeat:no-repeat;
	background-position:right top;
	font-family:Tahoma;
	font-size:11px;
	text-align:right;
	color:#777;
	padding:13px;
	padding-right:50px;
	margin-bottom:15px;
	}

/* Boutique profile */
div.boutique_contacts {
	display:block;
	float:right;
	margin:0px;
	}
div.user_contacts {
	display:block;
	float:right;
	margin:0px;
	width:200px;
	}
span.icon_small {
	display:block;
	float:right;
	margin-left:20px;
	padding:2px 25px 10px 0px;
	background-repeat:no-repeat;
	background-position:right top;
	}
div.boutique_logo {
	display:block;
	float:right;
	padding:10px;
	}
#icon_mail_small {
	background-image:url(../images/icon_mail_small.gif);
	}
#icon_edit_small {
	background-image:url(../images/icon_edit_small.gif);
	}
#icon_location_small {
	background-image:url(../images/icon_location_small.gif);
	}
#icon_location_small_2 {
	background-image:url(../images/icon_location_small_2.gif);
	}
#icon_web_small {
	background-image:url(../images/icon_web_small.gif);
	}
#icon_phone_small {
	background-image:url(../images/icon_phone_small.gif);
	padding-bottom:8px;
	}
#icon_delete_small {
	background-image:url(../images/icon_delete.gif);
	padding-bottom:8px;
	}
#icon_add_small {
	background-image:url(../images/icon_add.gif);
	padding-bottom:8px;
	}
p.boutique_address {
	display:block;
	float:right;
	width:150px;
	line-height:1.5;
	margin:0px;
	padding:3px 0px 3px 25px;
	}
p.boutique_description {
	font-family:Tahoma;
	font-size:11px;
	color:#333;
	padding:15px;
	margin:0px;
	line-height:1.5;
	}

