.mod-current-incentives{
    float: left;

}
.mod-current-incentives .logo-make{
	margin: 0px;
	padding: 10px;
	background-position: 0 20px;
	border-bottom: 1px dotted #999;
	width: 100%;
}
.mod-current-incentives .models-list{
    float: left;
	padding: 15px;
	padding-right: 50px;
}
.mod-current-incentives .models-list a{
	font-weight: bold;
}
.mod-current-incentives .models-list a:hover{
    text-decoration: underline;
}
.mod-current-incentives .incentives-item{
	overflow: hidden;
	clear: left;
	padding:10px;
	padding-top:15px;
	padding-bottom:15px;
}
.mod-current-incentives .incentives-item-image {
	float:left;
	padding:10px;
	width: 140px;
}
.mod-current-incentives .bordered{
	border: 1px solid #000;
}
.mod-current-incentives .incentives-item-info{
	float: left;
	width: 125px;
	font-zize:12px;
	color: #000;
	padding-top: 10px;
	line-height: 160%;
}
.mod-current-incentives .incentives-item-info h3{
    margin: 0px;
	padding: 0px;
	font-size: 18px;
}
.mod-current-incentives .price{
    color: #e63701;
	font-weight: bold;
}
.mod-current-incentives .incentives-item-dscr{
	float: left;	
}
.mod-current-incentives .incentives-item-dscr .apr{
	float: left;
	width: 50px;
	height: 20px;
	background: #e63701;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
.mod-current-incentives .apr1, .mod-current-incentives .apr2, .mod-current-incentives .apr3, .mod-current-incentives .apr4{
	float: left;
	width: 90px;
	height: 20px;
	background: #f0f0f0;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;	
	margin-left:2px;
}
.mod-current-incentives .incentives-item-dscr-row{
	width: 310px;
	padding:4px;
	padding-left:15px;
	background: url(/public/modules/CurrentIncentives/default/images/check-box.jpg) left top no-repeat;
	background-position: 0 4px;
	font-weight:bold;
}
.mod-current-incentives .incentives-item-dscr-row span, .mod-current-incentives .incentives-item-dscr-row a{
	font-size:10px;
}
.mod-current-incentives .incentives-item-dscr-rows{
	float:left;
	padding-top:10px;
}
.mod-current-incentives .incentives-item-dscr-details{
	float: left;
	width: 290px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: none;
	font-size: 10px;
}
.mod-current-incentives .clear_both{
	clear: both;
}
.mod-current-incentives .no-result{
 	padding:70px 0 0;
}
