
#product-line {
	margin-top: 10px;
	height: 200px;
/*	border: 1px solid green;*/
	text-align: center;
	overflow: visible;
}

#product-line .product,
#product-line .product-separator {
	float: left;
}

#product-line .product {
	width: 16.8%;
	overflow: visible;
	text-align: center;
	font-size: 11px;
}

#product-line .thin {
	width: 10%;
}

#product-line div.product-name {
	height: 3.5em;
	text-align: center;
	vertical-align: text-bottom;
	margin-top: 10px;
	margin-bottom: 10px;

}

#product-line .product p.product-name a {
	vertical-align: text-bottom;
	text-decoration: none;
	color: #888;
}

#product-line .product img {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 100px;
	border: 0;
	z-index: 800;
}

#product-line .thin img {
	width: 72px;
}

#product-line .product img.hovered {
	z-index: 1000;
}

#product-line .product-separator {
	width: 1px;
	height: 90px;
	margin-top: 4.5em;
	border: 0;
	background-color: #aaa;
/*	display: none;*/
}




div.product-name h1 strong a {
	text-decoration: none;
	color: #999;
}

div.product-name h1 strong {
	font-weight: normal;
}

div.product-name h1  {
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 11px;
}


