#product_image {
	float : left;
	padding-top : 20px;
	width : 340px;
	padding-bottom : 8px;
	text-align : center;
}

.extra_image {
	padding : 5px;
	float : left;
}

.extra_image div {
	width : 75px;
	height : 75px;
	display : table-cell;
	vertical-align : middle;
	text-align : center;
}

#product_info {
	float : left;
	padding-top : 10px;
	width : 320px;
	text-align : left;
}

#product_info h1 {
	padding-top : 0;
}

#product_info p > span:first-child {
	display : inline-block;
	width : 82px;
	font-weight : bold;
}

#product_info select {
	width : auto;
}

#product_info input[type=text] {
	width : 22px;
}

#delivery_cost {
	padding-top : 0px;
	font-weight : bold;
	text-indent : 85px;
}
