html, body {
	background-color: #ffffcc;
	color: #762514;
	font-family: Verdana;
	margin-top: 0;
	text-align: center;
}

h1 {
	color: #FFFFCC;
	font-weight: normal;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-size: 1em;
	text-align: justify;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}

a {
	color: #762514;
	text-decoration: none;
}

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

img {
	border: none;
}

form, fieldset, select {
	border: none;
	margin: 0;
}

#page {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Restore text from earlier 'hack' */
	width: 1000px;
}

#header {
	background-color: #762514;
	border-bottom: 1px dashed #c8c8c8;
	height: 110px;
	padding: 15px;
	padding-top: 5px;
}

	#header h1 {
		font-family: Georgia;
		font-size: 1em;
	}

	#header #logo {
		float: left;
		width: 210px;
		padding-top: 10px;
	}

	#header #britannia {
		float: right;
		margin-right: 20px;
		width: 60px;
	}

	#header #description {
		color: #FFFFCC;
		font-size: 0.9em;
		padding-top: 10px;
	}


#banner img {
	vertical-align: bottom;
}


#navigation {
	background-color: #762514;
	clear: both;
	color: #FFFFCC;
	height: 35px;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 20px;
}

	#navigation-left {
		float: left;
		width: 100px;
	}
	
	#navigation-middle {
		padding-top: 9px;
	}
	
		#navigation-middle ul {
			margin: 0;
		}

		#navigation-middle li {
			display: inline;
			padding: 0px 10px;
		}
	
	#navigation-right {
		float: right;
		width: 100px;
		padding: 5px;
	}

	#navigation a {
		color: #FFFFCC;
		text-decoration: none;
	}

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


#sidebar {
	float: left;
	width: 240px;
}

	#sidebar ul {
		font-size: 1.1em;
		list-style: none;
		margin: 0; /* Removes the space above and below */
		padding: 0; /* Removes the 'indented' effect' */
	}

	#sidebar li {
		margin-bottom: 4px;
	}


#content {
	font-size: 0.9em;
	margin-left: 255px;
	text-align: center;
}

	#content h1 {
		color: #762514;
		font-size: 1.2em;
	}
	
	#content img.featured {
		border: 2px solid #c8c8c8;
	}
	
	#content img.featured:hover {
		border: 2px solid #ffffff;
	}

	#content p {
		line-height: 130%;
	}


#footer {
	background-color: #762514;
	margin-top: 10px;
}
	#footer p {
		color: #FFFFCC;
		font-size: 0.8em;
	}

#searchinfo {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 5px;
}

	#searchinfo p, #searchinfo img {
		vertical-align: middle;
	}

#pagination {
	border-top: 1px solid #c8c8c8;
	padding-top: 10px;
}

	#pagination a {
		font-size: 0.9em;
		vertical-align: text-bottom;
	}

	#pagination img {
		vertical-align: middle;
	}


span.category_title:hover {
	text-decoration: underline;
	cursor: move;
	cursor: pointer;
}

.subcategories {
	display: none;
}

.subcategories li {
	padding-left: 20px;
}

.subcategory {
	font-size: 0.8em;
}


.box {
	border: 1px solid #762514;
	background-color: #ffffcc;
	margin-bottom: 20px;
}

	.boxtitle, .boxcontent {
		padding: 5px;
	}

	.boxtitle {
		background-color: #762514;
		border-bottom: 1px solid #761524;
		color: #FFFFCC;
		font-size: 0.9em;
	}

	.boxcontent {
		font-size: 0.9em;
	}

	.boxcontent p {
		margin-top: 0;
	}

	.boxcontent noscript {
		color: #EE0000;
		font-size: 0.9em;
		padding-bottom: 5px;
	}


.item {
	border: 1px solid #c8c8c8;
	background-color: #ffffcc;
	margin-bottom: 20px;
	text-align: center;
	width: 730px;
}

	.item-top-row {
		background-color: #c8c8c8;
		padding: 6px;
	}
	
		.item-top-row-left {
			float: left;
			text-align: left;
		}
		
		.item-top-row-middle {
			float: right;
			margin-right: 25px;
		}
	
		.item-top-row-right {	
			float: right;
			margin: -4px;
		}
		
		.item-top-row-right img {	
			margin: 0;
			padding: 0;
		}
	
	.item-bottom-row {
		border: none;
		clear: right;
		padding: 10px;
	}

	.item-footnote {
		font-size: 0.8em;
		margin: 0;
	}

.subtotal, .pandptotal, .grandtotal {
	background-color: #c8c8c8;

}

	.subtotal-left, .pandptotal-left, .grandtotal-left {
		float: left;
		padding: 5px;
	}

	.subtotal-middle, .pandptotal-middle, .grandtotal-middle {
		float: right;
		font-weight: bold;
		padding: 10px 20px;
	}
	
	.subtotal-right, .pandptotal-right, .grandtotal-right {
		float: right;
		padding: 5px;
		width: 100px;
	}


.flash {
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
	width: 400px;
}

	.flash li {
		margin-bottom: 5px;
	}

.success {
	border: 1px solid #008000;
	color: #008000;
}

.failure {
	border: 1px solid #EE0000;
	color: #EE0000;
}

.warning {
	border: 1px solid #EE0000;
	color: #EE0000;
	margin: 20px;
	padding: 10px;
}


.centering-container {
	text-align: center;
}



.available-soon {
	margin: 4px;
}


.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}


.justify {
	text-align: justify;
}
	
.basketButton {
	border: none;
	margin: 0;
	padding: 0;
}



.payimage {
	cursor: move;
	cursor: pointer;
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;

	/* Added by dev to override defaults */
	background-color: #E9E9F1;
	text-align: left;
	font-size: 1em;
	/* End custom */
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}