@charset "utf-8";
/* CSS Document */

#products li{
	text-align:left;	
	float:none;
	width:auto;
	margin-right:0;
	padding-bottom:2em;
}
#products img{
	display:inline;	
	float:left;
}
#products input{
	width:2em;	
}
#products table{
	width:436px;
}
#products th{
	text-align:left;
	vertical-align:bottom;
	line-height:1.3;
	border-bottom:2px solid #DCDEE5;
	width:25%;
}
#products td{
	border-bottom:1px solid #DCDEE5;	
}