

A {
	text-decoration : none ;
	font-weight : normal ;
	font-family : Arial ;
	font-size : 12px ;
	color : Blue ;
}

.Button {
	font-family : Arial ;
	font-size : 12px ;
	font-weight : bold;
}

.Jump {
	font-family : Arial ;
	font-size : 14px ;
	font-weight : bold;
}

A:hover {
	color : Navy ;
}

.Ptext {
	text-align : justify ;
	font-family : Arial ;
	font-size : 12px ;
}

.Ttext {
	font-family : Arial ;
	font-size : 12px ;
	color : Black ;
}

.Ntext {
	font-family : Arial ;
	font-size : 12px ;
	color : White ;
}

.Btext {
	font-family : Arial ;
	font-size : 15px ;
	font-weight : bold ;
}

.Caption {
	font-family : Verdana ;
	font-size : 10px ;
	color : Black ;
	font-style : italic;
}

.Caption1 {
	font-family : Verdana ;
	font-size : 9px ;
	color : Black ;
	background-color : #ebebeb ;
}

.tble {
	font-family : Arial;
	font-size : 12px;
}

.Lheader {
	font-family : Arial ;
	font-size : 20px ;
}

.Header {
	font-family : Arial ;
	font-size : 20px ;
	color : Black ;
}

.Bigheader {
	font-family : Arial ;
	font-size : 24px ;
	color : Black ;
}

.Footer {
	font-family : Arial ;
	font-size : 12px ;
	color : Black ;
}

.Input {
	font-size : 12px ;
	color : Blue ;
}

.Input1 {
	font-size : 10px ;
	color : Blue ;
}

.head_nav {
	color : Yellow;
	font-weight : bold;
}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}

/* page linkbar */
.linkbar {
	font-family : Arial;
	font-size : 12px;
	background-color : Black;
	color : White;
}

.linkbar A {
	color : Yellow;
}

/* Parts listing page */
.parts TD {
	padding : 10px;
	/*border-right : 4px solid #0099FF;
	border-bottom : 4px solid #0099FF;*/

}

ul#part_listings_container div.title A {
	font-weight : Bold;
	font-size : 12px;
	background-color : ebebeb;
	padding : 2px;
	margin-bottom : 4px;
	width : 100%;
}

ul#part_listings_container div.description {
	font-size : 11px;
	color : gray;
}

ul#part_listings_container div.price {
	font-size : 12px;
	font-weight : bold;
}

ul#part_listings_container li {
	width : 30%;
	float : left;
	height : 150px;
	border-right : 1px solid silver;
	border-bottom : 1px solid silver;
	padding : 10px;
	margin : 5px;
	list-style-type : none;
}
