/* Tire Search divs and classes */

#tireMain {
	float:left;
	margin-left: 60px;
	padding-right:60px;
	
}





/* tire_detail tire name size */

#tireSearch {
	position:relative;
	float:left;
	padding-left: 50px;
	padding-right:50px;
	
}

h1.specs  {

  font-size:1.17em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #71974C;
  margin: 0;
  padding: 10px;
}


.tire_detail {
  font-size:2em;
  font-family: Arial, Helvetica, sans-serif;
  /*color: #71974C;*/
  color:#336699;
  font-weight:bold;
  margin: 0;
  padding: 10px;
}

/* tire_search tire name size */
.tire_search {
  font-size:14pt;
  font-family:Arial, Helvetica, sans-serif;
  color: #71974C;
  font-weight:bold;
  margin: 0;
  padding-top:3px;
  padding-bottom:3px;
}
a.tire_search:link, a.tire_search:active, a.tire_search:visited {
  text-decoration:none;
}

/* for type of tire in tire_search */
.type_text {
  font-size:8pt;
  font-style:italic;
  margin:0;
  padding-top:3px;
}


/* tire price */
.tirePrice {
	font-size:1.17em;
	font-weight:bold;
	color: #71974C;
	/*color:#336699;*/
	}



/* for tire_specs data */
#striped td {
  font-size: 11px;
}




#striped_top td {
  background-color:#71974C;
  color:#FFFFFF;
  font-weight:bold;
}
#striped tr.hilite {
  background-color:#E5E5E5;
}

/* for tire_search results */
.tb_underline {
  background-image: url(../images/line.gif);
  background-repeat: repeat-x;
  background-position: top;
}
.tb_space {
  padding-top:5px;
  padding-bottom:5px;
}

/* for warning displays */
.warning {
  color:#F00;
}
.info_header {
  font-family:Arial, Helvetica, sans-serif;
  color: #71974C;
  font-weight:bold;
  margin: 0;
  padding:0;
}

/* General form  clases */
input.txt {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 200px;
}
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}

input.smalltext {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;

}


#searchForm {

	width:90%;
	}

#searchForm form {
	width:500px;
	}
#searchForm form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
}
#searchForm form div label {
  float: left;
  width: 200px;
  font-weight:bold;
}



#quoteForm {
	width:90%;
	}

#quoteForm form {
	width:700px;
	}
form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 0.6em;
}
form div label {
  float: left;
  width: 200px;
  font-weight:bold;
}

/* error class */

.quoteErr {
	color:#FF0000;
}