.lancable_table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.lancable_table th {
	background-color: #eee;
	border: 1px solid #ccc;
}

.lancable_table td {
	text-align: center;
	border: 1px solid #ccc;
}
.cable_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #99f;
}
.cable_table tr th {
	border-collapse: collapse;
	border: 1px solid #999;
	background-color: #eee;
}
.cable_table tr td {
	padding: 3px;
	border: 1px solid #999;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}
.cable_table tr td .logo {
	width: auto;
	height: 25px;
	margin: 2px;
}
.cable_table tr td .logo:hover {
	opacity: .5;
}

.product_box_base {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.product_box_base .spec,.type {
	list-style-type: none;
	padding: 0;
	margin: 10px;
}
.product_box_base .spec li,.type li {
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 1px 0;
	padding-top: 0;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0;
	font-size: 0.8em;
}
.product_box_base .summary {
	border: 3px solid #033;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #366;
	color: white;
	list-style-type: circle;
}
.type li {
	color: black;
	background-color: pink;
	border: 1px solid lightpink;
}
.type li a {
	display: block;
}
.type li:hover,.type li a:hover {
	color: white;
	background-color: darkred;
	border: 1px solid darkred;
}
.cat5e {
	color: white;
	background-color: slategray;
}
.cat6 {
	color: darkblue;
	background-color: lightblue;
}
.cat6a {
	color: white;
	background-color: crimson;
}
.cat7 {
	color: white;
	background-color: darkmagenta;
}
.cat7a {
	color: greenyellow;
	background-color: darkgreen;
}
.cat8 {
	color: white;
	background-color: darkslateblue;
}
.rohs {
	color: darkgreen;
	background-color: lightgreen;
}
.protect {
	color: darkred;
	background-color: thistle;
}
.slim {
	color: yellow;
	background-color: navy;
}
.s-package {
	background-color: lightgray;
}
.blue_metalic {
	color: white;
	background-color: navy;
}
.doutai_image {
	width: 150px;
	height: auto;
	display: block;
}
.type li {
	display: inline-block;
	
}
@media screen and (min-width: 768px) {

.doutai_image {
	width: 120px;
	height: auto;
	float: right;
}

}
