@charset "utf-8"; 

*{
	margin: 0;
}

html, body {
	height: 100%;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	color:#000000;
	font-size: 12px;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:hover { color: #000000; cursor: pointer; text-decoration: underline; }

#wrap{
	position: absolute;
	width: 1000px;
	height: 575px;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -500px;			
}

#links_menu_sup{
	margin-top: 0px;	
	width: 1000px;
	height: 20px;
	font-size: 14px;
	color: #000000;
	text-align: center;	
}
	#links_menu_sup a:hover{
		text-decoration: underline;
	}

#search_box{
	margin-top: 0px;	
	width: 1000px;
	height: 40px;	
	background-color: #F2F2F2;
	color: #000000;
	border:1px solid #CACDD2;
	margin-top: 5px;
}
	#search_box .item_text{
		font-size: 12px;
		font-weight:bold;
		letter-spacing: 1px;
	}
	

#map_canvas{
	margin-top: 20px;
	width: 800px;
	height: 500px;
	float: right;
}

#shop_list{
	margin-top: 20px;
	width: 200px;
	height: 500px;
	float: left;
}

	#shop_list ul{
		padding-left: 0px;
	}
	
	#shop_list li{		
		height: auto;
		line-height: 20px;
		/*padding:4px 18px !important;*/
		text-decoration: none;
		list-style-type:none;		
		/*background-color: #ffffff;*/	
		border-bottom:1px solid #CACDD2;		
		margin-left: 0px;		
		padding: 10px;
	}
	
	/*#shops_links li:hover{
		background-color: #F2F2F2;
	}*/
		
	#shop_list li a{
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}



#button_enviar {
	background: url('../images/button_enviar.gif') no-repeat;	
	width: 53px;
	height: 22px;
	border: 0px;
	cursor: pointer;
	display: block;
}

#shops_type{
	margin-top: 20px;
	width: 1000px;
	height: 500px;
	float: left;
	font-size: 16px;
}
	#shops_type a:hover{
		font-weight: bold;
	}

	#shops_type ul{
		padding-left: 0px;
	}
	
	#shops_type li{		
		height: auto;
		line-height: 20px;
		/*padding:4px 18px !important;*/
		text-decoration: none;
		list-style-type:none;		
		background-color: #fff;
		margin-left: 0px;		
		padding: 10px;
	}	
	#shops_type li a{
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

#wrong_cp {
	width: 320px;
	height: 70px;
	padding: 15px;
	padding-top: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -95px;
	text-align: center;
	z-index: 1000;
	font: 13px "Trebuchet MS", Arial;
	border: 2px solid #333333;
	background-color: #ffffff;
	display: none;
	color: #000000;
	}
	#wrong_cp a{
		color: #000000;
	}
	#wrong_cp a:hover{
		color: #000000;
		font-weight: bold;
	}

#missatge_inicial {
	width: 320px;
	height: 70px;
	padding: 15px;
	padding-top: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -95px;
	text-align: center;
	z-index: 1000;
	font: 13px "Trebuchet MS", Arial;
	border: 2px solid #333333;
	background-color: #ffffff;	
	color: #000000;
	}
	#wrong_cp a{
		color: #000000;
	}
	#wrong_cp a:hover{
		color: #000000;
		font-weight: bold;
	}

#searching {
	background-color: #ffffff;
	width: 320px;
	height: 70px;
	padding: 15px;
	padding-top: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -95px;
	text-align: center;
	z-index: 1000;
	font: 13px "Trebuchet MS", Arial;
	border: 2px solid #333333;
	z-index: 10;
	}

#opac{
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 9;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* jScrollPane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0px 0px 0px 0px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.scroll-pane {
	width: 200px;
	height: 500px;
	overflow: auto;	
}

/* eof jScrollPane */

