TABLE.small_products {
	width: 100%;
	clear: left;
}

	Table#content_table TABLE.small_products TD {
		vertical-align: top;
		width: 152px;
		padding: 5px 5px 0 0;
	}
	
	TABLE.small_products TD A {
		display: block;
		width: 130px;
		
		border: 1px #000 solid;
		padding: 5px;
		font-size: 10px;
		
		margin-bottom: 8px;
	}

	TABLE.small_products TD IMG {
/* 		width: 130px; */
/* 		height: 175px; */
	}
	
	SPAN.line {
		display: block;
		overflow: hidden;
		height: 1.2em;
	}
	
	TABLE.small_products TD A SPAN.price {
		text-decoration: none;
		font-weight: bold;
	}
	
	
	TABLE.small_products TD DIV.overlay {
		position: absolute;
		margin: 0;
		padding: 0;
	}

		TABLE.small_products TD DIV.overlay A {
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		TABLE.small_products TD DIV.overlay A IMG {
			width: auto;
			height: auto;
		}