
#products{
	padding:20px;
	clear:both;
	display:block
}
#products li{
	margin-top:5px;
	clear:both;
	display:block;
	list-style:none;
	margin-bottom:10px;
}
#products li .pic{
	float:left;
	width:110px;
	margin-right:10px;
	text-align:center
}
#products li .pic .pm{
	width:110px;
}
#products li .info{
	float:left;
	margin-top:0px;
	text-align:left;
}
#products li .info dl{
	list-style:none;
	margin:0;
	padding:0;
}
#products li .info dd{
	line-height:25px;
	margin:0;
	padding:0;
}

#pbottom{
	background:#000000 url(../images/ps_paget.gif) left top no-repeat;
	height:20px;
	line-height:20px;
	padding-left:30px;
	color:#FFF;
	margin:3px 0;
	text-align:right;
	padding-right:5px;
}
#pbottom a{
	color:#fff
}
.pagelist{
	clear:both;
	display:block;
	text-align:center
}
