/* CSS Document */

#content {
	font-size: 11px;
	line-height: 1.5em;
	}

h3 {	
	position: relative;
	z-index:1000;
	}

.product {
	min-height: 1px;
	padding: 65px 10px 10px;
	color: #ddd;
	position: relative;
	margin: 0 0 20px 0;
	float: left;
	width: 130px;
	border-right: 1px solid #333;
	position: relative;
	}


.product img {
	position: absolute;
	top: 0;
	left: 8px;
	}
	
#content .img_link:hover {
	padding: 0;
	}

* html .product {
	height: 1px;
	}
	
#content .product h5 {
	margin: 20px 0 0 0;
	}
	
#content .product h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	}
	
.product table {
	border-top: 1px dashed #555;
	margin: 10px 0;
	}
	
.product td {
	padding: 2px 0px 4px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed #555;
	vertical-align: bottom;
	}
	
.product th {
	padding: 2px 5px 4px 0;
	font-weight: normal;
	text-align: left;
	color: #ccc;
	border-bottom: 1px dashed #555;	
	vertical-align: bottom;
	}

#product_container {
	min-height: 100px;
	margin: 20px 0 20px 0;
	}
	
#product_container:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #product_container {
	height: 1px;
	}
	