
.shopNavigation {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

.shopItem {
	float: left;
	width: 166px;
	margin: 0px;
	text-align: center;
	height: 180px;
	overflow: hidden;
}

.shopItem p {
	margin: 0;
	padding: 0;
}

form .totalprice {
	float: none;
	clear: both;
	width: 410px;
	text-align: right;
	font-weight: bold;
	margin: 20px 0px 0px 10px;
}

form .totaltotal {
	font-size: 12px;
	font-weight: bold;
}

fieldset {
	border: 1px solid #990000;
	margin: 20px;
	padding-bottom: 5px;
}

a img {
	border: 1px solid #990000;
}

/* product editing bits */

#previewBox {
	padding-top: 5px;
}

#previewBox img {
	width: 150px;
	height: 120px;
}

br.nobr {
	display: none;
}

#colourdiv {
	padding-bottom: 5px;
}

#colourdiv label {
	width: 120px;
}

form table {
	margin-top: 5px;
}

form table input {
	margin: 0;
	padding: 0;
}

thead {
	font-size: 11px;
}