/*	cascading style sheet definition for Hieper Software web site */
/*	Hieper Software (c) 2k3 - 2k7 */

#gallery {
	margin-top:40px;
	margin-left:30px;
	margin-right:90px;
	text-align:center;
	}
#gallery div.product {
/*	display:inline-block;	NOT SUPPORTED BY GECKO */
	float:right;
	position:relative;
	width:150px;
	margin:0px 10px 10px 10px;
	font-size:11px;
	text-align:center;
	}
#gallery div.product p {
	margin:5px;
	text-align:left;
	}
#gallery div.product a {
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	}
#gallery div.product a:hover {
	border-bottom:0;
	}
#gallery div.product img {
	width:128px; height:128px;
	border:0;
	}

#gallery .badge {
	position:absolute;
	top:-15px;
	right:-12px;
	width:60px;
	height:60px;
	}
div.product .update { background:url(../images/update.png) no-repeat 50%; }
div.product .new    { background:url(../images/new.png) no-repeat 50%; }

#gallery .label {
	position:absolute;
	top:60px;
	right:-20px;
	width:74px;
	height:74px;
	}
div.product .eol    { background:url(../images/eol.png) no-repeat 50%; }
