@charset "utf-8";/*******************************************************************************FRONTPAGE  PRODUCTCARD CSS -START********************************************************************************/div#FrontPageProductCard{      position:relative;      display:inline;  /* vanhat IE:t vaatii inlinen */      border: 1px solid #D7D5D6;	width:295px;	height:100px;	text-align:left;	float:left;	font-size:10px;	color:#000000;	font-family: "Trebuchet MS", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;	margin-top:5px;	margin-bottom:8px;	margin-left:10px;}div#FrontPageProductCard h1{	position:absolute;	left:100px;	top:5px;	text-align:left;	color:inherit;	font-size:12px;	font-weight:bold;	padding-left:0px;	margin-top:5px;	margin-bottom:0px;}div#FrontPageProductCard h2{	position:absolute;	left:100px;	top:50px;	color:#0000CC;	font-size:11px;	color:#000099;	font-weight:100;	padding-left:0px;	margin-top:6px;	margin-bottom:2px;}div#FrontPageProductCard strong{       position:absolute;	left:100px;	top:80px;	font-family:inherit;	text-align:left;	font-size:14px;	font-weight:bold;       color:#3C3F2F;}div#FrontPageProductCard img{       position:absolute;       max-width:92px;       max-height:100px;       width: expression(this.width / this.height > 0.92 && this.height < this.width && this.width > 92 ? '92px' : true);       height: expression(this.width / this.height < 0.92 && this.height < this.width ||       this.height > this.width && this.height > 100 || this.height == this.width ? '100px' : true);	text-align:inherit;}/*******************************************************************************FRONTPAGE PRODUCTCARD CSS -ENDS********************************************************************************/
