@CHARSET "ISO-8859-1";
/**
* Fuer SearchView
*/

#masonryContainer {
	/*border: solid 1px #ddd;*/
}
.masonryItem {
	overflow: hidden;
	border: solid 1px #eff;
	width: 202px;
	margin-top: 15px;
	margin-right: 10px;
	padding: 10px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.masonryItem:hover {
	border: solid 1px #999;

	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.masonryItem h4 {
	margin-top: 2px;
}
.masonryItem ul {
	list-style-type: none;
	height: 26px;
	margin: 0;
	margin-top: 5px;
	padding-top: 0;
}
.masonryItem ul li {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: solid 1px gray;
}
.masonryItem ul li:first-child {
	padding-left: 0!important;
}
.masonryItem ul li:last-child {
	border-right: 0!important;
}
.masonryItem ul li:hover {
	background-color: #eee;
}

.masonryItem .observe {
	border: solid 1px #fff;
}
.masonryItem .selected {
	border: solid 2px green;
}

.masonryItem a img.image_product {
	min-height: 80px;
	max-width: 170px;
	max-height: 230px;
}
.masonryItem .logo_market {
	max-height: 35px;
	max-width: 90px;
	position: absolute;
	top: 0;
	right: 0;

	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	cursor: pointer;
}

.masonryItem .kw {
	/*
	position: absolute;
	top: 35px;
	right: 0;
	*/
	background-color: #fff;
	font-size: 10px;
	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	cursor: pointer;
}

