.clear { clear: both; }
.rectangle img { border: none; }

.rectangle {
 margin: 0;
 padding: 0;
 background-color: #f3f3f3;
 width: 300px;
 height: 250px;
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 border-radius: 9px;
 overflow: hidden;
}

.rectangle .caritem {
 margin: 0;
 padding: 0;
 width: 300px;
 height: 35px;
}

.rectangle .caritem .wrap_year_make_model {
 float: left;
 margin-top: 2px;
 margin-left: 11px;
 width: 188px;
 max-width: 188px;
 height: 31px;
 max-height: 31px;
 text-align: left;
 display: table-cell;
 vertical-align: middle;
 overflow: hidden;
}

.rectangle .caritem a,
.rectangle .caritem a:visited {
 color: #0c4790;
 font-size: 12px;
 line-height: 15px;
 font-weight: bold;
 text-decoration: none;
 height: 35px;
 display: table-cell;
 vertical-align: middle;
 overflow: hidden;
 text-overflow: ellipsis;
}
 
.rectangle .caritem a:hover {
 color: #3c8afa;
 text-decoration: underline;
}

.rectangle .wrap_price {
 margin: 0;
 padding-right: 0;
 width: 104px;
 height: 35px;
 display: table-cell;
 vertical-align: middle;
}

.rectangle .wrap_price .price {
 font-size: 15px;
 color: #444e5c;
 line-height: 15px;
 font-weight: bold;
 text-decoration: none;
 vertical-align: middle;
}

.rectangle .thumber {
 margin: 0 9px;
 padding: 0;
 width: 280px;
 height: auto;
 background-color: #cccacd;
 border-radius: 7px;
}

.rectangle .thumber img {
 margin: 0;
 position: relative;
}

.rectangle .flexwrap {
 margin: 13px 0 0 0;
 padding: 0 8px 0 10px;
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap
}

.rectangle .logo {
 float: left;
 margin: 0;
 padding: 0;
}

.rectangle .logo img {
 margin: 0 13px 0 0;
 padding: 0;
 height: 25px;
 width: auto;
 cursor: pointer;
}

.rectangle .dealer {
 flex-grow: 2;
 float: left;
 margin: 0;
 padding: 0;
 height: auto;
 font-size: 11px;
 line-height: 12px;
 color: #444e5c;
 font-weight: bold;
 display: table-cell;
 vertical-align: top;
 text-align: left;
}

.rectangle .dealer a,
.rectangle .dealer a:visited {
 text-decoration: none;
 color: #2e59b5;
 font-size: 11px;
 line-height: 14px;
 font-weight: bold;
 font-family: Arial;
 display: block;
}

.rectangle .dealer a:hover {
 color: #3c8afa;
 text-decoration: underline;
}
