/* CSS Document */

#rubrik {
	font-family:verdana;
	font-weight:bold;
	font-size: 13px;
}
#drink-id {
	font-size: 10px;
	font-family: verdana;
}
#bar {
	position: relative;
	width: 560px;
	height: 270px;
	background: url(../../img/alu.jpg) #CCC;
	border-bottom: 3px solid #999;
}
#hylla img { border: 0; }

#kategori {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 4px;
	width: 370px;
	height: 20px;
	border: 1px solid #CCC;
	border-bottom: 1px solid #777;
	background-color:#999;
	text-align: center;
}
#kategori a {
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	color:#EEE;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#drinkvaljare {
	padding:10px;
	border: solid #CCC 1px;
	border-bottom: 1px solid #555;
	position:absolute;
	width: 360px;
	height: 165px;
	background: #FFF;
	text-align: center;
	top:50px;
	left:100px;
	z-index:99;
}
#drinkvaljare input {
	font-family:verdana;
	font-size:10px;
	height: 19px;
}
#kategori a:hover {
	color:#FFF;
}

#kategori a:hover {
}

#hylla {
	visibility: hidden;
	overflow:auto;
	position: absolute;
	left: 4px;
	top: 25px;
	width: 370px;
	height: 239px;
	border: 1px solid #CCC;
	background: #CCC;
	background:url(/img/wood.gif);
	border-bottom: 3px solid #777;
}

#blanda {
	position: absolute;
	top: 10px;
	height: 20px;
	left: 400px;
	width:220px;
	text-align: center;
}

#recept {
	visibility:hidden;
	overflow: auto;
	position: absolute;
	left: 380px;
	top: 25px;
	width: 165px;
	height: 229px;
	background:#FFF;
	border: 1px solid #555;
	padding: 5px;
	border-bottom: 3px solid #777;
}

#bord {
	height:150px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 10px;
	overflow: auto;
}
#bord div {
	padding-top: 3px;
}

#hylla div { 
	cursor:pointer; 
	text-align: center;
	font-size: 11px;
	width: 80px;
	height: 170px;
	float: left; 
	padding: 1px;
	margin-top: 5px;
	margin-left: 2px;
}

#bord p, #hylla p {
	font-family:georgia;
	color: #000;
	margin-top: 4px;
	padding: 1px;
	background:#FFF;
	filter: alpha(Opacity=30);
	opacity: .30;
}

.mo-mess {
	position: absolute;
	display:none;
	width: 80px;
	z-index: 99;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	width: 20px;
	font-weight: bolder;
	background-color: #FFF;
	color: #333;
	border-bottom: 1px solid #555;
}	
#mo-mess-hylla {
	color:#003300;
	background-color:#66CC33;
}
#mo-mess-bord {
	color:#660000;
	background-color:#FF6633;
}
#rub-hylla {
	font-family: verdana;
	font-weight: bold;
	color: #FFF;
	font-size:12px;
	position: absolute;
	z-index: 10;
	left: 20px;
	top: 50px;
}
#rub-bord {
	font-family: verdana;
	font-weight: bold;
	color: #333;
	color:#FFF;
	font-size:12px;
	position: absolute;
	z-index: 10;
	left: 410px;
	top: 50px;
}