.Shop-rightbox {
	padding: 0.5em;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 0.9em;
	width: 12em;
	float: right;
	border: thin solid #09C;
	color: #06C;
	background-color: #CCC;
	border-radius: 6px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	font-weight: normal;
}
#imagePage {
	border-top-width: 0em;
	border-right-width: 0em;
	border-bottom-width: 0em;
	border-left-width: 0em;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 1em;
	color: #006699;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#imagePage td {
	border-top-width: 0em;
	border-right-width: 0em;
	border-bottom-width: 0em;
	border-left-width: 0em;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 0.9em;
	color: #006699;
	width: 10em;
	margin-right: auto;
	margin-left: auto;
	
}
#IndexTable {
	margin: 1em auto;
	padding: 2em;
	width: 70%;
}
#IndexTable td {
	text-align: center;
	vertical-align: middle;
}
.CentredDiv {
	text-align: center;
}
.highlighted-box {
	text-align: center;
	font-family: "Century Gothic";
	font-size: 0.9em;
	width: 12em;
	float: right;
	border: thin solid #09C;
	color: #06C;
	background-color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: -3px;
}

