@import "menu.css";

html, body {
	background-color: #ccbc9b;
	font-family: sans-serif;
	font-size: 90%;
}

#page {
	width: 900px;
	margin: 0 auto;
	background-color: white;
	color: #000000;
}

h3 {
	color: #000000
}

h2 {
	color: #000000
}

h1 {
	display: none;
}

#masthead {
	background: url('../images/masthead.png') white no-repeat left center;
	height: 125px;
	text-align: right;
	padding: 10px;
	font-size: 80%;
	font-weight: bold;
}

#masthead p {
	margin-top: 0;
}

#footer {
	font-size: 70%;
	text-align: center;
	padding: 1em 0;
}

#footer p {margin: 0}

#content {
	margin: 0 30px;
}

#breadcrumbs {
	padding: 0;
	margin: 1em 0;
	font-size: 70%;
}

#breadcrumbs li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs li a {
	padding-right: 9px;
	background: url('../images/breadcrumb_sep.png') no-repeat right center;
}

.box {
/*	background-color: #8183A9;*/
	background-color: #e6e5cf;
	color: #003;
	border: ridge 2px silver;
	padding: 15px 15px 0;
	margin-bottom: 1em;
}

.colour_preview {
	width: 80px;
	height: 60px;
	border: solid black 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	float: left;
	margin-right: 15px;

}

.buttons {
	vertical-align: middle;
	text-align: right;	
	margin: 0.5em 0;
}

.buttons a img,
img.button {
	vertical-align: middle;
	border: none;
}

.buttons input {
	vertical-align: middle;
}

.box h3 {
	margin-top: 0;
}

.box.halfwidth {
	width: 42.5%;
	float: left;
	margin: 0 1%;
	clear: none;
}

.price {
	font-size: 16pt;
	font-weight: bold;
	color: #800;
	vertical-align: middle;
	padding-right: 10px;
}

.box .colour {
	width: 387px;
	float: left;
	padding: 8px;
}

.box .colour h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

form p {
	position: relative;
	margin: 5px 0 5px 150px;
}

form p label {
	position: absolute;
	left: -150px;
	width: 140px;
	top: 3px;
}

form p label.required {
	font-weight: bold;
}

form p.help_text {
	font-size: 70%;
}

.diagram {
	display: block;
	margin: 0 auto;
}

#id_width, #id_height {
	width: 5em;
}

table {
	width: 100%;
	border: 2px silver ridge;
	margin-bottom: 0.5em;
}

table td,
table th {
	background-color: #c3d8ab;
	color: #003;
	padding: 0.1em 0.5em;
}

table td {
	font-size: 90%;
}

.basket .total th {
	text-align: right;
}

input.qty {
	width: 3em;
}

form p.note {
	margin: 1em 0;
}

ul.errorlist {
	color: #800;
	list-style: url('../images/error_bullet.png') square;
	font-size: 90%;
	margin: 0 0 1.5em 170px;
	padding-left: 0;
}

form .box {
	padding-bottom: 15px;
}

.icon {
	vertical-align: middle;
}

dl {
	font-size: 80%;
}

dl dt {
	float: left;
	font-weight: bold;
	width: 200px;
	clear: left;
}

dl dd {
	margin-left: 215px;
	margin-bottom: 0.3em;
}

.box a, table a {color: black}
.box a:visited, table a:visited {color: #470047}

a {
	color: #46705f;
}

a:visited {
	color: #89aa60;
}

#menu {
	background-color: #887d67;
	width: auto;
}
#menu li a {
	color: white;
}

#menu li a:hover {
	background-color: #df7749;
}
