address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
}

li {
	margin-bottom: 5px;
	margin-top: 5px;
}

ol {
	list-style: decimal;
}

ul {
	list-style-type: disc;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a.results:link {
	color: #0000CC;
	text-decoration: underline;
}

a.results:visited {
	color: #0000CC;
	text-decoration: underline;
}

a.results:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.results:active {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: none;
}

.picborder {
  border: 1px solid #000000;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highlight {
	color: #355A83;
	font-weight: bold;
}

.errorhighlight {
	color: #FF0000;
	font-weight: bold;
}

.heading1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.tablecontenthighlight {
	background-color: #DCDCDC;
}

.tabletop {
	background-color: #CECECE;
	color: #000000;
	font-weight: bold;
}

table.cellborder, table.cellborder td {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.fielderror {
	background-color: #FFB6C1;
	border: 1px solid #FF0000;
}

.formerrors {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	margin: 5px 30px 5px 30px;
	padding: 0px 30px 0px 30px;
}

.requiredfield {
	color: #FF0000;
}

.top0800number {
	background-color: #DDE7F3;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	width: 141px;
}

.mondiajewellerytitle {
	font-size: 16px;
	font-weight: bold;
}

.mondiajewelleryprice {
	color: #355A83;
	font-size: 16px;
	font-weight: bold;
}

/* Nav bar */
#navcontainer {
	background: #CECECE; /* Hover background colour */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 130px;
}

ul#navlist {
	list-style: none;
	margin: 0;
	padding: 1px 1px 1px 1px;
	text-align: left;
}

ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a {
	background: #FBFBFB; /* Normal background colour */
	border-color: #FFFFEE #AAAB9C #CCCCCC #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #000000; /* Normal text colour */
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	width: 100%;
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	background: transparent;
	border-color: #AAAB9C #FFFFFF #FFFFFF #CCCCCC;
	color: #FFFFFF; /* Hover text colour */
}

