@charset "utf-8";
.scraprecyclingcss {
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font: 12pt Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(used_auto_truck_jeep_parts_background1.gif);
	background-repeat: repeat-x;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
   outline: none;   /*removes dot outline in active hyperlinks*/ 
}


/* WEBPAGE LAYOUT */
.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	/*background: #BE1E2D;*/
	background:#fff;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right;/* since this element is floated, a width must be given */
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0px 270px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #footer { 
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #mainphoto { 
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
#menu1 {
width: 200px;
/*float:left;*/
text-align:left;
padding:0px 0px;
font-size:90%;
} 

#menu1 ul
{
font-family: sans-serif;
font-weight:600;
line-height:120%;
list-style-type:none;
margin:0;
padding:0;
} 

#menu1 li
{
display: inline;
/* for IE5 and IE6 */
} 

#menu1 a
{
color: #039;
text-decoration: none;
font-size: 90%;
display: block;
padding: 0px;
width: 210px;
background-color: #fff;
border-bottom: 0px solid #eee;
} 

/*#menu1 a:link, #menu1 a:visited
{
color: #006;
text-decoration: bold;
} */

#menu1 a:hover
{
background-color: #fff;
color: #F00;
} 

#menu1 li a#current
{
border-bottom: 0px solid #DAD6B7;
background: #000;
}
/* MENU RIGHT COLUMN */
#menuright {
width: 160px;
/*float:left;*/
text-align:left;
padding:0px 20px 0px 0px;
font-size:85%;
} 

#menuright ul
{
font-family: sans-serif;
font-weight:500;
line-height:120%;
list-style-type:none;
margin:0;
padding:0;
} 

#menuright li
{
display: inline;
/* for IE5 and IE6 */
} 

#menuright a
{
color: #039;
text-decoration: none;
font-size: 85%;
display: block;
padding: 0px;
width: 160px;
background-color: #fff;
border-bottom: 0px solid #eee;
} 

/*#menu1 a:link, #menu1 a:visited
{
color: #006;
text-decoration: bold;
} */

#menuright a:hover
{
background-color: #fff;
color: #F00;
} 

#menuright li a#current
{
border-bottom: 0px solid #DAD6B7;
background: #000;
}

.junk_car_buyers_menu { font-family: sans-serif; font-size: 60%px; color: #003399; text-decoration: none; font-weight:500;}
.junk_car_buyers_menu:hover {font-family:sans-serif; font-size: 60%px; color: #FF8B22; text-decoration: none; font-weight:500; }

/* SEARCH INVENTORY BUTTON 1 */
a.button1 img{
width: 130px;
height: 60px;
border: none; 
text-align:left;
}
a.button1:hover img.folder {
background-image: url("temp-logo-hover.gif");
}
a.button1 img.folder {
background-image: url("temp-logo.gif");
}
/* SEARCH INVENTORY BUTTON 2 */
a.button2 img{
width: 130px;
height: 60px;
border: none; 
text-align:left;
}
a.button2:hover img.folder {
background-image: url("used_auto_parts_charlotte_request_button_2.gif");
}
a.button2 img.folder {
background-image: url("used_auto_parts_charlotte_request_button_1.gif");
}
/* SEARCH INVENTORY BUTTON 3 */
a.button3 img{
width: 130px;
height: 60px;
border: none; 
text-align:left;
}
a.button3:hover img.folder {
background-image: url("used_auto_parts_charlotte_help_button_2.gif");
}
a.button3 img.folder {
background-image: url("used_auto_parts_charlotte_help_button_1.gif");
}

#horizontalmenu { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #039; text-decoration: none; font-weight:500; margin-right:10px; margin-top:0px; margin-bottom:0px;}
#horizontalmenu:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F00; text-decoration: none; margin-right:10px; margin-top:0px; margin-bottom:0px; }
.links { font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #003399; text-decoration: none}
.links:hover {font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #C00; text-decoration: none }

/* LAYOUT FOR FORMS */
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:380px; height:330px;
padding:14px;
}


/* ----------- stylized ----------- */
#stylized{ border:solid 2px #999;
/*border:solid 2px #b7ddf2;*/
/*background:#ebf4fb;*/
background:#ccc;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #999;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:200px;
margin:2px 0 20px 10px;
}
.partsrequest{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:200px;
margin:2px 0 20px 10px;	
}
#stylized button{
clear:both;
margin-left:140px;
width:125px;
height:35px;
background:url(submitbutton.jpg) no-repeat;
text-align:center;
line-height:31px;
color:#CCC;
font-size:11px;
font-weight:bold;
}
a {
   outline: none;   /*removes dot outline in active hyperlinks*/ 
}
h1,h2,h3,h4,h5,h6 {	/*removes spacing before and after H1 tags*/
display: inline;
}
img.floatLeft { /*sets image to left or right so that text can wrap in tables*/
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

ul#tricitynav {
font-family: Arial, Helvetica, sans-serif; /*Next three lines sets the spacing/sizes for the main menu*/
font-size: 95%; 
font-weight: 600;
list-style: none;
margin:0 auto;
padding:0;
width:980px
}
ul#tricitynav li {
display:inline
}
ul#tricitynav li a {
text-decoration:none;
padding:5px 0;
width:relative;
background:#fff;      /*This sections lays out the menu bar colors state 1*/ 
color:#666;
float:left;
text-align:center;
border-left:10px solid #fff;
border-right:10px solid #fff;
}

ul#tricitynav li a:hover {
padding:0px 4;
width:relative;      /*This sections lays out the menu bar colors state 2 on rollover*/
background:#fff;
color:#009;
float:left;
text-align:center;
border-left:10px solid #fff;
border-right:10px solid #fff;
}

img.floatLeft { 
    float: left; 
    margin: 4px; }

.staffbox{ background-color:#fff;
border-bottom: solid; border-bottom-width:thin; border-bottom-color:#ccc;
	display: inline;
	position:relative;
	float:left;
	text-align:left;
	font-size:100%;
	font-weight:500;
	width: 640px;
	padding: 5px 0px;
	height:160px;
	margin-bottom:10px;
}

.brandingbox{ background-color:#fff;
border-bottom: solid; border-bottom-width:thin; border-bottom-color:#ccc;
	display: block;
	float:left;
	text-align:left;
	font-size:100%;
	font-weight:500;
	width: 680px;
	padding: 0px 0px;
	height:130px;
	margin-bottom:10px;
}
.warrantybox{ background-color:#fff;
border-bottom: solid; border-bottom-width:thin; border-bottom-color:#ccc;
	display: block;
	float:left;
	text-align:left;
	font-size:100%;
	font-weight:500;
	width: 550px;
	padding: 5px 5px;
	height:80px;
	margin-bottom:10px;
}
/* LAYOUT FOR FORMS */
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:380px; height:330px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{ border:solid 2px #999;
/*border:solid 2px #b7ddf2;*/
/*background:#ebf4fb;*/
background:#ccc;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #999;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:200px;
margin:2px 0 20px 10px;
}

.partsrequest{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999;
width:200px;
margin:2px 0 20px 10px;	
}
#stylized button{
clear:both;
margin-left:140px;
width:125px;
height:35px;
background:url(submitbutton.jpg) no-repeat;
text-align:center;
line-height:31px;
color:#CCC;
font-size:11px;
font-weight:bold;
}

/* MAIN MENU */
.automotianmenu{ display:inline; text-decoration:none; font-size:100%; font-weight: 500; width: 980px; text-align:left; margin-top:0px}
.automotianmenu ul li{ display: inline; margin-top:0px;} 
.automotianmenu ul li a{float: right; text-decoration: none; color: #000; padding: 0px 0px; background-color: #FFF; } 
 ul#automotianmenu li a {
text-decoration:none;
display:inline;
padding:0px 0px;
position:relative;
background:#FFF;      /*This sections lays out the menu bar colors state 1*/ 
color:#000;
float:left;
text-align:left;
border-left:0px solid #BE1E2D;
border-right:0px solid #FFF;
} 
ul#automotianmenu li a:hover {
padding:0px 0px;
width:440px;      /*This sections lays out the menu bar colors state 2 on rollover*/
background:#fff;
color:#F00;
float:left;
text-decoration:none;
text-align:center;
border-left:0px solid #fff;
border-right:0px solid #000;
}

.used_auto_parts_menu { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFF; text-decoration: none; font-weight:700;}
.used_auto_parts_menu:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000; text-decoration: none; font-weight:700; }
.footercreditlinks { font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #00C; text-decoration: none}
.footercreditlinks:hover {font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #00c; text-decoration: underline; }