@charset "utf-8";

#franchiseSectDiv {
    padding-top:            1em;
    width:                  100%;
    text-align:             center;
    /*
    border-color:           purple;
    border-style:           solid;
    border-width:           0.1em;
    */
}

/* #franchiseSectDiv div */
#ktmSect, #suzukiSect, #triumphSect, #scootersSect, #lifestyleSect {
 /*  
    display:                block;
    width:                  150px;
    float:                  left;
   */ 
    display:                inline-block; 
    
    margin-left:            2.5em;
    margin-right:           2.5em;
    margin-top:             1em;
    margin-bottom:          2em;
    padding:                1em;
    border-color:           #ffffff;
    border-style:           solid;
    border-width:           0.1em;
    
    height:                 250px;
    
    
}

@media screen and ( max-device-width: 480px ) {
    #ktmSect, #suzukiSect, #triumphSect, #scootersSect, #lifestyleSect {
        margin-left:            5em;
        margin-right:            5em;
    }
}

.franchiseSectIE67 {
    display:                block;
    width:                  150px;
    float:                  left;
}
#franchiseSectDiv div img {
    /*display:                inline;*/
    
}

.franchiseImg {
    display:                  block;
    margin-bottom:            1em;
    border-color:           #ffffff;
    border-style:           solid;
    border-width:           0.1em;
}

.franchiseLogo {
    display:                  block;
    margin-left:              20px;
    
}

#ktmSect {
/*
    border-color:           #ff6600;
    border-style:           solid;
    border-width:           0.1em;
*/
    background-color:       #ff6600;
    color:                  #000000;
}

#ktmSect .franchiseImg, #scootersSect .franchiseImg, #lifestyleSect .franchiseImg {
    border-color:           #000000;
}

#ktmSect .franchiseLogo {
    padding-top:             33px;
}

#triumphSect .franchiseLogo {
    padding-top:             23px;
    margin-left:             5px;
    
}

#scootersSect .franchiseLogo {
    padding-top:             0;
    margin-left:             30px;
    
}

#lifestyleSect .franchiseLogo {
    padding-top:             5px;
    margin-left:             0px;
    
}

#suzukiSect {
/*
    border-color:           #ff6600;
    border-style:           solid;
    border-width:           0.1em;
*/
    border-color:           #ffffff;
    background-image:       url( "images/suzuki_content_background.gif" );
    background-repeat:      repeat;
}

#triumphSect {
/*
    border-color:           #ff6600;
    border-style:           solid;
    border-width:           0.1em;
*/
    background-color:       #000000;
    background-image:       url( "images/triumph_content_background.jpeg" );
    background-repeat:      no-repeat;
    background-position:    top left;
    
}

#scootersSect {
/*
    border-color:           #ff6600;
    border-style:           solid;
    border-width:           0.1em;
*/
    background-color:       #5da8dc;
/*
    background-image:       url( "images/triumph_content_background.jpeg" );
    background-repeat:      no-repeat;
    background-position:    top left;
*/
    
}

#lifestyleSect {
    background-color:       #5ddc9f;
    
}

#sidebarDiv {
    /*width:                  0;*/
    
}

#outerContentDiv {
    /*margin-left:            0;*/
}

#map_canvas {
    height:                     300px;
    width:                      500px;
    border-color:               #b23b1e;
    border-style:               solid;
    border-width:               0.1em;
    color:                      #000000;
}


#outerContentDiv {
    background-color:       #111111;
    
}

/* Search Form */
.searchFormBtn {
    width:                      8em;
    margin-right:               1em;
}

#search {
/*
    float:                      right;
*/
    margin-top:                 2em;
}

.searchResultsGroup label {
    width:                      8em;
    display:                    inline-block;
    margin-top:                 0.5em;
}

#searchResultsTbl td, #searchResultsTbl th {
    padding-left:               1em;
    padding-right:              1em;
    padding-top:                0.2em;
    padding-bottom:             0.1em;
    text-align:                 left;
    vertical-align:             top;
}

#searchResultsTbl th {
    padding-bottom:             0.5em;
}

#searchResultsTbl {
    border-width:               0;
    border-style:               0;
    border-spacing:             0;
    width:                      100%;
    margin-bottom:              2em;
    margin-top:                 2em;
}

#searchResultsTbl .priceCell, #searchResultsTbl .qtyCell {
    text-align:                 right;
}

#searchResultsTbl .pNumCell {
    white-space:                nowrap;
}

.searchResultsGroup {
    padding:                    1em;
}

.evenRow {
    
}

.oddRow {
    background-color:           #333333;
}


