#products-list {
	position:relative;
}
#products-list .list li {
	position:relative;
	background-color:#f2f2f2;
	border-top:1px solid #fff;
	border-bottom:1px solid #dbdbdb;
	padding-left: 165px;
	min-height: 165px;
}
#products-list .image {
	position: absolute;
	top: 20px;
	left: 0;
	width:165px;
	height:165px;
	text-align:center;
}
#products-list .image img {
	vertical-align:middle;
}
#products-list .info {
	padding-top:20px;
	padding-right: 20px
}
#products-list .info .name {
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#3d3d3d;
	line-height: 1.3em;
}
#products-list .info .name .price {
	color:#a1a1a1;
	font-weight:normal;
	letter-spacing:0;
}
#products-list .info .name .bracket {
	color:#dcdcdc;
}
#products-list .info p.slogan {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#a1a1a1;
	padding-top:4px;
	padding-bottom:5px;
}
#products-list .info > .description {
	max-width:510px;
	padding-top:1px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6a6a6a;
	line-height:18px;
	padding-bottom: 70px;
}
#products-list .info > .description:empty {
	display: none;
}
#products-list .buttons {
	position: absolute;
	bottom: 20px;
}
#products-list .buttons > a.gray-bt {
	height:27px;
	line-height:27px;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f2f2f2;
	background-color:#6a6a6a;
	padding:1px 11px 0 11px; 
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#products-list .buttons > a:hover.gray-bt {
 	background-color:#a8a8a8;
}

@media only screen and (max-width: 960px)
{

	#products-list {
		width:auto;
		overflow-y:auto;
	}

	#products-list .list li  {
		width:auto;
		height:auto;
		position: relative;
		padding-left: 135px;
	}

	#products-list .image {
		width:135px;
		height:135px;
	}

	#products-list .info {
		width:auto;
		position:relative;
		float:none;
		overflow:hidden;
		margin-bottom: 20px;
	}

	#products-list .info .name {
		letter-spacing:0;
		padding-top:0;
	}
	#products-list .info .name > span {
	}
	#products-list .info .slogan {
		font-size:18px;
		padding-top:8px;
	}
	#products-list .list .info .description {
		height: auto;
		font-size:14px;
		padding-top:8px;
		max-width:auto;
		line-height:18px;
	}
	#products-list .buttons {
		width:auto;
		height:auto;
		margin-top:10px;
	}
	#products-list .buttons > a.gray-bt {
		margin-bottom: 10px;
	}

}
