.container .block-grid
{
	margin: 0px -30px 0px 0px;
	font-size: 0;
	list-style: none;
	padding: 0;
}
.block-grid .block
{
	overflow: hidden;
	position: relative;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 260px;
    text-align: center;
    height: 260px;
    float: none;
    text-align: left;
    font-size: 12px;
}

.block-grid .blog.block
{
    width: 357px;
}
.block-grid .blog.block .price a
{
    color:white;
}

.block-grid .block .teaser
{
	position: absolute;
	bottom: 0;
	background-color: white;
	width: 100%;
}

.block-grid .block .product-name,
.block-grid .block .product-name a
{
    font-family: 'droid_serifbold_italic';
	font-size: 15px;
	text-transform: capitalize;
	color: white;
}

.block-grid .block .teaser .row
{
	margin-left: 0px;
	margin-right: 0px;
	position: relative;	
}
.block-grid .block .teaser .row.infos
{
	height: 60px;
}
.block-grid .block .teaser .row .column.name,
.block-grid .block .teaser .row .column.price
{
	display: table;
	margin: 0;
	height: 100%;
}

.block-grid .block .teaser .row .column.name
{
	padding-right: 95px;
}
.block-grid .block .teaser .row .column.price
{
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
}

.block-grid .block .teaser .row .column.price,
.block-grid .block .teaser .row.description
{
	padding: 0px 10px;
}

.block-grid .block .teaser .row .column.price .price-box
{
	text-align: center;
}

.block-grid .block .teaser .row .column.price .regular-price .price
{
	color: white;
}

.block-grid .block .teaser .row .column.name .product-name,
.block-grid .block .teaser .row .column.price .price-box
{
	display: table-cell;
	vertical-align: middle;
}

.block-grid .block .teaser .row.description
{
	padding-top: 15px;
}

.block-grid .block .teaser .row.description p
{
	color: white;
}

/* BIG */
.block-grid .block.big
{
	overflow: hidden;
	position: relative;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 550px;
    height: 450px;
}

@media (min-width:601px) {
.easybanner-placeholder-wrapper .easybanner-banner
{
	width: 550px;
}
}
@media (max-width:600px) {
#footer_large .row {
width: 100%;
}
.block-grid .blog.block
{
    width: 260px;
}
.block-grid .blog.block .teaser .row.infos.twolines
{
    height:80px;
}
.easybanner-placeholder-wrapper .easybanner-banner
{
	width: 90%;
}
	.block-grid .block.big
	{
    	width: 450px;
    	height: 400px;
	}
}

@media (max-width:480px) {
	.block-grid .block.big
	{
    	width: 370px;
		height: 300px;
	}
}

.notfound p{
	color: #0068b0;
    font-size: 16px;
    margin: 26px 0 10px 0;
    text-align: center;
    font-family: 'novecento_widedemibold';
}

.notfound a{
	color: #0068b0;
    font-size: 16px;
    margin: 26px 0 10px 0;
    text-align: center;
    font-family: 'novecento_widelight';
}
.notfound ul{
	list-style-type: circle;
	list-style-position: outside;
	text-align: left;
	color: #0068b0;
    font-size: 16px;
    margin: 26px 0 10px 0;
    text-align: center;
    font-family: 'novecento_widelight';
    margin-left:200px;
    margin-right:200px;
}

.notfound ul li{
	text-align: left;
	line-height: 30px;
}

.box-up-sell{
	/*display:none;*/
}

.item.blog .product-image img{
	width:100%;
}