div.floatingbox {
	left: 40%;
	width: 20%;
	top: 40%;
	position: fixed;
	background-color: #ffc4fe;
}
/*
div.grayoverlay {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: white;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}
*/

table#prodvisn {

	border-collapse:collapse;
	max-width: 813px;
	font-size: 75%;
}

table#prodvisn td {
	text-transform: uppercase;}

div.checkicon2 {
	position:absolute;
	left: 0px;
	top: 112px;
	height: 20px;
	width: 56px;
	background: no-repeat top right;
	background-image: url(../images/ikon_gftrosa.png);
	background-color: transparent;
}

div.checkicon2:hover {
	background-position:top left;
	cursor:pointer;
}

div.checkicon {
	position:absolute;
	left: 0px;
	top: 112px;
	height: 20px;
	width: 56px;
	background: no-repeat top right;
    background-image: url(../images/ikon_gftbrwn.png);
}

div.checkicon:hover {
	background-position:top left;
	cursor:pointer;
}

div.zoomicon {
	position: absolute;
	left: 0px;
	top: 91px;
	height: 20px;
	width: 72px;
	background: no-repeat top right;
    background-image: url(../images/ikon_zm.png);
    background-color: transparent;
}

div.zoomicon:hover {
	background-position: top left;
	cursor:pointer;
}

div.zoomicon2 {
	position: absolute;
	left: 0px;
	top: 91px;
	height: 20px;
	width: 72px;
	background: no-repeat top right;
    background-image: url(../images/ikon_zm2.png);
    background-color: transparent;
}

div.zoomicon2:hover {
	background-position: top left;
	cursor:pointer;
}


div.produktthumb {
	position:relative;
	width:134px;
	height:134px;
	background-color: white;
	vertical-align: middle;
	line-height: 134px;
}

/*
div.pointer img:hover {
	display: block;
	float:left;
}

*/

a.produktvis
{
 color: #455560;
 font-weight: normal;
}

a.produktvis:hover
{
 color: #333;
 font-weight: normal;
}



#tipsenvenn
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

#tipsenvenn input
{
	border: 1px solid #ccc;
}

