.modProduct {
	cursor:pointer;
}
.modProduct .text{
    display: block;
    margin-top:8px;
    width:311px;
	height:100px;
    padding:5px;
    text-align: center;
    font-size: 1.7em;
	display: table-cell;
    vertical-align: middle;
}
.modProduct.medium .text{
    margin-top:6px;
    font-size: 1.2em;
    width:220px;
	height:70px;
}
.modProduct.small .text{
    margin-top:4px;
    font-size: 1.2em;
    width:190px;
	height:65px;
}

.modProduct .img{
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    width:311px;
    height:206px;
}
.modProduct.medium .img{
    width:220px;
    height:146px;
}
.modProduct.small .img{
    width:190px;
    height:126px;
}
.modProduct.cleandriving .img{
    background-image: url(../Images/clean-driving.png);
}
.modProduct.small.cleandriving .img{
    background-image: url(../Images/clean-driving-small.png);
}
.modProduct.medium.cleandriving .img{
    background-image: url(../Images/clean-driving-4line.png);
}
.modProduct.cleandriving .text {
    background-color:#00BFF3;
    color:#FFFFFF;
}
.modProduct.cleanfleet .img{
    background-image: url(../Images/clean-fleet.png);
}
.modProduct.small.cleanfleet .img{
    background-image: url(../Images/clean-fleet-small.png);
}
.modProduct.medium.cleanfleet .img{
    background-image: url(../Images/clean-fleet-4line.png);
}
.modProduct.cleanfleet .text {
    background-color:#39B54A;
    color:#FFFFFF;
}
.modProduct.cleansecure .img{
    background-image: url(../Images/clean-secure.png);
}
.modProduct.medium.cleansecure .img{
    background-image: url(../Images/clean-secure-4line.png);
}
.modProduct.small.cleansecure .img{
    background-image: url(../Images/clean-secure-small.png);
}
.modProduct.cleansecure .text {
    background-color:#F7941E;
    color:#FFFFFF;
}
.modProduct.cleandev .img{
    background-image: url(../Images/clean-dev.png);
}
.modProduct.medium.cleandev .img{
    background-image: url(../Images/clean-dev-4line.png);
}
.modProduct.small.cleandev .img{
    background-image: url(../Images/clean-dev-small.png);
}
.modProduct.cleandev .text {
    background-color:#f84b66;
    color:#FFFFFF;
}