﻿#print-container-car {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#print-topline {
    font-size: 1.5em;
    padding: 8px;
}

#print-topline img {
    margin-right: 20px;
}

.darkline {
    border: 1px solid black;
    width: 100%;
}

.list-at-glance {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul.list-at-glance li > label {
    font-weight: bold;
}

.title-font {
    font-size: 1.5em;
}

.print-other-prices {
    margin-top: 0;
    margin-bottom: 0
}

#print-bottomhalf {
    margin-left: 20px;
}

.print-features {
    width: 55%;
    margin-right: 10px;
}

.print-comments {
    width: 42%
}

.ul-fea {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em;
}

.li-fea {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}

.tab-font-size {
    
}

#print-footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

#footer-text {
    margin-left: 40px;
    font-size: 1.2em;
}

.features-disclaimer {
    font-size: .7em;
}

.button {
   border-top: 1px solid #d83526;
   background: #fe1a00;
   background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#fe1a00));
   background: -moz-linear-gradient(top, #cc0000, #fe1a00);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.button:hover {
   border-top-color: #d83526;
   background: #cc0000;
   color: #ffffff;
}
.button:active {
   border-top-color: #d83526;
   background: #cc0000;
   position: relative;
   top: 1px;
}

#banner-box {
    border: 1px solid;
    padding: 5px;
}