/* CSS Document */

.product_holder {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.product_holder2 {
	padding: 0;
}

.product_holder2 .image {
	float: left;
	width: 160px;
	margin: 0 0 40px 0;
	text-align: right;
}

.product_holder2 .image {
	float: right;
	width: 490px;
	margin: 0 0 40px 10px;
}

.image {
	float: left;
	width: 160px;
	margin: 0 0 40px 0;
	text-align: right;
}

.info {
	float: right;
	width: 259px;
	margin: 0 0 40px 10px;
}

.info2 {
	float: right;
	width: 400px;
	margin: 0 0 40px 10px;
}