.viewmode {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}

.viewmode.active {
	border: 2px solid #ddd;
}
.viewmode.icone {
	background-image: url('images/view-icone.png');
}

.viewmode.result {
	background-image: url('images/view-result.png');
}
.viewmode.list {
	background-image: url('images/view-list.png');
}

.result-icones {
	display: inline-block;
	float: left;
	width: 130px;
	margin: 10px;
	overflow: auto;
	height: 250px;
}
.result-icones .icone {
	border: 1px solid #EEE;

	text-align: center;
	padding: 5px 0;
	height: 130px;
}

.result-icones .icone:hover {
	background-color: #EEE;
}

.result-icones .title {
	font-size: 0.8rem;
	color: #999;
}
.result-icones .price {
	text-align: left;
	margin: 5px;
	font-size: 0.8rem;
	margin: 0;
}

.result-icones .add_button {
	float: right;
	display: none;
}
#carousel {
	clear: both;
}


.result-list {
	padding: 8px 0 5px 0;
	margin-bottom: 5px;
	line-height:1rem;
}

.result-list:hover {
	background-color: #EEE;
}

.result-list > .title {
	width: 80%;
}

.result-list > .title > .reference {
	color: #666;
	font-weight: bold;
}

.result-list .price {
	float: right;
	margin-top: -20px;
}