@charset "utf-8";
/* CSS Document */
#menuitemname, #menuitemprice, #menuitemhalf {
	font-size: 14px;
	font-weight: bold;
}

#menuitemname {
	float: left;
	width: 500px;
}

#menuitemhalf {
	float: left;
	width: 75px;
}

#menuitemdesc {
	font-size: 12px;
	float: none;
	clear: both;
	width: 670px;
}

#typedesc
{
	font-size: 18px;
	clear: both;
	margin-bottom: 15px;
}

#menuitemprice {
	float: left;
	width: 75px;

}
#menuitem {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 670px;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0 5px 7px;
}

#menuitemheader {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 670px;
	border-bottom: 1px solid #CCC;
	padding: 5px 0 5px 7px;
	height: 20px;
	background: url(/img/bg/orangebar.jpg) repeat-x;
	color: #fff;
}

#menuitemheader #menuitemname, #menuitemheader #menuitemprice, #menuitemheader #menuitemhalf {
	font-size: 17px;
}


#itemdesc {
	width: 670px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}

p#menupdf {
	float: right;
	width: 90px;
	height: 60px;
	margin: -35px 0 5px 0;
	padding: 0 0 0 45px;
	background: url(/img/menu_pdf.gif) no-repeat top left;
}

/* Ajax styles */
#contentContainer h2{	/* No margins above <h2> tags */
	margin-top: 0;
}

#mainContainer{
	width: 680px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
	clear: both;
}
#contentContainer{
	overflow: auto;
	margin-top: 3px;
	width: 680px;
	height: 2500px;
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	overflow:auto;
	width: 680px;
}
.articleList {
	width: 680px;
	margin: 0;
	padding: 0;
}
.articleList li{	/* General layout article in list */
	float:left;
	width: 70px;
	height: 90px;
	color: #333;
	margin: 0 3px 10px 0;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	border: 1px solid #fff;
	line-height: 13px;
}

.articleList li span {
	display: block;
	margin: 5px 0 0 0;
	padding: 57px 0 0 0;
	background-image: url(/img/menu_icons.gif);
	background-repeat: no-repeat;
}

.articleList li span.cat1 {
	background-position: -4px 0;
}
.articleList li span.cat2 {
	background-position: -80px 0;
}
.articleList li span.cat3 {
	background-position: -156px 0;
}
.articleList li span.cat4 {
	background-position: -233px 0;
}
.articleList li span.cat5 {
	background-position: -312px 0;
}
.articleList li span.cat6 {
	background-position: -388px 0;
}
.articleList li span.cat7 {
	background-position: -466px 0;
}
.articleList li span.cat8 {
	background-position: -542px 0;
}
.articleList li span.cat9 {
	background-position: -620px 0;
}

.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border-width: 1px;
	border-style: solid;
	color: #333;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border: 1px solid #333;
	color: #000;
}

.clear{
	clear:both;
}
#ajaxlink {
	margin-bottom: 8px;
	font-size: 12px;
}
.popit {
	color: #F00;	
}
