/*----- Tuotetiedot Popup -----*/
/* the overlayed element */
.tuotteet_popup {
	z-index:10000;
	background:transparent url(../images/bg_popup.png) no-repeat;
	width:800px;
	/*margin:auto;*/
	padding:20px;
}
*html .tuotteet_popup {
	background:#e7f2fe url(../images/x.gif) no-repeat;
	border:1px solid #2d6691;
}

/* close button */
.tuotteet_popup .close {
	position:absolute;
	right:45px;
	top:15px;
	cursor:pointer;
	height:21px;
	width:45px;
	background: url(../images/sulje.gif);
}
.tuotteet_popup img {
	float:left;
}

/* tuotetiedot */
.tuotetiedot {
	float:right;
	overflow:auto;
	width:700px;
	margin:0;
	padding:0;
}
.tuotetiedot table {
	float:right;
	font-size:0.8em;
	overflow:auto;
	width:670px;
}
