								/*    Start Global CSS    */

body {
	font : 8pt Verdana, Arial, Helvetica, sans-serif;
	background-color : #ffffff;
	}
	
a { color : #f00}
a:visited {color : #999}
								/*     End Global CSS    */


								/*    Main Setup    */

#main {
	width : 750px;
	min-height : 500px;
	position :relative;
	top : 20px;
	left : 30px;
	border : 1px solid #333399;
	padding : 5px;
	}


#logo {
	position : relative;
	left : -35px;
	top : -25px;
	float : left;
	}

#title {
	font-family: Trebuchet MS, sans-serif;
	font-size: 36px;
	font-weight : bold;
	text-transform: capitalize;
	letter-spacing: -1px;
	}
	
#content {
	clear : all;
	width : 720px;
	}
					
						/*          Anode Fitguide Sections      */
						
						
#ManBox {
  background-color: #AAAAAA;
  border: solid 1px #333333;
  color: #333333;
  padding : 4px;
  width: 210px;
  height: 110px;
 line-height : 3em;
}

#YearBox {
  background-color: #AAAAAA;
  border: solid 1px #333333;
  color: #333333;
  padding : 4px;
  width: 210px;
  height:110px;
 line-height : 3em;
}

#ModelBox {
  background-color: #AAAAAA;
  border: solid 1px #333333;
  color: #333333;
  padding : 4px;
  width: 210px;
  height: 110px;
 line-height : 3em;
}

#ticker {
  font-size : 14px;
  font-weight : bold;
  background-color: #ff0;
  border: solid 1px #f00;
  color: #f00;
  padding: 4px;
  width: 689px;
  clear : both;
}

#PartNos {
  background-color: #ff0;
  border: solid 2px #f00;
  color: #000000;
  padding: 4px;
  width: 689px;
  clear : both;
  visibility:hidden;
}

#Anodes {
  background-color: #ff0;
  color: #000000;
  padding: 4px;
  border-top : 1px solid #666;
}

#OEM {
  background-color: #ff0;
  color: #000000;
  padding: 4px;
  border-top : 1px solid #666;
}  

#PM {
  background-color: #ff0;
  color: #000000;
  padding: 4px;
  border-top : 1px solid #666;
  }


.ttl {
	font-family: Arial Black, sans-serif;
	font-size: 24px;
	font-weight : bold;
	text-transform: uppercase;
	color : #666;
	letter-spacing: -1px;
}

.error {
    font-family: Arial Black, sans-serif;
    font-size: 16px;
    font-weight:bold;
    color:black !important;
    letter-spacing: -1px;
}
						/*        Stuff to do the ordering functions        */

#orderbox {
	visibility : hidden;
	padding-top : 10px;
	}

#orderdisplay {
	font-size : 14px;
  	font-weight : bold;
 	 background-color: #f00;
 	 border: solid 1px #000;
 	 color: #ff0;
 	 padding: 4px;
 	 width: 550px;
 	 float : left;
	}

					/*   CSS for img popup box    */


#peekaboo {
	width : 420px;
	Z-index : 300;
	position : absolute;
	top : 100px; 
	left : 165px;
	background-color : #fff;
	padding : 5px;
	border : 2px solid #f00;
	display : none;
}
