#main #shoplist table{
	border-collapse: separate;
	border-spacing: 0px 5px;
	width : 100%;
}
#main #shoplist table th{
	text-align : left;
	padding : 10px 5px;
	background : #f5f5f5;
	border : 1px solid #c0c0c0;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	width : 80px;
	margin-bottom : 5px;
}
#main #shoplist table td{
	text-align : left;
	padding : 10px 5px;
	background : #fff;
	border : solid #c0c0c0;
	border-width : 1px 1px 1px 0;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}
