body {
	color: #000000;
	background: #BC1919;
}

a {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #f00;
}

.menu, .menu a, .menu a:visited {
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	font-family: Bookman, serif;
	text-align: center;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu li {
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.selected {
	/*text-shadow: black 2px 2px 2px;*/ /* like the original */
	color: black;
}
.menu a:hover {
	/*text-shadow: yellow 0px 0px 5px;*/ /* like the original */
	/*color: #efefef;*/
	color: black;
}
.menu {
	display: block;
	float: left;
	width: 150px;
}

.main {
	background: #ffc;
}
.modellist {
	margin-left: 10px;
	list-style: none;
}
.modeltext {
	text-align: center;
	font-weight: bold;
}
.model {
	width:90px;
	padding:0;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline; /* stupid IE6 */
}
.thumb {
	width:90px;
}
.stopfloat {
	clear: left;
}
.mainbar {
	margin-left: 150px;
	background: #ffc;
	padding: 4px;
	width:540px;
}
table {
	border-style: none;
	border-collapse: collapse;

}
td, th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
}
img {
	border: none;
}
.exportprice {
	font-weight: bold;
}
