/*
 * Browser Reset
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img, img a { border: 0; }

a:focus { outline: none; }
 
option { padding-left: 0.4em; }

 
ul, ol, dl { margin: 1em 0; padding-left: 40px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

p {	margin: 1em 0; }

td, th { padding: 1px; }

.clear { clear: both; } 
 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #666666;
}

body#page {
	background: #fff url(../img/page_bg.jpg) 50% 0 repeat-x;
}


/* center page */
div.wrapper {
	margin: auto; 
	width: 990px;
}

.linea {
	padding: 0;
	margin: 10px 0;
	border-bottom: #CCCCCC solid 1px;
	height: 1px;
}

/*
 * Layout
 */


div#page-body {
	padding: 0px 0px 0px 0px;
}

div.wrapper-t {
	background: #fff url(../img/wrapper_t.jpg) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(../img/wrapper_b.jpg) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../img/wrapper_l.jpg) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../img/wrapper_r.jpg) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../img/wrapper_tl.jpg) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../img/wrapper_tr.jpg) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../img/wrapper_bl.jpg) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 0px 20px 20px 20px;
	min-height: 710px;
	 
	background: url(../img/wrapper_br.jpg) 100% 100% no-repeat;
}

div#header {
	padding: 0px 0px 0px 0px;
	width: 910px;  
	height: 160px;
	position: relative;
	top: 48px;
	left: 20px;
	z-index: 2;
	clear: both; 
}

span#logo {
	width: 110px;
	height: 160px;
	background: #1C1C1C url(../img/logo.png) 0 0 no-repeat;
	display: block;
	cursor: pointer;
	float: left;
}

div.header_title {
	margin-top: 61px;
	margin-left: 17px; 
	font-size: 390%;
	line-height: normal;
	float: left;
	font-weight: lighter;
}

div#date {
	position: absolute;
	top: 20px;
	right: 0px;
	height: 80px;
	width: 60px;
	z-index: 11;
	text-align: center;
}

div.day {
	font-size: 200%;
	font-weight: bold;
	color: #333333;
}

div.month {
	font-size: 220%;
	font-weight: bold;
	color: #FFFFFF;
}

div.year {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

div#weather {
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 12;
	text-align: right;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
	line-height: 260%;
}

div#weather .weather_icon {
	float: left;
}


div#menu {
	position: absolute;
	top: 127px;
	left: 20px;
	height: 25px;
	z-index: 10;
	width: 780px;
}

div#language {
	margin-top:17px;
	margin-right: 20px;
	float:right;
}

div#language ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#language ul li {
	float:left;
	padding-left:15px;
	font-weight: bold;
	color:#333333;
}

div#language ul li a {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}

div#language ul li a:hover {
	text-decoration:none;
}

div#search {
	margin: 4px 0px 0px 10px;
	height: 18px;
	float: left;
}

div#breadcrumb {
	margin: 5px 25px 0px 80px;
	width: auto;  
	height: 30px;
	overflow: hidden;
	clear: both;  
	font-size: 85%;
}


div#main {
	width: 910px;
	margin: 40px 20px 150px 20px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 210px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#right {
	width: 236px;  
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#listado div.ofertas {
	width: 236px;
	height: 330px;
	margin: 0;
	list-style: none;
	padding: 0;
}

div#listado .otros {
	width: 236px;
	margin: 0;
	background-color: #333333;
	margin-bottom: 12px;
	float: right;
}

div#listado .otros p {
	color: #ffffff;
}


div#content {
	margin: 0;
	padding: 0;
	width: auto;
}

.nav_paginas {
	float: right;
	text-align: right;
	font-size: 80%;
}

.zona {
	font-size: 85%;
	font-weight: bold;
}

.zona a {
	color: #999999!important
}

.return {
	padding-bottom: 10px;
}

/*
 * pagina inicio
 */
 
div#home {
	
}

div#home .padding {
	margin: 12px;
}
 
 /*
 * pagina inicio - modulo caategorias
 */
div.categorias {
	width: 490px;
	height: 355px;
	background-color: #eee;
	position: relative;
	float: left;
}
#sectordropdown {
	cursor:pointer;
	width: 585px;
	height: 25px;
	background: #ddd url(images/selectbg.png) 99% 100% no-repeat;
	padding-left: 15px;
	line-height: 180%;
	font-weight: bold;
	color: #888;
	position: relative;
}
.slidingpanel {
	position: absolute;
	top: 25px;
	left: 0;
	width: 600px;
	
}
#dropdownwrapper {
	position: relative;
}
#dropdownwrapper .categorias {
	width: 600px;
	height: 250px;
	background-color: #eee;
	float: none;
}

div.categorias .bajo {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
}

div.categorias .bajo .padding {
	margin: 18px 5px 12px 12px!important;
	float: left;
	width: 220px;
}

div.categorias .padding1 {
	margin: 10px 20px 12px 12px!important;
	float: left;
	
}

div.categorias .padding2 {
	margin: 10px 20px 12px 12px!important;
	float: left;
	
}

div.categorias .padding img {
	float: left;
	width: 58px;
	height: 37px;
	margin-right: 10px;
}

div.categorias h1 {
	font-size: 140%!important;
	margin-bottom: 4px!important;
}

div.categorias h2 {
	font-size: 90%!important;
}

div.categorias ul {
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

div.categorias ul.persona, div.categorias ul.persona a {
	color: #FF3366;
}

div.categorias ul.media, div.categorias ul.media a {
	color: #FA8402;
}

div.categorias ul.esports, div.categorias ul.esports a {
	color: #3399FF;
}

div.categorias ul.llar, div.categorias ul.llar a {
	color: #CC3333;
}

div.categorias ul.nens, div.categorias ul.nens a {
	color: #009999;
}

div.categorias ul.animals, div.categorias ul.animals a {
	color: #669900;
}

div.categorias ul.alimentacion, div.categorias ul.alimentacion a {
	color: #FF6600;
}

div.categorias ul.serveis, div.categorias ul.serveis a {
	color: #993399;
}

div.categorias ul li, div.categorias ul li a {
	height: 18px;
	display: block;
}

div.categorias ul a:hover {
	color: #333333;
}

div.categorias .busqueda {
	margin: 12px 10px 0 10px;
	padding: 3px 12px 0 10px;
	width: 250px;
	height: 21px;
	border: 0; 
	color: #888;
	font-size: 85%;
	background: #eee url(../img/search_home_bg.png) no-repeat;
	float: right;
	outline: none;
}
.establishmentsearch .busqueda {
	margin: 0 0 0 350px;
	padding: 1px 12px 0 10px;
	width: 250px;
	height: 21px;
	border: 0; 
	color: #888;
	font-size: 85%;
	background: #eee url(../img/search_home_bg.png) no-repeat;
	outline: none;
	
}

.principal_holder input.busqueda {
	margin: 0 0 0 10px;
	padding: 3px 0 0 10px;
	width: 250px;
	height: 21px;
	border: 0; 
	color: #888;
	font-size: 85%;
	background: #eee url(../img/search_home_bg.png) no-repeat;
	float: right;
	outline: none;
}

div.categorias h1.titulo_categorias {
	color: #666666;
	font-size: 170%!important;
	float: left;
	padding: 12px 10px 0 20px;
	font-weight: normal;
}

.searchblock {
	background: #fff;
	padding: 10px;
	margin-bottom: 5px;
}
.searchtitle {
	font-size: 120%;
}
.searchtitle span {
	font-size: 70%;
}

/*
 * pagina inicio - modulo eventos
 */

div.eventos {
	width: 420px;
	height: 355px;
	background-color: #ddd;
	position: relative;
	float: left;
} 
div.eventos img {
	width: 420px;
	height: 285px;
} 
div.eventos .bajo {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
}
div.eventos .bloque {
	width: 160px;
	position: absolute;
	right: 18px;
	bottom: 75px;
}
div.eventos .bloque .top {
	width: 160px;
	height: 15px;
	background: url(../img/bubble_top.png);
}
div.eventos .bloque .middle {
	width: 160px;
	background-color: #FFFFFF;
}
div.eventos .bloque .bottom {
	width: 160px;
	height: 35px;
	background: url(../img/bubble_bottom.png);
}

div.eventos .bloque .padding {
	margin: 0 10px 0 12px!important;
	font-weight: bold;
	line-height: 150%;
}

div.eventos .bloque .padding a {
	text-decoration: none;
}
div.eventos .bloque .padding a:hover {
	text-decoration: underline;
}

div.eventos h1, div.categorias h1 {
	font-size: 155%;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 7px;
}

div.eventos h1 {
	line-height: 140%;
}

div.eventos h1 a, div.categorias h1 a {
	color: #FFFFFF;
}

div.categorias h2 {
	font-size: 95%;
	color: #333;
	font-weight: bold;
}

div.eventos h2 {
	font-size: 95%;
	font-weight: bold;
}
div.eventos h2 a, div.categorias h2 a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
div.eventos h2 a:hover, div.categorias h2 a:hover {
	color: #333;
}
/*
 * pagina inicio - modulo novedades y noticias
 */
 
 div.novedades, div.noticias {
	width: 236px;
	height: 330px;
	float: left;
	margin: 12px 12px 0 0;
	position: relative;
}

div.novedades .cabecera, div.noticias .cabecera {
	width: 236px;
	height: 41px;
}

div.novedades .cabecera, div.novedades .cabecera h1 {
	color: #fff;
}

div.noticias .cabecera, div.noticias .cabecera h1 {
	background-color: #CCCCCC;
}

div.novedades .cabecera h1, div.noticias .cabecera h1 {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 15px;
	
}

div.novedades .imagen, div.noticias .imagen {
	width: 236px;
	height: 177px;
	background-color: #efefef;
}

div.novedades ul, div.noticias ul {
	width: 236px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

div.novedades li a, div.noticias li a {
	height: 37px;
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.7;
}

div.novedades li a {
	background-color: #999999;
	color: #fff;
}

div.noticias li a {
	background-color: #DDDDDD;
	color: #999999;
}

div.novedades li a:hover, div.novedades li a.current {
	color: #fff;
}

div.noticias li a:hover, div.noticias li a.current {
	background-color: #ccc;
}
/*
 * pagina inicio - modulo novedades y noticias carousel
 */
a:focus { outline: none; }

div.carousel {
	overflow: hidden;
	width: 236px;
}

div.carousel div.frame {
	position: relative;
	overflow: hidden;
	width: 236px;
}

div.carousel div.panel {
	overflow: hidden;
	width: 236px; 
	height: 177px;
}

div.carousel div.panel div.slide {
	float: left;
	overflow: hidden;
	width: 236px;
}

div.carousel div.panel div.slide div.article {
	width: 236px; 
	height: 177px;
	background-color:#666666;
}

div.carousel ul.tabs {
	padding: 0px;
	margin: auto;
	list-style: none;
	width: 236px;
}

div.carousel ul.tabs li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	margin-bottom: 1px;
}

div.carousel ul.tabs li a {
	float: left;
	display: block;
}

div.carousel ul.tabs li a span {
	float: left;
	display: block;
}
div.carousel div.right  {
	width: 236px; 
	overflow: hidden;
}

/* list styling */
div.carousel div.left ul.tabs li, div.carousel div.left ul.tabs li a, div.carousel div.left ul.tabs li a span,
div.carousel div.right ul.tabs li, div.carousel div.right ul.tabs li a, div.carousel div.right ul.tabs li a span {
	float: none;
}

/* tabs */
div.noticias div.carousel ul.tabs li a {
	background-color: #DDDDDD;
	color: #999999;
	text-decoration: none;
}

div.noticias div.carousel ul.tabs li.selected a {
	background-color: #ccc;
	text-decoration: none;
}

div.novedades div.carousel ul.tabs li a {
	background-color: #999999;
	color: #fff;
	text-decoration: none;
}

div.novedades div.carousel ul.tabs li.selected a {
	color: #fff;
	text-decoration: none;
}

div.carousel ul.tabs li a {
	padding: 2px 5px 0 14px;
	height: 35px;
	line-height: 32px;
	font-size: 12px;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
}

/*
 * pagina inicio - modulo otros
 */
div.otros {
	width: 166px;
	height: 331px;
	float: left;
	margin: 12px 12px 0 0;
	position: relative;
	background-color: #333333;
}

div.otros h2 {
	font-size: 115%;
	line-height: 125%;
	padding: 0 0 3px 0;
	margin: 0;
}

div.otros h2 a {
	text-decoration: none;	
}

div.otros h2 a:hover {
	text-decoration: underline;	
}

div.otros p {
	color: #fff;
	line-height: 120%;
	padding: 0;
	margin: 0;
}

div.otros p.fecha {
	color: #fff;
	line-height: 120%;
	padding: 0;
	margin: 0;
	font-size: 92%;
	
}

div.otros img {
	width: 67px;
	height: 80px;
	background-color: #ccc;
	float:left;
	margin-right: 7px;
	margin-top: 3px;
}

/*
 * pagina inicio - modulo ofertas
 */
div.ofertas {
	width: 236px;
	height: 330px;
	margin: 12px 0 0 0;
	padding: 0;
	float: left;
}

div.ofertas .contenedor {
	width: 236px;
	height: 79px;
	position: relative;
	background: #ddd;
	margin-bottom: 5px;	
	color: #333!important;
	line-height: 110%;
}
div.ofertas .markets {	
	padding-top: 40px;
}
div.ofertas .markets .contenedor {	
	background: #fff;
}
div.ofertas .contenedor:hover {
	background: #fff;
}
div.ofertas .markets .contenedor:hover {	
	background: #ddd;
}
div.ofertas .contenedor img {
	width: 79px;
	height: 79px;
	background-color: #666;
	float:left;
	margin-right: 7px;
	font-size: 60%;
	line-height: 90%;
}

div.ofertas .contenedor h2 {
	font-size: 105%;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
}
div.ofertas .markets .contenedor h2 {
	line-height: 120%;
}

div.ofertas .contenedor .texto {
	font-size: 78%;
	color: #333!important;
	font-weight: bold;
	line-height: 110%;
	margin: 0 5px 8px 0;
}
div.ofertas .contenedor p {
	padding: 0;
	margin: 0;
}

div.ofertas .contenedor .textoprecio {
	font-size: 80%;
	font-weight: bold;
	line-height: 100%;
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: 3px;
	width: 154px;
}
div.ofertas .markets .contenedor .textoprecio {
	bottom: 4px;
	left: 86px;
	text-align: left;
}

div.ofertas .contenedor .precio {
	font-size: 130%;
	font-weight: bold;
	line-height: 100%;
}
div.ofertas .contenedor .precio span.sup {
	font-size: 80%;
	line-height: 100%;
	vertical-align: top;
}
  
/*
 * establecimiento
 */


div#establecimiento {
	margin: 0;
	padding: 0;
	width: 910px;
	background: #e9e9e9;
}
div#establecimiento .padding {
	margin: 10px 10px 40px 20px;
}
div#establecimiento .corporate {
	position: relative;
	height: 300px;
}

div#establecimiento h1 {
	padding-top: 30px;
	font-size: 220%;
}
div#establecimiento h1 span {
	font-size: 45%;
}

div#establecimiento h2 {
	font-size: 110%;
	padding-bottom: 20px;
}


div#establecimiento h3 {
	font-size: 110%;
	font-weight: bold;
	
}




div#establecimiento .large {
	width: 400px;
	height: 300px;
	background: url(images/establishment_noimage.gif) 0 0 no-repeat;
	border: #ccc solid 1px;
	position: absolute;
	top: 0;
	left: 0;
	color: #e9e9e9;
}

div#establecimiento .exterior {
	width: 460px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 420px;
}
div#establecimiento .googlemap {
	width: 460px;
	height: 143px;
	position: absolute;
	bottom: 0;
	left: 420px;
}

div#establecimiento .pago {
	margin-top: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 90%;
}
div#establecimiento .pago ul {
	list-style: none;	
	margin: 0;
	padding: 0;
	font-weight: normal!important;
}
div#establecimiento .pago li {
	background: url(../img/tickbullet.png) 0 4px no-repeat;	
	margin-left: 15px;
	padding-left: 20px;
	line-height: 25px;
}

div#establecimiento .exterior .image {
	width: 190px;
	height: 143px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: #ccc solid 1px;
	background: url(images/establishment_ext_noimage.gif) 0 0 no-repeat;
}

div#establecimiento .map_holder {
	width: 190px;
	height: 143px;
	float: left;
	margin-right: 15px;
	overflow:hidden;
	border: #ccc solid 1px;
}
.map_holder #map_canvas {
	width: 190px;
	height: 141px;
}

div#establecimiento .texto {
	color: #666;
	line-height: 120%;
	font-size: 95%;
}

div#establecimiento .tick {
	padding-left: 12px;
}



.dia {
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.hora {
	font-size: 85%;
	margin: 0 0 -8px 0;
}

.tel {
	font-weight: bold;
}

/* tabs */

.shoprotator {width:99%; margin-top: 20px; padding-bottom: 20px}
#shopwrapper {position:relative; height:auto; width:100%;background-color:#fff; }
.shoplisting { height:auto; position:relative;width:100%; padding: 30px 15px 15px 15px}
.shoplisting img { border:none; }
.shoptabs {margin: 0; height: 35px; padding: 0!important;}
.shoptabs li {background-color:#999;display:block;float:left;list-style:none; margin-right:5px; height: 35px; outline: 0; font-size: 120%;}
.shoptabs li a { color:#333333; display:block; height:25px;text-decoration:none; padding: 7px 15px 0 15px; outline:none;}
.shoptabs li.active { background-color:#fff; outline:none; }
.shoptabs li a.active { color:#000000; }
.shoptabs li:hover {background-color:#fff; }
.shoptabs li a:hover, .shoptabs li a.active { color:#000000;  outline:none;}

/*
 * establecimiento descripción
 */

.descriptionleft {
	width: 370px;
	padding-right: 20px;
	float: left;
	line-height: 150%;
	font-size: 110%;
}
.descriptionright {
	width: 415px;
	float: left;
	padding-left: 15px;
	color: #999;
	
}
.descriptionleft h3 {
	margin: 0!important;
	padding: 0!important;
	line-height: 150%;
}

.descriptionleft p {
	
	margin-top: 0!important;
	padding-top: 0!important;
}



/*
 * establecimiento productos
 */
.productlayout {
	width: 844px;
	background: #ffffff;
}
#ofertas .productlayout {
	padding: 10px;
}
#ofertas .productlayout h3 {
	font-size: 90%;
}
.productwrapper {
	width: 280px;
	height: 140px;
	border-bottom: #ccc dotted 2px;
	float: left;	
}
#ofertas .productwrapper {
	height: 155px;
}
.productwrapper:hover {
	background: #e9e9e9;
}
.product {
	margin: 8px 0 8px 8px;
	border-right: #ccc dotted 2px;
}
.productlast {
	border-right: 0;
}

.product h1 {
	font-size: 139%!important;
	padding: 0 0 5px 0 !important;
	margin: 0;
}
.lightboxproduct h1 {
	font-size: 240%!important;
	padding: 0 0 10px 0 !important;
	margin: 0;
}
.productimage {
	width: 130px;
	height: 98px;
	float: left;
	margin-right: 5px;
	background-color:#e9e9e9;
}

.lightboxproduct .productimage {
	width: 236px;
	height: 177px;
	float: left;
	margin-right: 10px;
	background-color:#e9e9e9;
}
.producttextblock {
	float: left;
	width: 130px;
}
.lightboxproduct .producttextblock {
	float: left;
	width: 350px;
}
.producttextblock p {
	margin: 0;
	padding: 0;
}
.product .novelty, .product .offer, .lightboxproduct .novelty, .lightboxproduct .offer {
	margin-bottom: 2px;	
	line-height: 90%;
}

.product .novelty span, .product .offer span, .lightboxproduct .novelty span, .lightboxproduct .offer span {
	font-size: 80%;
	color: #ffffff;
	padding: 0 3px;	
}


.product .text {
	color: #858585;
	font-size: 85%;
	line-height: 110%;
}

.product .price {
	font-size: 140%;
	padding-top: 3px;
}
.lightboxproduct .price {
	font-size: 180%;
	padding-top: 10px;
}
.product .price span.sup {
	font-size:70%;
	line-height: 100%;
	padding-left: 1px;
	padding-right: 2px;
	vertical-align: top; 
}
.lightboxproduct .price span.sup {
	font-size:50%;
	line-height: 90%;
	padding-left: 1px;
	padding-right: 2px; 
	vertical-align: top;
}
.product .price span, .lightboxproduct .price span {
	font-size: 60%;
	font-weight: bold;
}
.product .offervalid {
	font-size: 80%;
	line-height: 110%;
	padding-top: 5px;
}
.lightboxproduct .offervalid {
	font-size: 100%;
	line-height: 110%;
	padding-top: 15px;
}


/*
 * establecimiento ofertas
 */
div#establecimiento div#right_column .contenedor {
	margin: 40px 0;
}

div#establecimiento div#right_column .contenedor h1 {
	font-size: 180%;
	color: #CCCCCC;
	margin: 0 0 10px 0;
}

div#establecimiento div#right_column .listado {
	margin: 0 0 5px 0;
	background-color: #efefef;
	padding: 10px;
}

div#establecimiento div#right_column .listado img {
	float: left;
	margin-right: 15px;
	width: 110px;
	background-color: #666666;
}

div#establecimiento div#right_column .listado h1 {
	margin: 10px 0 5px 0;
	font-size: 150%;
}

div#establecimiento div#right_column .listado h2 {
	font-size: 100%;
	line-height: 130%;
	margin: 0;
	color: #333333;
}

div#establecimiento div#right_column .listado h3 {
	font-size: 95%;
	margin: 0;
	font-weight: normal;
}

div#establecimiento div#right_column .listado p {
	margin: 0;
	font-size: 90%;
}

div#establecimiento div#right_column .listado p.precio {
	font-weight: bold;
	text-align: right;
	margin: 3px 0 0 0;
}

div#establecimiento div#right_column .listado p.precio span {
	font-size: 180%;
	font-weight: normal;
}

/*
 * listado
*/

div#listado {
	border: #efefef solid 1px;
	width: 908px;
	background-color:#efefef;
}

div#listado h4 {
	padding: 10px;
	font-size: 220%;
	color:#999999;
	font-weight: normal;
}
div#listado h4 span {
	font-size: 50%;
}

div#listado .padding {
	margin: 10px 10px 40px 20px;
}
div#listado .padding .principal_holder {
	float: left;
	width: 600px;
	margin-top: 10px;
}

div#listado .padding .principal_holder .listado {
	width: 600px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 0;
}
div#listado .padding .principal_holder .listado:hover {
	background-color: #dedede;
}

div#listado .padding .principal_holder .listado .image {
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 75px;
	background: url(images/establishment_listing_noimage.gif) 0 0 no-repeat;
	color: #e9e9e9;
}

div#listado .padding .principal_holder .listado .image img {
	width: 100px;
	height: 75px;
}

div#listado .padding .principal_holder .listado h1 {
	margin: 0 0 5px 0;
	font-size: 135%;
	text-decoration: none;
	padding-top: 10px;
}

div#listado .padding .principal_holder .listado h2 {
	font-size: 90%;
}

div#listado .padding .principal_holder .listado p {
	margin: 7px 0 0 0;
	font-size: 90%;
	color: #666666!important;
}

div#listado .padding .principal_holder .listado .lugar {
	font-weight: bold;
}

div#listado div.ofertas {
	float: right!important;
	margin: 0!important;
}


/*
 * general
 */

div#general {
	border: #efefef solid 1px;
	width: 908px;
	background-color:#ffffff;
}

div#general .padding {
	margin: 20px 10px 20px 20px;
}


div#mainbottom {
	margin: 0px 0px 10px 0px;
	background: #C8C896 url(../img/main_module_bg.png) 0 0 repeat-x;
	border: 1px solid #969696;
}

div#bottom {
	margin: 0px 0 25px 20px;
	width: auto;  
	clear: both;  
}

div#footer {
	width: auto;  
	min-height: 100px;
	 
	padding: 10px 0px 0px 0px;
	clear: both;  
	text-align: center;
	font-size: 90%;
	color:#999999;
}

div#page-footer { 
	text-align: center;
	font-size: 80%;
	color:#AAAAAA;
}

div#page-footer a {
	color:#AAAAAA;
}

div#footer a.anchor {
	margin: 3px 20px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../img/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

div#hidden {
	width: 100px;
	position: absolute;
	top: 0px;
	left: -999em;
}

/*
 * ubvalls
 */

div#ubvalls {
	border: #efefef solid 1px;
	width: 908px;
	background-color:#efefef;
}

div#ubvalls .padding .principal_holder {
	float: left;
	width: 600px;
}

div#ubvalls .padding {
	margin: 10px 10px 40px 20px;
}

div#ubvalls .padding .principal {
	background-color: #FFFFFF;
	padding: 20px!important;
	margin-bottom: 20px;
}

div#ubvalls .padding .principal img {
	float: left;
	margin: 10px 15px 10px 0;
}
div#ubvalls .padding .principal h1 {
	margin: 0;
	line-height: 120%;
	font-size: 180%;
}
div#ubvalls .padding .principal h3 {
	margin: 0;
	line-height: 130%;
	font-size: 120%;
}

div#ubvalls .principal ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

div#ubvalls .principal p.ventaja {
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0;
}

div#ubvalls .principal li {
	margin-left: 15px;
	padding: 5px 0 0 20px;
	background: url(../img/tickbullet.png) 0 6px no-repeat;
	
}

/*
 * ubvalls menu
 */
div#ubvalls .padding .split_menu {
	float: left;
	width: 230px;
	background-color: #dddddd;
	margin-right: 20px;
}

div#ubvalls .padding .split_menu ul {
	list-style: none!important;
	margin: 20px 0;
	padding: 0;
}

div#ubvalls .padding .split_menu ul li {
	font-weight: bold;
	font-size: 110%;
	line-height: 210%;
	margin: 0 20px;
}

div#ubvalls .padding .split_menu ul li a {
	
}


div#ubvalls .padding .split_menu ul li a:hover {
	text-decoration: none;
	color: #333333;
}

.contacto


/*
 * noticias
 */

div#noticias .padding .principal_holder {
	float: left;
	width: 600px;
	border: #000 solid 1px;
}

div#noticias .padding {
	margin: 10px 10px 40px 20px;
}

div#noticias .padding .principal {
	background-color: #FFFFFF;
	padding: 20px 10px!important;
	margin-bottom: 20px;
}

div#noticias .padding .principal img {
	float: left;
	margin: 10px 15px 10px 0;
}
div#noticias .padding .principal h1 {
	margin: 0 0 5px 0;
	line-height: 120%;
}
div#noticias .padding .principal h2 {
	font-weight: bold;
	line-height: 150%;
	font-size: 105%;
}

div#noticias .padding .principal p.fuente {
	font-size: 85%;
	font-style: oblique;
}






/*
 * eventos, novedades y ofertas
 */

div#eventos, div#novedades, div#ofertas, div#noticias {
	border: #efefef solid 1px;
	width: 908px;
	background-color:#efefef;
}

div#eventos h4, div#novedades h4, div#noticias h4, div#ubvalls h4, div#ofertas h4{
	padding: 10px;
	font-size: 220%;
	color:#999999;
	font-weight: normal;
}

div#eventos .padding, div#novedades .padding, div#ofertas .padding {
	margin: 10px 10px 40px 20px;
}
div#eventos .padding .principal_holder, div#novedades .padding .principal_holder, div#ofertas .padding .principal_holder {
	float: left;
	width: 600px;
}

div#eventos .padding .principal, div#novedades .padding .principal {
	background-color: #FFFFFF;
	padding: 20px 10px!important;
	margin-bottom: 20px;
}

div#ofertas .padding .principal {
	background-color: #FFFFFF;
	padding: 10px 20px 10px 10px!important;
	margin-bottom: 20px;
}

div#eventos .padding .principal img {
	float: left;
	margin: 7px 15px 5px 0;
	width: 230px;
}

div#ofertas .padding .principal img {
	float: left;
	margin: 0 15px 0 0;
	width: 160px;
	height: 160px;
	background-color:#666666;
}

div#novedades .padding .principal img {
	float: left;
	margin: 10px 15px 10px 0;
	width: 236px;
	height: 177px;
	background-color:#666666;
}
div#eventos .padding .principal h1, div#novedades .padding .principal h1, div#ofertas .padding .principal h1 {
	margin: 0;
	line-height: 150%;
}
div#eventos .padding .principal h2, div#novedades .padding .principal h2 {
	font-size: 130%;
	line-height: 150%;
}

div#ofertas .padding .principal h2 {
	font-size: 110%;
	line-height: 120%;
	height: 35px;
	display: block;
}

div#eventos .padding .principal h3, div#novedades .padding .principal h3 {
	font-size: 120%;
}
div#eventos .padding .principal h3, div#novedades .padding .principal h3 {
	font-size: 120%;
}


div#ofertas .padding .principal h3 {
	font-size: 100%;
}

div#eventos .padding .principal .lugar {
	font-weight: bold;
}

div#ofertas .padding .principal p {
	margin: 0 0 5px 0;
}

div#ofertas .padding .principal p.precio {
	font-weight: bold;
	text-align: right;
	margin: 0;
}

div#ofertas .padding .principal p.precio span {
	font-size: 250%;
	font-weight: normal;
}

div#eventos .padding .principal_holder .listado, div#novedades .padding .principal_holder .listado, div#noticias .padding .principal_holder .listado, div#ofertas .padding .principal_holder .listado {
	width: 580px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	padding: 10px;
	
}

div#eventos .padding .principal_holder .listado img {
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 75px;
	background-color: #666666;
}

div#ofertas .padding .principal_holder .listado img {
	float: left;
	margin-right: 15px;
	width: 110px;
	height: 110px;
	background-color: #666666;
}


div#novedades .padding .principal_holder .listado img, div#noticias .padding .principal_holder .listado img {
	float: left;
	margin-right: 15px;
	width: 150px;
}

div#novedades .padding .principal_holder .listado img {
	width: 150px;
	height: 113px;
	background-color: #666666;
}
div#eventos .padding .principal_holder .listado h1, div#noticias .padding .principal_holder .listado h1 {
	margin: 0;
	font-size: 135%;
}
div#novedades .padding .principal_holder .listado h1 {
	margin: 0 0 5px 0;
	font-size: 140%;
}

div#ofertas .padding .principal_holder .listado h1 {
	margin: 10px 0 5px 0;
	font-size: 150%;
}

div#noticias .padding .principal_holder .listado h1 {
	margin: 0 0 5px 0;
	font-size: 125%;
}
div#eventos .padding .principal_holder .listado h2 {
	font-size: 110%;
	line-height: 130%;
}

div#ofertas .padding .principal_holder .listado h2 {
	font-size: 100%;
	line-height: 130%;
	margin: 0;
}

div#novedades .padding .principal_holder .listado h2 {
	font-size: 100%;
	line-height: 130%;
}

div#noticias .padding .principal_holder .listado h2 {
	font-size: 95%;
	line-height: 130%;
}

div#noticias .padding .principal_holder .listado p.fecha {
	margin: 0 0 2px 0;
	font-size: 85%;
}

div#noticias .padding .principal_holder p.fecha {
	margin: 0 0 2px 0;
	font-size: 90%;
}

div#eventos .padding .principal_holder .listado h3, div#novedades .padding .principal_holder .listado h3 {
	font-size: 100%;
}

div#ofertas .padding .principal_holder .listado h3 {
	font-size: 95%;
	margin: 0;
}

div#eventos .padding .principal_holder .listado p, div#novedades .padding .principal_holder .listado p {
	margin: 10px 0 0 0;
	font-size: 90%;
}

div#ofertas .padding .principal_holder .listado p {
	margin: 0;
	font-size: 90%;
}

div#ofertas .padding .principal_holder .listado p.precio {
	font-weight: bold;
	text-align: right;
	margin: 10px 0 0 0;
}

div#ofertas .padding .principal_holder .listado p.precio span {
	font-size: 180%;
	font-weight: normal;
}

div#eventos .padding .principal_holder .listado .lugar {
	font-weight: bold;
}

div#eventos div.ofertas, div#novedades div.ofertas {
	float: right!important;
	margin: 0!important;
}

div#eventos ul.extlink {
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0;
}

div#eventos ul.extlink li {
	font-size: 90%;
	margin-bottom: 5px;
}

div#eventos ul.extlink li a {
	font-size: 120%;
}

.lightbox .principal h1 {
	padding: 10px 0 7px 0;
	margin: 0;
}
.lightbox .principal h3 {
	font-size: 120%;
}
.lightbox span.lugar {
	font-weight: bold;
}
.lightbox img {
	float: left;
	margin: 0 15px 20px 0;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }/*


/*
 * links
 */

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
 * unsorted lists
 */
 
ul.arrow, ul.arrow-big,
ul.checkbox, ul.checkbox-big,
ul.check, ul.check-big,
ul.star, ul.star-big,
ul.plus, ul.plus-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li,
ul.plus li {
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 6px 35px;
}

ul.arrow-big li,
ul.checkbox-big li,
ul.check-big li,
ul.star-big li,
ul.plus-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 60px;
	font-size: 200%;
	font-weight: bold;
}

ul.arrow li { background: url(../img/list_arrow.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(../img/list_arrow_big.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../img/list_checkbox.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(../img/list_checkbox_big.png) 0 0 no-repeat; }
ul.check li { background: url(../img/list_check.png) 0 0 no-repeat; }
ul.check-big li { background: url(../img/list_check_big.png) 0 0 no-repeat; }
ul.star li { background: url(../img/list_star.png) 0 0 no-repeat; }
ul.star-big li { background: url(../img/list_star_big.png) 0 0 no-repeat; }
ul.plus li { background: url(../img/list_plus.png) 0 0 no-repeat; }
ul.plus-big li { background: url(../img/list_plus_big.png) 0 0 no-repeat; }


/*
 * ordered lists
 */
 
ol.disc, ol-disc-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}

ol.disc {
	padding: 0px 0px 0px 27px;
	background: url(../img/list_disc.png) 0 0 repeat-y;
}

ol.disc li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 12px;
	font-weight: bold;
	line-height: 28px;
}

ol.disc-big {
	padding: 0px 0px 0px 45px;
	font-size: 200%;
	background: url(../img/list_disc_big.png) 0 0 repeat-y;
}

ol.disc-big li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 20px;
	font-weight: bold;
	line-height: 45px;
}

/*
 * highlighted div and span boxes
 */

span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #FFFCF2;
	border: 1px solid #AAAAAA;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
}

div.info, span.info {
	background: #FFFCF2 url(../img/div_info.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.alert, span.alert {
	background: #FFFCF2 url(../img/div_alert.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.download, span.download {
	background: #FFFCF2 url(../img/div_download.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.tip, span.tip {
	background: #FFFCF2 url(../img/div_tip.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.whitebox, span.whitebox {
	margin: 10px 0px 10px 0px;
	padding: 40px 27px 40px 27px;
	background: #ffffff;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

body.yootools-black div.whitebox, body.yootools-black span.whitebox {
	background: #141414;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

div.blackbox, span.blackbox {
	margin: 10px 0px 10px 0px;
	padding: 40px 27px 40px 27px;
	background: #1a1a1a;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

/*
 * highlighted quotations
 */

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(../img/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../img/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(../img/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.big p {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(../img/blockquote_big_end.png) 100% 100% no-repeat;
}

/*
 * preformatted text elements
 */




/*
 * highlighted emphasis
 */

em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#f4f5f6;
	border: 1px dotted #aab4be;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(../img/em_file.png) 0 1px no-repeat;
	color: #000000;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(../img/em_directory.png) 0 1px no-repeat;
	color: #000000;
}

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 230%;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 175%;
	font-weight: normal;
}

h3 {
	font-size: 150%;
	font-weight: normal;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}




/*
 * sub menu
 */
 
 
div#middle div.module_menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	background: #ffffff;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu li a, div#middle ul.menu li span.separator {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
}

div#middle ul.menu li span {  
	display: block;
}

div#middle ul.menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#middle ul.menu a.current {  
	color: #aa1428;
}

div#middle ul.menu a:hover, div#middle ul.menu span.separator:hover, div#middle ul.menu span.sfhover, div#middle ul.menu a.current:hover {  
	color: #aa1428;
}

div#middle ul.menu li.active {  
	font-weight: bold;
}

div#middle ul.menu li.active li {  
	font-weight: normal;
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	background: #ffffff url(../img/submenu_level1_item.png) 100% 0 no-repeat;
	text-indent: 15px;
}

div#middle ul.menu li.parent a.level1, div#middle ul.menu li.parent span.level1 {  
	background: #ffffff url(../img/submenu_level1_item_parent.png) 100% 0 no-repeat;
}

 
div#middle ul.menu li.level2 {
}

div#middle ul.menu li.level2 a {
	height: 20px;
	line-height: 20px;
}

div#middle ul.menu a.level2 {
	background: #ffffff url(../img/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 35px;
}

div#middle ul.menu a.level2 span {
	background: url(../img/submenu_level2_item_icon.png) 15px 2px no-repeat;
}

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	background:  #ffffff url(../img/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 45px;
}

div#middle ul.menu a.level3 span {
	background: url(../img/submenu_level3_item_icon.png) 25px 2px no-repeat;
}

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	background: #ffffff url(../img/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 55px;
}

div#middle ul.menu a.level4 span {
	background: url(../img/submenu_level4_item_icon.png) 35px 2px no-repeat;
}



/*
 * slideshow
 */
#slideshow_container
{
	margin:0;
	width:400px;
	height:300px;
	position:relative;
	}
.slideshow-item
{
	height:300px;
	width:400px;
	position:absolute;
	top:0px;
}
.noscript .slideshow-item
{
	position:relative;
}

/*
 * publicidad
 */
#publicidad {
	width: 910px;
	height: 100px;
	margin-top: 30px;
}
.formTargipunts div.input label {
	width: 200px;
	display: block;
}
.formTargipunts div.input input {
	margin-bottom: 10px;	
}

.formTargipunts div.input select {
	margin-bottom: 10px;	
}



/* Main menu (menumatic)
 */

div.mainmenu {
	width: 908px;
	height: 50px;
	position: absolute;
	top: 110px;
	left: 0;
	padding: 0;
	margin: 0;
}
.horizontalmenu {
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 99;
	width: 908px;
	height: 30px;
}


/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:0 10px 0 10px;
	text-transform: lowercase;	
}


/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
	float:left;	
	font-size: 105%;
	color: #fff;
	font-weight: bold;
	line-height: 125%;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
	font-size: 95%;
	color: #fff;
	line-height: 210%;
	padding-top: 5px;
	padding-bottom: 0;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus {
	color: #333;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
 
#subMenusContainer a.subMenuParentBtnFocused,
#nav ul li ul a:hover,
#nav ul li ul a:focus{
	color: #333;
}


/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
	   
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	   
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
	   
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	  
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 100%;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	left:0;
	padding-top: 0;
	padding-bottom: 10px;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
	margin: 0;
	width: 200px;
	
}

/* main menu ul or ol elment */
#nav{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	top:0;
	left:0;
	text-align: center;
	display:block;
}

#subMenusContainer{	display:block; 	position:absolute;	top:5px;	left:0px;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }
