/**
Feuille de styles contenant les styles de 
- Initialisation
- Structure
- Header
- Navigation
- Footer
**/


/**********************/
/*** INITIALISATION ***/
/**********************/
* {padding: 0; margin: 0;}
table, tr, td {border-collapse: collapse; border: 0;}
ul {padding: 0; margin: 0;}
ul, li {list-style:none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; padding: 0; margin: 0;}
p {font-size: 10px;}
img {border: 0}
.clear {clear: both; font-size: 0; padding: 0; margin: 0;}
a, a:visited {font-size: 10px; color: #0099e7; text-decoration: none;}
a:hover {text-decoration: underline;}
/* Nettoyage des FLOAT */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* FF pour envlever pointillés autour des liens */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
iframe {
	border: 0;
	padding: 0; margin: 0;
	}


/**********************/
/***** STRUCTURES *****/
/**********************/
body {
	font-family: arial;
	font-size: 11px;
	padding: 0; margin: 0 0 140px 0;
	background: url("../../include/images/f_gouttes.jpg") no-repeat center bottom;
	}
.str_conteneur {
	position: relative;
	width: 949px;
	margin: 0 auto;
	}
.str_header {
	width: 945px;
	margin: 0 auto;
	}
.str_nav {
	width: 945px;
	margin: 0 auto;
	}
.str_contenu {
	padding: 15px 0 0 0;
}
.str_contenu-detail {
	padding: 0 0 45px 0;
}
.str_footer {
	padding: 20px 0;
	}
.str_droite {
	background: url("../../include/images/f_droite.gif") repeat-y left;
	}
	.str_droite-ombre {
		padding: 0 0 0px 0;
		background: url("../../include/images/f_droite-haut.gif") no-repeat 0 0;
		zoom: 1;
		}
		.str_droite-ombrebas {
			height: 100px;
			padding: 0 0 0 0;
			background: url("../../include/images/f_droite-bas.gif") no-repeat 0 0;
			zoom: 1;
			}
.str_bottom {
	position: absolute;
	bottom: 0;
	}

/***** Colonnes *****/
.str_unicol {float: left; width: 228px}
.str_duocol {float: left; width: 468px}
.str_tricol {float: left; width: 708px}
.str_quadricol {float: left; width: 948px}

/***** Spacers *****/
.str_spacer5-v {width: 5px; height: 5px; font-size: 0;}
.str_spacer5-h {float: left; width: 5px; height: 5px; font-size: 0;}
.str_spacer10-v {float: none; width: 10px; height: 10px; font-size: 0;}
.str_spacer10-h {float: left; width: 10px; height: 10px; font-size: 0;}
.str_spacer12-v {width: 12px; height: 12px; font-size: 0;}
.str_spacer12-h {float: left; width: 12px; height: 12px; font-size: 0;}
.str_spacer30-h {float: left; width: 30px; height: 30px; font-size: 0;}
.str_spacer50-v {width: 50px; height: 50px; font-size: 0;}

/***** Séparateurs *****/
.obj_pointilles {
	height: 1px;
	background: url("../../include/images/f_pointilles.gif") repeat-x 0 0;
	font-size: 1px;
	}

/***** Couleurs *****/
.t_couleur-lipikar {color: #009ee0;}
.t_couleur-anthelios {color: #ff9900;}

/******************/
/***** HEADER *****/
/******************/
.nav_divers {
	position: relative;
	float: right;
	margin: 24px 0 0 0;
	background: url("../../include/images/f_nav_divers.gif") repeat-x;
	}
	.nav_divers ul {
		font-size: 1px;
		}
		.nav_divers ul li {
			float: left;
			padding: 2px 11px 5px 10px;
			background: url("../../include/images/a_filet_nav_divers.gif") no-repeat right 5px;
			}
			/* Suppression du dernier filet FIREFOX */
			.nav_divers ul li:last-child {
				background: none;
				}
			/* Suppression du dernier filet IE6/IE7 */
			*html .nav_divers ul li {
				background-image: expression(
				(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
				?"none":"../../include/images/a_filet_nav_divers.gif"
				);
				}
			*+html .nav_divers ul li {
				background-image: expression(
				(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
				?"none":"../../include/images/a_filet_nav_divers.gif"
				);
				}
				.nav_divers ul li a, .nav_divers ul li a:hover, .nav_divers ul li a:visited {
					display: block;
					font-family: trebuchet ms; font-size: 11px; color: #000000;
					padding: 2px 0 2px 28px;
					}
				.nav_divers ul li a.i_encyclo {
					background: url("../../include/images/i_encyclo-divers.gif") no-repeat;
					}
				.nav_divers ul li a.i_glossaire {
					background: url("../../include/images/i_glossaire-divers.gif") no-repeat;
					}
				.nav_divers ul li a.i_connexion {
					background: url("../../include/images/i_connexion-divers.gif") no-repeat;
					cursor: pointer;
					}
				.nav_divers ul li a.i_deconnexion {
					background: url("../../include/images/i_deconnexion-divers.gif") no-repeat;
					}
				.nav_divers ul li a.i_facebook, .nav_divers ul li a.i_facebook:visited {
					background: url("../../include/images/i_facebook-header.gif") no-repeat;
					text-decoration: underline; color: #3B5998;
					padding: 2px 0 2px 25px;
					}

.obj_logo-lrp {
	padding: 0 0 0 10px;
	}
.obj_titre-page {
	clear: both;
	padding: 36px 0 10px 10px;
	}
	.obj_titre-page .t_titre {
		font-family: trebuchet ms; font-size: 28px; color: #0099e7; line-height: 25px;
		}
	.obj_titre-page .t_sous-titre {
		font-size: 12px;
		}



/**********************/
/***** NAVIGATION *****/
/**********************/

/* Navigation Niveau1 */
.nav_niveau1 table {
	width: 100%; border-collapse: collapse; border-spacing: 0;
	}
	.nav_niveau1 td {
		background: url("../../include/images/a_filet_nav_niveau1.gif") no-repeat right 0;
		vertical-align: middle;
		font-size: 11px; line-height: 12px;
		cursor: pointer;
		padding: 0 2px 0 0;
		}
		.nav_niveau1 td a, .nav_niveau1 td a:visited {
			display: block;
			height: 24px;
			padding: 10px 10px 13px 19px;
			font-size: 12px; font-family: trebuchet ms; text-decoration: none; color: #0099e7;
			background: url("../../include/images/f_b-defaut.gif") no-repeat center 0;
			}
		.nav_niveau1 td a:hover, .nav_niveau1 td a.on, .nav_niveau1 td a.on:visited, .nav_niveau1 td a.over, .nav_niveau1 td a.over:visited {
			background-position: center -47px;
			color: black; text-decoration: none;
			}	
	.nav_niveau1 td.nav-bleu {
		background: url("../../include/images/a_filet-bleu_nav_niveau1.gif") no-repeat right 0;
		}

		/* Suppression du dernier filet FIREFOX */
		.nav_niveau1 td.nav-bleu:last-child {
			background: none;
			padding-right: 0;
		}
		/* Suppression du dernier filet IE6/IE7 */
		* html .nav_niveau1 td.nav-bleu {
			background-image: expression(
			(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
			?"none":"../../include/images/a_filet-bleu_nav_niveau1.gif"
			);
			padding-right: expression(
			(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
			?"0":"2px"
			);
			}
		*+html .nav_niveau1 td.nav-bleu {
			background-image: expression(
			(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
			?"none":"../../include/images/a_filet-bleu_nav_niveau1.gif"
			);
			padding-right: expression(
			(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
			?"0":"2px"
			);
			}

		.nav_niveau1 td.nav-bleu a, .nav_niveau1 td.nav-bleu a:visited {
			color: #ffffff;
			background: url("../../include/images/f_b-nav-bleu.gif") no-repeat center 0;
			}
		.nav_niveau1 td.nav-bleu a:hover, .nav_niveau1 td.nav-bleu .on, .nav_niveau1 td.nav-bleu .over {
			background: url("../../include/images/f_b-nav-bleu.gif") no-repeat center -50px;
			color: black;
			}	
		.nav_niveau1 td.nav-bleu.i_produit-nav a, .nav_niveau1 td.nav-bleu.i_produit-nav a:visited {
			padding-left: 43px; padding-right: 0;
			color: #ffffff;
			background: url("../../include/images/f_b-produit-nav.gif") no-repeat left 0;
			}
		.nav_niveau1 td.nav-bleu.i_produit-nav a:hover, .nav_niveau1 td.nav-bleu.i_produit-nav .on, .nav_niveau1 td.nav-bleu.i_produit-nav .over {
			background: url("../../include/images/f_b-produit-nav.gif") no-repeat 0 -50px;
			color: black;
			}

/* navigation Niveau 2 */
.nav_niveau2 {
	display: none;
	background: url("../../include/images/f_nav_niveau2.gif") no-repeat;
}
.nav_niveau2 table {
	height: 40px;
	}
.nav_niveau2 td {
	background: url("../../include/images/a_filet_nav_niveau2.gif") no-repeat right center;
	vertical-align: middle;
	font-size: 11px; line-height: 12px;
	cursor: pointer;
	padding: 0 2px 0 0;
	}
	/* Suppression du dernier filet FIREFOX */
	.nav_niveau2 td:last-child {
		background: none;
		}
	/* Suppression du dernier filet IE6/IE7 */
	* html .nav_niveau2 td {
		background-image: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"none":"../../include/images/a_filet_nav_niveau2.gif"
		);
		}
	*+html .nav_niveau2 td {
		background-image: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"none":"../../include/images/a_filet_nav_niveau2.gif"
		);
		}
		.nav_niveau2 td a, .nav_niveau2 td a:visited {
			display: block;
			padding: 3px 10px;
			font-size: 11px; font-family: trebuchet ms; text-decoration: none; color: #0099e7;
			}
		.nav_niveau2 td a:hover, .nav_niveau2 td a.on,  .nav_niveau2 td a.on:visited {
			color: #000;
			}

/* Chemin */
.obj_chemin {
	padding: 0 0 10px 12px;
	font-family: trebuchet ms; font-size: 10px; color: #000;
	}
.obj_chemin a, .obj_chemin a:visited {
	font-family: trebuchet ms; font-size: 10px; color: #000; text-decoration: underline;
	}
.obj_chemin span {
	font-family: trebuchet ms; font-size: 10px; color: #000; text-decoration: none;
	}


/******************/
/***** FOOTER *****/
/******************/
.nav_footer {
	text-align: center;
	}
	.nav_footer a, .nav_footer a:visited {
		font-size: 11px;
		background: url("../../include/images/a_filet_footer.gif") no-repeat right 2px;
		text-align: center;
		padding: 0 8px 0 8px;
		}
	/* Suppression du dernier filet FIREFOX */
	.nav_footer a:last-child {
		background: none;
		}
	/* Suppression du dernier filet IE6/IE7 */
	*html .nav_footer a {
		background-image: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"none":"../../include/images/a_filet_footer.gif"
		);
		}
	*+html .nav_footer a {
		background-image: expression(
		(this===this.parentNode.childNodes[this.parentNode.childNodes.length-1])
		?"none":"../../include/images/a_filet_footer.gif"
		);
		}
.credits {
	padding: 10px 0 0 0;
	text-align: center;
	}
	.credits span {
		font-size: 11px; color: #c9c9c9;
		}


/******************************************************/
/***** IDENTIFICATION / Mon Espace la Roche-Posay *****/
/******************************************************/
.obj_login {
	position: absolute;
	z-index: 5;
	top: 24px; right: 0;
	width: 191px;
	display: none;
	}
.obj_login .obj_content {
	background: url("../../include/images/f_login.png") no-repeat 0 0;
	padding: 30px 14px 10px 10px;
	}
	/* Spécificité IE6 */
	*html .obj_login .obj_content {
		background: url("../../include/images/f_login.gif") no-repeat 0 0;
		zoom: 1;
		}
.obj_login .obj_content .b_texte {
	text-transform: uppercase;
	}
.obj_login .obj_content .obj_separateur {
	height: 2px;
	background: url("../../include/images/f_separateur-login.gif") repeat-x;
	font-size: 1px;
	}
.obj_login .obj_content .ctn_1 {}
.obj_login .obj_content .ctn_1 .b_fermer {
	float: right;
	width: 13px; height: 13px;
	background: url("../../include/images/b_fermer.gif") no-repeat 0 0;
	cursor: pointer;
	}
.obj_login .obj_content .ctn_1 h5 {
	float: left;
	font-size: 11px; font-weight: bold; color: #000;
	padding: 0 0 3px 0;
	}
.obj_login .obj_content .ctn_2 label {
	font-family: trebuchet ms; font-size: 12px; color: #0099e7;
	}
.obj_login .obj_content .ctn_2 input {
	width: 161px;
	}
.obj_login .obj_content .ctn_2 .lien {
	padding: 5px 0 7px 0;
}
.obj_login .obj_content .ctn_2 .lien a, .obj_login .obj_content .ctn_2 .lien a:visited, .obj_login .obj_content .ctn_2 .lien a:hover {
	font-size: 10px; color: #a0a0a0; text-decoration: underline;
	}
.obj_login .obj_content .ctn_3 {
	margin: 5px 0 10px 0;
	}
.obj_login .obj_content .ctn_3 .t_oubli-mdp {
	width: 130px;
	}
	.obj_login .obj_content .ctn_3 .t_oubli-mdp span {
		display: block;
		padding: 0 0 5px 0;
		font-size: 9px; line-height: 11px; color: #ff0000;
		}
	.obj_login .obj_content .ctn_3 .t_oubli-mdp a, .obj_login .obj_content .ctn_3 .t_oubli-mdp a:visited {
		font-size: 10px; color: #a0a0a0; font-weight: normal; line-height: 11px; text-decoration: underline;
		}
.obj_login .obj_content .ctn_3 .b_texte {
	float: right;
	}
.obj_login .obj_content .ctn_4 {
	margin: 0 0 10px 0;
	}
.obj_login .obj_content .ctn_4 .checkbox {
	float: left;
	width: 20px;
	padding: 0; margin: 2px 0 0 0;
	border: 0;
	background: none;
	}
.obj_login .obj_content .ctn_4 span {
	display: block;
	float: left;
	width: 130px;
	font-size: 10px; color: #a0a0a0; line-height: 11px;
	}
.obj_login .obj_content .lien {
	padding: 8px 0 5px 0;
}
.obj_login .obj_content .lien a, .obj_login .obj_content .lien a:visited, .obj_login .obj_content .lien a:hover {
	font-size: 11px; font-weight: bold; color: #000;
	}
.obj_login .bas_ojb_login {
	width: 191px; height: 8px;
	background: url("../../include/images/f_bas-login.png") no-repeat 0 0;
	font-size: 0;
	}

.obj_logout {
	position: absolute;
	z-index: 5;
	top: 26px; right: 0;
	display: none;
	}
.obj_logout .obj_content {
	background: #f7f7f7;
	padding: 0 10px;
	}
.obj_logout .obj_content .obj_separateur {
	height: 2px;
	background: url("../../include/images/f_separateur-login.gif") repeat-x;
	font-size: 1px;
	}
.obj_logout .obj_content .lien {
	padding: 5px 25px 5px 0;
	}
.obj_logout .obj_content .lien a, .obj_logout .obj_content .lien a:visited {
	font-size: 11px; font-weight: normal; color: #000;
	padding: 0;
	}
.obj_logout .obj_content .lien.acces {
	background: url("../../include/images/i_acceder.gif") no-repeat right 4px;
	}
.obj_logout .obj_content .lien.logout {
	background: url("../../include/images/i_logout.gif") no-repeat right 4px;
	}

/*****************/
/***** POPIN *****/
/*****************/
.obj_popin {
	display: none;
	z-index: 10000;
	}
	.obj_popin .obj_content {
		background: url("../../include/images/f_popin-ombre-hd.png") right top no-repeat;
		}
		.obj_popin .obj_content .ctn_1 {
			background: url("../../include/images/f_popin-ombre-bg.png") left bottom no-repeat;
			padding: 7px 0 0 7px;
			}
			.obj_popin .obj_content .ctn_2 {
				background: url("../../include/images/f_popin-ombre.png") bottom right;
				}
				.obj_popin .obj_content .ctn_3 {
					border: 1px solid #e7e7e7;
					position: relative;
					left: -7px;
					top: -7px;
					padding: 0 10px 10px 10px;
					background: #fff;
					}
					.obj_popin .ctn_popin-header {
						padding: 0;
						}
					.obj_popin .ctn_popin-header .b_close {
						position: absolute;
						top: 10px; right: 10px;
						width: 13px; height: 13px;
						background: url("../../include/images/b_close-popin.gif") no-repeat;
						cursor: pointer;
						}
					.obj_popin .ctn_popin-header h1 {
						padding: 11px 0 5px 0; margin: 0 20px 0 0;
						font-family: trebuchet ms; font-size: 11px; font-weight: bold; color: #0099e7; line-height: 13px;
						}
					.obj_popin .ctn_popin-content {}
						.obj_popin .ctn_popin-content h5 {
							color:#898989; font-family:trebuchet ms; font-size:12px; font-weight:bold; line-height:10px;
							}
						.obj_popin .ctn_popin-content h1 {
							color:#000000; font-family:trebuchet ms; font-size:24px; font-weight:normal; text-transform:uppercase;
							}
						.obj_popin .ctn_popin-content h4 {
							font-family: trebuchet ms; font-size: 12px; color: #000; text-transform: uppercase;
							padding: 5px 0 0 0;
							}
						.obj_popin .ctn_popin-content p {
							font-size: 10px;
							}

						.obj_popin .ctn_popin-content .ctn_1 {
							background: none;
							padding: 0 0 5px 0;
							}
						.obj_popin .ctn_popin-content label {
							display: block;
							font-family: trebuchet ms; font-size: 12px; color: #009ee0;
							}
						.obj_popin .ctn_popin-content label span {
							font-family: trebuchet ms; font-size: 12px; color: #8d8d8d;
							}
						.obj_popin .ctn_popin-content input {
							width: 334px;
							}
						.obj_popin .ctn_popin-content textarea {
							width: 334px; height: 130px;
							}
						.obj_popin .ctn_popin-content .msg-erreur {
							font-family: trebuchet ms; font-size: 10px; color: #e51616;
							padding: 0 0 5px 0;
							}
						.obj_popin .ctn_popin-content .ctn-validation {
							width: 340px;
							}
						.obj_popin .ctn_popin-content .ctn_champs-obligatoires {
							float: right;
							font-family: trebuchet ms; font-size: 10px; color: #8d8d8d;
							}
							.obj_popin .ctn_popin-content .ctn_champs-obligatoires .focus-texte {
								color: #009ee0;
								}

/* Exception IE6 */
*html .obj_popin .obj_content {
	background: none;
	}
*html .obj_popin .obj_content .ctn_1 {
	background: none;
	padding: 0;
	}
*html .obj_popin .obj_content .ctn_2 {
	background: none;
	}
*html .obj_popin .obj_content .ctn_3 {
	left: 0; top: 0;
	}

/** Pop-in INFOS **/
.obj_popin.popin-infos {
	width: 450px;
	padding: 0 0 50px 0;
	}
.obj_popin.popin-infos .obj_content .ctn_3 {
	padding-bottom: 50px;
	}


/******************************/
/***** POP-IN SPÉCIFIQUES *****/
/******************************/

/** Pop-in NEWSLETTER **/
.obj_popin .ctn_popin-content .popin-newsletter p {
	font-family: trebuchet ms; font-size: 12px; color: #000;
	padding: 0 0 2px 0;
	}
.obj_popin .ctn_popin-content .popin-newsletter select {
	float: left;
	font-size: 10px; color: #7f7f7f;
	padding: 2px 0; margin: 0 5px 0 0;
	width: 255px;
	}
.obj_popin .ctn_popin-content .popin-newsletter-msg p {
	font-family: trebuchet ms; font-size: 12px; color: #000;
	padding: 0 20px 0 0;
	}

/** Pop-in ENVOYEZ PAR MAIL **/
.obj_popin .popin-email {
	padding: 10px;
	}
/*.obj_popin .popin-email .ctn_1 {
	background: none;
	padding: 0 0 5px 0;
	}
.obj_popin .popin-email label {
	display: block;
	font-family: trebuchet ms; font-size: 12px; color: #009ee0;
	}
.obj_popin .popin-email label span {
	font-family: trebuchet ms; font-size: 12px; color: #8d8d8d;
	}
.obj_popin .popin-email input {
	width: 334px;
	}
.obj_popin .popin-email textarea {
	width: 334px; height: 130px;
	}
.obj_popin .popin-email .msg-erreur {
	font-family: trebuchet ms; font-size: 10px; color: #e51616;
	padding: 0 0 5px 0;
	}
.obj_popin .popin-email .ctn-validation {
	width: 340px;
	}
.obj_popin .popin-email .ctn_champs-obligatoires {
	float: right;
	font-family: trebuchet ms; font-size: 10px; color: #8d8d8d;
	}*/

/** Pop-in NOTATION **/
.obj_popin .popin-notation {
	padding: 10px;
	}
	.obj_popin .popin-notation .ctn_1
	{
		width:340px;
	}
	.obj_popin .popin-notation .ctn_notation {}
		.obj_popin .popin-notation .ctn_notation .txt_notation {
			float: left;
			margin: 0 10px 0 0;
			line-height: 23px;
			}
		.obj_popin .popin-notation ul.notes-echelle {
			margin:0;
			padding:0;
			/*font:.75em/1.2 Arial, Helvetica, sans-serif;*/
			}
		.obj_popin .popin-notation ul.notes-echelle li {
			float:left; margin:0; padding:0;
			list-style:none;
			
			display:block;
			text-align:center;
			line-height:16px;
			font-size: 11px;
			background:url("../../include/images/i_etoile-notation.gif") center top no-repeat;
			cursor:pointer;
			}

		.obj_popin .popin-notation ul.notes-echelle li.note-off {
			background-position:center -60px;
			}
		
		.obj_popin .popin-notation ul.notes-echelle.js li {
			min-width:17px;
			min-height:17px;
			}
		.obj_popin .popin-notation ul.notes-echelle.js input {
			position:absolute;
			left:-999%;
			min-width:17px;
			min-height:17px;
			}
		*html ul.notes-echelle.js li {
			width:17px;
			height:17px;
			}
		*html ul.notes-echelle.js input {
			width:17px;
			height:17px;
			border: 1px solid green;
			}

/** Formulaire Iframe **/
.form-iframe {
	/*padding: 10px;*/
	}
.form-iframe .ctn_1 {
	background: none;
	padding: 0 0 5px 0;
	}
.form-iframe .ctn_1 h1 {
	color:#0099E7; font-family:trebuchet ms; font-size:11px; font-weight:bold; line-height:13px;
	margin:0 20px 0 0; padding:11px 0 5px;
	}
.form-iframe label {
	display: block;
	font-family: trebuchet ms; font-size: 12px; color: #009ee0;
	}
.form-iframe label span {
	font-family: trebuchet ms; font-size: 12px; color: #8d8d8d;
	}
.form-iframe input {
	width: 334px;
	}
.form-iframe textarea {
	width: 334px; height: 130px;
	}
.form-iframe .msg-erreur {
	font-family: trebuchet ms; font-size: 10px; color: #e51616;
	padding: 0 0 5px 0;
	}
.form-iframe .ctn-validation {
	width: 340px;
	}
.form-iframe .ctn_champs-obligatoires {
	float: right;
	font-family: trebuchet ms; font-size: 10px; color: #8d8d8d;
	}
.form-iframe .ctn_popin-header .b_close {
	position: absolute;
	top: 10px; right: 10px;
	width: 13px; height: 13px;
	background: url("../../include/images/b_close-popin.gif") no-repeat;
	cursor: pointer;
	}
.form-iframe .ctn_popin-header p {
	font-size: 11px;
	padding: 0 0 10px 0;
	}