DIV#product_image,
DIV#product_detail {
	float: left;
}


DIV#product_image P {
	width: 400px;
}


DIV#product_detail {
	width: 230px;
	padding: 0 0 0 6px;
}


SELECT {
	float: left;
	padding: 2px 0 0 0;
}

INPUT#add_to_cart,
INPUT#add_to_wishlist {
	padding: 0 0 0 10px;
	float: left;
}