#item-content {
	height: 400px;
	width: 600px;
}
#popup_window_background {
	background-color:#000000; 
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
	z-index:100; 
  LEFT: 0px; 
	VISIBILITY: hidden; 
	WIDTH: 100%; 
	POSITION: fixed; 
	TOP: 0px; 
	HEIGHT: 100%;
}
#popup_window {
  BORDER: #383838 10px solid;
/*FILTER: alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;*/  
	VISIBILITY: hidden;
  POSITION: absolute;
  WIDTH: 600px;
  HEIGHT: 400px;
  margin: auto;
  z-index: 101;
  display: block;
	/*left: 200px;
	top: 150px;*/
}
#wait_logo{
  position:absolute;
  width:220px;
  height:19px;
  background-image:url(ajax-loader.gif);  
  z-index:102;
  display:block;
  visibility:hidden;
}
.item-content-top {
	height: 320px;
	width: 600px;
	background-position:center;
	background-repeat:no-repeat;
}

#item-content-bottom {
  background-image:url(item-content-bottom-bg.jpg);
  background-repeat:repeat-x;
	height: 30px;
	width: 600px;
}
.item-content-info-panel {
  background-image: url(item-content-info-panel-bg.jpg);
  background-repeat: repeat-x;
  height: 50px;
  width: 100%;
}
.item-content-sauce {
	float: left;
	height: auto;
	width: 200px;
	background-color: #CCC;
	vertical-align:baseline;
	
}
.item-content-sauce-content {
	height:auto;
	max-height:250px;
	overflow:auto;
	scrollbar-face-color:#c0c0c0;
  scrollbar-base-color:#c0c0c0;
  scrollbar-arrow-color:#383838;
  scrollbar-track-color:#F3F3F3;
  scrollbar-shadow-color:#c0c0c0;
  scrollbar-highlight-color:#c0c0c0;
  scrollbar-3dlight-color:#383838;
  scrollbar-darkshadow-Color:#383838;
}
.item-content-container {
  font-family:Verdana;
  font-size:smaller;
	position:absolute;
	float: left;
	height: auto;
	width: 200px;
	background-color: #c0c0c0;
	z-index:102;
	FILTER: alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
}
.item-content-salad-content{
	width:100%;
	height:auto;
	max-height:250px;
	overflow:auto;
	scrollbar-face-color:#c0c0c0;
  scrollbar-base-color:#c0c0c0;
  scrollbar-arrow-color:#383838;
  scrollbar-track-color:#F3F3F3;
  scrollbar-shadow-color:#c0c0c0;
  scrollbar-highlight-color:#c0c0c0;
  scrollbar-3dlight-color:#383838;
  scrollbar-darkshadow-Color:#383838;
}
.item-content-extras {
	float: left;
	height: 250px;
	width: 200px;
}
.item-content-extra-content{
	width:100%;
	height:250px;
	_height:auto;
	_max-height:250px;
	overflow:auto;
	scrollbar-face-color:#c0c0c0;
  scrollbar-base-color:#c0c0c0;
  scrollbar-arrow-color:#383838;
  scrollbar-track-color:#F3F3F3;
  scrollbar-shadow-color:#c0c0c0;
  scrollbar-highlight-color:#c0c0c0;
  scrollbar-3dlight-color:#383838;
  scrollbar-darkshadow-Color:#383838;
}
.item-content-description-container {
	position:absolute;
	vertical-align: bottom;
	height: auto;
	width: 600px;
	z-index:101;
	background-color: #c0c0c0;
	font-family:Verdana;
  font-size:smaller;
  FILTER: alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
}
.item-content-description-header {
	width:150px;
	float:right;
}
.item-content-description {
	width:100%;
	height:auto;
	padding:2px;
}
.slider {
	margin:0px;
	padding:0px;
	background-color:#9F0;
	float:left;
}
.slider-button {
  cursor:pointer;
	text-align: center; /*ALIGNS TEXT CENTER*/
	width: 100%; /*BUTTON WIDTH*/
	height: 20px; /*BUTTON HEIGHT*/
	display: block; /*DISPLAY AS A BLOCK*/
	color: #fff; /*TEXT COLOR*/
	text-decoration: none; /*REMOVES UNDERSCORE FROM LINK*/
	font-family: Verdana; /*FONT FAMILY*/
	font-weight: bold; /*TURNS TEXT BOLD*/
	font-size: 1em; /*FONT SIZE*/
	margin-right: auto; /*MARGIN AUTO*/
	margin-left: auto; /*MARGIN AUTO*/
	line-height: 22px; /*LINE HEIGHT OF BUTTON TEXT*/	
	background-image:url(item-slide-button-bg.jpg);
	background-repeat:repeat-x;
	FILTER: alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
}
.item-category-text {
    color:#383838;
    font-family:Verdana;
    font-size:small;
    font-style:italic;
}
.item-name-text {
    color:#383838;
    font-family:Verdana;
    font-size:medium;
    font-weight:bold;
}

.item-main-price {
  background-color:#c0c0c0; 
  color:#383838;
  height:20px;
  font-family:Verdana;
  font-size:medium;
  font-weight:bold;
}

.item-extra-price {
  background-color:#383838; 
  color:#c0c0c0;
  height:20px;
  font-family:Verdana;
  font-size:medium;
  font-weight:bold;
}

.item-add-button {
  background-image:url(add-button-bg.jpg);
  background-repeat:repeat-x;
  text-align:center;
  color:white;
  font-family:Verdana;
  font-size:medium;
  font-weight:bold;
}

#category-path {
  border-bottom-width:1px;
  border-bottom-style:groove;
  border-bottom-color:#383838;
}
