/* removing disc list style type form li tags in showroom display*/
#showroom-display ul li {
    list-style-type: none;
}

.eprice-btn {
    margin-bottom:10px;
    background-color: #5cb85c;
    /*width:100%; */
    color: #fff;
    padding-top:13px;
    padding-bottom:18px;
    text-align: left;
    font-size:18px;
}

.final-price {
    font-weight: bold;
    font-size: 24px;
    margin-bottom:20px;
}

#cta-button-list {
    padding-left:0;
    padding-bottom:0;
    margin-top:30px;
    margin-bottom:20px;
}

.cta-button {
    display: block;
    width:100%;
    background-color: #333333;
    border-radius: 4px;
    margin-bottom:5px;
    color: #ffffff;
    text-align: left;
    padding:10px 12px 10px;
    cursor: pointer;
}

.cta-button a {
    color: #fff;
}

/* css from daniel */

/* remove page title */
#page > .col-sm-12 > h1{ 
    display: none;
}

body {
    /*background: #E21D25;*/
    /*background: steelblue;*/
    /*background: url(http://fca.prod.pmmsystem.net/usr/theme/image/new-vehicle-showroom-bg.jpg) no-repeat bottom center;*/
    background: lightgray;
}

#showroom-display {
    margin-top: 40px;
}

#showroom-display div {
    /*background: white;*/
    /*background: #E21D25;*/
}

#trims,
#image-container,
.vehicle-price-specs,
#vehicle-colors,
#similar-vehicles,
.specs-installed-options {
    background: white;
    padding: 15px;
}

#showroom-display .model-name {
    margin: 0;
    font-size: 36px;
}

#image-container {
    margin-bottom: 20px;
}

#detail-images img {
    width: 816px;
}

#thumbnail-gallery {
    margin-top: 15px;
}

#thumbnail-gallery img {
    width: 195px;
    height: 130px;
    /*width: 175px;
    height: 115px;*/
}

#pricing-block .basic-vehicle-specs-list {
    padding-left: 0;
}

#trims {
    margin-top: 30px;
    margin-bottom: 30px;
}

.specs-installed-options #installed-options li {
    line-height: 24px;
}

.specs-installed-options #installed-options li,
.specs-installed-options #specifications li {
    list-style-type: none;
}

#trims li {
    display: inline-block;
    width: 32%;
    list-style-type: none;
}

#trims a {
    color: dodgerblue;
}

#vehicle-colors {
    margin-top: 30px;
    text-align: center;
}

.tooltip {
    font-size: 10px;
}

.color-btn {
    width: 69px;
    height: 30px;
}

.color-btn:hover {
    opacity: 0.9;
}

.vehicle-color-image-set img {
    margin: 0 auto;
    width: 585px;
    height: 390px;
}

#similar-vehicles {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

#similar-vehicles img {
    margin: 5px auto;
    max-height: 150px;
    max-width: 350px;
}

.specs-installed-options {
    margin-top: 15px;
}

#specifications .panel-body ul,
#showroom-display #trims ul {
    padding-bottom: 0;
}

#installed-options .installed-options-content ul {
    padding-left: 0;
}

#footer {
    background: white;
}

@media (max-width: 990px) {
    #trims li {
        width: 48%;
    }
}
/* end css from daniel*/