﻿#techdat
{
	float:left;
}

div.techdata table tr
, div.techdata table tr td
, div.techdata table tr th {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

div.techdata table.PT_td {
    width: 600px;
    border: #c5c5c5 solid 1px;
    margin: 10px 10px 10px 0px;
    border-collapse: inherit;
    border-spacing: 2px;
    text-align: left;
}
tr.PTtechdattrOdd {
    background-color: #e3e3e3;
}
div.techdata td.PTtdHead {
    height: 25px;
    line-height: 1em;
    vertical-align: middle;
}
div.techdata td.PTtdHead p
,div.techdata td.PTtdUnit p
,div.techdata td.PTtdData p {
    margin: 0;
}
div.techdata td.PTtdUnit
 {
    height: 25px;
    line-height: 1em;
    background-color: #ffffff;
}
div.techdata td.PTtdData
{
    height: 25px;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
}
tr.PTtechdattrEven {
    background-color: #ffffff;
}


div.techdata .detail_table
{
	border-collapse: separate;
    border-spacing: 2px;
}
div.techdata .detail_table td.td1
{
	text-align: left;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0px 5px;
}
div.techdata .detail_table td
{
	text-align: center;
	height: 25px;
	line-height: 1em;
	vertical-align: middle;
	border-bottom: 1px solid #FFF;
	padding: 0px 5px;
}



table#tb_thermacut {
  border-collapse: collapse;
  width: 100%;
}

table#tb_thermacut  th, table#tb_thermacut td {
  text-align: left;
  padding: 8px;
}

table#tb_thermacut tr:nth-child(even) {background-color: #f2f2f2;}






table#tb_abi {
  border-collapse: collapse;
  width: 100%;
}

table#tb_abi  th, table#tb_abi td {
  text-align: left;
  padding: 8px;
}
table.tb_noborder, table.tb_noborder tr, table.tb_noborder th, table.tb_noborder td
{
border: 0px solid #cccccc;
}


table#tb_abi tr:nth-child(even) {background-color: #f2f2f2;}


table.tb_thermacut_laser {
  border-collapse: collapse;
  width: 100%;
}

table.tb_thermacut_laser  th, table.tb_thermacut_laser td {
  text-align: center
  padding: 8px;
background-color: #f2f2f2;
}
table.tb_thermacut_laser  th {
color: #f58220;
}

/*table.tb_thermacut_laser tr:nth-child(even) {background-color: #f2f2f2;}*/


table.tb_thermacut_laser  th.col1, table.tb_thermacut_laser td.col1 {
  text-align: left;
  padding: 8px;
  background-color: #f58220;
  color:white;
  width:20%;
}


/*Welding table*/

table.tb_sei {
  border-collapse: collapse;
  width: 100%;
}

table.tb_sei  th, table.tb_sei td {
  text-align: left;
  padding: 8px;
  vertical-align: top;
}

table.tb_sei ul li {
    list-style: inside;
    margin: 5px 0px;
    
}
P.title_sei
{
font-size:16px;
}

.tb_border_r
{
 border-right: 1px dashed #cccccc !important;
}

.tb_border_b
{
 border-bottom: 1px dashed #cccccc !important;
}

ul.u_sei
{
}
ul.u_sei li
{
list-style: inside;
}


ul.item_ob {
  counter-reset: item;
  list-style-type: none;
  line-height: 2.2;
  margin-left: 10px;
}

ul.item_ob li {
  display: block;
  position: relative;
}

ul.item_ob li span {
  margin-left: 40px;
}

ul.item_ob li:before {
  content: counter(item) " ";
  counter-increment: item;
  color: white;
  position: absolute;
  top: 50%;
  margin-top: -1em;
  background: #eab308;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 2em;
  font-weight: 700;
}


