﻿A.ProductInfoButton {	width: 200px; 	height: 72px;	display: block; 	position: relative;	float: right; 	clear: right;	background: url(product-info-button.png) 0px 0px no-repeat;	overflow: hidden;	padding: 0px!important;}A.ProductInfoButton:hover {	background-color: transparent!important;	background: url(product-info-button.png) 0px -72px no-repeat;}A.ProductInfoButton SPAN.ProductInfoTitle {	position: absolute;	top: 18px;	width: 200px;	text-align: center;	color: #e3eef9;	font: bold 1.4em Arial, Tahoma, Verdana, sans serif;}A.ProductInfoButton:hover SPAN.ProductInfoTitle {	color: #fcf0e6;}DIV.ProductInfo {	clear: both;		border-bottom: 1px dotted #1888B8;	}HR.ProductInfoClear {	clear: both;   visibility: hidden;	}