﻿/*---------------------------------article-----------------------------*/
article#content .imgPromo
{
    border:1px solid #c2cfdb;
    width:421px;
    height:140px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 55%, #e4e8f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#ffffff), color-stop(100%,#e4e8f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 55%,#e4e8f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 55%,#e4e8f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 55%,#e4e8f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 55%,#e4e8f1 100%); /* W3C */
    position:relative;
    margin-bottom:20px;
}
article#content .imgPromo img
{
    margin-top:20px;
    margin-left:30px;
}
article#content .imgPromo h4
{
    width:50%;
    position:absolute;
    right:50px;
    top:30px;
    color:#ff8a00;
    font-size:1.5em;/*18px*/
    font-weight:bold;
}
article#content .imgPromo p
{
    width:50%;
    position:absolute;
    right:50px;
    top:70px;
    color:#333;
}
#content .product .product-link{padding-bottom:0;}
/* Product list of Vehicles - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content .contentBox {
	background-color: #f6f8fa;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 5px 20px;
	clear: both;
	display: block;
	position: relative;
}	
#content .products {
	margin:0px;
	padding:0px;
	width:100%;
	clear: both;
	position: relative;
}	
#content .products #productsLeft {float: left; width: 48%;}
#content .products #productsRight {float: right; width: 48%;}
#content .products .product {
	clear:both;
	padding-bottom:30px;
}
#content .products .product-image {
	float:left;
	margin-right:4px;
	height: 10em;
}
#content .products .product-link a {
	margin:0px;
}	
#content .products .micro-copy {
	font-size:1.3em;
	margin:0px;
}
.lt-ie9 article#content .imgPromo
{
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e8f1',GradientType=0,Offset=50 ); /* IE6-8 */
}
@media screen and (max-width: 640px)/*---------------------------------------------------------------------Max width: 640px-----------------------------------------------------*/ 
{  

#content .products #productsLeft, #content .products #productsRight {float: none; width: 100%;}
}