div.tabMain {
  background-color: #DFDFDF;
  border: 1px solid #000000;
  padding: 1em;
  padding-top: 20px;
  position: relative;
  z-index: 101;
}

.valign { vertical-align: top; }
.quoteType {
	display: block;
	position:relative;
	top: -40px;
	left: 200px;
	}
	
#specifications_div {
	clear:both;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 0px;
	}
	
#contact_container_div {
	background-color: #e8e8e8;
	height: 100%;
	padding-bottom: 30px;
	}

div.spacer {
  *height: 0px;
  }

#contact_table_div {
	}

#pulsarContactInfo {
	text-align: center;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	}

h3  {
	font-size:15px;
	font-weight:normal;
	}
	
.tab  {
	color: #555;
	font-size:15px;
	font-weight:normal;
	display: block;
	padding: 5px 10px;
	margin-bottom: -1px;
	background-color: white;
	float:left;
	}

.required {color:red}
	
.active {
	background-color: #e8e8e8;	
	}

.active a {
	text-decoration:none;
	color: #555;
	display: block;
	}
	
div.spec_background {
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #e8e8e8;
	clear: both;
	width:720px;
	}

div.spec_background input.submit {
	margin-top:  30px;
	margin-left: 285px;	
}

#byPartNumber input.submit {
	margin-top: 42px;
}

.info   {font-size:9px;font-weight:normal;color:red;background-color:transparent;}
.required_notice {font-size:9px;font-weight:bold;color:red;background-color:transparent;}


