table.goods {
	table-layout:fixed;
	width:100%;
	border-spacing: 0px;
	border-bottom:solid 2px #cccccc;
}
table.goods>caption {
	text-align:right;
	padding:5px;
}
table.goods>caption>input {
	float:left;
	cursor: pointer;
}
table.goods>caption>input+input {
	margin-left:5px;
}
table.goods>caption>input:hover {
	border:solid 1px red;
	box-shadow: 3px 3px 3px #cccccc;
}
table.goods>caption>input.on {
	background: #ffffc0;
	color:#218304;
}
table.goods>caption>span {
	float:right;
	padding:5px;
}
table.goods>thead>tr>th {
	border-top:solid 2px #cccccc;
	padding:10px 5px 10px 5px;
	background:#f4f4f4;
}
table.goods>thead>tr>th.filter {
	background:#ffffd5;
}
table.goods>thead>tr>th+th {
	border-left:solid 1px #cccccc;
}
table.goods>tbody:hover {
	background:#f9ffc7
}
table.goods>tbody>tr>td {
	border-top:solid 1px #cccccc;
	padding:5px;
}
table.goods>tbody>tr>td.bold {
	font-weight:bold;
}
table.goods>tbody>tr:first-child>td, table.goods>tbody>tr:nth-child(2)>td {
	border-top:solid 2px #cccccc;
}
table.goods>tbody>tr+tr>td {
	border-left:solid 1px #cccccc;
	white-space: normal;
	word-break: break-all;
}
table.goods>tbody>tr+tr:hover {
	background:#f3ff83
}
table.goods>tbody>tr:first-child>td:first-child {
	vertical-align: top;
}
table.goods>tbody>tr:first-child>td:first-child>a {
	float:left;
	vertical-align: top;
}
table.goods>tbody>tr:first-child>td:first-child>ul {
	list-style:none;
	margin:0px 0px 0px 5px;
	padding:0px;
}
table.goods>tbody>tr:first-child>td:first-child>ul>li {
	padding:2px;
}
table.goods>tbody>tr:first-child>td:first-child>ul>li:first-child>* {
	font-size:16px;
	font-weight:bold;
}
table.goods>tbody>tr:first-child>td:first-child>ul>li+li {
	padding-left:7px;
}
table.goods>tbody>tr:first-child>td:first-child>ul>li>font>img {
	width:17px;
	vertical-align: middle;
}
table.goods>tbody>tr+tr>td:first-child {
	padding:0px;
}
table.goods>tbody>tr+tr>td>a>img {
	width:50px;
	vertical-align: middle;
}
table.goods>tbody>tr+tr>td>a>img:hover {
	transform:scale(5.0);
	transition: all 0.5s;
	border:solid 1px #999999;
}
table.goods>tbody>tr+tr>td:nth-child(2)>a {
	color:red;
}
table.goods>tbody>tr+tr>td:nth-child(2)>a:hover {
	color:black;
}
table.goods>tbody>tr+tr>td:nth-last-child(2)>p {
	margin:0px;
	font-size:0.8em;
}
table.goods>tbody>tr+tr>td:nth-last-child(2) {
	font-family: tahoma;
	font-weight: bold;
	color:#ee4c1b;
}
table.goods>tbody>tr+tr>td.cFilter:hover {
	background:#deff83;
	cursor: pointer;
}
table.goods>tbody>tr>td>input#cart {
	width:50px;
	color:green;
}
table.goods>tbody>tr>td>input#cart.on {
	font-weight: bold;
	color:red;
}
div.goods_not {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	text-align:center;
}
