#maniProducts {
	margin: 0px;
	padding: 0px;
}
.maniLeft {
	margin: 0px 10px 20px 0px;
	float: left;
	clear: both;
}
.maniRight {
	margin: 0px 0px 20px 10px;
	float: right;
}
.maniProduct {
	position: relative;
	width: 440px;	/* 900/2 - 10 mar */
	height: 140px;
	padding: 0px;
	text-decoration: none;
	color: black;
	line-height: 1.2;

	background: #f7f7f5;	/* for non-CSS3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f7f7f5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f7f7f5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fdfdfd,  #f7f7f5); /* for firefox 3.6+ */

}
.maniProduct:hover {
	filter: ; /* for IE */
	background: white;
	-webkit-box-shadow: rgba(0,0,0,0.28) 0 2px 6px; -moz-box-shadow: rgba(0,0,0,0.28) 0 2px 6px; box-shadow: rgba(0,0,0,0.28) 0 2px 6px;	/* Safari 3, Firefox 3.5, Chrome, Opera 10.5, IE9 */
}
.maniProduct .maniProductIcon {
	display: block;
	width: 96px;
	height: 96px;
	position: absolute;
	top: 22px;
	left: 22px;
	cursor: pointer;
}
.maniProductTitle {
	display: block;
	width: 280px;
	position: absolute;
	top: 20px;
	left: 140px;
	font-size: 2.0em;
	font-weight: lighter;
	color: #36533C;
	cursor: pointer;
}
.maniProductSlogan {
	display: block;
	width: 280px;
	position: absolute;
	top: 54px;
	left: 140px;
	font-size: 1.0em;
/*	font-weight: 600;*/
	color: #36533C;
	cursor: pointer;
}
.maniProductDescription {
	display: block;
	width: 280px;
	position: absolute;
	top: 78px;
	left: 140px;
	font-size: 0.75em;
	font-weight: normal;
	color: #999999;
	cursor: pointer;
}
.maniOS {
	display: block;
	height: 18px;
	position: absolute;
	right: 14px;
	top: 8px;
	font-size: 0.7em;
	color: #bbbbbb;
}
.maniOS img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: 0px 1px 0px 4px;
}
.maniOS span {
	height: 18px;
	line-height: 18px;
	vertical-align: middle;	
}
