.productTypeHeader {
  font-weight: bold;
  font-size: 1.3em;
}
.productDivHolder {
  height: 250px;
  text-align: center;
}
.productDivHeader {
  font-weight: bold;
  font-size: larger;
  margin-bottom: 10px
}
.window-chooser td {
  text-align: center;
}
.reynoldsSiding-chooser td {
  text-align: center;
  width: 150px;
  cursor: pointer;
}
.jamesHardieSiding-chooser td {
  text-align: center;
  width: 75px;
  cursor: pointer;
}
.productTypeContent {
	position:relative;
	margin: 0px auto;
	width:650px;
	padding:8px 10px 2px 2px;
	border: 1px solid #6699CC;
	background-color: white
}

#productDiv-Intro table {
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
}
#productDiv-Intro td {
  border: 0
}

.estimateButton i {
  visibility: hidden;
}
.estimateButton a {
  position: relative;
  display: block;
  margin: 10px auto 0;
  width: 136px;
  height: 37px;
  text-decoration: none;
  background-image: url(../images/Site_Graphics/Buttons/rectbutt.gif);
  background-repeat: no-repeat;
}
.estimateButton a:hover {
  background-position: -136px 0;
}
