@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: b10101;
}
a:active {
	text-decoration: none;
	color: #000;
}
td.on {
	background-image:url(images/overmenubg.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
}
td.off {
	text-decoration:none;
}
.dots {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.bg {
	background-image: url(images/menusidebg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.itemborder {
	border: thin solid #CCC;
}
.itemprice {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color:#F00;
}
.itemname {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color:#333;
}
.contenttitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color:#940202;
}
