/* CSS Document */


/* TEXT STYLES */






/* PRODUCT LIST DIVS */


#product-row {
	display: block;
	width: 668px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	height: 235px;
	float: left;
	clear: left;
}

#product-row-divider {
	width: 668px;
	padding: 0px 0px 10px 0px;
	height: 1px;
	float: left;
}

a.temp {
	text-decoration: none;
	color: #8E140E;
	font-size: 12px;
}

#product-background {
	width: 166px;
	height: 225px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/product-background.png);
	float: left;
}

#product-picture {
	width: 154px;
	height: 149px;
	padding: 6px 0px 0px 12px;
	float: left;
	position: relative;
}

#product-name-container-001 {
	width: 131px;
	height: 31px;
	text-align: center;
	padding: 12px 15px 0px 20px;
	float: left;
	clear: left;
}

#product-name-001 {
	width: 131px;
	height: 31px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#product-price-001 {
	width: 131px;
	height: 12px;
	padding: 0px 15px 15px 20px;
	float: left;
	clear: left;
	text-align: center;
}
