/* product listing */
.category .ordP {
	font-size: 22px;
    color:#F86D10;  
}
.category .oldP {
	font-size: 22px;
	text-decoration:line-through;
}
.category .buybutton {
	margin-top:12px;
}

.category h2 a{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding-top: 5px;
	text-decoration: none;
}


.category #category {
	width:100%;
	display: block;
}

.category .product {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 25px 0 15px 0;	
	position: relative;
}

.category .wholeproduct {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1;
}

.category .product:first-child {
	padding: 20px 0 15px 0;
}

.category .product:last-child {
	border-bottom: 1px solid #fff;
}

.category .product:hover {
	border: 1px solid #f96c10;	
}

.category .prodImage {
	width: 170px;
	height: 135px;
	float: left;
	margin-right: 20px;	
	position: relative;
}

.category .prodMeta {
	width: 530px;
	height: 135px;
	float: left;
	display: block;
	position: relative;
}

.category .prodIcons {
	width: 100%;
	display: block;
	float: left;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.category .prodRatings {
	width: 170px;
	color: #666666;
	display: block;
	float: left;
	text-align: left;
	position: absolute;
	right: left;
	top: 30px;
}

.category .prodRating {
	float: left;
	margin-right: 15px;
	height: 30px;
	vertical-align: top;
	display: block;
}

.category .heart_on_img{
	cursor:default;
}     

.category .prodInfo {
	width: 400px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
}

.category .prodBuy {
	float: right;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
}


.category #catInfo {
	margin-right: 190px;
	position: relative;
}

.category .linsbloggen-entries {
	position: absolute;
	top: 0;
	right: -190px;
	width: 170px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 22px;
}
.frontpage .linsbloggen-entries .visit-linsbloggen {
	float: right;
}
.category .linsbloggen-entries a,
.frontpage .linsbloggen-entries a
 {
	text-decoration: none;
	font-weight: bold;
}
.category .linsbloggen-entries ul,
.frontpage .linsbloggen-entries ul
 {
	margin-bottom: 20px;
}
.category .linsbloggen-entries li,
.frontpage .linsbloggen-entries li
 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F96C10;
}
.category .linsbloggen-entries li:last-child,
.frontpage .linsbloggen-entries li:last-child
 {
	border-bottom: none;
}
.category .linsbloggen-entries h3 {
	background-color: #F96C10;
	color: white;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	behavior: url(/se/PIE.php);
}
.category .linsbloggen-entries p,
.frontpage .linsbloggen-entries p
 {
	margin: 0;
}
.category .linsbloggen-entries p.description,
.frontpage .linsbloggen-entries p.description
 {
	overflow: hidden;
	height: 3em;
	text-overflow: ellipsis;
}

