#content.kit article,
.content.kit article {
    width:725px;
    padding:0 0 50px;
    margin:0 auto;
}

#content.kit_alt article,
.content.kit_alt article {
    width:auto;
    min-width:960px;
    max-width:1300px;
    padding:0;
}

.kit_alt article .wrapper,
.kit_alt article .wrapper {
    width:960px;
}

.kit_page {
    margin-top:-10px;
    /*margin-top:-14px;*/
}

header.alt {
    top:-44px;
    position:relative;
    z-index:1;
    /*width:1300px;*/
    vertical-align:top;
    clear:both;
    margin:0 auto -54px;
}

header.alt img {
    vertical-align:top;
    text-align:center;
}

header.alt .wrapper {
    width:auto;
}

.header_image {
    background-position:top center;
    background-repeat:no-repeat;
}

.buy-now {
    width:169px; /* 185 */
    height:114px; /* 130 */
    position:absolute;
    bottom:90px;
    left:50%;
    margin-left:-475px;
    background:url(/assets/images/where_to_buy.png) no-repeat top left;
    padding:4px 11px 12px 5px;
    z-index:1;
}

.kit_page .buy-now {
    bottom:0;
    right:0;
    left:auto;
    z-index:10;
}

.buy-now a:link,
.buy-now a:visited {
    display:block;
    width:150px;
    height:30px;
    position:absolute;
    left:15px;
    text-indent:-999%;
    background-image:url(/assets/images/where_to_buy_buttons.png);
    background-repeat:no-repeat;
    background-position:0 0;
    z-index:2;
}

.buy-now a.dealer-locator:link,
.buy-now a.dealer-locator:visited {
    top:43px;
}

.buy-now a.dealer-locator:hover,
.buy-now a.dealer-locator:active {
    background-position:0 -30px;
}

.buy-now a.online-reseller:link,
.buy-now a.online-reseller:visited {
    top:79px;
    background-position:0 -60px;
}

.buy-now a.online-reseller:hover,
.buy-now a.online-reseller:active {
    background-position:0 -90px;
}

.section {
    background-position:top right;
    background-repeat:no-repeat;
    min-width:960px;
    max-width:1300px;
    margin:0 0 10px;
    position:relative;
    z-index:1;
}

.wrapper {
    width:960px;
    margin:0 auto;
    position:relative;
    z-index:1;
}

article h1 {
    border:none;
    font-size:18px;
    line-height:27px;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 15px;
}

article a:link,
article a:visited {
    color:#ff7005;
    font-weight:bold;
    text-decoration:none;
}

#content article li,
.content article li {
    margin:0;
}

#kit_menu ul {
    width:960px;
    margin:0 auto;
}

.kit_alt #kit_menu ul {
    position:absolute;
    top:0;
    left:50%;
    /*width:960px;  */
    margin:0 0 0 -480px;
}

.discontinued {
    background-color:rgb(255,0,0);
    background-color:rgba(255,0,0,0.9);
    position:relative;
    /* padding:5px; */
    /* min-height:348px; */
    overflow:hidden;
    /* border-top:5px solid rgb(255,0,0); */
    border-bottom:5px solid rgb(255,0,0);
    border-color:rgba(255,0,0,0.9);
}

.discontinued,
.discontinued a:link,
.discontinued a:visited {
    color:#FFF;
    text-decoration:none;
}

.discontinued img {
    position:relative;
    z-index:1;
    display:block;
    margin:0;
    vertical-align:middle;
}

.discontinued .sash {
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    width:360px;
    height:360px;
    background:url(/assets/images/discontinued_sash.png) no-repeat bottom right;
    z-index:2;
}

.discontinued p {
    height:25px;
    line-height:30px;
    padding:0 5px;
}

/* included in most kit pages */

.section,
.wrapper {
    clear:both;
}

.wrapper {
    overflow:hidden;
}

.wrapper h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform:uppercase;
}

.left,
.right {
    width:50%;
    float:left;
    padding:0 10px 0 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

.right {
    float:right;
    padding:0 0 0 10px;
}

blockquote.callout {
    font-family: 'Kameron', serif;
    font-size:28px;
    font-weight:bold;
    text-transform:uppercase;
    color:#ff8219;
    background:#000;
    height:35px;
    line-height:35px;
    position:absolute;
    z-index:5;
    display:block;
    text-align:center;
    padding:0 10px;
}

blockquote.callout p,
blockquote.callout div {
    margin:0;
    padding:0;
}

blockquote.callout p:after,
blockquote.callout div:after {
    content:" ";
    background-image:url(/assets/images/2013_hpi_sprite.png);
    background-image:url(/assets/images/2017_hpi_sprite.png);
    background-repeat:no-repeat;
    width:46px;
    height:39px;
    display:block;
    position:absolute;
    bottom:-39px;
    z-index:10;
}

blockquote.left p:after,
blockquote.left div:after {
    background-position:-898px -620px;
    left:25%;

}

blockquote.right p:after,
blockquote.right div:after {
    background-position:-847px -620px;
    left:75%;
}

table.specs,
table.specs th,
table.specs td,
#content article table.specs th,
#content article table.specs td {
    border:0;
}
