@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-size: 1em;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
}

p {
	background-color: #ffffff;
	color: #000033;
	padding: 2%;
}

table {
	background-color: #ffffff;
	color: #000033;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
	border-width: 5px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border-width: 0
}

blockquote {
	text-align: justify;
	font-size: .9em;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	margin: 0;
	padding: 20px;
	background-color: #ccffff;
	color: #000033;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	text-align: center;
}

.author {
	text-align: right;
	margin-right: 3%;
	font-style: normal;
}

.lg {
	background-color: #ffffff;
	color: #000033;
	font-size: 1.1em;
	padding: 3%;
}

.p {
	background-color: #ffffff;
	color: #000033;
	padding: 2%;
}

.feature {
	background-color: #ccff99;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	max-width: 400px;
}

table.feature {
	background-color: #ccff99;
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	border:0;
	}

a:link.maindetail {
	color:#003399;
	text-decoration:none;
	font-size:.9em;
	font-weight:normal;
	}

a:visited.maindetail {
	color:#003399;
	text-decoration:none;
	font-size:.9em;
	font-weight:normal;
	}

a:hover.maindetail {
	color:#660033;
	text-decoration:underline;
	font-size:.9em;
	font-weight:normal;
	}

a:active.maindetail {
	color:#660033;
	text-decoration:underline;
	font-size:.9em;
	font-weight:normal;
	}

	

img.candle {
	margin-left: 8px;
}

.block {
	background-color: #000066;
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: top;
}

.block a:link {
	color:#CCFF99;
	font-size: 1em;
	}

.block a:visited {
	color:#CCFF99;
	font-size: 1em;
	}

.block a:hover {
	color:#CCFF99;
	font-size: 1em;
	text-decoration:underline;
	}

.block a:active {
	color:#CCFF99;
	font-size: 1em;
	}

/*#index {
	position: absolute;
	margin: 0px;
	width: 70%;
	min-width: 500px;
	left: 0px;
	overflow: auto;
	z-index: 1;
}*/

a:link {
	color:#003399;
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color:#003399;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color:#660033;
	text-decoration:underline;
	font-weight:bold;
	}

a:active {
	color:#660033;
	text-decoration:underline;
	font-weight:bold;
	}

.main {
	background-color: #ffffff;
	color: #000033;
	padding: 1% 3%;
}

.pagetitle {
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
}

.catalogue {
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
	background-color: #ffffff;
	color: #000033;
	padding: 2%;
}

.nav {
	background-color:#6699ff;
	padding: 5px;
	margin: 0%;
}

.foot {
	background-color: #003399;
	color: #ffffff;
	font-size:.8em;
	margin: 2px 0px 2px 5px;
	padding:0px;
}

.logo2 {
	background-color: #ffffff;
	padding:2%;
}

.title {
	text-align:center;
	color: #660033;
	font-weight:bold;
	font-size:1.1em;
}

.subtext {
	font-size:.8em;
}

.special {
	text-decoration:line-through;
}

.sale {
	color:red;
}

.addon {
	text-align: center;
	padding:3px;
	background-color: #ccffff;
	border-style: solid;
	border-width: 3px;
	border-color: #6699FF;
}

/* sublink */

.sublink a:link {
	color:#003399;
	text-decoration:underline;
	}

.sublink a:visited {
	color:#003399;
	text-decoration:underline;
	}

.sublink a:hover {
	color:#660033;
	text-decoration:underline;
	}

.sublink a:active {
	color:#660033;
	text-decoration:underline;
	}

.lineheight {
	line-height:1.4em;
}	

/* Candle image viewer */

.gallerycontainer {
	position: relative;
	height: 400px;
	background-image: images/candle_01.jpg;
}

.thumbnail img {
	margin: 0 5px 5px 0;
}

.thumbnail:hover {
	background-color: transparent;
}

.thumbnail span { 
	position: absolute;
	left: 200px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img {
	background-color: #ffffff;
}

.thumbnail:hover span { 
	visibility: visible;
	top: 0px;
	left: 140px; 
	z-index: 50;
}

#enlarged {
	position: absolute;
	top: 0px;
	left: 140px;
}

.main_note {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}
