#tablemain {
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-bottom:30px;
	width:97%;
	background-color:white;
	box-shadow: 1px 4px 6px #888888;
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px; 
	}

#headerbuttons {
	width:96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	overflow:auto;
	} 

#socialbuttons {
	float:right;
	padding: 10px 20px 0 22px;
	}

img.social {
	width:20px;
	height:20px;
	}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#980000;
	padding:2px 0px 1px 20px; 
	float:left;
	margin-bottom:5px;
	}
	
#introtext {
	width:92%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 10px 0;
	}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	font-weight:normal;
	margin-top:0;
	}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:15px;
	}
	
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	}
	
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#980000;
	font-weight:bold;
	}
	
.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
#tablecars {
	width:70%;
	padding:20px 30px 50px 40px;
	background-color:#E0E0E0;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	}

#part-number {
	display: block;
	float:left;
	padding: 9px 0 0 0;
			}

#part-button {
	float:right;
	margin-left:5px;
	font-family: sans-serif;
    font-weight:bold;
    color: #fff;
	padding:5px 5px 6px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    cursor: pointer;
	border:0;
	clear: right;
	border-color: #464646; 
	background:rgb(146,148,146); 
	background:-moz-linear-gradient(top, rgba(146,148,146,1) 0%, rgba(113,115,113,1) 52%, rgba(95,96,94,1) 55%, rgba(123,125,123,1) 100%); 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,148,146,1)), color-stop(52%,rgba(113,115,113,1)), color-stop(55%,rgba(95,96,94,1)), color-stop(100%,rgba(123,125,123,1))); 
	background:-webkit-linear-gradient(top, rgba(146,148,146,1) 0%,rgba(113,115,113,1) 52%,rgba(95,96,94,1) 55%,rgba(123,125,123,1) 100%); 
	background:-o-linear-gradient(top, rgba(146,148,146,1) 0%,rgba(113,115,113,1) 52%,rgba(95,96,94,1) 55%,rgba(123,125,123,1) 100%); 
	background:-ms-linear-gradient(top, rgba(146,148,146,1) 0%,rgba(113,115,113,1) 52%,rgba(95,96,94,1) 55%,rgba(123,125,123,1) 100%); 
	background:linear-gradient(to bottom, rgba(146,148,146,1) 0%,rgba(113,115,113,1) 52%,rgba(95,96,94,1) 55%,rgba(123,125,123,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2A2A2', endColorstr='#5B5B5B', GradientType=0);
    }

#part-button:hover {
	background:#464646;
	} 
	
.part-box input[type="text"] {
	border: 1px solid #d1d1d1;
	border-right-width: 0;
    font: 12px Arial,Helvetica,Sans-serif;
    width: 230px;
	height: 25px;
	outline: none;
 	float:left;
	margin-top:0;
	margin-right: 4px;
    } 

#footertext {
	width:92%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 30px 0;
	}	

.class1 A:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: black;}
.class1 A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: black;}
.class1 A:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: black;}
.class1 A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #980000;} 

.class2 A:link {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black;}
.class2 A:visited {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black;}
.class2 A:active {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black;}
.class2 A:hover {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #980000;}