.b-proffer-item{
	display: inline-block;
	background: #f0f0f0;
	color: #000;
	width: 241px;
	height: 151px;
	margin: 24px 7px 0 0;
	padding: 10px 0 11px 18px;
	float: left;
	text-decoration: none;
	position: relative;
}

.b-proffer__item-container {
	display: inline-block;
	
	*display: inline;
	*zoom: 1;
}

.b-proffer-item__deals {
    display: inline;
    color: #6a6a6a;
    line-height: 8px;
    font-size: 10px;
    font-family: Arial;
    font-weight: lighter;
}

.b-proffer-item__deals:nth-child(1) {
    position: absolute;
}

.b-proffer-item__img{
	margin: 16px 0px 11px 0px;
	display: block;
}

.b-proffer-item__proposal{
	line-height: 16px;
	margin-right: 30px;
	color: #000;
	text-decoration: underline;
	overflow: hidden;
    text-align: left;
    font-size: 12px;
}

.b-proffer-item:visited{
	color: #000;
}

.b-proffer-item:hover{
	color: #000;
}

.l-col_w2-5 .b-proffer-item{
	width: auto;
	height: auto;
	margin: 20px 0 10px;
	padding: 12px 0 11px 16px;
	display: block;
	float: none;
}

.l-col_w2-5 .b-proffer-item:last-child {
	margin-bottom: 21px;
}

.l-margin-right .b-proffer-item__proposal{
	margin-right:33px;
	margin-left: 0;
	padding: 0;
	text-decoration: underline;
}

.l-margin-right .b-proffer-item__img{
	margin: 16px 0 11px 0;
	padding: 0;
}



