/*-----------------------------------------------------------
 Tables and Forms
 
 Version: 1.0
 author: paul schuster
 email: pdschuster@yahoo.com
 website: http:www.creativedelegates.com
 
 -------------------------------------------------------------*/
 
 /* ======================================================== Tables ========================================================== */


 
 /* ----------------------------------------- See Video Dreamweaver CS3 with CSS---------------------------------------------------  */
 
  
/*  ----------------------Part Table-------------------------- */
#content table.partTbl {
	width: auto;
	margin-left: 0px;
	margin-bottom: 24px;
	color: #FFF;
 }
 #content table.partTbl thead {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	color:#FFF;
	text-align: left;
 }
 #content table.partTbl tbody {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	color:#000;
	text-align:left;
	background: #FFF;
	white-space: normal;
	border-style: none;
 }
 #content table.partTbl th {
	background:#AFC7C7;
	height: 18px;
	vertical-align: middle;
	font-weight: bold;
	text-align:left;
	padding-bottom: 0em;
	white-space: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-indent: .75em;
	color: #FFF;
 }
 #content table.partTbl td {
	padding: 0.3em 1em;
	height: 14px;
	border: thin none #3CC; 
 }
 #content table.partTbl td.partNum {
	text-align:left;
	font-weight: bold;
  }
 #content table.partTbl tr.even {
	background: #F8F8F8;
  }
 #content table.partTbl tr:hover {
	background; #FFC;
  }
  
 /* ------------------- For Images in Table headers ------------------------*/
  
  #content table.partTbl th.hdpic {  
 	 background: #444 url(../images/[add imagefile_1 name]) no-repeat center;
  }  
   #content table.partTbl th.sepic {  
 	 background: #444 url(../images/[add imagefile_2 name]) no-repeat center;
  }  
   #content table.partTbl th.bbpic {  
 	 background: #444 url(../images/[add imagefile_3 name]) no-repeat center;
  }  

  
  
  /*  ----------------------Image Table-------------------------- 
  
  
  #content table#imageTbl { 
	width: auto;
	margin-left: 0px;
	margin-bottom: 24px;
	color: #FFF;
 }
 #content #imageTbl thead {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	color:#FFF;
	text-align: left;
 }
 #content #imageTbl tbody {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	color:#000;
	text-align:left;
	background: #FFF;
	white-space: normal;
	border-style: none;
 }
 #content #imageTbl th {
	background:#AFC7C7;
	height: 200px;
	vertical-align: middle;
	font-weight: bold;
	text-align:left;
	padding-bottom: .5em;
	white-space: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-indent: .75em;
	color: #FFF;
 }
  #content #imageTbl th.leftimage {
	  background: #444 url (../images/left.gif)
	  no-repeat center;
  }
  #content #imageTbl th.midimage {
	  background: #444 url (../images/mid.gif)
	  no-repeat center;
  }
   #content #imageTbl th.rightimage {
	  background: #444 url (../images/right.gif)
	  no-repeat center;
  }
	  
 
 #content #imageTbl td {
	padding: 0.3em 1em;
	height: 14px;
	border: thin none #3CC; 
 }
 #content #imageTbl td.partNum {
	text-align:left;
	font-weight: bold;
  }
 #content #imageTbl tr.even {
	background: #F8F8F8;
  }
 #content #imageTbl tr:hover {
	background; #FFC;
  }
   
  
 /* ---------- Horizontal Rules ------------------ */
  /*#content hr {
   	color: #9CC; 
	background-color: #9CC;
	height: 1px;*/

      
  }
   /* ---------- Drop Down ------------------ */
  

.altrow {
	background:#cccccc;
 }
.text {
	color:#ff00ff;
 }
.selected {
   color:white;background:black;
}

	
  
 
 
	 
 /* ---------- Global Forms ------------------ 
 
 #formWrap {
	 background: #999;
	 padding: 1em 0;
 }
 form#frmContact {
	 width:505px;
	 margin: 0 auto;
 }

 fieldset {
 	background: #f8f8f8;
	border: 1px solid #ccc;
	margin: 1em 0;
	padding-bottom: .5em;	
 }
 legend {
 	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#602e0c;
	line-height: 1.4;
	background:#D8D5C5;
	padding: 0.2em .5em;
	margin-left: 0.5em;
 }
 #formWrap p {
	 font-family:Georgia, "Times New Roman", Times, serif:
	 color: #602e0c;
	 font-size: 0.85em;
	 line-height: 1.2;
	 margin: 1.4em 0;
 }
 input text {
	 width: 250px:
 }
 textarea {
 }
	 
 label {
 	display: block;
 }
 input {
 	width: 250px;
	height: 65px;
 }
 input.bttn {
 	width: 16px;
 }
*/
  
 /* ---------- SPECIFIC FORMS ------------------ */ 

/*#searchcapsule input.text {
	width: 200px;
	height: 16px;
	z-index: 1;

}
#searchcapsule input submit {
	width: 65px;
	height: 24px;	
}*/

#tabnavbar.form input.text {
	width: 200px;
	height: 16px;
	z-index: 1;

}
/*
#searchcapsule.form input submit {
	width: 65px;
	height: 24px;	
}


  form {
  border: 4px dotted #red;
	padding: 3px 6px 3px 6px;
}
 input.txt {
    color: #00008B;  
	background-color: #ADD8E6;  
	border: 1px solid #00008B;
	width:250px;
	margin-top: 5em;
}
input.bttn {
  color: #00008B:
	background-color: #ADD8E6;
	border: 1px solid #00008B;
	width: 20px;
  height: 30px;
}
 select {
  width: 100px;
  color: #;
  background-color: #ADD8E6;
  border: 1px solid #00008B;
}
 textarea {
 	width: 200px;
  height: 33px;
  color: #00008B;
  background-color: #ADD8E6;
	border: 1px solid #00008B;
} 
 -- */
 
 /*--
 .parts_search feildset{
 	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;	
 }
 .parts_search legend {
   font-weight: bold;
{
 .parts_search label {
 	display: block;
 }
 .parts_search input {
 	width: 200px;
 } 
*/
 