.newProducts { margin-bottom:30px; }
.newProducts ul, .newProducts ul ul, .newProducts ol, .newProducts ul.products-grid, .newProducts ul.products-list { list-style:none; margin:0 auto; padding:0; }
.newProducts ul li, .newProducts .pager .pages ol li { margin-left:0; }

.newProducts .pager { float:none; border-bottom:1px dotted #ddd; border-top:1px dotted #ddd; padding:10px 10px 5px; margin-bottom:20px; }

.newProducts .title { background: none; text-align: left; position: relative; margin-bottom: 20px;}
.newProducts .title > h2:before {
	display: inline-block;
    content: "";
    width: 13px;
    height: 6px;
    position: absolute;
    left: 0px;
    bottom: -6px;
	background-image:url(../../images/blue/mc-title-deal.png);
}
.newProducts .title > h2 { 
	font-family: Ubuntu, serif !important; 
	color: #fff;
    text-align: left;	
	text-transform: uppercase;
    font-size: 153.85%;
    display: inline-block;
    padding: 10px 20px;
	background: #41ade2;
}

.newProducts .products-grid .price-box { 
	position: absolute;
    bottom: 40px;
    width: 88%;	
}
.newProducts .products-grid .price-box .regular-price {
	font-size: 150%;
	font-family: Open Sans Semi Bold;
	color: #41ade2;
}
.newProducts .products-grid .price-box .special-price .special-price {
	font-size: 150%;
    font-family: Open Sans Semi Bold;
	color: #41ade2;
}
.newProducts .products-grid .price-box .old-price .price {
	color: orange;
}
.newProducts ul.products-list.rwd .price-box p { display:inline-block; margin:0 0 0 15px; }
.newProducts ul.products-list.default .price-box p { margin:0 0 3px; }

.default ul ul.add-to-links { margin-top:5px; }
