﻿body
{
	font-family: verdana;
	color: white;
}
.front_page_images
{
	left: 290px; 
	position: absolute; 
	bottom:  20px;
}
* html .front_page_images
{
	left: 290px; 
	position: absolute; 
	bottom:  -5px;
}
*:first-child+html .front_page_images
{
	left: 290px; 
	position: absolute; 
	bottom:  0px;
}
#free_shipping_home
{
	left: 450px; 
	position: absolute; 
	bottom:  177px;
}
* html #free_shipping_home
{
	left: 450px; 
	position: absolute; 
	bottom:  160px;
}
*:first-child+html #free_shipping_home
{
	left: 465px; 
	position: absolute; 
	bottom:  160px;
}
.parts_lookup_price_box
{
	padding-right: 6px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
	text-align: right;
	position: relative;
	top: -5px;
	right: -5px;
}
.parts_lookup_price
{
	left: -5px;
	position: relative;
	top: -3px;
	font-weight: bold;
}
.bold_titles
{
	font-weight: bold;
	color: yellow;
	width: 120px;
}
.bulleted_lists
{
	left: -25px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 0px;
}
.part_detail_image
{
	margin: 0px 0px -3px 0px;
}
.listSearch 
{
    background-color:yellow;
    color: black;
    font-size: .8em;
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-right: solid 1px black;
    text-indent: 4px;
}
a:hover 
{
	text-decoration: 'overline';
}
a
{
	color: Yellow;
}