
/**
* =5.2: Gallery view block
*
* @info Gallery view
*/


.galleryList { clear: both; }

.galleryList ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.galleryProduct {
	position: relative;
	float: left;
	margin: 4px 4px 0px 0;
	width: 177px;
	border: 2px solid #f1efee;
}
.galleryProduct .galleryContainer { min-height: 210px; }

.prop {
    height:130px;
    float:right;
    width:1px;
}

.clearprop {
    clear:both;
    height:1px;
    overflow:hidden;
}

.galleryProduct a img {
	padding: 2px 0px 2px 0px;
	text-align: center;
	}
.galleryProduct a .productTitle {
	padding: 5px 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.galleryProduct a:hover .productTitle, .galleryProduct a:focus .productTitle { text-decoration: underline; }
.galleryProduct .productInfo {
	float: none;
	width: 175px;
}
.galleryProduct .ean {
	float: none;
	font-size: 8px;
	padding: 0 10px 10px 20px;
}
.galleryProduct .productPrice {
	clear: both;
	float: right;
	padding: 0 10px;
	width: 153px;
}
.galleryProduct .productPrice span { float: none; }
.galleryProduct .productPrice .nowPrice, .galleryProduct .productPrice .wasPrice { display: block; }
.galleryProduct .productPrice .wasPrice { margin-bottom: 8px; }
.galleryProduct .multiSkuOptions {
	clear: both;
	padding: 0 10px;
}
.galleryProduct .promotion {
	position: absolute;
	top: 5px;
	left: 5px;
}
.galleryProduct .moreInfo {
	clear: both;
	float: left;
	margin-top: 8px;
	padding: 0px 10px;
	width: 153px;
	border-top: 1px solid #f1efee;
	text-align: right;
	font-size: 11px;
}



hr {
  border:0;
  border-top: 2px solid #f1efee;
  height: 0;
  background: #ffffff;
}

