#encyclopedia{
	background-color: white;
	position: absolute;
	width: 555px;
	/*height: 415px;*/
}
#enc_title, #lac_title{
	background-color:#CCCCCC;
	/*float:left;*/
	height:20px;
	/*overflow:hidden;*/
	padding-left:5px;
	padding-top:7px;
}
#enc_entry_title{
	background-color: #CCC;
	padding-top: 7px;
	padding-left: 5px;
	height: 20px;
	overflow: hidden;
}

#enc_wrapper{
	 position: absolute;
	 z-index: 30;
	 /*height: 447px;
	 border: 1px solid red;
	 width: 555px;*/
}

#enc_content{
	/*height: 150px;*/
	background-color: white;
	overflow: hidden;
}

#enc_entry_wrapper{
	clear:both;
	height: 250px;
	background-color: #fff;
}

#enc_entry_content{
	padding: 7px 5px;
}

#enc_bottom{
	position:relative;
	bottom: 0px;
	background-color: #95BE17;
	height: 20px;
}

#enc_close, #lac_close{
	/*cursor: pointer;
	background-color: #CCC;
	float: right;
	background-image: url('../../img/enc_close.gif');
	background-position: right;
	height: 22px;
	background-repeat: no-repeat;
	width: 22px;*/
	/*position: relative;
	top: -18px;*/
	/*background-color:#CCCCCC;
	background-image:url(../img/enc_close.gif);
	background-position:right center;
	background-repeat:no-repeat;*/
	/*background: url(../img/enc_close.gif) #CCC no-repeat right center;*/
	cursor:pointer;
	float:right;
	height: 20px;
	width:22px;
	position: absolute;
	top: 3px;
	 right: 0px;
}

#enc_entries_left{
	list-style-type:none;
	margin: 0;
	padding: 0;
	float: left;
}

#enc_entries_right{
	float: right;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#enc_entries_left li, #enc_entries_right li{
	height: 20px;
	width: 276px;
	background-color: #fff;
}

#enc_entries_left a, #enc_entries_right a{
	text-decoration: none;
	color: #333;
	display: block;
	width: 271px;
	padding: 3px 0 0 5px;
	height: 18px;
}

#enc_entries_left a:hover, #enc_entries_right a:hover{
	background-color: #44C8F5;
	color: white;
}


#enc_entries_left li.even,#enc_entries_right li.even{
	background-color: #F0F0F0;
}

#enc_entries_left a.active, #enc_entries_right a.active{
	background-color: #44C8F5;
	color: white;
}


/* LAC*/
#lac_search{
	position: absolute;
	width: 700px;
	height: 395px;
	z-index: 30;
}
#lac_content_wrapper{
	height: 355px;
	overflow: hidden;
	position: relative;
}

#lac_left_content{
	float: left;
	width: 300px;
	background-color: yellow;
	height: 355px;
	border-top: 2px solid #E0E0E0;
	background-color: #E0E0E0;
}

#lac_right_content{
	background-color: #FFF;
	float: left;
	height: 355px;
	overflow: auto;
	width: 400px;
}

#lac_loader{
	text-align: center;
	padding-top:
	 20px;
	width: 380px;
	height: 335px;
}

#lac_shop_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 2px solid #FFF;
}

#lac_shop_list li{
	padding: 10px 10px 15px 10px;
	border-bottom: 2px solid #FFF;
}

#lac_shop_list li.odd{
	background-color: #ECECEC;	
}

#lac_shop_list li.even{
	background-color: #E0E0E0;	
	
}

div.shop_name{
	color: #95BE17;
	font-weight: bold;
	font-size: 1.2em;
}

div.shop_address h4{
	margin: 8px 0 3px 0;
	font-weight: bold;
	font-size: 10pt;
}

#lac_bottom{
	height: 13px;
	background-color: #95BE17;
}

#lac_search_wrapper{
	background-color:#CCCCCC;
}

#lac_search_form{
	display: inline;
}
#lac_search_btn{
	padding: 5px 7px;
	float: right;
	border: none;
	background-color: #95BE17;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
}

#lac_search input.txt
{
	background-image:url(../img/input_bg.jpg);
	background-repeat:no-repeat;
	border:0 none;
	color:#666666;
	float:left;
	font-size:11px;
	height:15px;
	margin:6px 12px 3px 3px;
	padding:3px 0 0 4px;
	width:116px;
}

#lac_laktolee div{
	padding-top: 6px;
}
#lac_laktolee{
	background-color: #FFF;
	height: 73px;
}

#lac_laktolee img{
	float: left;
	margin-right: 3px;
}


