#list1 .menuTree:before {content: "[+]";}
#list1 .expanded:before {content: "[-]";}
#list1 .collapsed       {display: none;}
ul#list1,ul#list1 ul{
  margin-left: 0px;
  padding-left: 10px;
}
ul#list1 li{list-style: none;}

div#filter{
  border: 1px black solid;
  width:90%;
  margin: 21px auto 7px;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
}
div#filter table{width: 100%}
div#filter select{width:170px;}
div#goods_list{margin:0px auto 15px;width: 95%;}
div#goods_list table{width:100%}
div#goods_list table,div#goods_list table td{border: 1px black solid;}
div#goods_list table thead tr{background-color: #cccccc;}
div#goods_list table tbody td{font-family: Helvetica;}
ul.top_list{margin-top:4px;margin-bottom: 18px;}
table.top_list td{padding:10px;vertical-align: top;min-width: 30%;border:none !important;}
table.top_list{width:100%;text-align:left;}