.globalContentContainer h2{
	margin-top: 20px;
	margin-bottom: 8px;
}

#content-header{
	display: block;
	border-bottom: 1px #e4edd3 solid;
	margin-bottom: 30px;
}

#header-perderPeso-img{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 150px;
	height: 253px;
	background: url('images/spriteGlobal.png') transparent no-repeat -179px -316px;
	margin: 0px 30px 0px 20px;
	vertical-align: bottom;	
}

#header-perderPeso-text{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 650px;
	vertical-align: top;
	padding-top: 30px;
}


#lista-produtos-campanha{
	/*background-color: #f4f7ec;*/
}


#produtosList li {
	width: 174px;
	border: 1px #ccdbb2 solid;
}

.precoProd {
	margin-right: 10px;
}

.prodNome {
font-size: 18px;
}