/* Tire Search divs and classes */

#header {
	position:relative;
	background-image:url(../../images/bg_top.gif);
	background-repeat:repeat-x;	
	height:95px;
	
}
#topNav {
	position:relative;
	background-image:url(../../images/bg_nav.gif);
	background-repeat:repeat-x;
	height:52px;
	text-align:center;
	border-top-width:1px;
	border-top-color:#336699;
	border-top-style:solid;
}	


#leftSide {
	width:250px;
	float:left;
	padding: 0 10px 0 10px;
}

#rightSide {
	width: 50px;
	padding: 80px 10px 0 10px;
	float:right;
	}
	
	
#footer {
	clear:both;
	text-align:center;

}
#footer a:link, #footer a:visited {
	color:#cc0033;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}	
	
#tireMain {
	float:left;
	margin-left: 60px;
	
}











#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 {  
	font-family: Arial, Verdana; 
	font-size: 24pt; 
	font-weight: bold; 
	color: #333333;
	}


h1.specs  {

  font-size:1.17em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #cc0033;
  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;*/
  color:#000000;
  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:#cc0033;
  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;
  padding-right:10px;
}

/* 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:95%;
	margin-left:50px;
	text-align:left;
	}

#searchForm form {
	width:550px;
	}
#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;
}


.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.li_commercial {
	list-style-image: url(../../images/li_red.gif);
}
.li_retail {

	list-style-image: url(../../images/li_blue.gif);
}
h1.location {
 padding-left:0;
 }