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: #3F3F3F;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

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

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

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;
}

.piccaption {
	font-size: 10px;
}

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

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

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

.formlabels {
	color: #355A83;
	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;
}

.roundedcorners {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.roundedcornerstop {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-left: 10px;
}

.roundedcornersbottom {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.roundedcornersleft {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 10px;
}

.roundedcornersright {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 10px;
}

.frontpagebox {
	border: 1px solid #AAAB9C;
	margin-bottom: 10px;
}

.frontpagelittlebox {
	border: 1px solid #AAAB9C;
	margin-bottom: 10px;
	float: left;
	width: 330px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	min-height: 150px;
	position: relative;
}

.frontpagelittlebox h2 {
	margin: 5px 0 0 0;
	color: #708090;
}

.frontpagelittlebox a.more-link {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url(images/button-more-info.gif);
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: transparent;
	background-position: 0% 0%;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 130px;
	padding-top: 4px;
	position: absolute;
	bottom: 7px;
}

.frontpagelittlebox a.more-link:link {
	color: #FFFFFF;
	text-decoration: none;
}

.frontpagelittlebox a.more-link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.frontpagelittlebox a.more-link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.frontpagelittlebox a.more-link:active {
	color: #FFFFFF;
	text-decoration: none;
}

ul.morelist {
	margin: 0;
	padding: 0;
}

ul.morelist li {
	font-size: 14px;
	line-height: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 4px;
}

ul.morelist li a {
	background-attachment: scroll;
	background-image: url(images/more-list-arrow.gif);
	background-position: 0% 4px;
	background-repeat: no-repeat;
	padding-left: 11px;
}

ul.morelistwhite li a {
	background-attachment: scroll;
	background-image: url(images/more-list-arrow-white.gif);
	background-position: 0% 4px;
	background-repeat: no-repeat;
	padding-left: 11px;
}

ul.morelist li a:link {
	color: #708090;
	text-decoration: none;
}

ul.morelist li a:visited {
	color: #708090;
	text-decoration: none;
}

ul.morelist li a:hover {
	color: #708090;
	text-decoration: underline;
}

ul.morelist li a:active {
	color: #708090;
	text-decoration: underline;
}

ul.morelistwhite li a:link {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

ul.morelistwhite li a:visited {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

ul.morelistwhite li a:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
}

ul.morelistwhite li a:active {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
}

#frontpagesearch .shape {
	float: left;
	width: 65px;
	text-align: center;
	font-size: 10px;
}

.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;
	padding: 10px;
	width: 145px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

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

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

p.testimonialauthor {
	font-style: italic;
	text-align: right;
}

hr.dotted {
	background-color: inherit;
	border: 1px dashed #355A83;
	border-style: none none dashed;
	color: inherit;
	height: 1px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 900px;
}

#pageheading {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 1px 10px 0 10px;
}

/* Jewellery Gallery */
.jg-thumbnaillink img {
	border: 1px solid #000000;
	margin: 3px;
}

.jg-thumbnaillink:hover img {
	border: 3px solid #AAAB9C;
	margin: 1px;
}

.jg-thumbnaillink:hover{
	border: 0px;
	color: #FF0000; /* Dummy definition to overcome IE bug */
}


