.product_main {
	border-bottom: 1px solid #ffff7f;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product_main h2 {
	color: #ffff7f;
	margin-bottom: 0px;
}

.product_picture {
	width: 200px;
	float: left;
	text-align: center;
}

.product_details {
	float: right;
	width: 260px;
}

.products_add {
	float: left;
	width: 150px;
}

.products_checkout {
	float: left;
	width: 100px;
}
	
