body { font-family: Times New Roman, Arial; font-size: 14pt; direction: ltr; color: #000000; }
P, LI { font-size: 13pt; }
H1 { font-size: 24pt; font-weight: bold; }
H2 { font-weight: normal; margin-bottom: 0.5em;}
H3 { font-weight: normal; margin-bottom: 0.5em; font-size: 15pt;}

a {
  color: #333;
}
a:hover {
	text-decoration: none;
}
.mainmenu {
  width: 210px;
}
.mainmenu td {
	border-width: 2px;
}
.mainmenu a{
	color: #000000;
	font-weight: normal;
  font-size: 13pt;
	text-decoration: none;
  padding: 3px;
  display: block;
  line-height: 90%;
}

.mainmenu a:hover {
	color: #D2121A;
	text-decoration: none;
}

.smo {
  background-color: #DADADA;
}
.smc {
  background-color: #F2F2F2;
  border: 2px solid #777;
}
.sms {
  border: 1px solid #545454;
  background-color: #545454; /* #D2121A; */
  color: #FFFFFF;
}
.sms a {
	color: #FFFFFF;
}
.sms a:hover {
	color: #FAFAFA;
}
.nop p {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.form {
  width: 100%;
  border: 1px solid #DADADA;
}
.error {
  color: #D2121A;
  font-weight: bold;
}
dt {
  margin-top: 0.4em;
}
dd {
  margin-top: 0.4em;
  margin-left: 12px;
}

.smt {
  background-color: #DADADA;
  /* color: #FFFFFF; */
}
.smtc {
  background-color: #A2121A;
  color: #FFFFFF;
}
.highlight {
  background-color: #CDCDCD;
  font-weight: bold;
  /* color: #FFF; */
}
li.nop {
	text-indent: 0;
	padding-left: 0;
	padding-bottom: 5px;
}

a.order_button {
	text-decoration: none;
	color: #FFFFFF;
}
a.order_button:hover {
	color: #D3D3D3;
}
a.rss {
	text-decoration: none;
	color: #444;
	font-size: 17px;
	font-weight: bold
}
a.rss:hover {
	color: #FF6300;
}

div.rss {
	border: 1px solid #FF6300;
	width: 205px;
	padding: 3px;
	text-align: center;
	margin-top: 15px;
}

td.search_parts {
    font-size: 13pt;
	border: 2px solid #888;
	width: 195px;
	padding: 3px 5px;
	text-align: left;
	margin-bottom: 15px;
	background-color: #DDD;
}
td.search_parts strong {
	font-weight: normal;
}

#us_form {
	margin: 0;
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;
	background-color: white;
	overflow: visible;
}

#us_form table {
	margin: 0;
}
#us_form th, #us_form td {
	vertical-align: top;
	text-align: left;
	border: 0;
	padding: 0;

}

/* http://stackoverflow.com/questions/1100409 */
.us_input, .us_select {
    border-top: 1px #acaeb4 solid;
    border-left: 1px #dde1e7 solid;
    border-right: 1px #dde1e7 solid;
    border-bottom: 1px #e3e9ef solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px;
}
.us_input:hover, .us_select:hover, .us_input:focus, .us_select:focus {
    border-top: 1px #5794bf solid;
    border-left: 1px #c5daed solid;
    border-right: 1px #b7d5ea solid;
    border-bottom: 1px #c7e2f1 solid;
}

label input.us_checkbox {
	margin-right: 4px;
}
#us_form * {font-family:arial,helvetica,sans-serif;font-size:14px;}

