﻿div#product_photo {
	width:250px;
	float:left;
	text-align:center;
}

div#product_quantity {
	width:320px;
	float:right;
}

div#product_quantity table {
	width:320px;
} 

div#product_quantity td {
}

div#product_quantity input,
div#product_quantity select {
	width:70px;
}

div#product_quantity input.wide {
	width:140px;
}

div#product_description {
	width:580px;
	clear:both;
}

tr.rrp td {
	font-size:10pt;
}

tr.price td {
	font-size:13pt;
	font-weight:bold;
}

tr.spec td {
	background-color:orange;
	border:1px black solid;
	text-align:center;
	color:white;
	font-weight:bold;
}

tr.choice td {
	border:1px black solid;
	text-align:center;
	font-weight:bold;
}

tr.total td {
	font-size:14pt;
	border:1px black solid;
	text-align:center;
	font-weight:bold;
}

table.properties th {
	text-align:left;
}

