#contd {
	background:#5e5e5e;
	padding-bottom:5px;
}
#contd h1 {	margin:10px 0 5px 20px	}
#contd h1 a {	color:#fff	}
#contd h1 span {
	color:#eee;
	font-weight:normal;
	font-size:100%;
}

ul.lst-prods {
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}
ul.lst-prods li {
	position:relative;
	float:left;
	padding:10px 2px 10px 20px;
}
ul.lst-prods li img {
	width:215px;
	height:310px;
}
ul.lst-prods li.larga img {
	width:690px;
	height:520px;
	border:1px solid #eaeae0;
}
ul.lst-prods li a {
	color:#5e5e5e;
	text-decoration:none;
}
ul.lst-prods li span {
	position:absolute;
	bottom:15px;
	right:10px;
	padding:0 10px;
	border:1px dotted #ddd;
	background:#f0f0f0;
}

#contd div ul.List-Ndx {
	position:absolute;
	top:12px;
	right:20px;
	margin:0;
}
ul.List-Ndx {
	float:right;
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
}
ul.List-Ndx a {
	text-decoration:none;
	color:#eee;
}
ul.List-Ndx a:hover {
	color:#fff;
	text-decoration:underline;
}
ul.List-Ndx li {
	display:block;
	float:left;
	margin:0 2px;
	padding:1px 2px;
	color:#ccc;
}
ul.List-Ndx li.cmd {	color:#bbb	}
ul.List-Ndx li.cur {	border:1px solid #999	}


p.msg {
	color:#eee;
	background:#777;
	border:1px solid #eee;
}


ul.lst-prods.xxx img {
	width:430px;
	height:310px;
	border:5px solid #eaeae0;
}
