@charset "utf-8";
/* Cowie PLANT tab system */


.tabs {
	position: relative;
	min-height: 300px;
	width: 955px;
	height: 300px;
	float: left;
	margin-top: 15px;
}

.tab {
	width: 265px;
	  
}

.tab label {
	position: relative;
	background-color: #fff;
	padding-bottom: 5px;
	height: 25px;
	width: 237px;
	display: block;
	font-family: "DPLight", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #9b9b9b;
	padding-left: 28px;
	padding-top: 1px;
	cursor: pointer; 
  	cursor: hand;
}

.tab [type=radio] {
  display: none;   
}

.content {
	position: absolute;
	top: 0px;
	left: 280px;
	right: 0;
	bottom: 0;
	height: 295px;
	width: 675px;
}
[type=radio]:checked ~ label {
  background: white;
  background-image: url(IMAGES/PlantTab-ON.jpg);
  background-repeat:no-repeat;
  z-index: 2;
  color: #c80f0f;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}
.content .Spec_heading {
	background-color: #fff;
	height: 40px;
	width: 635px;
	font-family: "DPLight", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #1c1c1c;
	background-image: url(IMAGES/PlantTab-ON.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 40px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}
.content table {
	background-color: #6C6;
}
.content table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	background-color: #f0f0f0;
	padding-left: 20px;
	font-family: "DPLight", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #9b9b9b;
	height: 30px;
}

.content table tr .td_red {
	
	color: #c80f0f;
	
}


#CNC_milling_image {
	float: right;
	height: 304px;
	width: 130px;
	margin-top: 14px;
	background-image: url(IMAGES/Plant-Milling.jpg);
}

#CNC_turning_image {
	float: right;
	height: 304px;
	width: 130px;
	margin-top: 14px;
	background-image: url(IMAGES/Plant-Turning.jpg);
}


#other_image {
	float: right;
	height: 304px;
	width: 130px;
	margin-top: 14px;
	background-image: url(IMAGES/Plant-Saw.jpg);
}

#Plant_container1 #Plant_container2 .tabs .tab .content .table_blank {
	background-color: #FFF;
	height: 250px;
	width: 676px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
