@charset "UTF-8";
@import url("../../css/default.css");
@import url("../../css/screen_base.css");
@import url("../../css/two_column_layout.css");

h3 {
	clear: both;
	margin: 15px 0px 5px 0px;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #c0c0c0;
}

h3 a {
	color: #333;
	text-decoration: none;
}

h3 a:hover {
	color: #333;
	text-decoration: none;
}

h3 span {
	font-size:1.5em;
}

div.list_right {
	float: right;
	width: 280px;
}

strong {
	font-size: 100%;
	font-weight: bold;
}

div.list_right ul {
	margin: 0px 0px 15px 16px;
	padding: 0px;
}

div.list_right li {
	list-style-type: circle;
}

div.list_right li.number {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 10px;
}

p.p_next a {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #ff0000;
	text-decoration: underline;
}
p.p_next a:link {
	text-decoration: underline;
}
p.p_next a:visited {
	text-decoration: underline;
}
p.p_next a:active {
	text-decoration: underline;
}
p.p_next a:hover {
	color: #ff0000;
	text-decoration: none;
	border-bottom: none;
}

p.p_next img {
	margin:  0px 2px -2px 0px;
}

/* sparkplugs OEM only */
div.list_left {
	float: left;
	width: 210px;
}

/* modified for SEO */
.prdct span {
	font-weight: bold;
	font-size: 100%;
}

.prdct strong {
	font-weight: normal;
}
