@charset "UTF-8";
/* CSS Document */
/* Global Defaults */

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,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{border:0;font-size:100%;font:inherit;vertical-align:top;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

html, body {
    background-color: #ddd;
    color:#000;
    font-weight: normal;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;

}

h1, h2, h3 {
    padding: 0 0 .4em 0;
    font-weight: 600;
}

h1 {
    font-size: 2.4em;}

h2 {
    font-size: 1.6em;}

h3 {
    font-size: 1.3em;}

p {
    padding: 0 0 1em 0;
    line-height: 1.4em;}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a,a:link,a:visited,a:active{
    text-decoration:none;  
    color:#D00; 
}
a:hover{
    color:#D00; 
    text-decoration:none;
}
	
a img {
    border:none;}


.footer a
{
	color: #EFB117;
}
.footer a:hover
{
	color:#D00;
}

strong {
    font-weight: 700;}

ul {
    margin:0 0 1em 3em;
    list-style-type: disc;
    line-height: 1.2em;
}

/*div {
    outline: #ff0000 solid thin;
}*/


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
.ActiveBreadcrumb,a.ActiveBreadcrumb:link,a.ActiveBreadcrumb:active,a.ActiveBreadcrumb:visited{color:#000; text-decoration:none; font-weight:bold;font-size:12px; font-family:Helvetica, sans-serif,Verdana,Arial;}



.floatLeft {
    float: left;}

.floatRight{
    float: right;}

.clearFloat {
    clear: both;}

.sup {
    vertical-align: super;
    font-size: .5em;
}
.grayBackground {
    background-color: #E6E6E6;}

.whiteBackground{
    background-color: #fff;}
.yellow {
    color: #EFB117;}

.ct-alpha-50 {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */
}
.ct-container {
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    width: 1060px;
    background-color: #fff;
}

/* -----------  Header  ---------  */

.ct-social {
    margin: 0;
    padding: 0 20px 0 0;
}

.ct-cart {
	margin:0;
	position:relative;
    padding-right:10px;
}

.ct-social img {
    margin:0;
    padding: 0 5px 0 0;
}
.ct-top-nav {
    margin:0;
    padding:15px 0 0 0px;
    height:1em;
    border: none;
    list-style:none;
}

.ct-top-nav li {
    float: left;
    margin: 0 15px 0 0;

}
.ct-top-nav li a{
    display:block;
    padding:3px 1em 0;
    border: 1px solid #fff;
    border-width: 1px 1px 0px 1px;
    border-bottom:0;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    background-color:#fff;
    color: #848484;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.2em;
    font-weight: 700;
    font-size: 1em;
    line-height: 2.2em;
}

.ct-top-nav li a:hover {
    color:#000;
    text-decoration:none;
}

.ct-top-nav li#current a {
    border: 1px solid #000;
    border-width: 1px 1px 0px 1px;
    background-color: #f0b33c;
    background-image: none !important;
    -webkit-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    -moz-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    color:#000;
    filter: none !important;
}
.ct-top-nav li#current a:hover {
    color: #6e3415;
}

.ct-phone {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 0em;
   
}

.ct-phone h1 {
    font-weight: normal;
    font-size: 1.7em;
}

.ct-top-nav-black-divider {
    margin: 0;
    padding: 0;
    height: 6px;
    background-color: #000;
}

.ct-breadcrumbs {
    margin: 0;
    padding: 4px 20px;
    background-color: #e6e6e6;
}

.ct-breadcrumbs a {
	color:#f1aa14 !important;
}

/* -----------  Content  ---------  */
.ct-content {
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 1060px;
    background-color: #fff;
}

/* ------  Home  ----  */
.ct-content-home {
    position: relative;
    overflow: hidden;
    margin: 0 0px;
    padding: 0;
    width: 1060px;
    height: 425px;
    background-color: #000;
}

.ct-content-home img {
    position: absolute;
}

/* ------  Home Slider ----  */
#ct-home-slider-nav-container-clear {
    position: absolute;
    top: 0px;
    left: 0;
    width: 180px;
    height: 425px;
}
/* ------  Home Slider Nav ----  */
#ct-home-slider-nav-container {
    position: absolute;
    top: 110px;
    left: 0;
    overflow: hidden;
    width: 180px;
}

    .ct-home-slider-nav {
        position: relative;
        margin: 0 10px 3px 0;
        padding: 4px 10px 4px 0;
        background-color: #000;
        color:#fff;
        text-align: right;
        cursor: pointer;
    }

    .ct-home-slider-nav:hover {
        background-color: #EFB117;
        color:#000;
    }

    .ct-home-slider-nav p {
        margin: 0;
        padding: 0;
    }

    .ct-home-slider-nav a {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .ct-home-slider-nav img {
        position: absolute;
        top: 0px;
        left:170px;
        margin: 0;
        padding: 0

    }

    .ct-home-slider-nav-current {
        background-color: #EFB117;
        color:#000;
    }

/* ------  Home Slider Details ----  */
.ct-slider-details-container {
    position: absolute;
    bottom: 0px;
    margin: 0;
    padding: 0;
    width: 1060px;
}

    .ct-slider-details-container h1{
        margin: 0;
        padding: 0 0 0 18px;
        color: #EFB117;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: 300;
        font-size: 2.4em;
        line-height: .7em;
    }

    .ct-slider-details-content {
        margin: 0;
        padding: 8px 0;
        color:#fff;
    }

        .ct-slider-details-content-divider {
            float: left;
            margin: 0;
            padding: 0 20px;
            border: #ddd solid 1px;
            border-width: 0 1px 0 0;
        }
            .ct-slider-details-content-divider-last {
                float: left;
                border: #ddd solid 1px;
                border-width: 0 0px 0 0;
            }


        .ct-slider-details-content-title {
            margin: 0;
            padding: 0 .5em 0 0;
            text-transform: uppercase;
            font-weight: 400;
        }

/* ------  Home Content ----  */
.ct-home-container {
    margin: 10px 0px 0px 20px;
    padding: 0;
}

.ct-home-container img{
    margin: 0px 0px 0px 20px;
    padding: 0;
}


/* ------  Why Hamilton  ----  */
.ct-whyHC-content {
    margin: 0 10px;
    padding: 0;

}

    .ct-whyHC-content h1{
        margin: 0;
        padding: 0 0 15px 0;
        color:#000;
    }

.ct-whyHC-nav {
    position: relative;
    left: -20px;
    overflow: hidden;
    margin:0;
    padding:0 0 20px 0;
    height:1em;
    border: none;
    list-style:none;
    text-decoration:none;
}

.ct-whyHC-nav ul {
    list-style-type:none;

}

.ct-whyHC-nav li {
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    border-width: 0px 1px 0px 0px;
    

}
.ct-whyHC-nav li a{
    display:block;
    margin:0;
    padding:0 20px;
    color: #EB871E;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.2em;
    font:bold 0.88em/2.3em arial,geneva,helvetica,sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1em;
}

.ct-whyHC-nav li a:hover {
    color: #ac4019;
   
}

.ct-whyHC-nav li#current a {
    color:#000;
}

.ct-whyHC-nav .ct-whyHC-last-nav{
    border: 0px solid #fff;
}

.ct-whyHC-content-intro {
    margin: 10px 0px 0px 0;
    padding: 0;
    width: 680px;
    /* background-color: red;*/
}

.ct-whyHC-content-panel-container {
    display: table;
    margin: 0;
    padding: 0;
}
.ct-whyHC-content-panel {
    display: table-cell;
    margin: 10px;
    padding: 20px 20px 10px 20px;
    width: 33.33%;
    border: #fff solid 10px;
    background-color: #e6e6e6;
    text-align: center;
}

.ct-whyHC-content-panel-content {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
}

.ct-whyHC-content-panel-content h1, .ct-whyHC-content-panel-content h2, .ct-whyHC-content-panel-content h3{
    color:#000;
}

.ct-btt {
    margin:0;
    padding:0;
    color: #EB871E;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.2em;
    font:bold 0.88em/2.3em arial,geneva,helvetica,sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1em;
}

.ct-btt:hover {
    color: #ac4019;
    text-decoration:none;
}

/* ------  Products  ----  */
.ct-productBtn {
    display: inline-block;
    margin: 0;
    padding: 0px 20px 30px 20px;
    max-width: 173px;
    vertical-align: top;
    text-align: center;
}

    .ct-productBtn-desc {
        margin:0px;
        padding:10px;
        color: #000;
        text-align: left;
        font-weight: 400;
    }

        .ct-productBtn-desc p{
            margin:0px;
            padding:0px;

        }

    .ct-productBtn-desc-hover {
        background-color: #E6E6E6;
    }

    .ct-productBtn-headline {
        margin:0;
        padding: 0;
        background-color: #fff;
    }

    .ct-productBtn-headline h1{
        margin:0;
        padding: 5px;
        color: #EB871E;
        font-weight: 400;
        font-size: 1.2em;
    }

    .ct-productBtn-headline-hover h1{
        background-color: #F7D68E;
        color:#000;
    }

.ct-product-content-overview {
    float:left;
    margin: 0;
    padding: 0;
    max-width: 864px;
}
.ct-product-title-headline h1{
    margin: 0;
    padding: 0px 0 5px 30px;
}

.ct-product-black-divider {
    position: relative;
    top: -30px;
    margin: 0 0 0 20px;
    padding: 0;
    height: 4px;
    background-color: #000;
}

.ct-product-desc-summary {
    position: relative;
    top: -20px;
    margin: 0;
    padding: 0 30px 0 30px;

}

/* ------  Quote Request  -------  */
.ct-form-panel {
    margin:0;
    padding:0;
    min-height:580px;
    overflow:hidden;
background-color:red;
}

.ct-form-div {
    margin: 10px 0;
    padding: 0px;
}

.ct-form-sbcatch-div {
    position:relative;
    top: -1000px;
    
}
.ct-form-div-box {
    margin: 10px 0;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #eee;
    width: 500px;

}

    .ct-form-div h1, .ct-form-div-box h1 {
        font-size: 1.8em;
        color:#bbb;
    }

.ct-form-label {
    text-align:right;
    margin:0 5px 0 0;
    padding:0;
}

.ct-form-label-vertical-top {
    vertical-align: top;
}

.ct-form-CB {
    margin: 0 10px 0 0;
    padding: 0;
}

.ct-form-TB {
    margin: 0 0 5px 0;
    padding: 4px 4px 4px 8px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color:#e1e2e3;
    border: solid 1px #bbb;  
    -webkit-box-shadow: inset 0px 10px 10px 0px #e1e2e3;
    box-shadow: inset 0px 10px 10px 0px #e1e2e3;
    box-shadow: inset 0 10px 10px #cccccc;


}


.ct-form-DD {
    color:#000;
    width:214px;
    margin: 0 0 5px 0 !important;
    padding: 4px 8px 4px 8px !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: solid 1px #bbb; 
     background-color:#e1e2e3; 
   -webkit-box-shadow: inset 0px 10px 10px 0px #ccc;
    box-shadow: inset 0px 10px 10px 0px #ccc;
    box-shadow: inset 0 10px 10px #ccc;
}

.ct-form-progress {
    margin:0 0 30px 120px;
    padding:0;
}


.ct-next-btn {
    margin:0 0 0 30px;
    padding:0;
}

.ct-next-first-btn {
    margin:0 0 0 125px;
}

.ct-form-validator {
    color: #f00;
}

/* -----------  Custom Trucks ---------  */
.ct-customTrucks-content-overview {
    background-color: #fff;
    margin: 0;
    padding: 0;
    float:left;
}
.ct-customTrucks-content-overview h1{
    color: #666666;
    padding:.5em .5em 0.25em .5em;
    line-height:1em;
}


.ct-customTrucks-content-overview-left {
    margin:0;
    padding: 0 20px 0 0;
    width: 450px;
    padding-right:80px;
    float: left;
	font-size: 14px;
}
        .ct-customTrucks-content-overview-left ol{
            list-style: decimal outside none;
            margin: 0 0 010px;
            padding-left: 20px;
            line-height: 1.4em;
        }
            .ct-customTrucks-content-overview-left li{
                margin: 0 0 1em 0;

            }
.ct-customTrucks-content-overview-right {
    margin:0;
    padding: 0;
    width: 320px;
    float: left;
    background-color: #E6E6E6;
}

.ct-customTrucks-details {
    font-size: 13px;
	padding: 0 0 5px 15px;
}

    .ct-customTrucks-content-overview-right-title {
        margin: 10px 0 0 0;
        padding: 0;
        text-align: center;
    }

        .ct-customTrucks-content-overview-right-title-hr {
            margin: 0 0 10px 0;
            width: 100%;
            height:1px;
            background-color: #aaa;
        }

    .ct-customTrucks-content-overview-right-content {
        margin: 0;
        padding: 0 20px 20px 20px;
    }
        .ct-customTrucks-content-overview-right-content ol{
            list-style: decimal outside none;
            margin: 0 0 010px;
            padding-left: 20px;
            line-height: 1.4em;
        }
            .ct-customTrucks-content-overview-right-content li{
                margin: 0 0 1em 0;

            }

.ct-customTrucks-content-spec-container {
    margin:0 auto;
    padding: 0px 20px 20px 20px;
    display: table;
}
    .ct-customTrucks-content-spec-container-galleryNav-container {
        margin:10px auto;
        padding: 0;
        display: table;
	
  }


    .ct-customTrucks-content-spec-container-galleryNav-container-img{
        margin:5px;
        padding: 0;
        width: 75px;
        height: 40px;
        overflow: hidden;
        float: left;
        text-align: center;
    }

    .customGalleryNav01 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_01.jpg') no-repeat left top;
    }
    .customGalleryNav02 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_02.jpg') no-repeat left top;
    }
    .customGalleryNav03 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_03.jpg') no-repeat left top;
    }
    .customGalleryNav04 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_04.jpg') no-repeat left top;
    }
    .customGalleryNav05 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_05.jpg') no-repeat left top;
    }
    .customGalleryNav06 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_06.jpg') no-repeat left top;
    }
    .customGalleryNav07 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_07.jpg') no-repeat left top;
    }
    .customGalleryNav08 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_08.jpg') no-repeat left top;
    }
    .customGalleryNav09 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_09.jpg') no-repeat left top;
    }
	.customGalleryNav10 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_10.jpg') no-repeat left top;
    }
    .customGalleryNav11 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_11.jpg') no-repeat left top;
    }
    .customGalleryNav12 {
        background: #ffffff url('_images/Hamilton_custom_trailer_TN_12.jpg') no-repeat left top;
    }	

.customGalleryNavHover:hover {
        background-position: 0px -40px;
    }

    .customGalleryNavDiasabled {
        background-position: 0px -80px;
    }
        .customGalleryNavDiasabled:hover {
            background-position: 0px -80px;
        }
    .ct-customTrucks-content-spec-container-details-container {
        margin:0px 10px;
        padding: 0;
        float: left;
        text-align: center;
    }
        .ct-customTrucks-content-spec-container-details-container-box {
            margin:0;
            padding: 7px 10px 0 10px;
            background: #f4f4f4; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  #f4f4f4 0%, #e7e8e8 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e7e8e8)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e7e8e8 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #f4f4f4 0%,#e7e8e8 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #f4f4f4 0%,#e7e8e8 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #f4f4f4 0%,#e7e8e8 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e7e8e8',GradientType=0 ); /* IE6-8 */

            border-style : Solid;
                border-color : #B6B8BA;
                border-color : rgba(182, 184, 186, 1);
                border-width : 1px;
            -webkit-border-radius: 8px;

            border-radius: 8px;

        }
            .ct-customTrucks-content-spec-container-details-container-box h2{
                color:#666666;
            }

        .ct-customTrucks-content-spec-container-details-container-title {
            margin: 0;
            padding: .5em 0 0px 0px;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: #666666;
            font-size: 1.2em;
        }
    .ct-customTrucks-content-spec-container-nextBtn {
        margin:0 10px;
        padding:0;
        width: 116px;
        height: 37px;
        overflow: hidden;
        background: #ffffff url('_images/custom_nextBtn01.png') no-repeat left top;
	
    }

        .ct-customTrucks-content-spec-container-nextBtn:hover {
        background-position: 0px -37px;
        }



/* -----------  Footer  ---------  */
.ct-footer {
    margin: 0;
    padding: 0;
    width: 960px;
    height:120px;
    background-color: brown;
}

/* -------footer class ---- */
.footer
{
 background-color:#333;
 line-height:34px;
 color:#fff;
 padding:10px 20px;
}

/* DDR Menu Style */


.ddrmenu {
margin:0;
border:0;
padding:0;
text-align:left;
font-family: helvetica, arial narrow, verdana, tahoma, arial, sans-serif;
font-weight:normal;
text-decoration:none;
}
.DDRMainMenuTop 
{
	top:20px;
}
.DDRMainMenuBottom {
	border-bottom: 1px solid #FFF;
}

.ddrmenuitem:link, .ddrmenuitem:visited {
color:#848484;
}

.ddrmenuitemlevel0:hover
{
color:#000000;
}

.DDRMainMenuTop .ddrmenulevel0 
{
}
.DDRMainMenuBottom .ddrmenulevel0 {
}
.DDRMainMenuTop .ddrmenulevel1{
/*background: #214B9D;*/
background: #F00;
}
.ddrmenulevel2 {
padding: 5px 15px 5px 15px;
background: #f8d88d;
}
.DDRMainMenuTop .ddrmenulevel2 {
background: #470a0b;
}
.DDRMainMenuBottom .ddrmenulevel1, .DDRMainMenuBottom .ddrmenulevel2 {
background: #ffe4b4;
}
.ddrmenuitemlevel0{
 text-align:center;
 margin-right:10px;
 margin-left:10px;
 margin-top:10px;
 font-variant:small-caps;
 font-family:Helvetica;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 padding-left:5px;
 padding-right:5px;
 color:#848484;
 line-height:28px;
}
.ddrmenuitemlevel0:hover
{
text-decoration:none;
color:#000000;
}

.ddrmenuitemlevel1,.ddrmenuitemlevel2{
padding:2px 9px 2px 9px;
text-align:left;
text-indent:0px;
text-decoration:none;
font-family:Helvetica;
font-size:11px;
}
.ddrmenuitemlevel1 {
background: #efb03e;
border-bottom: 1px solid #4d4041;
border-top: 1px solid #4d4041;
text-decoration:none;
}

.ddrmenuitemlevel1:hover
{
text-decoration:none;
color:#fff;
}

.ddrmenuitemlevel2:hover
{
text-decoration:none;
color:#fff;
}


.ddrmenuitemlevel2 {
text-indent: 4px;
}

.DDRMainMenuTop .ddrmenuitem:hover {
background:#911818;
color:#DEF;
}
.DDRMainMenuBottom .ddrmenuitem:hover {
background:#416BBD;
color:#005;
}
.DDRMainMenuTop .ddrmenuitemlevel2:hover {
background: #911818;
}
.DDRMainMenuBottom .ddrmenuitemlevel2:hover {
background: #416BBD;
}


.DDRMegaMenu .ddrmenuitemlevel0{
 text-align:center;
 background:none;
 margin:0px;
 font-variant:small-caps;
 font-family:Helvetica;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 color:White;
 width:80px;
 line-height:38px;
 border-right: 1px solid #fff;
 padding-top:0px;
}

.DDRMegaMenu .ddrmenuitemlevel0:hover{
  background: #540d10;
  color:#000000;
}
.ddrmenuitemlevel0.ddrmenuitemselected
{
	/*background: #f2b121;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
    color:#000000;*/
    padding:0 10px;
    background-color: #f0b33c;
    background-image: none !important;
    -webkit-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    -moz-box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
    color:#000;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    filter: none !important;
}
.emptylink
{
	cursor:default;
}
.CSSButton
{
	padding:2px 5px;
	margin:0 10px 10px 0;
	background:#E9E9E9;
	border:1px solid #999999;
	text-decoration:none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;	
	line-height:12px;	
	text-align:center;
	color:#000066;
	vertical-align:middle;

}
.CSSButton:hover {
    color:#FFFFFF;	background:#999999;
    text-decoration:none;
} 

.distribBody
{
	background:#FFF;
}
.DDRMegaMenu1 .ddrmenuitemlevel0{
 text-align:center;
 background:none;
 margin:0px;
 font-variant:small-caps;
 font-family:Helvetica;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 color:White;
 width:137px;
 line-height:32px;
 border-right: 1px solid #fff;
 padding-top:5px;
}

.DDRMegaMenu1 .ddrmenuitemlevel0:hover{
  background: #540d10;
}


/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
/*.paneGroup {overflow:hidden;}*/
.paneGroup div { /*height: auto;*/;}
.contentPane {float:left; width:800px;}
.leftPane {
    float: left;
}

.partDetail_SubmitButton
{
	text-decoration: none;
	height: 21px;
	line-height: 16px;
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	font-weight: normal;
    background: url(../../../images/commandButtonBack.gif) no-repeat top left;
    border: solid 1px #8A887F;
  
}
.partDetail
{
	font:12px helvetica, arial !important;
	text-align:left !important;
}
.MSRPPrice b
{
	font-weight:bold !important;
}
.partDetail b
{
	font-weight:bold !important;
}

.partDetail span
{
	line-height:0.9 !important;
}
.partDetail input
{
	padding:0px !important;
	margin-right:0px !important;
	margin-bottom:0px !important;
}

.PartSolTD
{
	white-space:nowrap !important;
}
.part3DHeader{
	font:12px helvetica, arial;
	text-align: center;
	font-weight: bold;
	color: White;
	background-color: Gray;
}
.partDetails_tblFileFormats
{  
	border: solid 1px #333000;
	border-style:dotted;
	width : 100%;
	

}
.partDetail_imageDescription
{
	font:12px helvetica, arial !important;
	text-align:center !important;
}
.Detail_WheelXteristics_Content{
	font:12px arial,verdana,helvetica !important;
	text-align:left !important;
}
.Detail_WheelXteristics_Header{
	background-color:#eeeeee !important;
	font:12px arial,verdana,helvetica !important;
	text-align:left !important;
}
.Detail_QuestionTextBox{
	border: solid 1px #aaaaaa;
	background-color:#FFFFFF;
	padding-left: 0.2em;
	height: 14px;

}
.closeIcon
{
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	top: 1px;
	right: 1px;
	width:100%;
	background-color:#aaaaaa;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
    input[type="text"],select,textarea,input[type="email"],input[type="search"], input[type="password"]{
        padding: 3px;
        margin-bottom:10px; 
        margin-right:5px;
        background: #fff;
        border:1px solid #bfbfbf;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1) ;
        /*box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1) */;
        color:#666;
        font-size:13px;
	}

.Blog_EmailSignup input{
	width: 202px;	
	}

.search{
	width:330px;
	float:right;
}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
    #search {
	    float: left; 
	    width:350px;
	    height:32px;
		margin-top: 20px;
  }

    .SearchButton:link,
    .SearchButton:visited {
		    display:block;
		    float: right;
		    position:absolute;
		    top:28px;
		    right:625px;
		    margin: 0;	padding:0;
		    width:25px;
		    height:70px;
		    text-indent:-9999px;
		    background: url('_images/search.png') no-repeat center center;
		    
	}
	
	.SearchButton:hover {		
		background: url('images/search.png') no-repeat center center; /* Old browsers */
		background: url('images/search.png') no-repeat center center; /* FF3.6+ */
		background: url('images/search.png') no-repeat center center; /* Chrome,Safari4+ */
		background: url('images/search.png') no-repeat center center; /* Chrome10+,Safari5.1+ */
		background: url('images/search.png') no-repeat center center; /* Opera 11.10+ */
		background: url('images/search.png') no-repeat center center; /* IE10+ */
		background: url('images/search.png') no-repeat center center; /* W3C */
	}
	
	#dnn_dnnSearch_txtSearch  {
		width:140px;
		height: 32px;
	    	padding: 0;
		margin-left:80px;
		margin-top:0px;
		position:absolute;
		top:0px;
		left:25px;
		background-color: transparent;
		border: none; 
		border-radius:0;
		box-shadow: none;
		outline: none;
		border:1px solid #ddd;
		color:#000;
	        line-height: 32px;
	        font-size: 16px;
	        float:right;
	   	-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
    }
    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus
	{
	    
	    box-shadow:inset 0px 3px 8px #999;
	}
.searchInputContainer{
	width:235px;
}
#ACS_TableWheels img{
	width: 75px;
}