@charset "utf-8";
/* CSS Document */

.product {
	width:150px;
	margin:0 0 10px 0;
	padding:0 0 10px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.product a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.product table {
	width:125px;
}
.product .name {
	height:30px;
	text-align:center;
	vertical-align:top;
	font-size:10px;
	line-height:12px;
}
.product a {
	text-decoration:none;
}
.product a:hover {
	text-decoration:underline;
}
.product .image {
	vertical-align:top;
	text-align:center;
	padding:0 0 7px;
}
.product .imageContainer {
	width:125px;
	height:175px;
	overflow:hidden;
}
.product .price {
	text-align:center;
	font-size:10px;
	padding:0 0 5px;
}
.product .buttons {
	text-align:center;
}
.product .buttons img {
	vertical-align:middle;
	padding:0;
	margin:0 3px;
}

h3 {
	background-image:url(/images/skins/romantiske-gaver/dk/images/h3Background.png);
	background-repeat:no-repeat;
	padding:7px 0 9px;
	margin:0;
	text-indent:8px;
	color:#930000;
	position:absolute;
	z-index:1000;
	width:160px;
	font-size:14px;
}
.tpc_top {
	display:none;
}