body {
	background: #E5ECF9 url(../img/background.png) top repeat-x;
	margin: 20px;
	margin-top: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.highlight.yellow {
	background: #ff9;
}

.highlight {
	background: #f5dec4;
}

.highlight.blue, .box a.highlight {
	background: #06c;
	color: #fff;
}

.container {
	background: #fff url(../img/body.png) bottom repeat-x;
	padding: 20px;
	margin-top: 0;
	border: 1px solid #bcc1cc;
}

h1.logo {
	font-family: "Futura", "Trebuchet MS", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #06c;
}

a.thickbox {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.box { 
	border: 1px solid #ccf;
	background: url(../img/box.png) top repeat-x;
}

#tooltip {
	position: absolute;
	border: 2px solid #444;
	background: #fff;
	padding: 2px 5px;
	color: #333;
	display: none;
	font-weight: bold;
	opacity: 0.75;
}

.material, .fitting {
	margin-right: 10px;
}

.thumbnail {
	margin-right: 7px;
	margin-bottom: 2px;
}

.align-right { text-align: right; }
.align-center { text-align: center; }

.weight-bold { font-weight: bold; }
