@import url("ventanasGenericasFCO.css");
/*-----------------------------------------------------------
	LOGIN
-----------------------------------------------------------*/
#contenedorLogin {
	width: 330px;
	float: left;
	padding:10px 4px 2px 14px;
	height: auto;
}

#headerLogin{
	width: 330px;
	height: 60px;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
}

#iconoLogin{
	width: 60px;
	height: 60px;
	background-image:url(../site/common/sprite-iconosMedium.png);
	background-position:left 0px;
	background-repeat:no-repeat;
	float: left;
	display: inline;
	margin-right:8px;
}

#headerLogin h1{
	line-height:60px;
	color:#999;
	font-size:16px;
	font-weight:bold;	
	height:60px;
	
}

#tituloLogin{
	width: 285px;
	height:36px;
	float: left;
	font-size:12px;
	font-weight:bold;
	padding-left:45px;
	line-height: 36px;
	display: inline;
	vertical-align:middle;
	padding-top:4px;
}

#linksLogin{
	width: 220px;
	height:14px;
	margin-left:45px;
	float: left;
	text-align:right;
	color:#999;
	margin-bottom: 8px;
	display: inline;
}

#linksLogin a{
	color:#999;
}

#linksLogin a:hover{
	color:#99CC00;
}

#usuarioLogin {
	width: 285px;
	height:25px;
	padding-left:45px;
	float: left;
	display: inline;
}

#usuarioLogin input{
	width: 120px;

}

.digitoLogin {
	float: left;
	width: 10px;
}
.loginRut{
	width: 100px;
	float: left;
}

.lineaLogin {
	float: left;
	text-align: center;
	color: #999;
	font-weight: bold;
	width: 10px;
}

#passLogin {
	width: 285px;
	height:25px;
	padding-left:45px;
	float: left;
	display: inline;
}

#passLogin input{
	width: 120px;
}

.txtLogin{
	width: 90px;
	height: 18px;
	line-height: 20px;
	margin-right: 5px;
	float: left;
	font-weight: bold;
	color: #999;
}

.inputLogin {
	float: left;
	width:160px;
	margin-bottom: 8px;
}

#contenedorBotonLogin {
	width: 135px;
	height:64px;
	float: left;
	margin-top:7px;
	margin-left:185px;
}

#footerLogin {
	width: 330px;
	height:21px;
	float: left;
	border-top:1px solid #ccc;
	padding-top:8px;
	
}



/*
-------------------------------------------------
Header corporativo
-------------------------------------------------
 */

#headerCorporativo {
	height:26px;
	width:100%;
	background-image: url(../site/common/fnd-headerCorporativo.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;

}

#headerCorporativo #contenedorHC {
	margin:0 auto;
	width:960px;
	
}

#headerCorporativo #interiorHC a{
	text-indent: -9999px;
	display: block;
	height: 26px;
	background-image: url(../site/common/sprite-headerCorporativo.gif);
	background-repeat: no-repeat;	
}

#headerCorporativo #contenedorHC #interiorHC {
	float:right;
}

#falabella, #cmr, #bancoFalabella, #viajesFalabella, #falabellaPro, #sodimac, #tottus {
	float:left;
}

/*
-------------------------------------------------
Falabella
-------------------------------------------------
 */


#interiorHC #falabella a {
	background-position: 0 0;
	width:65px;

}
#interiorHC #falabella a:hover {
	background-position:0 -26px;
}

#interiorHC #falabella a.activo {
	background-position:0 -52px;
}

/*
-------------------------------------------------
Cmr
-------------------------------------------------
 */

#interiorHC #cmr a {
	background-position: -64px 0;
	width:50px;

}
#interiorHC #cmr a:hover {
	background-position:-64px -26px;
}

#interiorHC #cmr a.activo {
	background-position:-64px -52px;
}

/*
-------------------------------------------------
bancoFalabella
-------------------------------------------------
 */

#interiorHC #bancoFalabella a {
	background-position: -113px 0;
	width: 105px;

}
#interiorHC #bancoFalabella a:hover {
	background-position:-113px -26px;
}

#interiorHC #bancoFalabella a.activo {
	background-position:-113px -52px;
}

/*
-------------------------------------------------
viajesFalabella
-------------------------------------------------
 */

#interiorHC #viajesFalabella a {
	background-position: -217px 0;
	width: 76px;
}
#interiorHC #viajesFalabella a:hover {
	background-position: -217px -26px;
}

#interiorHC #viajesFalabella a.activo {
	background-position: -217px -52px;
}

/*
-------------------------------------------------
falabellaPro
-------------------------------------------------
 */

#interiorHC #falabellaPro a {
	background-position: -292px 0;
	width: 83px;
}
#interiorHC #falabellaPro a:hover {
	background-position: -292px -26px;
}

#interiorHC #falabellaPro a.activo {
	background-position: -292px -52px;
}

/*
-------------------------------------------------
sodimac
-------------------------------------------------
 */

#interiorHC #sodimac a {
	background-position: -374px 0;
	width: 88px;
}
#interiorHC #sodimac a:hover {
	background-position: -374px -26px;
}

#interiorHC #sodimac a.activo {
	background-position: -374px -52px;
}

/*
-------------------------------------------------
tottus
-------------------------------------------------
 */

#interiorHC #tottus a {
	background-position: -461px 0;
	width: 66px;
}
#interiorHC #tottus a:hover {
	background-position:-461px -26px;
}

#interiorHC #tottus a.activo {
	background-position:-461px -52px;
}

#sesion {
	width: auto;
	height: 26px;
	line-height: 26px;
	float: right;
	margin-right: 60px;
}
#logueado {
	width: 200px;
	height: 26px;
	line-height: 26px;
	float: left;
	margin-left: 180px;
}

/*-----------------------------------------------------------
	HEADER
-----------------------------------------------------------*/
#header {
	width: 960px;	
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
/*in phase 2 need to remove in co*/
/*added as Jeff required to make the search box on the header float right*/
/*#contenido-negocios1 #busqueda {
	float: right;
	margin-right:0px;
}*/
#contenido-negocios1 {
	float: right;
	width: 491px;
	margin:14px 0px 14px;
	height: auto;
	
}

#contenido-negocios2{
	width:765px;
	float:right;
	margin-bottom: 10px;
	text-align: right;
	color: #999;
}

#contenido-negocios2 a{
	color:#999;

}

#contenido-negocios2 a:hover{
	color:#99CC00;

}


/*-----------------------------------------------------------
	LOGO FALABELLA CHILE
-----------------------------------------------------------*/
#logo {
	background-position: -0px 0px;
	height: 51px;
	width: 200px;
	float:left;
	margin-top:18px;

}
#logo a {
	display: block;
	text-indent: -5000px;
	height: 51px;
	width: 200px;
}
/*-----------------------------------------------------------
	BOLSA DE COMPRAS
-----------------------------------------------------------*/
#log-bolsa {
	background-position: -0px -123px;
	height: 39px;
	width: 28px;
	margin-left:102px;
	
}
#log-bolsa a {
	display: block;
	text-indent: -5000px;
}

/*-----------------------------------------------------------
	BUSQUEDA
-----------------------------------------------------------*/
#busqueda {
	background-position:0 -180px;
	width:185px;
	float: left;
	margin-right:20px;
	margin-top:3px;
}

#busqueda input {
	color:#666666;
	margin: 4px 0px 6px 2px;

}
#busquedaLupa {
	margin-left:152px;
	background-position: -29px -153px;
	width: 34px;
	height: 26px;

	
}
#busquedaLupa a{
	display:block;
	height:26px;
	text-indent:-5000px;
	width:34px;
}


#listas {
	width:130px;
	height:16px;
	float:left;
	line-height: 25px;
	margin:10px 20px 0px 0px;
	background-position:-125px -158px;
	text-indent:-5000px;
	cursor: pointer;
}

#listas a:hover{
	background-position:-70px -183px;
}



#carro-compras {
	width:135px;
	height:29px;
	float:left;
	text-align: right;
	color:#666;
}
#carro-compras img {
	float:right;
}
#navrolloversCarro {
	
}
#carro-compras-txt {
	font-weight: bold;
	float:left;
	width:100px;
	margin-top:10px;
}
#carro-compras-txt-SO {
	font-weight: bold;
	color: #0552ae;
}
#carro-compras-valor {
	float:left;
	width:100px;
	font-size:10px;
	color:#666;

}

#banner-header {
	width:958px;
	float:left;
	border: 1px solid #ebebeb;
	margin-bottom: 8px;
	height:37px;
}

/*-----------------------------------------------------------
	RUTA
-----------------------------------------------------------*/

#ruta {
	z-index:-1;
	width:960px;
	line-height:16px;
	height:16px;
	float:left;
	margin-bottom:8px;
	font-size: 9px;
	color: #999;
}

#ruta a{
	float:left;
	font-size: 10px;
	color: #999;	
	height:16px;
	padding-top:1px;
}

#ruta a:hover{
	color: #99CC00;
}

#destacadoRuta a{
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

#destacadoRuta a:hover{
	color:#99cc00;	
}

#facetaRuta a{
	font-size:10px;
	color:#666666;
	position:relative;
}

#facetaRuta a:hover{
	color:#99cc00;
}

#divisionRuta{
	float:left;
	margin-right:3px;
	margin-left:3px;
	padding-top:2px;
}

/*---------------------*/

#mainmenu_header {
	height: 31px;/****/
	width: 765px;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}
#mainmenu_header li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
	z-index: 999;
}
#mainmenu_header li, #mainmenu_header a {
	height: 31px;
	display: block;
}
#mainmenu_header li a {
	text-decoration: none;
}
/* --------------------------*/
#navlistas {
	left: 120px;
	width: 128px;
	text-align: right;
	position: absolute;
}
#navlistas a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-size: 13px;
	font-weight: bold;
}
#navlistas a:hover {
	background-image: url(../site/common/fnd-pestana.png);
	background-repeat: no-repeat;
	height: 35px;
}
#navbuscador {
	left: 376px;
	position: absolute;
}

#navbuscador img {
	margin-left:37px;
}
#navcarrocompras {
	left: 601px;
	position: absolute;

}

/* --------------------------*/


#navrollovers_header {
	text-align: left;
	clear: both;
	position:absolute;
	z-index:555;
}
#onstatewrapper {
	padding: 0;
	overflow:hidden;
	background-color: #00FFFF;
}
/*-----------------------------------------------------------
	CAJAS QUE DESPLIEGAN
-----------------------------------------------------------*/
#menulistas {
	left:475px;
	position:absolute;
	z-index:999;
	top: 67px;
	display: none;
}

#menucarro {
	left:780px;
	width:330px;
	position:absolute;
	z-index:999;
	display:none;
	top: 78px;
}



/*-----------------------------------------------------------
	ACCESO LISTAS DE REGALOS
-----------------------------------------------------------*/
#contenedorListas{
	float:left;
	min-width: 232px;
	height: 270px;
	padding:8px;
}

#contenedorInteriorListas{
	float: left;
	width: 232px;
	height: 250px;
	background-color: #FFF;
	margin-right: 6px;
}

#listaHeader {
	width: 232px;
	height:49px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	Border-bottom:1px solid  #ececec;
	float: left;
}

#listaHeader img{
	float: left;
	margin-right:8px;
}

#listaHeader h1{
	font-size:16px;
	color:#999;
	text-align:left;
	font-weight: bold;
	line-height:50px;
	height:50px;
}

#listaFooter {
	border-top: 1px solid #ececec;
	padding-top:8px;
	float: left;
	width: 232px;
	height:24px;
}

#cajaListasGeneral{
	width:224px;
}



/*contenido listas*/

#listaTitulo {
	color: #666666;
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 16px;
	width: 232px;
	float: left;
}

#contenidoLista {
	float: left;
	width: 232px;
	text-align: left;
	height:28px;
}

#contenidoLista  input{
	background-image: url(../site/common/fnf_input_listas.jpg);
	height: 18px;
	width: 122px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	float: left;
}

#contenidoLista  .txt{
	font-weight: bold;
	color: #999999;
	width: 62px;
	line-height: 18px;
	float: left;
	margin-left: 10px;

}
#contenidoLista  p{
	font-weight: bold;
	margin-bottom:4px;
}
#listaBoton { 
	width:100px;
	margin-bottom:6px;
	margin-right:26px;
	float:right;
}


/* mini bolsa de compras*/


#contenedorMinibolsa {
	width:304px;
	height: auto;
	float: left;
	padding-left: 4px;
	padding-right: 5px;
	
}
#headerMinibolsa {
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	margin-bottom: 8px;
	width: 100%;
	padding-bottom: 5px;
	
}
#iconoMinibolsa {
	width: 110px;
	height: 40px;
	background-color: #CCC;
	float: left;
	margin-right: 8px;
	
}
#headerMinibolsa h1{
	font-size: 15px;
	color: #999;
	font-weight: bold;
	float: left;
	line-height: 55px;
	
}
#scrollBolsa {
	height:164px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:310px;
}

#productoMinibolsa {
	float: left;
	margin-bottom: 8px;
	width: 280px;
	height: auto;
	
}
#fotoMiniBolsa,.fotoMiniBolsa{
	width: 100px;
	height: 100px;
	margin-right: 8px;
	float: left;
	margin-bottom: 10px;
}
#productoMinibolsa .descripcion{
	float:left;
	margin-bottom:8px;
	height: auto;
	width: 170px;
	
}
#productoMinibolsa .marca, #productoMinibolsa .detalle{
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	margin-right: 2px;
	line-height: 14px;
	
}
#productoMinibolsa .sku{
	color: #999;
	font-size: 10px;
	float:left;
	width: 80px;
	margin-bottom: 4px;
	height: 14px;
	line-height: 14px;
	
}
#productoMinibolsa .cantidad{
	float: left;
	font-size: 10px;
	width: 90px;
	text-align: right;
	margin-bottom: 8px;
	height: 14px;
	line-height: 14px;
	color: #999;
	
}
/*change #productoMinibolsa to .productoMinibolsa*/
.productoMinibolsa {
	float: left;
	margin-bottom: 8px;
	width: 280px;
	height: auto;
	
}
.productoMinibolsa .descripcion{
	float:left;
	margin-bottom:8px;
	height: auto;
	width: 170px;
	
}
.productoMinibolsa .marca, .productoMinibolsa .detalle{
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	margin-right: 2px;
	line-height: 14px;
	
}
.productoMinibolsa .sku{
	color: #999;
	font-size: 10px;
	float:left;
	width: 80px;
	margin-bottom: 4px;
	height: 14px;
	line-height: 14px;
	
}
.productoMinibolsa .cantidad{
	float: left;
	font-size: 10px;
	width: 90px;
	text-align: right;
	margin-bottom: 8px;
	height: 14px;
	line-height: 14px;
	color: #999;
	
}
.productoMinibolsa .precio1 {
	width: auto;
	float: left;
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-right: 2px;
	height: 28px;
	line-height: 28px;
}

.productoMinibolsa .precio2 {
	width: 180px;
	float: left;
	font-size: 11px;
	margin-bottom: 4px;
	color: #666;
}

.productoMinibolsa .precio3 {
	width: 180px;
	float: left;
	color: #999;
	font-size: 11px;
	margin-bottom: 4px;
}
#txtMinibolsa {
	font-size: 11px;
	float: left;
	width: 100%;
	margin-bottom: 4px;
	
}
#totalesMinibolsa {
	float: left;
	width: 100%;
	background-color: #eeeeee;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	
}
#totalesMinibolsa .precio1{
	float: left;
	width: 285px;
	text-align: right;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
	margin-bottom: 4px;
	
}
#totalesMinibolsa .precio2{
	float: left;
	width: 285px;
	text-align: right;
	font-size: 11px;
	margin-bottom: 4px;
	
}
#totalesMinibolsa .precio3{
	float: left;
	width: 285px;
	text-align: right;
	color: #999;
	margin-bottom: 4px;
	
}
/*modify css #totalesMinibolsa to .totalesMinibolsa*/
.totalesMinibolsa {
	float: left;
	width: 100%;
	background-color: #eeeeee;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	
}
.totalesMinibolsa .precio1{
	float: left;
	width: 285px;
	text-align: right;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
	margin-bottom: 4px;
	
}
.totalesMinibolsa .precio2{
	float: left;
	width: 285px;
	text-align: right;
	font-size: 11px;
	margin-bottom: 4px;
	
}
.totalesMinibolsa .precio3{
	float: left;
	width: 285px;
	text-align: right;
	color: #999;
	margin-bottom: 4px;
	
}
#btnMinibolsa {
	float: right;
	width: 160px;
	margin-bottom: 8px;
	
}
#footerMinibolsa {
	float: left;
	width: 300px;
	
}
#productoMinibolsa .precio1 {
	width: auto;
	float: left;
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-right: 2px;
	height: 28px;
	line-height: 28px;
}

#productoMinibolsa .precio2 {
	width: 180px;
	float: left;
	font-size: 11px;
	margin-bottom: 4px;
	color: #666;
}

#productoMinibolsa .precio3 {
	width: 180px;
	float: left;
	color: #999;
	font-size: 11px;
	margin-bottom: 4px;
}
#txtpromociones {
	float: left;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	color: #666;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 5px;
	
}
#txtTotales {
	width: 300px;
	float: left;
	margin-bottom: 4px;
	text-align: right;
	font-size: 10px;
	height: 18px;
	line-height: 18px;

}
/*----- Mensaje Error -----*/
#textoErrorLogin{
	float: left;
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
	padding-left:45px;
	
}

#nombreLoginCliente {
	width: auto;
	height: 26px;
	line-height: 26px;
	float: right;
	margin-right: 5px;
}

#BusquedaCliente {
	float:left;
	margin-left:250px;
	height: 26px;
	line-height:26px;
}