@charset "utf-8";

.results{
	width : 33.33%;
}

.index_price{
	padding: 0 10px;
	text-align : right;
	color:#f00;
}

.search_title_index{
	height : 3em;
	overflow : hidden;
}

.thumbnails{
	overflow : hidden;
}

.back_color_false{
	border : none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc')";
	background-image: -moz-linear-gradient(-45deg, #ffffff, #cccccc);
	background-image: -ms-linear-gradient(-45deg, #ffffff, #cccccc);
	background-image: -webkit-linear-gradient(-45deg, #ffffff, #cccccc);
	background-image: linear-gradient(-45deg, #ffffff, #cccccc);
	background-color: #f00;
	font-size : 0.8em;
}

@media all and (min-width: 500px){

.results{
	width : 25%;
}

}

@media all and (min-width: 1000px){

.results{
	width : 16.66%;
}

}