html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, 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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{font-family:Arial,Tahoma,Helvetica,sans-serif;font-size:13px;}

#container{width:1040px; margin:0 auto; height:auto; background:url(https://www.helperformance.com/ebayv2/hel_ebay_bg.png) repeat-y;padding:20px 0 20px 0;}
#main{width:920px; margin:0 auto; height:auto; background:#fff; padding:0 30px;}
#header{height:90px; width:100%; background:#fff url(https://www.helperformance.com/ebayv2/hel_logo.png) no-repeat;}

#nav {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 3px 0 0;
	height:41px;
	list-style: none;
	border: 1px solid #950C0F;
	border-bottom: none;
	background: #df1c20; /* Old browsers */
	background: -moz-linear-gradient(top, #df1c20 0%, #c81619 40%, #940c0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df1c20), color-stop(40%,#c81619), color-stop(100%,#940c0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #df1c20 0%,#c81619 40%,#940c0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #df1c20 0%,#c81619 40%,#940c0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #df1c20 0%,#c81619 40%,#940c0f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #df1c20 0%,#c81619 40%,#940c0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1c20', endColorstr='#940c0f',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#nav li {
	position: relative;
	float: left;
	margin: 0;
	border: none;
	text-align: center;
	padding:0;
}

#nav li:hover {
	background: #C81619;
	border:0;
	margin-bottom:0;
	    -moz-box-shadow:
        inset 5px 5px 5px -5px #950C0F,
        inset -5px 5px 5px -5px #950C0F;
    -webkit-box-shadow:
        inset 5px 5px 5px -5px #950C0F,
        inset -5px 5px 5px -5px #950C0F;
    box-shadow:
        inset 5px 5px 5px -5px #950C0F,
        inset -5px 5px 5px -5px #950C0F;
}

#nav li a {
	display: block;
	padding: 14px 18px 13px 18px;
	outline: 0;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #821315;
	text-transform: uppercase;
	font: bold 12px/14px Arial;
}
.navsplit{width:1px;height:41px;display:inline-block;background:#950C0F;float:left}





.bullets{
width:898px;
height: 35px;
background: #020202; /* Old browsers */
background: -moz-linear-gradient(top,  #020202 0%, #020202 5%, #060606 50%, #020202 95%, #020202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#020202), color-stop(5%,#020202), color-stop(50%,#060606), color-stop(95%,#020202), color-stop(100%,#020202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #020202 0%,#020202 5%,#060606 50%,#020202 95%,#020202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #020202 0%,#020202 5%,#060606 50%,#020202 95%,#020202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #020202 0%,#020202 5%,#060606 50%,#020202 95%,#020202 100%); /* IE10+ */
background: linear-gradient(to bottom,  #020202 0%,#020202 5%,#060606 50%,#020202 95%,#020202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
margin:0;
padding:0 0 0 20px;
border-left:1px solid #070707;
border-right:1px solid #070707;
text-align:center;
}

.bullets li{
height:35px;
line-height:35px;
display:inline-block;
font-size:12px;
font-weight:700;
color:#fff;
margin:0 70px 0 0;
text-shadow: 0px 1px 0px #444;
zoom: 1;
*display:inline;
}

.clear{clear:both;}

#left{
width:278px;
height:362px;
padding:0;
float:left;
margin:30px 30px 0 0;
border:1px solid #d1d1d1;
border-radius:5px;

}
#middle{
width:350px;
height:auto;
float:left;
margin:30px 30px 0 0;

}
#right{
width:188px;
height:auto;
padding:20px;
float:left;
margin:30px 0 0 0;
border:1px solid #d1d1d1;
border-radius:5px;

}
#right ul{
	margin-bottom:20px;
}
#right ul:last-child{
	margin-bottom:0;
}
#right ul li img{
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:3px;
}
h1{
color:#004a8f;
font-size:24px;
padding:0;
margin-bottom:30px;
}
h2{
margin: 30px 0;
font-size: 20px;
color:#004a8f;
}
h4{font-size:14px;
font-weight:700;
margin:0 0 20px 0;
}

.hr{
border-top:1px solid #d1d1d1;
margin:30px 0 0 0;
display:block;
height:1px;
}

.logo{
	margin:0 0 30px;
}



#description{
height:auto;
clear:both;
margin:30px 0;
}
#description p{
margin-bottom: 10px;
  line-height: 26px;
}

#benefits{
margin:30px 0;
}
#benefits li{
line-height:26px;
list-style-type:circle;

}

p.check{
	background:#004a8f;
	color:#fff;
	padding:15px 30px;
	display:block;
	font-weight:700;
}

#info{
margin:20px 0;
}
#info li{
line-height:24px;
}
#info li label{
font-weight:700;
margin-right:10px;
}
#genericimage{
color:#222;
font-size:11px;
margin:150px 0 0 20px;
}

.product_tables {
	width:100%;
	border:1px solid #fff;
}
.product_tables td{
	vertical-align:middle;
	border:1px solid #fff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:15px;
	font-size:12px;
	font-family:Arial;
	color:#222;
	line-height: 18px;
}
.product_tables tr:nth-child(odd){background:#e2e2e2;}
.product_tables tr:nth-child(even){background:#d2d2d2;}
.product_tables th{
	vertical-align:middle;
	padding:15px;
	background:#666;
	border:0px solid #fff;
	text-align:left;
	border-width:0px 1px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#fff;
	width:25%;
}
#description .compatibility{
	font-size:12px;
	line-height:21px;
}