.clearright {
	float: right;
	clear: right;
	/* alleviates ie text overlapping bug */
	margin: 15px 0 5px 10px;
}
.clearleft {
	clear:right;
	margin:5px;
}
h2 {
	margin-top: 20px;
	color: #666666;
	font-weight: normal;
}
body {
	font-family: sans-serif;
	color: #222222;
	font-size: smaller;
}
.topbar {
	background: #443135;
}
.bottombar {
	background: #443135;
	text-align: right;
}
a:link {
	color: #776633;
}
a:visited {
	color: #887744;
}
a:hover {
	color: #665522;
	text-decoration: underline;
}
a.translation,
a.printlink,
a.menu_2,
a.menu_selected_2 {
	text-decoration: none;
	font-size: larger;
}
a.menu_3,
a.menu_4,
a.menu_5,
a.menu_6,
a.menu_7,
a.menu_selected_3,
a.menu_selected_4,
a.menu_selected_5,
a.menu_selected_6,
a.menu_selected_7,
a.product,
a.productmenu,
a.productgroup {
	text-decoration: none;
}
b.menu_2 {
	color: #443135;
	font-size: larger;
	/*color: red;*/
}
p.translation,p.printlink {
	margin-left: 7px;
}
td.wholemenu {
	background: #DDDDDD;
	border: solid 3px;
	border-color: #AAAAAA;
}
td.menutable {
	padding: 15px 5px 5px 5px;
}
td.content {
	padding-left: 10px;
}
td {
	font-size: smaller;
}
b.cart {
	color: white;
	font-weight: normal;
}
a.cart:link,a.cart:visited {
	color: #EEDD99;
}
a.cart:hover {
	color: #DDCC88;
}
table.order_fields,table.order_cart-full {
	border-collapse: collapse;
	margin: 0px;
}
td.order_fields,td.order_cart-full {
	border: solid 1px;
	border-color: black;
	padding: 5px;
}
input.cartbutton {
	border: solid 0px;
	background: transparent;
	padding: 0px;
	font-family: helvetica;
	text-decoration: underline;
	font-size: 100%;
	color: #776633;
	text-align: left;
}
form.cartbutton {
	/*border: solid 0px;*/
	margin-bottom: 0px;
	margin-top: 0px;
}






