@charset "UTF-8";


/* ********************************** */
/* css/page/cerchiamo_list.css */

#content {
	background: #2f2f2f;
}


/*! Categorie */

#categories {
	text-align: center;
	background: #1a1a1a;
	width: 100%;
	height: 80px !important;
	line-height: 80px;
}

#categories li {
	display: inline;
}

.category {
	font-size: 18px;
	color: #FFF;
	padding: 0 20px;
}

.category.selected {
	color: #E43B24;
}



/*! Immobili */

#products {
	margin-top: 50px;
}

.product {
	position: relative;
	float: left;
	width: 31%;
	margin: 0 1.15%;
	margin-bottom: 40px;
	background: #FFF;
	padding: 20px 0;
	height: 360px;
}


.productCategoryIcon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	width: 64px;
	height: 35px;
	background: no-repeat center top transparent;
	background-image: url('img/immobil-category-icon.jpg');
}

.productCategoryIcon.category2 {
	background-position: center -35px;
}

.productCategoryIcon.category3 {
	background-position: center 0;
}


.productData {
	position: relative;
	padding-bottom: 20px;
	background: no-repeat left 35px transparent;
	background-image: url('img/cerchiamo-icons.jpg');
}

.productValue,
.productDescription {
	display: block;
	border-left: 64px solid transparent;
	padding-left: 20px;
	font-size: 18px;
}

.productValue {
	height: 35px;
	line-height: 35px;
}

.productValue.priceValue {
	font-family: 'Oswald', Arial, sans-serif;
	color: #e43b24;
}

.productDescription {
	border-left-color: #e4e4e4;
	line-height: 25px;
	padding-right: 20px;
	font-size: 16px;
}

.productInfoButton {
	display: block;
	color: #e43b24;
	font-size: 18px;
	margin-top: 20px;
	padding-right: 15%;
	text-align: right;
	background: no-repeat 93% center transparent;
	background-image: url('img/immobil-list-arrow-hover.jpg');
}
