@charset "utf-8";
/* CSS Document */
.reswrap {
	width:227px;
	height:254px;
	margin:5px;
	float:left;
}
.hoverdiv {
	background:url(reswrapbg.png) no-repeat;
	margin:5px;
	float:left;
	width:227px;
	height:254px;
	position:relative;
}
.hoverdiv:hover {
	background:url(reswrapbghover.png) no-repeat;
}
.hoverdiv a:link {
	color:black;
	text-decoration:none;
}
.hoverdiv a:visited {
	color:black;
	text-decoration:none;
}
.hoverdiv a:focus, .hoverdiv a:hover, .hoverdiv a:active {
	color:red;
	text-decoration:none;
}
.resimgholder {
	text-align:center;
	width:220px;
	height:220px;
	padding:3px;
}
.resimgholder img {
	border:none;
	max-width:220px;
	max-height:220px;
}
.restextholder {
	width:150px;
	height:27px;
	padding-left:10px;
	float:left;
}
.respriceholder {
	text-align:center;
	width:67px;
	height:23px;
	padding-top:4px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.restitle {
	width:150px;
	height:13px;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333;
}
.resref {
	width:150px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
.photo {
	position:relative;
	font-family:arial;
	overflow:hidden;
	width:220px;
	height:220px;
}
.photo .heading {
	text-align:left;
	position:absolute;
	background:url(captbg.png) repeat-x;
	height:auto;
	padding-bottom:10px;
	width:220px;
}
.photo .caption {
	position:absolute;
	height:18px;
	width:220px;
}
.photo .heading {
	top:-200px;
	width:220px;
}
.photo .caption {
	bottom:-18px;
	left:0px;
}
.photo .heading span {
	color:#fff;
	top:-200px;
	font-weight:bold;
	cursor:pointer;
	font-size:11px;
	display:block;
	padding:5px 0 0 10px;
}
.photo .caption span {
	color:#999;
	font-size:11px;
	display:block;
	text-align:left;
}
.pannierbutton a {
	background:url(panier.png) no-repeat;
	width:99px;
	height:18px;
	text-align:center;
	color:#FFF;
	font-size:10px;
	padding-top:2px;
	font-weight:bold;
	display:block;
}
.pannierbutton a:hover {
	background:url(panierhover.png) no-repeat;
	width:99px;
	height:18px;
	color:#FFF;
}
.oldprice {
	display:block;
	width:70px;
	position:absolute;
	z-index:10;
	top:205px;
	left:175px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fa3056;
	text-decoration:line-through;
	font-weight:bold;
